This is the Nurse module of a Python-based Clinic Management System (CMS). It allows nurses to:
- View doctor appointments
- Record patient observations (blood pressure, pulse, temperature)
- View prescriptions for patients
- Administer medicine and log it
- Add patient details (extra functionality)
All data is stored using JSON-formatted .txt files.
- Ensure you have Python 3 installed.
- Place the following files in the same directory:
nurse.pyappointments.txtobservations.txtprescriptions.txtmedication_log.txtpatients.txt
- Open a terminal or command prompt and navigate to the project directory.
- Run the program using:
python3 nurse.py
- Enter the correct nurse password when prompted (default is:
nurse123). - Follow the menu to perform nurse operations.
Password: nurse123
- 255 (Muhammad Ali)
- 256 (Amina Yusuf)
- All data is read/written from
.txtfiles using JSON. - You can manually edit these files to add more data or start with the provided samples.
Group CMS - Nurse Module by Abdurahman Yunis