An Electronic Medical Record System
An EMR system contains the standard medical and clinical data gathered in one providers office. An EMR is more beneficial than paper records because it allows providers to:
Doctors and nurses can use the system search and update patients records. A patient can use the system to check the treatment history etc. The information stored in EMRs is not easily shared with providers outside of a practice. A patients record might even have to be printed out and delivered by mail to specialists and other members of the care team.
Requirements:
Based on your answers (and the corrections) of previous Homework assignments, complete the following:
(1) Design patterns use the Builder design pattern to capture the creation of a patients medical record object in the past year, explaining the responsibilities of participating classes in your pattern representation;
(2) Black box testing design test cases using equivalence partition technique for operation search(uid: string, year: int), in which uid starts with a letter followed by 8 digits; year is an integer consisting of 4 digits within the range from 2000 to 2017.
Make sure to use an UML tool to draw your diagrams and submit them in pdf format. You can work with a partner in this assignment.