| Package | Description |
|---|---|
| ca.uhn.hl7v2.model | |
| ca.uhn.hl7v2.parser | |
| ca.uhn.hl7v2.util |
| 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 |
CanonicalModelClassFactory
Specialized version of ModelClassFactory that always returns the same version.
|
class |
CustomModelClassFactory
ModelClassFactory which allows custom packages to search to be specified.
|
class |
DefaultModelClassFactory
Default implementation of ModelClassFactory.
|
| 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 |
|---|
DefaultXMLParser(ModelClassFactory theFactory)
Creates a new instance of DefaultXMLParser
|
FastParser(ModelClassFactory theFactory,
Map<Object,FastParser.StructRef> theEventGuideMap)
Deprecated.
|
GenericParser(ModelClassFactory theFactory)
Creates a new instance of GenericParser
|
OldPipeParser(ModelClassFactory theFactory)
Deprecated.
Creates a new PipeParser
|
Parser(ModelClassFactory theFactory) |
PipeParser(ModelClassFactory theFactory)
Creates a new PipeParser
|
XMLParser(ModelClassFactory theFactory)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Message |
ReflectionUtil.instantiateMessage(Class<? extends Message> theType,
ModelClassFactory theModelClassFactory) |
Copyright © 2001-2012 University Health Network. All Rights Reserved.