Skip to content

v1.2

Compare
Choose a tag to compare
@NatLeong NatLeong released this 23 Mar 18:58
· 317 commits to master since this release
5002879

ImmuniMate

WHAT'S NEW

  • Each profile now takes in many more fields, such as NRIC, sex, health status, allergies, and many other medical information
    (mandatory fields are NRIC, name, phone, address, date of birth, sex, and status; all other fields are optional)

Creating profiles:
create n/<Patient Name> ic/<NRIC> dob/<Date of birth> s/<Sex> hp/<Phone Number> a/<Address> e/[Email] c/[Country of Nationality] doa/[Date_of_Admission] bt/[Blood type] al/[Allergies] con/[Condition] sym[Sympton] d/[diagnosis]
example:
create n/Michael Jackson ic/T0283661A dob/2002-04-01 s/Male c/America hp/91234567 a/Kent Ridge Drive 01 481991 e/[email protected] doa/2022-01-04 bt/A+ al/Egg, Peanuts

  • Read the information on each patient with NRIC

Reading profiles:
read <patient's NRIC>

Read Command Screenshot
  • Update profiles with NRIC numbers instead of indices

Updating profiles:
update <patient's NRIC> <field to be changed><new content>
example:
update S6732098X n/John_DOE con/high blood pressure

  • New format for finding profiles by name

Finding profiles by names:
find n/<name> <name> <name>
example:
find n/alan ben charlie

  • Delete profiles entirely with just NRIC numbers

Deleting profiles:
delete <NRIC>
example:
delete T0109876D