|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelClassFactory | |
|---|---|
| ca.uhn.hl7v2.model | |
| ca.uhn.hl7v2.parser | |
| ca.uhn.hl7v2.util | |
| Uses of ModelClassFactory in ca.uhn.hl7v2.model |
|---|
| Methods in ca.uhn.hl7v2.model that return ModelClassFactory | |
|---|---|
ModelClassFactory |
AbstractGroup.getModelClassFactory()
Returns the ModelClassFactory associated with this structure |
| Methods in ca.uhn.hl7v2.model with parameters of type ModelClassFactory | |
|---|---|
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. |
| Uses of ModelClassFactory in ca.uhn.hl7v2.parser |
|---|
| Classes in ca.uhn.hl7v2.parser that implement ModelClassFactory | |
|---|---|
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. |
| Methods in ca.uhn.hl7v2.parser that return ModelClassFactory | |
|---|---|
ModelClassFactory |
Parser.getFactory()
|
| Methods in ca.uhn.hl7v2.parser with parameters of type ModelClassFactory | |
|---|---|
static Segment |
Parser.makeControlMSH(String version,
ModelClassFactory factory)
Creates a version-specific MSH object and returns it as a version-independent MSH interface. |
| Constructors in ca.uhn.hl7v2.parser with parameters of type ModelClassFactory | |
|---|---|
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 |
|
| Uses of ModelClassFactory in ca.uhn.hl7v2.util |
|---|
| Methods in ca.uhn.hl7v2.util with parameters of type ModelClassFactory | |
|---|---|
static Message |
ReflectionUtil.instantiateMessage(Class<? extends Message> theType,
ModelClassFactory theModelClassFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||