Uses of Class
org.openhealthexchange.openpixpdq.data.PersonName

Packages that use PersonName
org.openhealthexchange.openpixpdq.data   
org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7   
org.openhealthexchange.openpixpdq.ihe.pdq   
org.openhealthexchange.openpixpdq.ihe.registry   
 

Uses of PersonName in org.openhealthexchange.openpixpdq.data
 

Methods in org.openhealthexchange.openpixpdq.data that return PersonName
 PersonName Patient.getMonthersMaidenName()
          Gets monthersMaidenName.
 PersonName Patient.getPatientAlias()
          Gets patientAlias.
 PersonName Patient.getPatientName()
          Gets patientName.
 

Methods in org.openhealthexchange.openpixpdq.data with parameters of type PersonName
 void Patient.setMonthersMaidenName(PersonName monthersMaidenName)
          Sets monthersMaidenName.
 void Patient.setPatientAlias(PersonName patientAlias)
          Sets patientAlias.
 void Patient.setPatientName(PersonName name)
          Sets patientName.
 

Uses of PersonName in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7
 

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 that return PersonName
 PersonName HL7v25ToBaseConvertor.getMotherMaidenName()
          Get the mother's PersonName from the PID segment
 PersonName HL7v231ToBaseConvertor.getMotherMaidenName()
          Get the mother's PersonName from the PID segment
 PersonName HL7v25ToBaseConvertor.getMrgPatientName()
          Gets the PersonName from the MRG segment
 PersonName HL7v231ToBaseConvertor.getMrgPatientName()
          Gets the PersonName from the MRG segment
 PersonName HL7v25ToBaseConvertor.getPatientAliasName()
          Gets the Patient Alias Name from the PID segment
 PersonName HL7v231ToBaseConvertor.getPatientAliasName()
          Gets the Patient Alias Name from the PID segment
 PersonName HL7v25ToBaseConvertor.getPatientName()
          Gets the PersonName from the PID segment
 PersonName HL7v231ToBaseConvertor.getPatientName()
          Gets the PersonName from the PID segment
 

Uses of PersonName in org.openhealthexchange.openpixpdq.ihe.pdq
 

Methods in org.openhealthexchange.openpixpdq.ihe.pdq that return PersonName
 PersonName PdqQuery.getMotherMaidenName()
          Gets the mother's maiden name.
 PersonName PdqQuery.getPersonName()
          Gets the patient name.
 

Methods in org.openhealthexchange.openpixpdq.ihe.pdq with parameters of type PersonName
 void PdqQuery.setMotherMaidenName(PersonName motherMaidenName)
          Sets the mother's maiden name.
 void PdqQuery.setPersonName(PersonName personName)
          Sets the patient name.
 

Uses of PersonName in org.openhealthexchange.openpixpdq.ihe.registry
 

Methods in org.openhealthexchange.openpixpdq.ihe.registry with parameters of type PersonName
static boolean HL7.fromXPN(PersonName personName, java.lang.String xpn)
          Decodes an HL7 XPN data type and put the name fields into a PersonName
static java.lang.String HL7.toXPN(PersonName personName)
          Generates an XPN name data type from a Patient.