Uses of Class
Patient

Uses of Patient in
 

Fields in Default Package declared as Patient
protected  Patient[] HospitalView.beds
          Hospital beds in this.
protected  Patient PatientView.model
          Patient data model for this.
protected  Patient StatusView.model
          Patient data model for this.
 

Methods in Default Package that return Patient
 Patient PatientView.getModel()
          Returns the data model for this.
 

Methods in Default Package with parameters of type Patient
protected  void HospitalView.admit(Patient aPatient)
          Admits the given patient to a bed.
 void PatientView.setModel(Patient aPatient)
          Sets the data model for this to the given model.
 void StatusView.setModel(Patient aPatient)
          Sets the model for this to the given patient.
 

Constructors in Default Package with parameters of type Patient
PatientView(Patient aPatient)
          Constructs a view for the given patient.
StatusView(Patient aPatient)
          Constructs a status view for the given patient.