Skip to content

Commit

Permalink
Update User Guide
Browse files Browse the repository at this point in the history
Update List All Patients and Delete a Patient commands.
  • Loading branch information
longnguyentan committed Oct 3, 2023
1 parent e2fdf95 commit 35afbd5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,30 @@ Shows a message explaning how to access the help page.
Format: `help`




### List All Patients: `list`

Lists all patients in the system.

Format: `list patients`

![UG_listPatients.png](images%2Fug%2FUG_listPatients.png)

### Delete a Patient: `delete`

Deletes the patient with the specified IC number from the system. Inputs are case-insensitive (e.g., `T1234567A` is the same as `t1234567a`). The order of the inputs does not matter.

Format: `delete i/IC_NUMBER`

Examples:

- `delete i/T1234567A`
- `delete i/T2468012A`




### Adding a person: `add`

Adds a person to the address book.
Expand Down
Binary file added docs/images/ug/UG_listPatients.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35afbd5

Please sign in to comment.