| Interface | Description |
|---|---|
| FilterIterator.Predicate<T> |
Interface for evaluating whether an object should be returned by the iterator
|
| MessageQuery.Result |
A result set for a message query.
|
| SocketFactory |
Pluggable socket factory interface
|
| Class | Description |
|---|---|
| ArrayUtil |
Utility methods for working with arrays
|
| CodeMapper |
Maps local codes to interface codes and vice versa.
|
| DeepCopy |
Tools for copying data recurvisely from one message element into another.
|
| EncodedMessageComparator |
Tools for testing message strings for semantic equivalence without assuming the correctness
of parsers.
|
| FileCodeMapper |
Implements CodeMapper using files to store code values.
|
| FilterIterator<T> | |
| Hl7InputStreamMessageIterator |
Reads from an
InputStream containing a stream of encoded HL7 messages
and iterates over those messages. |
| Hl7InputStreamMessageStringIterator |
Reads from an
InputStream containing a stream of encoded HL7 messages
and iterates over those messages. |
| Home |
Used to access the hapi.home system property.
|
| MessageIDGenerator | Deprecated
use one of the IDGenerator implementations
|
| MessageIterator |
Iterates over all defined nodes (ie segments, groups) in a message,
regardless of whether they have been instantiated previously.
|
| MessageIterator.Index |
An index of a child structure within a group, consisting of the name and rep of
of the child.
|
| MessageIterator.Position |
A structure position within a message.
|
| MessageNavigator |
Used to navigate the nested group structure of a message.
|
| MessageQuery | Deprecated |
| Pair<T> | |
| ReadOnlyMessageIterator |
Iterator though existing Stuctures in a message.
|
| ReflectionUtil | |
| SegmentFinder |
A tool for getting segments by name within a message or part of a message.
|
| StandardSocketFactory | |
| StringUtil |
Various string utility methods
|
| StructureNamePredicate | |
| StructurePredicate | |
| Terser |
Wraps a message to provide access to fields using a terse location specification syntax.
|
| XMLUtils |
| Exception | Description |
|---|---|
| Hl7InputStreamMessageStringIterator.ParseFailureError |
Copyright © 2001–2017 University Health Network. All rights reserved.