Question

In: Computer Science

Draw the class diagram of : Patient registration system A patient arrives at the hospital for...

Draw the class diagram of :
Patient registration system

A patient arrives at the hospital for some medical treatment. The administrator asks the patient if she had been previously treated at this hospital. Patient provides the answer. Administrator asks patient for her personal details such as name, address, telephone, date of birth, and emergency contact. Patient provides details as requested. Administrator enters details into system. System verifies details. Administrator asks patient whether she is a public or private patient. Patient provides the answer. [Public or Private]
[Public]
Administrator asks public patient for Medicare number. Patient provides Medicare number. Administrator enters Medicare number into system. System verifies patient identity with the government health regulatory system.
[Private]
Administrator asks private patient for insurance details. Patient provides insurance details. Administrator enters insurance details (insurance company, patient’s insurance number) into system. System verifies patient identity with private health insurance company system.
System saves patient details. System confirms patient registration.
Alternative Flow:
If the patient has visited the hospital previously, the details are registered in the hospital’s system. The administrator informs the patient of existing registration.>
If insufficient or incorrect details have been provided, the patient is requested to provide the details again.>
The patient cannot be verified in the government health regulatory system, so the administrator asks the patient for her Medicare card details again. If no verification is possible, the patient is conditionally registered as either a full fee–paying patient or one who will provide Medicare details later.>
The patient cannot be verified in the private health insurance company’s system, so the administrator asks the patient for the private health insurance details again. If no verification is possible, the patient is conditionally registered as either a full fee–paying patient and her details with the health insurance company are verified later.
Actors:
Patient
Administrator
System
Government HRS

Solutions

Expert Solution


Related Solutions

Plot a Package Diagram for the Online Student Registration System. Use the Package Diagram class-based syntax.
Plot a Package Diagram for the Online Student Registration System. Use the Package Diagram class-based syntax.
Draw an active diagram for the following employee Hospital pharmacy system. The pharmacy at Mercy Hospital...
Draw an active diagram for the following employee Hospital pharmacy system. The pharmacy at Mercy Hospital fills medical prescriptions for all hospital patients and distributes these medications to the nurse stations responsible for the patients’ care. Prescriptions are written by doctors and sent to the pharmacy. A pharmacy technician reviews each prescription and sends it to the appropriate pharmacy station. Prescriptions for drugs that must be formulated (made on-site) are sent to the lab station, prescriptions for off-the-shelf drugs are...
Draw whole class diagram that represent Candy online shopping website. The class diagram should consist of...
Draw whole class diagram that represent Candy online shopping website. The class diagram should consist of following: 1) Inventory Management System 2) Delivery Management System 3) Production Management System 4) Order Management System 5) Payment Management System Note: The website offers special candy that with customer name.
Draw a UML diagram that describes a class that will be used to describe a product...
Draw a UML diagram that describes a class that will be used to describe a product for sale on Glamazon.com. The product has a name, a description, a price, ratings by many customers (1 to 5 stars), and a group of customer comments. New products have no ratings or comments by customers, but do have a name, description and price. The price can be changed and more customer ratings and comments can be added. A global average rating of all...
Draw the Swimlanes Activity diagram for Library Information System.
Draw the Swimlanes Activity diagram for Library Information System.
Draw a class diagram for your monopoly. You can use any visual tools to draw the...
Draw a class diagram for your monopoly. You can use any visual tools to draw the diagram and you need to utilize different relationships between classes, define the attributes and operations of classes. Nothing too complex please. Just the basics.
1.For an information system at a library, draw i. a context diagram ii. a diagram O...
1.For an information system at a library, draw i. a context diagram ii. a diagram O DFD iii. an expert diagram 3 ( for the late penalty process) Assume that the Processes at the library are: A. enrolment of members B. issue Books/periodicals/DVD/Toys C. Return Books/periodicals/DVD/Toys D. Renew books/periodicals/DVD/Toys E. Late penalty after due date for return unless renewed F. Reserve Books/Periodicals/DVD/Toys
create the UML Diagram to model a Movie/TV viewing site. Draw a complete UML class diagram...
create the UML Diagram to model a Movie/TV viewing site. Draw a complete UML class diagram which shows: Classes (Only the ones listed in bold below) Attributes in classes (remember to indicate privacy level, and type) No need to write methods Relationships between classes (has is, is a, ...) Use a program like Lucid Cart and then upload your diagram. Each movie has: name, description, length, list of actors, list of prequals and sequals Each TV Show has: name, description,...
  Draw and carefully and thoroughly label a block diagram of an “open loop” control system. Draw...
  Draw and carefully and thoroughly label a block diagram of an “open loop” control system. Draw and carefully and thoroughly   label a block diagram of a  “closed loop” control system.
Draw a UML diagram for the classes. Code for UML: // Date.java public class Date {...
Draw a UML diagram for the classes. Code for UML: // Date.java public class Date {       public int month;    public int day;    public int year;    public Date(int month, int day, int year) {    this.month = month;    this.day = day;    this.year = year;    }       public Date() {    this.month = 0;    this.day = 0;    this.year = 0;    } } //end of Date.java // Name.java public class Name...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT