Uses of Class
ca.uhn.hl7v2.HapiContextSupport
Packages that use HapiContextSupport
Package
Description
-
Uses of HapiContextSupport in ca.uhn.hl7v2.app
Subclasses of HapiContextSupport in ca.uhn.hl7v2.app -
Uses of HapiContextSupport in ca.uhn.hl7v2.conf.check
Subclasses of HapiContextSupport in ca.uhn.hl7v2.conf.check -
Uses of HapiContextSupport in ca.uhn.hl7v2.parser
Subclasses of HapiContextSupport in ca.uhn.hl7v2.parserModifier and TypeClassDescriptionclassA default XMLParser.classA Parser that delegates parsing tasks to an underlying PipeParser and DefaultXMLParser as needed.classParses HL7 message Strings into HL7 Message objects and encodes HL7 Message objects into HL7 message Strings.classAn implementation of Parser that supports traditionally encoded (ie delimited with characters like |, ^, and ~) HL7 messages.classParses and encodes HL7 messages in XML form, according to HL7's normative XML encoding specification. -
Uses of HapiContextSupport in ca.uhn.hl7v2.util
Subclasses of HapiContextSupport in ca.uhn.hl7v2.utilModifier and TypeClassDescriptionclassReads from anInputStreamcontaining a stream of encoded HL7 messages and iterates over those messages. -
Uses of HapiContextSupport in ca.uhn.hl7v2.validation
Subclasses of HapiContextSupport in ca.uhn.hl7v2.validationModifier and TypeClassDescriptionclassAbstract base class of a ValidationExceptionHandler that supports a validation subject.classValidationExceptionHandler that collects allValidationExceptions in a list.classSimple implementation of a handler that just tracks ifDefaultValidationExceptionHandler.error(ValidationException)has been called at least once.classValidationExceptionHandler that generates response messages as statically configured and based on the outcome of a validation process. -
Uses of HapiContextSupport in ca.uhn.hl7v2.validation.impl
Subclasses of HapiContextSupport in ca.uhn.hl7v2.validation.implModifier and TypeClassDescriptionclassA very simple example of a validation handler that simply returns a boolean value as validationresult.