Skip to content

WardWatch Version 1.3

Choose a tag to compare

@niclammm niclammm released this 17 Oct 15:52
10db48f

WardWatch Release Notes - Version 1.3

What’s New:

  • Removed:

    1. Email field
    2. Phone field
    3. Address field
    4. Tag field
  • Added:

    1. 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).
    2. Ward field:
      • Represents the assigned hospital ward for each patient.
      • Format: Consists of a combination of letters and numbers (e.g., A3, B5).
    3. Diagnosis field:
      • Captures the medical diagnosis of patients.
      • Format: Can include letters, numbers, and spaces (e.g., Lung Cancer, Gastric Ulcer (H Pylori)).
    4. Medication field:
      • Lists the prescribed medications for each patient.
      • Format: Consists of letters, numbers, and spaces (e.g., Amoxicillin (500mg)).
    5. New Function - View:
      • Displays the details of a selected patient.
      • Format: INDEX (must be a positive integer)
      • Example: view 1

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.

3. VIEW Command

  • New: view INDEX (must be a positive integer)
  • Example: view 1


    Example of VIEW command in action.

4. FIND Command

  • New: find FIELD/ KEYWORDS (must be a valid field e.g. n/, i/, w/, d/, m/)
  • Example: find i/ P12345
    Screenshot 2024-10-17 233157
    Example of FIND command in action.