diff --git a/docs/UserGuide.md b/docs/UserGuide.md index c16ee4bf732..06780dead3e 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -553,7 +553,8 @@ Example: There might be cases that the `IC_NUMBER` you keyed in does not exist in ClinicMate as shown below. Do check if the `IC_NUMBER` is registered before trying to show it. Alternatively, you can add the patient into ClinicMate using our [`add` command](#adding-a-person-add) before doing a `show`. -![showerror2.png](images/showerror2.png) + +![UG3.png](images/UG3.png) #### To clear display @@ -562,7 +563,7 @@ Alternatively, you can add the patient into ClinicMate using our [`add` command] **Steps**: 1. Enter `show` into the command box as shown below. -![SCM3.png](images/SCM3.png) +![UG2.png](images/UG2.png) 2. Patient notes panel will be cleared. @@ -688,7 +689,7 @@ There might be cases that the `IC_NUMBER` you keyed in does not exist in ClinicM 2. A note will be added to the person with the specified `IC_NUMBER`. -![addnoteapp2.png](images/addnoteapp2.png) +![UG4.png](images/UG4.png) 3. New note will appear in the patient list panel. If notes already exist, the new note will be appended to the previous notes on a new line. diff --git a/docs/images/UG1.png b/docs/images/UG1.png new file mode 100644 index 00000000000..3bcc8684679 Binary files /dev/null and b/docs/images/UG1.png differ diff --git a/docs/images/UG2.png b/docs/images/UG2.png new file mode 100644 index 00000000000..7ca94b09395 Binary files /dev/null and b/docs/images/UG2.png differ diff --git a/docs/images/UG3.png b/docs/images/UG3.png new file mode 100644 index 00000000000..54e02fa97a7 Binary files /dev/null and b/docs/images/UG3.png differ diff --git a/docs/images/UG4.png b/docs/images/UG4.png new file mode 100644 index 00000000000..40c2765ca98 Binary files /dev/null and b/docs/images/UG4.png differ