Page 1 of 1

Please do the following using C# language. Hospital Management System Develop a Hospital Management System that will all

Posted: Wed Apr 27, 2022 3:43 pm
by answerhappygod
Please do the following using C# language.
Hospital Management System
Develop a Hospital Management System that will allow patients to be
check into a hotel. Full description about the patient must be
captured by the system whenever they are being checked into the
hospital.
 Allow a hospital staff member to login.
 Allow staff to manage patients
 Allow staff to manage Doctor records -
 Allow staff to edit information about patients (e.g DOB, Name,
Age, Phone, Email, next of kin, Gender, Race, Occupation, Emergency
Contact, Nationality, Place of Birth, General Notes, TRN, Blood
Type)
 Allow Staff to update a patient’s medical records, ie. Weight,
Blood pressure reading, other medical notes
 Allow staff to check-in patient by assigning a patient to a room
and doctor.
 Allow staff to view all checked-in patients (eg Patient’s name,
room number, assigned doctor
Marking
Part A – 20 Marks
Functionality will be assess using the following rubric:
 20pts - No errors, program always works correctly and meets the
specification(s).
 15pts - Minor details of the program specifications are violated,
program functions incorrectly for some inputs.
 10pts - Significant details of the specifications are violated,
program often exhibits incorrect behaviour.
 5pts - Program only functions correctly in very limited cases or
not at all.
Part B – 15 Marks
Design will be assess using the following rubric:
 15pts - The design demonstrates the following:
o Appropriate use of data types
o Appropriate use of Control Structures
o Appropriate use of methods and Access Modifiers
o Appropriate use of Classes (Inheritance)
o Exception Handling (validating user entry, eg, validating with
the getter and setter on properties)
 10pts – The application works however proper use of efficient
coding principles where not adhere to.
 5pts - The code shows basic understanding of how to achieve the
goal.