Releases: AY2425S1-CS2103T-T15-3/tp
Releases · AY2425S1-CS2103T-T15-3/tp
Release list
WardWatch Version 1.6
WardWatch Version 1.5
WardWatch Version 1.4
WardWatch Release Notes - Version 1.4
What’s New:
- Added:
-
make_appt command :
-
del_appt command :
-
schedule_all command :
-
schedule_date command :
-
add_notes command :
- Edits the patient notes of the patient identified by the index. Existing notes will be overwritten by the input.
- Format:
add_notes INDEX (must be a positive integer) pn/[NOTES]
-Example:add_notes 1 pn/Patient is prone to falling - Patient Notes can be viewed by using the View INDEX (must be a positive integer) command.

Example of add_notes command in action.
-
New UI design:
WardWatch Version 1.3
WardWatch Release Notes - Version 1.3
What’s New:
-
Removed:
- Email field
- Phone field
- Address field
- Tag field
-
Added:
- Patient ID field:
- Allows users to input and track the ID of patients.
- Format: Must be alphanumeric and follow the format
'P'followed by a five-digit number (e.g.,P12345).
- Ward field:
- Represents the assigned hospital ward for each patient.
- Format: Consists of a combination of letters and numbers (e.g.,
A3,B5).
- Diagnosis field:
- Captures the medical diagnosis of patients.
- Format: Can include letters, numbers, and spaces (e.g.,
Lung Cancer,Gastric Ulcer (H Pylori)).
- Medication field:
- Lists the prescribed medications for each patient.
- Format: Consists of letters, numbers, and spaces (e.g.,
Amoxicillin (500mg)).
- New Function - View:
- Displays the details of a selected patient.
- Format:
INDEX(must be a positive integer) - Example:
view 1
- Patient ID field:
New Command Format for Affected Commands:
1. ADD Command
- Old:
add n/NAME p/PHONE e/EMAIL a/ADDRESS - New:
add n/NAME i/ID w/WARD d/DIAGNOSIS m/MEDICATION - Example:
add n/John Doe i/P12345 w/A1 d/TYPE 1 DIABETES m/METFORMIN

Example of ADD command in action.
2. EDIT Command
- Old:
edit INDEX (must be a positive integer) [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] - New:
edit INDEX (must be a positive integer) [i/ID] [w/WARD] [d/DIAGNOSIS] [m/MEDICATION] - Example:
edit 1 i/P12345 w/A2

Example of EDIT command in action.








