Package org.dellroad.hl7.llp
Classes relating to HL7 "lower layer protocol" (LLP) framing.
- See Also:
- The hl7lib Project
-
Interface Summary Interface Description CharsetDecoder Strategy interface for determining the character encoding to use when reading and writing HL7 messages. -
Class Summary Class Description LLPConstants HL7 LLP framing constants.LLPInputStream Reads HL7 messages framed in the "lower layer protocol" (LLP).LLPOutputStream Writes out HL7 messages using the "lower layer protocol".MSH18CharsetDecoder Attempts to determine HL7 message character encoding by decoding header fieldMSH.18
, if present, or falling back to a configured default as a last resort. -
Exception Summary Exception Description LLPException Exception generated due to improper LLC framing.