|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||