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

Packages that use PersonIdentifier
org.openhealthexchange.openpixpdq.data   
 

Uses of PersonIdentifier in org.openhealthexchange.openpixpdq.data
 

Subclasses of PersonIdentifier in org.openhealthexchange.openpixpdq.data
 class PatientIdentifier
          This class represents a patient identifier
 

Methods in org.openhealthexchange.openpixpdq.data that return PersonIdentifier
 PersonIdentifier Patient.getMonthersId()
          Gets monthersId.
 

Methods in org.openhealthexchange.openpixpdq.data with parameters of type PersonIdentifier
 void Patient.setMonthersId(PersonIdentifier monthersId)
          Sets monthersId.