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