public interface IHL7BatchFile
| Modifier and Type | Method and Description |
|---|---|
FHS |
getBatchFileHeader()
Gets the batch file header.
|
FTS |
getBatchFileTrailer()
Gets the batch file trailer.
|
ISingleCollection<IHL7Batch> |
getHL7BatchCollection()
Gets the HL7Batch collection.
|
void |
setBatchFileHeader(FHS objBatchFileHeader)
Sets the batch file header.
|
void |
setBatchFileTrailer(FTS objBatchFileTrailer)
Sets the batch file trailer.
|
void |
setHL7BatchCollection(ISingleCollection<IHL7Batch> objHL7BatchCollection)
Sets the HL7Batch collection.
|
boolean |
validate()
Validates HL7 Batch objects.
|
FHS getBatchFileHeader()
void setBatchFileHeader(FHS objBatchFileHeader)
objBatchFileHeader - the new batch file headerFTS getBatchFileTrailer()
void setBatchFileTrailer(FTS objBatchFileTrailer)
objBatchFileTrailer - the new batch file trailerISingleCollection<IHL7Batch> getHL7BatchCollection()
void setHL7BatchCollection(ISingleCollection<IHL7Batch> objHL7BatchCollection)
objHL7BatchCollection - the new HL7Batch collectionboolean validate()
throws BatchException
BatchException - Thrown when Batch validation fails.