From 043a8051566a323fae8668be7e42cde9f12a3208 Mon Sep 17 00:00:00 2001 From: afroneth Date: Wed, 11 Nov 2020 17:10:56 +0800 Subject: [PATCH] Add UG contribution --- docs/UserGuide.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index b2382211f65..cba3889c28d 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -10,6 +10,8 @@ title: CliniCal User Guide ## 1. Introduction +(Contributed by Kenneth) + CliniCal (Clinic Calendar) is a **desktop app that allows doctors to manage patient records and schedule upcoming appointments**. With CliniCal, you can enhance your daily workflow through the effective scheduling of medical appointments. You can also have access to a digital database that safely stores all your patient records. Furthermore, CliniCal is optimized for use via a Command Line Interface (CLI) and even retains the benefits of a Graphical User Interface (GUI). If you can type fast, CliniCal can get your work done faster than traditional GUI apps. @@ -604,6 +606,8 @@ You want to display the profile of the 1st patient on the list. ### 5.3 Patient Visitation Commands +(Contributed by Kenneth) + Visitation commands help you make changes to the visitation logs specific to a patient. These visitation logs store the following as a short summary of a patient's visit: @@ -896,6 +900,8 @@ Retrieve and reuse past commands using the arrow and ↓ -**A**: We would love to hear from you. You can either email us at `seer [at] comp.nus.edu.sg` or make a GitHub issue at this [link](https://github.com/AY2021S1-CS2103T-W11-4/tp/issues) with the relevant details. +**A**: We would love to hear from you. You can either email us at `ktaekwon000 [at] gmail dot com` or make a GitHub issue at this [link](https://github.com/AY2021S1-CS2103T-W11-4/tp/issues) with the relevant details. **Q**: Is there a way to export the calendar data into another application, say Google Calendar?
**A**: We are currently working on this feature and it is planned for `v2.0`, scheduled to be released in January 2021. @@ -936,6 +942,8 @@ CliniCal data is saved in your hard disk automatically after any command that ch ## 7. Command summary +(Contributed by Kenneth) + Action | Format, Examples --------|------------------ **Add** | `add n/NAME p/PHONE_NUMBER ic/NRIC [a/ADDRESS] [e/EMAIL] [s/SEX] [b/BLOOD_TYPE] [ct/COLOR_TAG] [g/ALLERGY]…​`
e.g. `add n/James Ho p/22224444 ic/S2686887R e/jamesho@example.com a/123, Clementi Rd, 1234665 s/M b/B+ g/sulfa g/aspirin`