diff --git a/docs/UserGuide.md b/docs/UserGuide.md index dcda9b7acb5..668ed2a01c3 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -327,6 +327,13 @@ A **person** is a patient with several fields. The fields and their correspondin | **Tag(s)** | `t/` | Yes | Yes | Only alphanumeric characters | You can identify these patients uniquely by their **patient ID (PID)** for easy reference. +The PID can be seen at the top of their information card. + +
+ + + +
--- **Notes** @@ -562,6 +569,18 @@ An **appointment** is defined by several fields. The fields and their correspond | **Sickness** | `s/` | Yes | No | At least one alphabetic character | | **Medicine** | `m/` | Yes | No | At least one alphabetic character | +You can identify these appointments uniquely by their **Appointment ID (AID)** for easy reference. +The AID can be seen at the top of their information card. + +
+ + + +
+ +The number indicated beside the appointment name is the PID of the person who has the appointment. + + You can manage the appointments through different commands, which can be seen in the table below: **Notes:** diff --git a/docs/images/appointmentexample.png b/docs/images/appointmentexample.png new file mode 100644 index 00000000000..854c5035223 Binary files /dev/null and b/docs/images/appointmentexample.png differ diff --git a/docs/images/personexample.png b/docs/images/personexample.png new file mode 100644 index 00000000000..c18683bdafb Binary files /dev/null and b/docs/images/personexample.png differ