The Hospital Management System (HMS) is a comprehensive Java-based application designed to streamline operations in a healthcare environment. It supports role-based functionality for Patients, Doctors, Pharmacists, and Administrators to handle various tasks such as appointment scheduling, inventory management, leave management, and medical record keeping.
- Ngo Zong Han
- Yong Yik Sheng
- Stephanie Heather Zaw
- Nguyen Van Thang
-
Data: This folder contains the all the neccessary CSV files which we have used and updated in our HMS App -
Docs: This folder contains the complete Javadoc documentation for the project. It includes detailed descriptions of all classes, methods, and attributes used in the HMS application. -
src: This folder contains the source code for the HMS project. All implementation files are organized here.
- Clone the respository link
$ git clone https://github.com/ngvanthanggit/SC2002-Project - Direct the terminal to
/srcfolder
- Compile all the .java files in the
/src$ javac -d ./bin **/*.java - Run the HMSApp to start the application
$ java -cp ./bin main.HMSApp