Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UG contributions #311

Merged
merged 1 commit into from
Nov 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,8 @@ These visitation logs store the following as a short summary of a patient's visi

#### 5.3.1 Adding a new visitation log for patient: `addvisit`

(Contributed by Kenneth)

Displays a new window to add a new visitation log for the specified patient.

Format: `addvisit INDEX [vd/VISIT_DATE]`
Expand Down Expand Up @@ -714,6 +716,8 @@ You want to add a visitation log with date 23/10/2020 to the 1st patient on the

#### 5.3.2 Editing patient's visitation log: `editvisit`

(Contributed by Eugene)

Displays a new window to edit the visitation log for a specified patient.

Format: `editvisit INDEX i/VISIT_INDEX [vd/VISIT_DATE]`
Expand Down Expand Up @@ -773,6 +777,8 @@ You want to edit the 1st visitation log belonging to the 2nd patient on the list

#### 5.3.3 Deleting patient's visitation log: `deletevisit`

(Contributed by Eugene)

Delete the patient's visitation log.

Format: `deletevisit INDEX i/VISIT_INDEX`
Expand Down