| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.batch |
Provides classes for Batch, BatchFile and BatchAgent used for Batch Protocol.
|
| cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.transactionhandler |
Provides classes which interact with application layer layer.
|
| cdac.medinfo.sdk.hl7282.hl7net.commons |
Provides Interfaces which are required to be implemented by Session classes,
Network Agents & MessageAgents of Client Server.
|
| cdac.medinfo.sdk.hl7282.hl7net.communication |
Provides classes which are required for Message buffer parsing from network stream.
|
| cdac.medinfo.sdk.hl7282.hl7net.upperlayer |
Provides classes which interact with application layer and base network layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchAgent
BatchAgent performs the handling of sending and receiving process for HL7Batch/HL7BatchFile during communication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionHandler.setBatchAgent(IBatchProcessor objBatchProcessor)
This set the batch agent on transaction handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITransactionHandler.setBatchAgent(IBatchProcessor objBatchProcessor)
Sets the batch agent on ITransactionhandler for
the processing of batch and batch-file.
|
| Modifier and Type | Method and Description |
|---|---|
IBatchProcessor |
ServerSideMessageAgent.getBatchProcessor()
Retrieves the Batch Processor
|
IBatchProcessor |
ClientSideMessageAgent.getBatchProcessor()
Retrieves the Batch Processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSideMessageAgent.setBatchProcessor(IBatchProcessor objIBatchProcessor)
Sets the Batch Processor
|
void |
ClientSideMessageAgent.setBatchProcessor(IBatchProcessor objIBatchProcessor)
Sets the Batch Processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSession.setBatchProcessor(IBatchProcessor objIBatchProcessor)
Sets the Batch Processor
|
void |
ServerSession.setBatchProcessor(IBatchProcessor objIBatchProcessor)
Sets the Batch Processor
|
void |
Controller.setBatchProcessor(IBatchProcessor objIBatchProcessor)
Sets the Batch Processor
|
void |
ClientSession.setBatchProcessor(IBatchProcessor objIBatchProcessor)
Sets the Batch Processor
|