Uses of Class
org.openhealthexchange.openpixpdq.ihe.log.MessageStore

Packages that use MessageStore
org.openhealthexchange.openpixpdq.ihe   
org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7   
org.openhealthexchange.openpixpdq.ihe.log   
 

Uses of MessageStore in org.openhealthexchange.openpixpdq.ihe
 

Methods in org.openhealthexchange.openpixpdq.ihe that return MessageStore
 MessageStore HL7Actor.initMessageStore(ca.uhn.hl7v2.model.Message message, boolean isInbound)
          Initiates a MessageStore instance, and log the initial message, either in-bound message or out-bound message.
 

Methods in org.openhealthexchange.openpixpdq.ihe with parameters of type MessageStore
 void HL7Actor.saveMessageStore(ca.uhn.hl7v2.model.Message message, boolean isInbound, MessageStore msgStore)
          Persists the MessageStore log, and save the return message which could be either in-bound or out-bound.
 

Uses of MessageStore in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7
 

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 that return MessageStore
 MessageStore HL7Header.populateMessageStore(MessageStore store)
          Populates MessageStore from this HL7Header.
 

Methods in org.openhealthexchange.openpixpdq.ihe.impl_v2.hl7 with parameters of type MessageStore
 MessageStore HL7Header.populateMessageStore(MessageStore store)
          Populates MessageStore from this HL7Header.
 

Uses of MessageStore in org.openhealthexchange.openpixpdq.ihe.log
 

Methods in org.openhealthexchange.openpixpdq.ihe.log with parameters of type MessageStore
 void IMessageStoreLogger.saveLog(MessageStore messageLog)
          Method to save the MessageStore object.