Package | Description |
---|---|
ca.uhn.hl7v2.preparser |
Modifier and Type | Class and Description |
---|---|
protected static class |
ER7.ER7SegmentHandler |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2001–2017 University Health Network. All rights reserved.