Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit tip box #212

Merged
merged 1 commit into from
Apr 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ Back to [Table of Contents](#table-of-contents)
_Ensure you have the necessary permissions to execute commands. For Windows Users, running the command prompt as an administrator may be
required. If you encounter permission issues on Mac/Linux, you might need to use `chmod +x nab.jar` to make the file
executable._
</div>
<br>
Should you need help navigating the interface, refer to the [Interface](#the-interface) section.
</div>

7. Type the command in the command box and press `Enter` to execute it. e.g. typing **`help`** and pressing `Enter` will
open the help window.<br>
Expand All @@ -139,6 +139,7 @@ open the help window.<br>
Back to [Table of Contents](#table-of-contents)

--------------------------------------------------------------------------------------------------------------------

## The Interface
![Navigation.png](images/Navigation.png)

Expand Down Expand Up @@ -360,8 +361,7 @@ Example command:
`edit 1 ic\T0123456P t\ r\` edits the `IC_NUMBER`, `TAG` and `REMARK` of the first patient to be `T0123456P` for
`IC_NUMBER` and empty for both `TAG` and `REMARK`.

Assuming John Doe is at index 1, the following shows the change in contact details:

Assuming John Doe is at index 1 and previously had IC Number `T1234567P`, the tags `[FallRisk]` and `[HearingImpaired]`, and remark `Requires assistance feeding.`, the following shows the change in contact details:

**Before**:
```
Expand Down
Loading