MediBook V1.3
Release Notes - MediBook v1.3
Release Date: 20 March 2025
Overview
Features 🌟
- People
- Added blood type and appointment fields to a person
- Add
- Allows add command to take in new parameters of blood type and appointment
- Handles blood type and appointment input to be case insensitive
- Stores data in Title case
- Edit
- Allows the editing of appointment to Nurse or Patient
- Once command returns, will resume showing filtered list
- List
- Allow viewing through category of appointment (Nurse/patient)
- Show list of nurses/patient
- Assign
- Allows assignment of nurses to patients
- Number of nurses assigned to a patient is limited to 2
- Find
- From filtered list:
- Allows find nurses
- Allows find patients
- From filtered list:
Installation Instructions 💻
- Install the JAR file
- Place the JAR file into a empty folder
- Open the terminal and navigate to the folder containing the JAR file
- Ensure that you are using the correct version of java by typing "java -version" into the terminal. It should be Java 17.
- Type the command into the terminal to run the jar file "java -jar MediBook.jar"



