This wiki has undergone a migration to Confluence found Here
Difference between revisions of "Batch Transmission Pattern"
Jump to navigation
Jump to search
Rene spronk (talk | contribs) (new wording as a result of INM o-o-c meeting) |
Rene spronk (talk | contribs) m |
||
Line 5: | Line 5: | ||
#removes the [[Batch Transmission Wrapper]] from the interaction and processes the interactions contained within the batch as if tehse interactions were received as a series of individual interactions. | #removes the [[Batch Transmission Wrapper]] from the interaction and processes the interactions contained within the batch as if tehse interactions were received as a series of individual interactions. | ||
− | *The Batch Sender collects zero or more interactions and groups them by means of a Batch wrapper, and sends the Batch (MCCI_IN200100) to the Batch Receiver. | + | *The Batch Sender collects zero or more interactions and groups them by means of a Batch wrapper, and sends the Batch (MCCI_IN200100) to the Batch Receiver. The Accept Acknowledgements (MCCI_IN000002) is only used if the batch interaction has validation issue. |
− | The Accept Acknowledgements (MCCI_IN000002) is only used if the batch interaction has validation issue. |
Revision as of 23:39, 8 May 2006
The Transmission Sender (an HL7 Application) sends the initial Batch Transmission. The Transmission Receiver (another HL7 Application) performs an accept-level validation, and
- (if the batch could not be validated) sends an accept-level acknowledgement error, or
- removes the Batch Transmission Wrapper from the interaction and processes the interactions contained within the batch as if tehse interactions were received as a series of individual interactions.
- The Batch Sender collects zero or more interactions and groups them by means of a Batch wrapper, and sends the Batch (MCCI_IN200100) to the Batch Receiver. The Accept Acknowledgements (MCCI_IN000002) is only used if the batch interaction has validation issue.