Uses of Interface
ca.uhn.hl7v2.preparser.ER7.Handler
Packages that use ER7.Handler
-
Uses of ER7.Handler in ca.uhn.hl7v2.preparser
Classes in ca.uhn.hl7v2.preparser that implement ER7.HandlerMethods in ca.uhn.hl7v2.preparser with parameters of type ER7.HandlerModifier and TypeMethodDescriptionprotected static voidER7.parseSegmentGuts(ER7.Handler handler, String guts, List<Integer> 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.