Hospitalsaurus ReX is a program to help administrative staff to keep track of patients.
Hospitalsaurus ReX
from here.add
Adds a patient to the database.
Format: add NRIC
NRIC
must be valid.Example of usage:
add S9922312D
add S7423213Z
retrieve
Retrieves a patient to the database.
Format: retrieve NRIC
NRIC
must be valid and in the database.Example of usage:
retrieve S9922312D
retrieve S7423213Z
edit
Edits a patient to the database.
Format: edit NRIC
NRIC
must be valid and in the database.Example of usage:
edit S9922312D
edit S7423213Z
delete
Deletes a patient to the database.
Format: delete NRIC
NRIC
must be valid and in the database.NRIC
.Example of usage:
delete S9922312D
delete S7423213Z
create
Creates an appointment date.
Format: create
Example of usage:
create
book
Books an appointment date.
Format: book NRIC
NRIC
should be valid and in the database, else add
command will runExample of usage:
book S9922312D
book S7423213Z
doctor
Adds a doctor.
Format: doctor NAME
NAME
should not already be inside the list.Example of usage:
doctor tan
doctor trump
doctor
Remove a doctor.
Format: nodoctor NAME
NAME
should be in the list.Example of usage:
nodoctor tan
nodoctor trump
appointments
View patient’s appointments
Format: appointments NRIC
NRIC
should be valid and in the list.Example of usage:
appointments S2233445D
appointments S1234556F
list
View patient’s appointments
Format: list
Example of usage:
list
editappt
Edit patient’s appointment
Format: editappt NRIC
NRIC
should already exist.Example of usage:
editappt S9900999D
editappt S9900299D
bye
Exit the program
Format: bye
Example of usage:
bye
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.
add NRIC
retrieve NRIC
edit NRIC
delete NRIC
create
book NRIC
doctor NAME
nodoctor NAME
appointments NRIC
list
editappt NRIC
bye