| Interface | Description |
|---|---|
| Escaping |
Handles "escaping" and "unescaping" of text according to the HL7 escape
sequence rules defined in section 2.10 of the standard (version 2.4).
|
| IStructureDefinition |
Contains information about the composition of a given type of
Structure. |
| ModelClassFactory |
Looks up classes for message model components (e.g.
|
| Class | Description |
|---|---|
| AbstractModelClassFactory |
Abstract base class for
ModelClassFactory implementations that read event maps from the
file system. |
| CanonicalModelClassFactory |
Specialized version of ModelClassFactory that always returns the same version
or even structure.
|
| CustomModelClassFactory |
ModelClassFactory which allows custom packages to search to be specified.
|
| DefaultEscaping |
Handles "escaping" and "unescaping" of text according to the HL7 escape
sequence rules defined in section 2.10 of the standard (version 2.4).
|
| DefaultModelClassFactory |
Default implementation of ModelClassFactory.
|
| DefaultXMLParser |
A default XMLParser.
|
| EncodingCharacters |
Represents the set of special characters used to encode traditionally
encoded HL7 messages.
|
| EncodingDetector |
Detects message encoding (ER7 / XML) without relying on any
external dependencies
|
| Escape | Deprecated
use
DefaultEscaping instance |
| FixFieldDataType |
Utility class that provides methods for fixing OBX-5 data type.
|
| GenericModelClassFactory |
GenericModelClassFactory is a
ModelClassFactory implementation
which always returns generic types: |
| GenericParser |
A Parser that delegates parsing tasks to an underlying PipeParser and DefaultXMLParser as needed.
|
| MessageIterator |
Iterates over all defined nodes (ie segments, groups) in a message,
regardless of whether they have been instantiated previously.
|
| MessageIterator.Position |
A structure position within a message.
|
| NonStandardStructureDefinition |
Structure definition which defines a non-standard structure within a parent
structure.
|
| Parser |
Parses HL7 message Strings into HL7 Message objects and encodes HL7 Message objects into HL7
message Strings.
|
| ParserConfiguration |
Contains configuration which will be applied to any parsers which are a part of the given
HAPI Context.
|
| PipeParser |
An implementation of Parser that supports traditionally encoded (ie delimited
with characters like |, ^, and ~) HL7 messages.
|
| StructureDefinition |
Defines
|
| XMLParser |
Parses and encodes HL7 messages in XML form, according to HL7's normative XML encoding
specification.
|
| Enum | Description |
|---|---|
| UnexpectedSegmentBehaviourEnum |
Defines the behaviour to use when an unexpected
segment is discovered while parsing a message.
|
| Exception | Description |
|---|---|
| EncodingNotSupportedException |
Represents a problem where a Parser does not support a particular HL7 encoding.
|
Copyright © 2001–2017 University Health Network. All rights reserved.