Monitoring Class Diagram
Monitoring Class Diagram
Class Diagrams
PATIENT_INFORMATION -Patient_ID : Serial -Patient_LName : String * -Patient_FName : String -Patient_MName : String -Patient_Address : String -Patient_ContactNo : Numeric -Patient_Bday : Date -Patient_Weight : Numeric
+getPatientDetails(): void +setPatientDetails(): void
DOCTOR/ADMIN -Username: String -Password: String +addPatientInformation(): void +addPatientExamResult(): void +addPatientPrescribed(): void
* PATIENT_PRESCRIBED -Prescribed_ID: Serial -Patient_ID: Serial -Examination_ID: Serial -Prescribed_Description: String -Prescribed_Medicine: String +getPrescribedToPAtient():void + setPrescribedToPAtient():void
+getStockQuantity(): int
+getTransactionNo(): serial
DOCTOR/ADMINISTRATOR Username: String Password: String +addEmployee(): void +updateEmployee(): void +deleteEmployee(): void +searchEmployee(): void
EMPLOYEE Employee_ID: Serial Employee_LName: String Employee_FName: String Employee_MName: String Employee_Address: String Employee_ContactNo: Numeric Employeer_Bday: Date +getEmployeeDetails(): void +setEmployeeDetails(): void