| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.parserserializer |
Provides Classes necessary to parse and serialize the HL7 Message.
|
| 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 |
|---|---|
ISegmentSet |
HL7Parser.parse(IHL7Stream objHL7Stream)
Parses the HL7Stream which contains a HL7 Message and populates the SegmentSet accordingly.
|
ISegmentSet |
HL7Parser.parse(java.lang.String strFilePath)
Parses the HL7 Message from given file and populates the SegmentSet accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
static Segment |
StandardUtilityMethods.getMessageBatchHeader(IHL7Stream objHL7BufferStream) |
int |
IBatch.parse(IHL7Stream objIHL7Stream)
Parses HL7 Batch Strings from any Stream into HL7 Batch objects.
|