public interface IBatchProcessor
| Modifier and Type | Method and Description |
|---|---|
IHL7BatchFile |
createBatchFile(MessageFactory objMessageFactory,
ISegmentSet objSegmentSet)
Creates HL7BatchFile and populate it through provided SegmentSet.
|
ISegmentSet |
getSegmentSet(IHL7Batch objHL7Batch)
Populates SegemntSet through provided HL7Batch.
|
ISegmentSet |
getSegmentSet(IHL7BatchFile objHL7BatchFile)
Populates SegemntSet through provided HL7BatchFile.
|
IHL7BatchFile |
populateBatchFile(MessageFactory objMessageFactory,
ISegmentSet objSegmentSet)
Populates HL7BatchFile through provided SegmentSet.
|
IHL7BatchFile |
processReceive(MessageFactory objMessageFactory,
ISegmentSet objSegmentSet)
Retrieves populated HL7BatchFile through given SegmentSet.
|
ISegmentSet |
processSend(IHL7BatchFile objHL7BatchFile)
Retrieves SegmentSet generated through provided HL7BatchFile.
|
IHL7BatchFile processReceive(MessageFactory objMessageFactory, ISegmentSet objSegmentSet)
objMessageFactory - instance of MessageFactoryobjSegmentSet - instance of SegmentSetjava.io.IOException - Signals that an I/O exception has occurred.ISegmentSet processSend(IHL7BatchFile objHL7BatchFile)
objHL7BatchFile - instance of HL7BatchFileIHL7BatchFile createBatchFile(MessageFactory objMessageFactory, ISegmentSet objSegmentSet)
objMessageFactory - instance of Message factoryobjSegmentSet - instance of SegmentSetIHL7BatchFile populateBatchFile(MessageFactory objMessageFactory, ISegmentSet objSegmentSet)
objMessageFactory - instance of Message factoryobjSegmentSet - instance of SegmentSetISegmentSet getSegmentSet(IHL7BatchFile objHL7BatchFile)
objHL7BatchFile - instance of HL7BatchFileISegmentSet getSegmentSet(IHL7Batch objHL7Batch)
objHL7Batch - instance of HL7Batch