Skip to content

Commit

Permalink
Rename 'patient record' to 'patient profile'.
Browse files Browse the repository at this point in the history
  • Loading branch information
laney0808 committed Apr 15, 2024
1 parent 57f51b6 commit 2f2a0c4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
| Priority | As a …​ | I want to …​ | So that I can…​ |
|---------|-------------------|-------------------------------------------------|------------------------------------------------------------------------------|
| `* * *` | New user | see usage instructions | refer to instructions when I forget how to use the App |
| `* * *` | Healthcare Worker | create a new patient record | |
| `* * *` | Healthcare Worker | delete a patient | remove wrong or obselete patient record from the database |
| `* * *` | Healthcare Worker | create a new patient profile | |
| `* * *` | Healthcare Worker | delete a patient | remove wrong or obselete patient profile from the database |
| `* * *` | Healthcare Worker | delete patient's information | remove patient information that is known to be incorrect |
| `* * *` | Healthcare Worker | read a patient's information by NRIC | locate details of persons without having to go through the entire list |
| `* * *` | Healthcare Worker | update a person's details | keep the details up to date |
Expand All @@ -446,18 +446,18 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

(For all use cases below, the **System** is `ImmuniMate` and the **Actor** is the `user`, unless specified otherwise)

**Use Case: UC01 - Create Patient Record**
**Use Case: UC01 - Create patient profile**

- **Actor:** Healthcare Worker
- **Description:** Healthcare worker creates a new patient record in the ImmuniMate Address Book System.
- **Description:** Healthcare worker creates a new patient profile in the ImmuniMate Address Book System.
- **Preconditions:** Healthcare worker has logged into the system.
- **Guarantees:** New patient record is successfully created in the ImmuniMate Address Book System.
- **Guarantees:** New patient profile is successfully created in the ImmuniMate Address Book System.
- **MSS:**
1. Healthcare worker choose to create a new patient record.
2. IABS requests the necessary details for the new patient record (name, NRIC, date of birth, sex, phone number, address, email, country of nationality, date of admission, blood type, allergies).
1. Healthcare worker choose to create a new patient profile.
2. IABS requests the necessary details for the new patient profile (name, NRIC, date of birth, sex, phone number, address, email, country of nationality, date of admission, blood type, allergies).
3. Healthcare worker enters the patient's details.
4. IABS validates the entered data.
5. IABS adds the new patient record to the database.
5. IABS adds the new patient profile to the database.
- **Extensions:**

3a. IABS detects a conflict in the entered data (user existing).
Expand All @@ -475,7 +475,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
Steps 3b1-3b2 are repeated until the data entered are correct.
Use case resumes from step 4.

*a. At any time, Healthcare Worker chooses to cancel creating the patient record.
*a. At any time, Healthcare Worker chooses to cancel creating the patient profile.

*a1. IABS requests confirmation to cancel.
*a2. Healthcare Worker confirms the cancellation.
Expand Down Expand Up @@ -524,7 +524,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

---

**Use Case: UC04 - Delete Patient Record**
**Use Case: UC04 - Delete patient profile**

- **Actor:** Healthcare worker
- **Description:** Healthcare worker deletes a patient's record from the ImmuniMate Address Book System.
Expand Down Expand Up @@ -633,7 +633,7 @@ Quality requirements:
17. **Cluster**: A group of patients who are infected by the same disease.
18. **Patient Visit**: A record of a patient's one specific visit to the clinic, including the date of visit, symptoms, diagnosis, and status.
19. **Patient History**: A collection of all the visits by a patient.
20. **Patient Record**: A collection of all the information about a patient, including the patient's name, `Nric`, `Phone`, `Address`, `Email`, `Country`.
20. **patient profile**: A collection of all the information about a patient, including the patient's name, `Nric`, `Phone`, `Address`, `Email`, `Country`.

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

Expand Down

0 comments on commit 2f2a0c4

Please sign in to comment.