Hospitalsaurus ReX is a program to help administrative staff to keep track of patients.
Hospitalsaurus ReX from here.addAdds a patient to the database.
Format: add NRIC
NRIC must be valid.Example of usage:
add S9922312D
add S7423213Z
retrieveRetrieves a patient to the database.
Format: retrieve NRIC
NRIC must be valid and in the database.Example of usage:
retrieve S9922312D
retrieve S7423213Z
editEdits a patient to the database.
Format: edit NRIC
NRIC must be valid and in the database.Example of usage:
edit S9922312D
edit S7423213Z
deleteDeletes a patient to the database.
Format: delete NRIC
NRIC must be valid and in the database.NRIC.Example of usage:
delete S9922312D
delete S7423213Z
createCreates an appointment date.
Format: create
Example of usage:
create
bookBooks 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
doctorAdds a doctor.
Format: doctor NAME
NAME should not already be inside the list.Example of usage:
doctor tan
doctor trump
doctorRemove a doctor.
Format: nodoctor NAME
NAME should be in the list.Example of usage:
nodoctor tan
nodoctor trump
appointmentsView patient’s appointments
Format: appointments NRIC
NRIC should be valid and in the list.Example of usage:
appointments S2233445D
appointments S1234556F
listView patient’s appointments
Format: list
Example of usage:
list
editapptEdit patient’s appointment
Format: editappt NRIC
NRIC should already exist.Example of usage:
editappt S9900999D
editappt S9900299D
byeExit 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 NRICretrieve NRICedit NRICdelete NRICcreatebook NRICdoctor NAMEnodoctor NAMEappointments NRIClisteditappt NRICbye