Skip to content

Commit

Permalink
Update cluster command
Browse files Browse the repository at this point in the history
  • Loading branch information
NatLeong committed Apr 3, 2024
1 parent b17cd5f commit 18ddad7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,19 +207,19 @@ Format: `check <NRIC>`
Example:
* `check S1234567A`displays all visits in history of patient uniquely identified by NRIC S1234567A.

### Find cluster : `findcluster`
### Find cluster : `cluster`

Finds cluster in location specified.

Format: `findcluster loc/<Location>`
Format: `cluster <Size_of_cluster> loc/<Location>`

* The search is case-insensitive. e.g `serangoon` will match `Serangoon`
* The order of the keywords does matter. e.g. `Clementi Ave` will not match `Ave Clementi`
* 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:
* `findcluster loc/Serangoon` finds clusters of patients exhibiting the same symptoms in the Serangoon vicinity.
* `cluster 3 loc/Serangoon` finds clusters of at least 3 patients exhibiting the same symptoms in the Serangoon vicinity.

### Clearing all entries : `clear`

Expand Down

0 comments on commit 18ddad7

Please sign in to comment.