Uses of Class
org.openhealthexchange.openpixpdq.ihe.audit.ParticipantObject

Packages that use ParticipantObject
org.openhealthexchange.openpixpdq.ihe.audit   
 

Uses of ParticipantObject in org.openhealthexchange.openpixpdq.ihe.audit
 

Methods in org.openhealthexchange.openpixpdq.ihe.audit with parameters of type ParticipantObject
protected  void AuditObjectFactory.addParticipantObject(ParticipantObject participantObject)
          Adds a participant object for the messages that require it.
protected  void IheAuditTrail.dataExport(com.misyshealthcare.connect.base.audit.ActiveParticipant doctor, com.misyshealthcare.connect.base.audit.ActiveParticipant media, ParticipantObject patient)
          DICOM Supp 95 message A.1.3.4 (p.
protected  void IheAuditTrail.dataImport(com.misyshealthcare.connect.base.audit.ActiveParticipant doctor, com.misyshealthcare.connect.base.audit.ActiveParticipant media, ParticipantObject patient)
          DICOM Supp 95 message A.1.3.4 (p.
 void IheAuditTrail.logPdqQuery(com.misyshealthcare.connect.base.audit.ActiveParticipant source, java.util.Collection<ParticipantObject> patients, ParticipantObject query)
          Audit Logging of PDQ Query Messages.
 void IheAuditTrail.logPixFeed(com.misyshealthcare.connect.base.audit.ActiveParticipant source, ParticipantObject patient, com.misyshealthcare.connect.base.audit.AuditCodeMappings.EventActionCode eventActionCode)
          Audit Logging of PIX Feed Messages.
 void IheAuditTrail.logPixQuery(com.misyshealthcare.connect.base.audit.ActiveParticipant source, ParticipantObject patient, ParticipantObject query)
          Audit Logging of PIX Query Messages.
 void IheAuditTrail.logPixUpdateNotification(com.misyshealthcare.connect.base.audit.ActiveParticipant destination, ParticipantObject patient)
          Audit Logging of PIX Update Notification Messages.
 void IheAuditTrail.recordExported(ParticipantObject patient, java.lang.String mediaDesc)
          Call when a record is exported to external media.
 void IheAuditTrail.recordImported(ParticipantObject patient, java.lang.String mediaDesc)
          Call when a record is imported from external media.
 

Method parameters in org.openhealthexchange.openpixpdq.ihe.audit with type arguments of type ParticipantObject
 void IheAuditTrail.logPdqQuery(com.misyshealthcare.connect.base.audit.ActiveParticipant source, java.util.Collection<ParticipantObject> patients, ParticipantObject query)
          Audit Logging of PDQ Query Messages.