Uses of Interface
org.openhealthexchange.openpixpdq.ihe.IPdSupplierAdapter

Packages that use IPdSupplierAdapter
org.openhealthexchange.openpixpdq.ihe   
org.openhealthexchange.openpixpdq.ihe.impl_v2   
 

Uses of IPdSupplierAdapter in org.openhealthexchange.openpixpdq.ihe
 

Methods in org.openhealthexchange.openpixpdq.ihe with parameters of type IPdSupplierAdapter
 void IPdSupplier.registerPdSupplierAdapter(IPdSupplierAdapter pdSupplierAdapter)
          Registers a PdSupplier adapter which provides patient demographics data for patient demographics query (PDQ).
 

Uses of IPdSupplierAdapter in org.openhealthexchange.openpixpdq.ihe.impl_v2
 

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2 that return IPdSupplierAdapter
(package private)  IPdSupplierAdapter PdSupplier.getPdqSupplierAdapter()
          Gets the adapter for this PdSupplier
 

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2 with parameters of type IPdSupplierAdapter
 void PdSupplier.registerPdSupplierAdapter(IPdSupplierAdapter pdqDataSource)
          Registers a PdSupplier adapter which delegates patient demographics query from this PDS actor to the underneath eMPI.