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 |
getMedicalRecordLocator()
Retrieves An identifier used to find the patient's existing medical record (e.g.
|
java.lang.String[] |
getOtherPatientIDs()
Retrieves Other identification numbers or codes used to identify the patient.
|
java.lang.String[] |
getOtherPatientNames()
Retrieves Other names used to identify the patient..
|
java.lang.String |
getPatientBirthName()
Retrieves Patient's birth name.
|
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.
|
java.lang.String |
getPatientsMothersBirthName()
Retrieves Birth name of patient's mother.
|
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 |
setMedicalRecordLocator(java.lang.String strMedicalRecordLocator)
An identifier used to find the patient's existing medical record (e.g.
|
void |
setOtherPatientIDs(java.lang.String[] arrStrOtherPatientIDs)
Other identification numbers or codes used to identify the patient.
|
void |
setOtherPatientNames(java.lang.String[] arrStrOtherPatientNames)
Other names used to identify the patient.
|
void |
setPatientBirthName(java.lang.String strPatientBirthName)
Patient's birth name.
|
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.
|
void |
setPatientsMothersBirthName(java.lang.String strPatientsMothersBirthName)
Birth name of patient's mother.
|
public java.lang.String getPatientName()
public void setPatientID(java.lang.String strPatientID)
StrPatientID - - String identifies Primary hospital identification numberpublic java.lang.String getPatientID()
public void setPatientName(java.lang.String strPatientName)
strPatientName - - String value of Patient Name.public void setIssuerOfPatientID(java.lang.String strIssuerOfPatientID)
strIssuerOfPatientID - - String value of Issuer Of PatientID.public void setOtherPatientIDs(java.lang.String[] arrStrOtherPatientIDs)
arrStrOtherPatientIDs - - String array of Other Patient IDs.public void setOtherPatientNames(java.lang.String[] arrStrOtherPatientNames)
arrStrOtherPatientNames - - String value of Patient Other Names.public void setPatientBirthName(java.lang.String strPatientBirthName)
strPatientBirthName - - String value of Patient Birth Name.public void setPatientsMothersBirthName(java.lang.String strPatientsMothersBirthName)
strPatientsMothersBirthName - - String value of Patient's Mother's Birth Name.public void setMedicalRecordLocator(java.lang.String strMedicalRecordLocator)
strMedicalRecordLocator - - String value of Medical Record Locator.public java.lang.String getIssuerOfPatientID()
public java.lang.String[] getOtherPatientIDs()
public java.lang.String[] getOtherPatientNames()
public java.lang.String getPatientBirthName()
public java.lang.String getPatientsMothersBirthName()
public java.lang.String getMedicalRecordLocator()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet