| Package | Description |
|---|---|
| ca.uhn.hl7v2 | |
| ca.uhn.hl7v2.model | |
| ca.uhn.hl7v2.parser | |
| ca.uhn.hl7v2.util |
| Modifier and Type | Method and Description |
|---|---|
ModelClassFactory |
HapiContext.getModelClassFactory() |
ModelClassFactory |
DefaultHapiContext.getModelClassFactory() |
| Modifier and Type | Method and Description |
|---|---|
GenericMessage |
Version.newGenericMessage(ModelClassFactory mcf)
Construct and return a new
GenericMessage for the given version |
void |
HapiContext.setModelClassFactory(ModelClassFactory modelClassFactory) |
void |
DefaultHapiContext.setModelClassFactory(ModelClassFactory modelClassFactory) |
| Constructor and Description |
|---|
DefaultHapiContext(ModelClassFactory modelClassFactory) |
DefaultHapiContext(ParserConfiguration parserConfiguration,
ValidationContext validationContext,
ModelClassFactory modelClassFactory) |
DefaultHapiContext(ParserConfiguration parserConfiguration,
ValidationRuleBuilder builder,
ModelClassFactory modelClassFactory) |
| Modifier and Type | Method and Description |
|---|---|
ModelClassFactory |
AbstractGroup.getModelClassFactory()
Returns the
ModelClassFactory associated with this structure |
| Modifier and Type | Method and Description |
|---|---|
static void |
Varies.fixOBX5(Segment segment,
ModelClassFactory factory)
Sets the data type of field 5 in the given OBX segment to the value of OBX-2.
|
static void |
Varies.fixOBX5(Segment segment,
ModelClassFactory factory,
ParserConfiguration parserConfiguration)
Sets the data type of field 5 in the given OBX segment to the value of OBX-2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModelClassFactory
Abstract base class for
ModelClassFactory implementations that read event maps from the
file system. |
class |
CanonicalModelClassFactory
Specialized version of ModelClassFactory that always returns the same version or even structure.
|
class |
CustomModelClassFactory
ModelClassFactory which allows custom packages to search to be specified.
|
class |
DefaultModelClassFactory
Default implementation of ModelClassFactory.
|
class |
GenericModelClassFactory
GenericModelClassFactory is a
ModelClassFactory implementation
which always returns generic types: |
| Modifier and Type | Method and Description |
|---|---|
ModelClassFactory |
Parser.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Segment |
Parser.makeControlMSH(String version,
ModelClassFactory factory)
Creates a version-specific MSH object and returns it as a
version-independent MSH interface.
|
| Constructor and Description |
|---|
CustomModelClassFactory(ModelClassFactory defaultFactory,
Map<String,String[]> map)
Set an explicit
ModelClassFactory is underlying delegate |
DefaultXMLParser(ModelClassFactory theFactory)
Creates a new instance of DefaultXMLParser
|
GenericParser(ModelClassFactory theFactory)
Creates a new instance of GenericParser
|
Parser(ModelClassFactory modelClassFactory)
Initialize parser with custom ModelClassFactory and default ValidationContext
|
PipeParser(ModelClassFactory theFactory)
Creates a new PipeParser
|
XMLParser(ModelClassFactory theFactory)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Structure> |
ReflectionUtil.instantiateMessage(Class<T> theType,
ModelClassFactory theModelClassFactory) |
static <T extends Structure> |
ReflectionUtil.instantiateStructure(Class<T> theType,
Group parent,
ModelClassFactory theModelClassFactory) |
Copyright © 2001-2013 University Health Network. All Rights Reserved.