Patient Record and Scheduling System A patient record and scheduling system in a doctors office is used by the reception

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Patient Record and Scheduling System A patient record and scheduling system in a doctors office is used by the reception

Post by answerhappygod »

Patient Record and Scheduling System
A patient record and scheduling system in a doctors office is
used by the receptionists, nurses, and doctors. The receptionists
use the system to enter new patient information when first-time
patients visit the doctor. They also schedule all appointments. The
nurses use the system to keep track of the results of each visit
including diagnosis and medications. For each visit, free form text
fields are used captures information on diagnosis and treatment.
Multiple medications may be prescribed during each visit. The
nurses can also access the information to print out a history of
patient visits. The doctors primarily use the system to view
patient history. The doctors may enter some patient treatment
information and prescriptions occasionally, but most frequently
they let the nurses enter this information. Each patient is
assigned to a family. The head of family is the main contact person
for a family medical coverage if any. Information about doctors is
maintained since a family has a primary care physician, but
different doctors may be the ones seeing the patient during the
visit.
Your task is to develop a UML Design Class Diagram (DCD) for the
use case Schedule patient appointment.
• Navigation visibility and method signatures must be included
in the diagram.
• A boundary/view class, a controller class and a data access
class must be included.
• Attributes are marked private and methods are marked
public.
• Method names must be indicative and use the camelback
notation.
• You can make any reasonable assumption in the method
parameters
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply