public class PatientDemographicAttributes extends Attributes
| Constructor and Description |
|---|
PatientDemographicAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the data set using already populated Query Model.
|
java.lang.String |
getPatientsBirthDate()
Return Date of birth of the named patient.
|
java.lang.String |
getPatientsSex()
Retrieves sex of Patient.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled data set.
|
void |
setPatientsBirthDate(java.lang.String StrPatientsBirthDate)
Sets attribute identifies Date of birth of the named patient.
|
void |
setPatientsSex(EnumPatientsSex enumPatientsSex)
Sets attribute identifies sex of Patient.
|
public void setPatientsBirthDate(java.lang.String StrPatientsBirthDate)
StrPatientsBirthDate - - String Date of birthpublic java.lang.String getPatientsBirthDate()
public void setPatientsSex(EnumPatientsSex enumPatientsSex)
enumPatientsSex - - Enum value sex of Patientpublic java.lang.String getPatientsSex()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet