All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description CharsetDecoder Strategy interface for determining the character encoding to use when reading and writing HL7 messages.HL7ContentException Exception thrown to indicate invalid HL7 content was encountered.HL7Field Represents one field in an HL7 message, possibly with repeats.HL7FileReader Reads in HL7 messages in "file format".HL7FileWriter Writes out HL7 messages in "file format".HL7Message Represents an HL7 message.HL7Reader Input source for HL7 messages.HL7Segment Represents one segment in an HL7 message.HL7SegmentList List ofHL7Segment
objects that requires there to always be an initial MSH segment.HL7Seps Container for the HL7 separator and escape characters for an HL7 message.HL7Util Utility methods.HL7Writer Implemented by classes whose instances are capable of sending out HL7 messages.LLPConstants HL7 LLP framing constants.LLPException Exception generated due to improper LLC framing.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.MSHSegment Represents an MSH segment.XMLConverter ConvertsHL7Message
(s) to and from XML.