|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPixManager
This interface defines a patient Identifier cross reference manager (PIX Manager)actor. PIX Manager is a server side actor specified by IHE PIX profile. See Section 3.8, 3.9 and 3.10 of Vol. 2 (ITI TF-2): Transactions, available on the IHE site.
This class needs to register a PIX Manager adapter which implements
IPixManagerAdapter
by invoking registerPixManagerAdapter(IPixManagerAdapter)
.
The adapter provides a bridge between this PIXManager actor and the EMPI.
Method Summary | |
---|---|
java.lang.String |
getName()
Gets an informative name for this patient ID cross reference manager for use in error and log messages. |
void |
registerPixManagerAdapter(IPixManagerAdapter pixManagerAdapter)
Registers a PixManagerAdapter which handles patient creation, update, merge and and query by patient Id. |
void |
start()
Starts this patient ID cross reference manager. |
void |
stop()
Stops this patient ID cross reference manager. |
Method Detail |
---|
void start()
void stop()
java.lang.String getName()
void registerPixManagerAdapter(IPixManagerAdapter pixManagerAdapter)
pixManagerAdapter
- the adapterIPixManagerAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |