| Package | Description |
|---|---|
| ca.uhn.hl7v2.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
FastParser.RootRef
Deprecated.
A convenience StructRef that points to a message root.
|
| Modifier and Type | Method and Description |
|---|---|
FastParser.StructRef |
FastParser.StructRef.getSuccessor(String theName) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Object,FastParser.StructRef> |
FastParser.loadEventGuideMap(URL theMapURL)
Deprecated.
Loads a parsing guide map (as required for FastParser instantiation).
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastParser.StructRef.setSuccessor(String theName,
FastParser.StructRef theSuccessor)
Indicates an immediately subsequent structure in parsing order.
|
| Constructor and Description |
|---|
FastParser.StructRef(FastParser.StructRef theParent,
String theRelativePath,
boolean isSegment,
int[] theFields) |
| Constructor and Description |
|---|
FastParser(Map<Object,FastParser.StructRef> theEventGuideMap)
Deprecated.
|
FastParser(ModelClassFactory theFactory,
Map<Object,FastParser.StructRef> theEventGuideMap)
Deprecated.
|
Copyright © 2001-2012 University Health Network. All Rights Reserved.