This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Batch Transmission Wrapper"

From HL7Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
*Any interaction which uses a batch wrapper (a [[Batch Based Interaction]]) (as a whole) doesn't have [[Receiver Responsibilities]].
 
*Any interaction which uses a batch wrapper (a [[Batch Based Interaction]]) (as a whole) doesn't have [[Receiver Responsibilities]].
 
*The receiver of a batch transmission may send an [[Accept Acknowledgement]] if it doesn't support batch wrappers. If a sender receives such an error message, it may want to resend the batch contents in the form of [[Message Based Interaction]]s.
 
*The receiver of a batch transmission may send an [[Accept Acknowledgement]] if it doesn't support batch wrappers. If a sender receives such an error message, it may want to resend the batch contents in the form of [[Message Based Interaction]]s.
 +
 +
Notes: the receiver of a [[Batch Based Interaction]] shall "throw away" the batch wrapper and process the interactions contained in the batch as if these interactions were recieved sequentially as individual interactions.

Revision as of 19:31, 7 May 2006

The Batch Transmission Wrapper is a Transmission Wrapper which is derived from the RIM class "Batch". This Wrapper is the outermost wrapper of the Composite Message Type used by Batch Based Interactions.

The batch wrapper is used for the grouping of transmissions only.

Notes: the receiver of a Batch Based Interaction shall "throw away" the batch wrapper and process the interactions contained in the batch as if these interactions were recieved sequentially as individual interactions.