Class Patient
java.lang.Object
com.compomics.util.experiment.patient.Patient
public class Patient extends Object
This class groups the information about the patient from whom the sample is
taken
- Author:
- Marc Vaudel
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description void
addPatientInformation(PatientInformation patientInformation, Comparable value)
Adds patient information,String
getId()
Returns the patient id,Comparable
getPatientInformation(PatientInformation patientInformation)
Returns patient information,
-
Constructor Details
-
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.
-