| 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 |
|---|---|
FHS |
HL7BatchFile.getBatchFileHeader()
Gets the batch file header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HL7BatchFile.setBatchFileHeader(FHS objBatchFileHeader)
Sets the batch file header.
|
| Constructor and Description |
|---|
HL7BatchFile(FHS objFHS,
FTS objFTS,
ISingleCollection<IHL7Batch> objHL7BatchCollection)
Instantiates HL7Batch batch with header and trailer segment provided.
|
| Modifier and Type | Method and Description |
|---|---|
FHS |
IHL7BatchFile.getBatchFileHeader()
Gets the batch file header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IHL7BatchFile.setBatchFileHeader(FHS objBatchFileHeader)
Sets the batch file header.
|