Uses of Class
ca.uhn.hl7v2.preparser.DatumPath
Packages that use DatumPath
-
Uses of DatumPath in ca.uhn.hl7v2.preparser
Fields in ca.uhn.hl7v2.preparser with type parameters of type DatumPathModifier and TypeFieldDescriptionXML.HL7MessageHandler.m_msgMaskSpecifies what parts of a message should be dumped to m_props.Methods in ca.uhn.hl7v2.preparser that return DatumPathModifier and TypeMethodDescriptionDatumPath.add(int new_value) Like add(String).add() grows this by 1, inserting newValue at the end.convenience! Like add(int), but the other way around.DatumPath.clear()setSize(0).DatumPath.setSize(int newSize) setSize(): resize.Methods in ca.uhn.hl7v2.preparser with parameters of type DatumPathModifier and TypeMethodDescriptionvoidlike a copy constructor without the constructorbooleanDatumPath.numbersLessThan(DatumPath other) booleanDatumPath.startsWith(DatumPath prefix) Works like String.startsWith: returns true iff prefix.size() <= this.size() AND if, for 0 <= i < prefix.size(), this.get(i).equals(prefix.get(i))protected static booleanXML.HL7MessageHandler.tryToGrowDocLocationFromElementName(StringBuffer msgID, DatumPath curPath, Map<String, Integer> segmentId2nextRepIdx, DatumPath lastDumpedPath, String elementName) Method parameters in ca.uhn.hl7v2.preparser with type arguments of type DatumPathModifier and TypeMethodDescriptionstatic booleanER7.parseMessage(Properties props, List<DatumPath> msgMask, String message) Parses message and dumps contents to props, with keys in the ZYX[a]-b[c]-d-e style.static booleanXML.parseMessage(Properties props, String message, Collection<DatumPath> msgMask) parse message according to our HL7 XML handler, and dump the data found to props.protected static booleanER7.parseMSHSegmentWhole(Properties props, List<DatumPath> msgMask, EncodingCharacters encodingChars, String segment) given segment, starting with "MSH", then encoding characters, etc...protected static voidER7.parseSegmentWhole(Properties props, Map<String, Integer> segmentId2nextRepIdx, List<DatumPath> msgMask, EncodingCharacters encodingChars, String segment) pass in a whole segment (of type other than MSH), including message type at the start, according to encodingChars, and we'll parse the contents and put them in props.Constructors in ca.uhn.hl7v2.preparser with parameters of type DatumPath