Uses of Class
ca.uhn.hl7v2.parser.FastParser.StructRef

Packages that use FastParser.StructRef
ca.uhn.hl7v2.parser   
 

Uses of FastParser.StructRef in ca.uhn.hl7v2.parser
 

Subclasses of FastParser.StructRef in ca.uhn.hl7v2.parser
static class FastParser.RootRef
          A convenience StructRef that points to a message root.
 

Methods in ca.uhn.hl7v2.parser that return FastParser.StructRef
 FastParser.StructRef FastParser.StructRef.getSuccessor(java.lang.String theName)
           
 

Methods in ca.uhn.hl7v2.parser with parameters of type FastParser.StructRef
 void FastParser.StructRef.setSuccessor(java.lang.String theName, FastParser.StructRef theSuccessor)
          Indicates an immediately subsequent structure in parsing order.
 

Constructors in ca.uhn.hl7v2.parser with parameters of type FastParser.StructRef
FastParser.StructRef(FastParser.StructRef theParent, java.lang.String theRelativePath, boolean isSegment, int[] theFields)
           
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.