1
edit
Changes
→Week 13
We will be storing the patient objects in a generic linked list
we will be implementing the following functions
1. append
2. remove
3. retrieve
4. sort - this also includes coding 2 separate functions to sort by name and ID
'''initially we were also to implement sorting by service date, but given the time constraint, we will skip that for now and only sort by Patient ID and patient Name
'''
Basic structure of Linked List, patient and service objects - Rubinder and Radney
Append, remove, retrieve and sort functions - Rubinder
File Access - Radney
Test Main - Radney
Debugging - Rubinder and Radney
==Week 14 ==