|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openhealthexchange.openpixpdq.ihe.impl_v2.hl7.HL7v25ToBaseConvertor
public class HL7v25ToBaseConvertor
HL7v25ToBaseConvertor parsers HL7v2.5 messages.
Field Summary | |
---|---|
(package private) com.misyshealthcare.connect.net.IConnectionDescription |
connection
|
Constructor Summary | |
---|---|
HL7v25ToBaseConvertor(ca.uhn.hl7v2.model.Message in,
com.misyshealthcare.connect.net.IConnectionDescription connection)
|
Method Summary | |
---|---|
java.util.List<com.misyshealthcare.connect.base.demographicdata.Address> |
getAddressList()
Gets the Address list from the PID segment for a particular patient |
java.util.Calendar |
getBirthDate()
Gets the birth date |
int |
getBirthOrder()
Gets the birth order from the PID segment for a particular patient |
java.lang.String |
getBirthPlace()
Gets the birth place from the PID segment for a particular patient |
java.lang.String |
getCitizenShip()
Gets the citizen ship from the PID segment for a particular patient |
java.util.Calendar |
getDeathDate()
Gets the death date from the PID segment for a particular patient |
java.lang.Boolean |
getDeathIndicator()
Gets the death indicator from the PID segment for a particular patient |
DriversLicense |
getDriversLicense()
Gets the DriversLincense from the PID segment |
java.lang.String |
getEthnicGroup()
Gets the ethnic group from the PID segment for a particular patient |
java.lang.String |
getHomeSystem()
|
java.lang.String |
getMartialStatus()
Gets the martial status from the PID segment for a particular patient |
PatientIdentifier |
getMonthersId()
Gets the monther's id from the PID segment |
PersonName |
getMotherMaidenName()
Get the mother's PersonName from the PID segment |
PatientIdentifier |
getMrgpatientAccountNumber()
Gets the merge patient account number from the MRG segment |
java.util.List<PatientIdentifier> |
getMrgPatientIds()
Gets a list of patient identifiers from the MRG segment |
PersonName |
getMrgPatientName()
Gets the PersonName from the MRG segment |
java.util.List<com.misyshealthcare.connect.base.clinicaldata.Visit> |
getMrgVisitList()
Gets the Visit list from the pv1 segment for a particular patient |
PatientIdentifier |
getpatientAccountNumber()
Gets the patient account number from the PID segment. |
PersonName |
getPatientAliasName()
Gets the Patient Alias Name from the PID segment |
java.util.List<PatientIdentifier> |
getPatientIds()
Gets a list of patient identifiers from the PID segment. |
PersonName |
getPatientName()
Gets the PersonName from the PID segment |
java.util.List<com.misyshealthcare.connect.base.demographicdata.PhoneNumber> |
getPhoneList()
Gets the PhoneList from the PID segment for a particular patient |
java.lang.String |
getPrimaryLanguage()
Gets the primary language from the PID segment for a particular patient |
java.lang.String |
getRace()
Gets the race from the PID segment for a particular patient |
java.lang.String |
getReligion()
Gets the Religion from the PID segment for a particular patient |
com.misyshealthcare.connect.base.SharedEnums.SexType |
getSexType()
Gets the Sex Type. |
java.lang.String |
getSsn()
Gets the ssn from the PID segment for a particular patient |
java.util.List<com.misyshealthcare.connect.base.clinicaldata.Visit> |
getVisitList()
Gets the list of vists from the PID segment for a particular patient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
com.misyshealthcare.connect.net.IConnectionDescription connection
Constructor Detail |
---|
public HL7v25ToBaseConvertor(ca.uhn.hl7v2.model.Message in, com.misyshealthcare.connect.net.IConnectionDescription connection)
Method Detail |
---|
public java.util.List<PatientIdentifier> getPatientIds()
PatientIdentifier
public java.util.List<PatientIdentifier> getMrgPatientIds()
PatientIdentifier
of the merge patientpublic PatientIdentifier getpatientAccountNumber()
public PatientIdentifier getMrgpatientAccountNumber()
public PatientIdentifier getMonthersId()
public PersonName getPatientName() throws ca.uhn.hl7v2.HL7Exception
PersonName
of the patient
ca.uhn.hl7v2.HL7Exception
public PersonName getMrgPatientName() throws ca.uhn.hl7v2.HL7Exception
PersonName
of the merge patient
ca.uhn.hl7v2.HL7Exception
public PersonName getMotherMaidenName() throws ca.uhn.hl7v2.HL7Exception
PersonName
of the monther's maiden name
ca.uhn.hl7v2.HL7Exception
public PersonName getPatientAliasName() throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
public DriversLicense getDriversLicense()
public java.lang.String getRace() throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
public java.lang.String getPrimaryLanguage()
public java.lang.String getMartialStatus()
public java.lang.String getReligion()
public java.lang.String getEthnicGroup() throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
public java.lang.String getBirthPlace()
public int getBirthOrder()
public java.lang.String getCitizenShip() throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
public java.util.Calendar getDeathDate()
public java.lang.Boolean getDeathIndicator()
true
if deadpublic java.util.List<com.misyshealthcare.connect.base.demographicdata.Address> getAddressList()
Address
public com.misyshealthcare.connect.base.SharedEnums.SexType getSexType()
SharedEnums.SexType
of the patientpublic java.util.Calendar getBirthDate()
public java.util.List<com.misyshealthcare.connect.base.clinicaldata.Visit> getVisitList()
Visit
public java.util.List<com.misyshealthcare.connect.base.clinicaldata.Visit> getMrgVisitList()
Visit
public java.lang.String getSsn()
public java.util.List<com.misyshealthcare.connect.base.demographicdata.PhoneNumber> getPhoneList()
public java.lang.String getHomeSystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |