public class FamilyHistory
extends java.lang.Object
This class has the following attributes:
1. Relation With Patient (String)
2. Vital Status (String)
3. Diagnosis (String)
4. Age At Onset (String)
5. Gender (String)
6. Birth Time (String)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
FamilyHistory()
Default constructor of Family History.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgeAtOnset()
Returns the Age At Onset
|
java.lang.String |
getBirthTime()
Returns the Birth Time.
|
java.lang.String |
getDiagnosis()
Returns the Diagnosis.
|
java.lang.String |
getGender()
Returns the Gender.
|
java.lang.String |
getRelationWithPatient()
Returns the Relation with Patient.
|
java.lang.String |
getVitalStatus()
Returns the Vital Status of Patient's Relative.
|
void |
setAgeAtOnset(java.lang.String ageAtOnset)
Sets the Age At Onset
|
void |
setBirthTime(java.lang.String birthTime)
Sets the Birth Time.
|
void |
setDiagnosis(java.lang.String diagnosis)
Sets the Diagnosis.
|
void |
setGender(java.lang.String gender)
Sets the Gender.
|
void |
setRelationWithPatient(java.lang.String relationWithPatient)
Sets the Relation with Patient.
|
void |
setVitalStatus(java.lang.String vitalStatus)
Sets the Vital Status of Patient's Relative.
|
public java.lang.String getRelationWithPatient()
public void setRelationWithPatient(java.lang.String relationWithPatient)
relationWithPatient - Specifies the Relation with Patient.public java.lang.String getVitalStatus()
public void setVitalStatus(java.lang.String vitalStatus)
vitalStatus - Specifies the the Vital Status of Patient's Relative. E.g. if Relative is alive or deceasedpublic java.lang.String getDiagnosis()
public void setDiagnosis(java.lang.String diagnosis)
diagnosis - Specifies the diagnosispublic java.lang.String getAgeAtOnset()
public void setAgeAtOnset(java.lang.String ageAtOnset)
ageAtOnset - Specifies the age at which the disease was diagnosedpublic java.lang.String getGender()
public void setGender(java.lang.String gender)
gender - Specifies the genderpublic java.lang.String getBirthTime()
public void setBirthTime(java.lang.String birthTime)
birthTime - Specifies the birth time