Skip to content

Commit

Permalink
Merge pull request #48 from erv-teo/userGuide
Browse files Browse the repository at this point in the history
Fix bugs in user guide
  • Loading branch information
ejnan authored Mar 25, 2024
2 parents 4a90c5c + 46c81bc commit 8d3b1ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: User Guide
---
AddressBook for Ward Nurses (ABWN) is a desktop application tailored for ward nurses, optimizing patient contact management via a Command Line Interface (CLI) while incorporating a Graphical User Interface (GUI) for ease of use.
Designed for efficiency, ABWN enables quick access to patient records, streamlined contact management, and simplified logging of care details, proving to be a valuable tool for fast typists and those who prefer the precision of CLI operations.
Nursing Address Book (NAB) is a desktop application tailored for ward nurses, optimizing patient contact management via a Command Line Interface (CLI) while incorporating a Graphical User Interface (GUI) for ease of use.
Designed for efficiency, NAB enables quick access to patient records, streamlined contact management, and simplified logging of care details, proving to be a valuable tool for fast typists and those who prefer the precision of CLI operations.

## Table of Contents
* Quick Start
Expand All @@ -24,7 +24,7 @@ Designed for efficiency, ABWN enables quick access to patient records, streamlin

1. Ensure you have Java `11` or above installed in your Computer.

2. Download the latest `addressbook.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
2. Download the latest `nab.jar` from [here](https://github.com/AY2324S2-CS2103T-F10-1/tp/releases).

3. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.

Expand All @@ -38,7 +38,7 @@ Designed for efficiency, ABWN enables quick access to patient records, streamlin

* `list` : Lists all patients.

* `add n\John Doe ic\T1234567P` : Adds a patient named `John Doe` to the Address Book.
* `add n\John Doe ic\T1234567P dob\01/01/2000 w\A1 ad\25/03/2024` : Adds a patient named `John Doe` to the Address Book.

* `delete 3` : Deletes the 3rd patient shown in the current list.

Expand Down Expand Up @@ -101,7 +101,7 @@ IC: T1234567P
Date of Birth: 21 Mar 2000
Admission Date: 2 Feb 2022
Ward: A1
Tags: Fall Risk, Diabetes
Tags: FallRisk, Diabetes
You now have 1 patient(s) in your address book.
```
Expand Down Expand Up @@ -135,7 +135,7 @@ IC: I2103210P
Date of Birth: 12 Nov 1999
Admission Date: 3 Mar 2024
Ward: B3
Tags: Severe Allergies
Tags: SevereAllergies
```

### Editing a person : `edit`
Expand Down Expand Up @@ -204,7 +204,7 @@ Jane Doe is deleted. Their details were:
Date of Birth: 12 Nov 1999
Admission Date: 3 Mar 2024
Ward: A1
Tags: Severe Allergies
Tags: SevereAllergies
You now have 1 patient(s) in your contact book.
```
Expand Down

0 comments on commit 8d3b1ae

Please sign in to comment.