Uses of Interface
ca.uhn.hl7v2.preparser.ER7.Handler

Packages that use ER7.Handler
ca.uhn.hl7v2.preparser   
 

Uses of ER7.Handler in ca.uhn.hl7v2.preparser
 

Classes in ca.uhn.hl7v2.preparser that implement ER7.Handler
protected static class ER7.ER7SegmentHandler
           
 

Methods in ca.uhn.hl7v2.preparser with parameters of type ER7.Handler
protected static void ER7.parseSegmentGuts(ER7.Handler handler, java.lang.String guts, java.util.Vector nodeKey)
          recursively tokenize "guts" (a segment, or part of one) into tokens, according to separators (aka delimiters) which are different at each level of recursion, and to a recursive depth which is discovered through "handler" via handler.delim(int) and handler.specDepth() As tokens are found, they are reported to handler via handler.putDatum(), which presumably stashes them away somewhere.
 



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