Skip to content

Commit

Permalink
Update read and check command examples
Browse files Browse the repository at this point in the history
  • Loading branch information
NatLeong committed Apr 12, 2024
1 parent 5edc0ec commit e1174de
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ Format: `read <NRIC>`

Examples:
* `read S1234567A`
* Displays profile of patient uniquely identified by NRIC S1234567A.

Common mistakes:
* `read S12345678` (NRIC must be in the correct format, and must exist in the system)


### Updating a patient's profile : `update`

Expand Down Expand Up @@ -214,7 +219,11 @@ Checks all visits in patient history.
Format: `check <NRIC>`

Example:
* `check S1234567A`displays all visits in history of patient uniquely identified by NRIC S1234567A.
* `check S1234567A`
* Displays all visits in history of patient uniquely identified by NRIC S1234567A.

Common mistakes:
* `check S12345678` (NRIC must be in the correct format, and must exist in the system)

### Cluster finding : `cluster`

Expand Down

0 comments on commit e1174de

Please sign in to comment.