Uses of Class
ca.uhn.hl7v2.preparser.DatumPath

Packages that use DatumPath
ca.uhn.hl7v2.preparser   
 

Uses of DatumPath in ca.uhn.hl7v2.preparser
 

Fields in ca.uhn.hl7v2.preparser with type parameters of type DatumPath
 Collection<DatumPath> XML.HL7MessageHandler.m_msgMask
          Specifies what parts of a message should be dumped to m_props.
 

Methods in ca.uhn.hl7v2.preparser that return DatumPath
 DatumPath DatumPath.add(int new_value)
          Like add(String).
 DatumPath DatumPath.add(Object newValue)
          add() grows this by 1, inserting newValue at the end.
 DatumPath DatumPath.add(String new_value)
          convenience! Like add(int), but the other way around.
 DatumPath DatumPath.clear()
          setSize(0).
 DatumPath DatumPath.setSize(int newSize)
          setSize(): resize.
 

Methods in ca.uhn.hl7v2.preparser with parameters of type DatumPath
 void DatumPath.copy(DatumPath other)
          like a copy constructor without the constructor
 boolean DatumPath.numbersLessThan(DatumPath other)
           
 boolean DatumPath.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 boolean XML.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 DatumPath
static boolean ER7.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 boolean XML.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 boolean ER7.parseMSHSegmentWhole(Properties props, List<DatumPath> msgMask, EncodingCharacters encodingChars, String segment)
          given segment, starting with "MSH", then encoding characters, etc...
protected static void ER7.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
DatumPath(DatumPath other)
          copy constructor
 



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