Class Patient
java.lang.Object
com.compomics.util.experiment.patient.Patient
This class groups the information about the patient from whom the sample is
taken
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPatientInformation(PatientInformation patientInformation, Comparable value) Adds patient information,getId()Returns the patient id,getPatientInformation(PatientInformation patientInformation) Returns patient information,
-
Constructor Details
-
Patient
public Patient()Empty default constructor -
Patient
Constructor,- Parameters:
id- the patient number
-
-
Method Details
-
getId
Returns the patient id,- Returns:
- the patient id
-
addPatientInformation
Adds patient information,- Parameters:
patientInformation- the type of patient information to addvalue- the value
-
getPatientInformation
Returns patient information,- Parameters:
patientInformation- the type of patient information desired- Returns:
- the value for this patient. Null if not set.
-