tp


Project maintained by AY2021S1-CS2113-T16-4 Hosted on GitHub Pages — Theme by mattgraham

User Guide

Introduction

Hospitalsaurus ReX is a program to help administrative staff to keep track of patients.

Quick Start

  1. Ensure that you have Java 11 or above installed.
  2. Download the latest version of Hospitalsaurus ReX from here.

Features

Adding a patient: add

Adds a patient to the database.

Format: add NRIC

Example of usage:

add S9922312D

add S7423213Z



Retrieve a patient: retrieve

Retrieves a patient to the database.

Format: retrieve NRIC

Example of usage:

retrieve S9922312D

retrieve S7423213Z

Edit a patient: edit

Edits a patient to the database.

Format: edit NRIC

Example of usage:

edit S9922312D

edit S7423213Z

Delete a patient: delete

Deletes a patient to the database.

Format: delete NRIC

Example of usage:

delete S9922312D

delete S7423213Z



Create an appointment: create

Creates an appointment date.

Format: create

Example of usage:

create

Book an appointment: book

Books an appointment date.

Format: book NRIC

Example of usage:

book S9922312D

book S7423213Z

Add a doctor: doctor

Adds a doctor.

Format: doctor NAME

Example of usage:

doctor tan

doctor trump



Remove a doctor: doctor

Remove a doctor.

Format: nodoctor NAME

Example of usage:

nodoctor tan

nodoctor trump

View patient’s appointments: appointments

View patient’s appointments

Format: appointments NRIC

Example of usage:

appointments S2233445D

appointments S1234556F

List patients: list

View patient’s appointments

Format: list

Example of usage:

list



Edit patient’s appointment: editappt

Edit patient’s appointment

Format: editappt NRIC

Example of usage:

editappt S9900999D

editappt S9900299D

Exit program: bye

Exit the program

Format: bye

Example of usage:

bye

FAQ

Q: How do I transfer my data to another computer?

A: Clone the program to the other computer, and copy the data folder over.

Q: Why is the name Hospitalsaurus Rex?

A: Because we are nerds.

Q: How do I request for more features?

A: Contact us.



Command Summary