public class PatientIdentificationAttributes extends Attributes
| Constructor and Description |
|---|
PatientIdentificationAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the data set using already populated Query Model.
|
java.lang.String |
getIssuerOfPatientID()
Retrieves Identifier of the Assigning Authority (system, organization, agency, or department) that issued the Patient ID.
|
java.lang.String |
getPatientID()
Return identifies Primary hospital identification number or code for the
patient.
|
java.lang.String |
getPatientName()
Return Patient's full legal name.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled data set.
|
void |
setIssuerOfPatientID(java.lang.String strIssuerOfPatientID)
Identifier of the Assigning Authority (system, organization, agency, or department) that issued the
Patient ID.
|
void |
setPatientID(java.lang.String strPatientID)
Sets attribute identifies Primary hospital identification number or code for the
patient.
|
void |
setPatientName(java.lang.String strPatientName)
Sets Patient's full name.
|
public java.lang.String getPatientName()
public void setPatientName(java.lang.String strPatientName)
strPatientName - - String value of Patient Name.public void setPatientID(java.lang.String strPatientID)
StrPatientID - - String identifies Primary hospital identification numberpublic java.lang.String getPatientID()
public void setIssuerOfPatientID(java.lang.String strIssuerOfPatientID)
strIssuerOfPatientID - - String value of Issuer Of PatientID.public java.lang.String getIssuerOfPatientID()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet