Package | Description |
---|---|
ca.uhn.hl7v2.app | |
ca.uhn.hl7v2.conf.check | |
ca.uhn.hl7v2.parser | |
ca.uhn.hl7v2.util | |
ca.uhn.hl7v2.validation | |
ca.uhn.hl7v2.validation.impl |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionHub
Provides access to shared HL7 Connections.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultValidator
A default conformance profile validator.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultXMLParser
A default XMLParser.
|
class |
GenericParser
A Parser that delegates parsing tasks to an underlying PipeParser and DefaultXMLParser as needed.
|
class |
Parser
Parses HL7 message Strings into HL7 Message objects and encodes HL7 Message objects into HL7
message Strings.
|
class |
PipeParser
An implementation of Parser that supports traditionally encoded (ie delimited
with characters like |, ^, and ~) HL7 messages.
|
class |
XMLParser
Parses and encodes HL7 messages in XML form, according to HL7's normative XML encoding
specification.
|
Modifier and Type | Class and Description |
---|---|
class |
Hl7InputStreamMessageIterator
Reads from an
InputStream containing a stream of encoded HL7 messages
and iterates over those messages. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationExceptionHandler<R>
Abstract base class of a ValidationExceptionHandler that supports a validation subject.
|
class |
CollectingValidationExceptionHandler<R>
ValidationExceptionHandler that collects all
ValidationException s in a list. |
class |
DefaultValidationExceptionHandler
Simple implementation of a handler that just tracks if
DefaultValidationExceptionHandler.error(ValidationException) has been called at least once. |
class |
RespondingValidationExceptionHandler
ValidationExceptionHandler that generates response messages as statically
configured and based on the outcome of a validation process.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleValidationExceptionHandler
A very simple example of a validation handler that simply returns a boolean
value as validation
result . |
Copyright © 2001–2017 University Health Network. All rights reserved.