themaniac27 / Budcord

Blank Repo that has no purpose. I just want issue tracking.
0 stars 0 forks source link

Implement a Patient Queue #56

Open themaniac27 opened 11 years ago

themaniac27 commented 11 years ago

What? - Implement a patient queue that stores the last five patients and allows a user to access them without needing to do a new search.

How? - Create a queue where the application access the last one by default. Add to the gui an option to view the last five patients. Save the patient record when the user closes a patient file, or opens a new file. Modify the panels to take in old data if they choose to reopen a previous file. Delete the top person from the queue when the count is greater than 6.