public class Patient
extends java.lang.Object
| Constructor and Description |
|---|
Patient(java.lang.String id)
Constructor,
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPatientInformation(PatientInformation patientInformation,
java.lang.Comparable value)
Adds patient information,
|
java.lang.String |
getId()
Returns the patient id,
|
java.lang.Comparable |
getPatientInformation(PatientInformation patientInformation)
Returns patient information,
|
public Patient(java.lang.String id)
id - the patient numberpublic java.lang.String getId()
public void addPatientInformation(PatientInformation patientInformation, java.lang.Comparable value)
patientInformation - the type of patient information to addvalue - the valuepublic java.lang.Comparable getPatientInformation(PatientInformation patientInformation)
patientInformation - the type of patient information desiredCopyright © 2014. All Rights Reserved.