| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HL7BatchFile.validate()
Validates HL7 BatchFile objects.
|
boolean |
HL7Batch.validate()
Validates HL7 Batch objects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IHL7BatchFile.validate()
Validates HL7 Batch objects.
|
boolean |
IHL7Batch.validate()
Validates HL7 Batch objects.
|
boolean |
IBatch.validate()
Validates HL7 Batch objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSideMessageAgent.sendBatch(IHL7BatchFile objBatchFileToSend)
Gets automatically invoked when Batch is received from remote system.
|
void |
ClientSideMessageAgent.sendBatch(IHL7BatchFile objHl7BatchFile)
Gets automatically invoked when Batch is received from remote system.
|