ca.uhn.hl7v2.model
Interface MessageVisitor


public interface MessageVisitor

Author:
t3903uhn

Method Summary
 void endGroup(java.util.List<Structure> thePathToGroup, AbstractGroup theGroup)
           
 void endSegment(java.util.List<Structure> thePathToGroup, AbstractSegment theSegment)
           
 void startGroup(java.util.List<Structure> thePathToGroup, AbstractGroup theGroup)
           
 void startSegment(java.util.List<Structure> thePathToGroup, AbstractSegment theSegment)
           
 void value(AbstractSegment theSegment, int theFieldNum, Type theDataType)
           
 

Method Detail

startGroup

void startGroup(java.util.List<Structure> thePathToGroup,
                AbstractGroup theGroup)

endGroup

void endGroup(java.util.List<Structure> thePathToGroup,
              AbstractGroup theGroup)

startSegment

void startSegment(java.util.List<Structure> thePathToGroup,
                  AbstractSegment theSegment)

endSegment

void endSegment(java.util.List<Structure> thePathToGroup,
                AbstractSegment theSegment)

value

void value(AbstractSegment theSegment,
           int theFieldNum,
           Type theDataType)


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