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

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

Uses of IPixManagerAdapter in org.openhealthexchange.openpixpdq.ihe
 

Methods in org.openhealthexchange.openpixpdq.ihe with parameters of type IPixManagerAdapter
 void IPixManager.registerPixManagerAdapter(IPixManagerAdapter pixManagerAdapter)
          Registers a PixManagerAdapter which handles patient creation, update, merge and and query by patient Id.
 

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

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2 that return IPixManagerAdapter
(package private)  IPixManagerAdapter PixManager.getPixManagerAdapter()
          Gets the adapter for this PixManager
 

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2 with parameters of type IPixManagerAdapter
 void PixManager.registerPixManagerAdapter(IPixManagerAdapter pixManagerAdapter)
          Registers a PixManagerAdapter which delegates patient creation, update, merge and PIX query from this PIX Manager actor to the underneath eMPI.