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

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

Uses of DriversLicense in org.openhealthexchange.openpixpdq.data
 

Methods in org.openhealthexchange.openpixpdq.data that return DriversLicense
 DriversLicense Patient.getDriversLicense()
          Gets driversLicense.
 

Methods in org.openhealthexchange.openpixpdq.data with parameters of type DriversLicense
 void Patient.setDriversLicense(DriversLicense driversLicense)
          Sets driversLicense.
 

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

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 that return DriversLicense
 DriversLicense HL7v25ToBaseConvertor.getDriversLicense()
          Gets the DriversLincense from the PID segment
 DriversLicense HL7v231ToBaseConvertor.getDriversLicense()
          Gets the DriversLincense from the PID segment
 

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

Methods in org.openhealthexchange.openpixpdq.ihe.pdq that return DriversLicense
 DriversLicense PdqQuery.getDriversLicense()
          Gets the driver's license.
 

Methods in org.openhealthexchange.openpixpdq.ihe.pdq with parameters of type DriversLicense
 void PdqQuery.setDriversLicense(DriversLicense driversLicense)
          Sets the driver's license.