Skip to content

v1.3

Compare
Choose a tag to compare
@jovantanyk jovantanyk released this 04 Apr 15:55
· 201 commits to master since this release
1de6d57

ImmuniMate

Whats new

  • Add Visit Command
  • Check Command
  • Delete Info Command
  • Cluster Command

Detailed information on new commands

Deleting information of a patient : deleteinfo

Deletes specified optional information from the specified person from ImmuniMate.

Format: deleteinfo

Deletes specified information of the patient with corresponding NRIC.

Examples:

deleteinfo S1234567A e/ deletes the email of patient uniquely identified by NRIC S1234567A.
deleteinfo S0123456A e/ bt/ c/ deletes the email, blood type and country of nationality of patient uniquely identified by NRIC S0123456A.

Add patient’s visit to history : addvisit

Adds visit to patient history.

Format: addvisit ic/ dov/<Date_of_Visit> sym/ d/ st/

Examples:

addvisit ic/S1234567A dov/2024-01-01 sym/Cough d/Covid st/UNWELL adds a visit to history of patient uniquely identified by NRIC S1234567A. During this visit on 2024-01-01, the patient had cough and was diagnosed with Covid.
addvisit ic/S0123456A dov/2024-02-02 sym/Fever,Rashes d/Dengue st/PENDING adds a visit to history of patient uniquely identified by NRIC S0123456A. During this visit on 2024-02-02, the patient had fever and rashes, and was diagnosed with Dengue.

Check patient history : check

Checks all visits in patient history.

Format: check

Example:

check S1234567Adisplays all visits in history of patient uniquely identified by NRIC S1234567A.

Find cluster : cluster

Finds cluster in location specified.

Format: cluster <Size_of_cluster> loc/

The search is case-insensitive. e.g. serangoon will match Serangoon
The order of the keywords in location does matter. e.g. Clementi Ave will not match Ave Clementi
Only the address is searched.
Partial words will be matched e.g. Clem will match Clementi

Example:

cluster 3 loc/Serangoon finds clusters of at least 3 patients exhibiting the same symptoms in the Serangoon vicinity.

Additional changes

  1. UI is updated to be of a different theme
  2. CommandHistory allows users to view past commands in command box