| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BTS |
HL7Batch.getBatchTrailer()
Gets the batch trailer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HL7Batch.setBatchTrailer(BTS objBatchTrailer)
Sets the batch trailer.
|
| Constructor and Description |
|---|
HL7Batch(BHS objBHS,
BTS objBTS,
ISingleCollection<Message> objHL7BatchCollection)
Constructor for HL7batch used to initialize member
|
| Modifier and Type | Method and Description |
|---|---|
BTS |
IHL7Batch.getBatchTrailer()
Gets the batch trailer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IHL7Batch.setBatchTrailer(BTS objBatchTrailer)
Sets the batch trailer.
|