Advanced&Efficient helps Emergency Department (ED) doctors in logging patient reports and connecting patients with relevant departments.
Here are my contributions to the project.
View Feature #119
What it does - Allows users to view the information of a specific patient with Ic Number
Justification - Currently there is a find command which allows users to find patients by keywords in names. However if a user wants to search for a specific patient with Ic Number, there is no option for that. Since find returns a list of patients with names matching the keyword, the user would have to manually go through the list to find that specific patient.
Highlights - Since Add command is enhanced to prevent patients with duplicate Ic Number
from being added, users
can be assured that the displayed user is the one they desired.
IC Number
that already exists in system from being
added. #128PatientWithFieldNotFoundException
thrown when no patient with user-specified field
found #119PatientWithFieldNotFoundException
into all relevant
commands #153ModelManager
#128isPatientWithIcNumberPresent
method to check if a patient with the Ic Number
is presentgetCurrentPatientList
method to get current patients in the patient record rather than filtered listModelManagerTest.java
.add
and view
commandsQuick-start
sectionFAQ
sectionOverview
and Acknowledgements
sectionSetting up, getting started
guideDesign
sectionAdd Patient
and View Patient
feature in Implementation
sectionAppendix: Requirements
section -- Product scope
, User stories
,Use cases (UC01-UC09)
,Non-Functional Requirements
, Glossary
Appendix: Planned Enhancements
section