From ebc9b5c6bc2eec10398b25d6d8ed1c92be4c5ca3 Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 13 Nov 2023 22:27:30 +0800 Subject: [PATCH] Update DG & UG --- docs/DeveloperGuide.md | 4 ---- docs/UserGuide.md | 29 ++++++++++++++++------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 60edaa6ffbf..d13f4f53810 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -58,10 +58,6 @@ Each of the four main components: For example, the `Logic` component's API is defined in `Logic.java`, and its functionality is implemented in `LogicManager.java`. -#### Detailed Component Descriptions: - -[More details about each component are provided in the subsequent sections.](#detailed-component-descriptions) - --- ### Detailed Component Descriptions diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 3f0930ef9b8..5da7f4035e8 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -67,8 +67,10 @@ We're here to make your experience as user-friendly as possible. Let's get start - Choose a folder where you'd like to manage your patient data. - **Tip**: Create a new folder named `MedBook` for easy organization. - + +**Tip**: Create a new folder named `MedBook` for easy organization. + + - Move `medbook.jar` into the folder as shown below. - **Windows Users**:![Ui](images/WinUserDir.png) - **Mac Users**:![Ui](images/MacUserDir.png) @@ -475,19 +477,19 @@ Format: `search KEYWORD [MOREKEYWORDS]...` - Patients with detail that are not exactly the same as the `KEYWORD` searched will not appear. e.g. **Han** will not return **Hans**.
- + - **Note**: The details of the patient's medical records will not be searched. +**Note**: The details of the patient's medical records will not be searched. - + - + - **Tip**: Maximize the efficiency of the `search` command to quickly locate patients. It's perfect for filtering patient lists - for instance, identifying patients with specific allergies. +**Tip**: Maximize the efficiency of the `search` command to quickly locate patients. It's perfect for filtering patient lists - for instance, identifying patients with specific allergies. - + - Examples: +Examples: - `search Alex` Will display patients with **Alex** in their details.
@@ -536,11 +538,11 @@ Format: `list` - **All** patients will be shown in the **Patient List**. - + - **Tip**: The `list` command allows you to easily view all the patients in the **Patient List**. For instance, after you've used the `search` command to find specific patients, you can use the `list` command to gather all the patients conveniently! +**Tip**: The `list` command allows you to easily view all the patients in the **Patient List**. For instance, after you've used the `search` command to find specific patients, you can use the `list` command to gather all the patients conveniently! - + [Back to Table Of Contents](#table-of-contents) @@ -630,7 +632,8 @@ Attach local files to a patient's medical record by clicking on the **Attach** b -**Caution**: +**Caution**: + - Refrain from deleting/relocating the local file. If necessary, re-attach the new file after relocation/deletion. - Ensure that you have selected a default launcher for the selected file type.