Uses of Interface
ca.uhn.hl7v2.conf.spec.message.ProfileStructure

Packages that use ProfileStructure
ca.uhn.hl7v2.conf.check   
ca.uhn.hl7v2.conf.spec.message   
 

Uses of ProfileStructure in ca.uhn.hl7v2.conf.check
 

Methods in ca.uhn.hl7v2.conf.check with parameters of type ProfileStructure
 HL7Exception[] DefaultValidator.testStructure(Structure s, ProfileStructure profile, java.lang.String profileID)
          Tests a structure (segment or group) against the corresponding part of a profile.
 

Uses of ProfileStructure in ca.uhn.hl7v2.conf.spec.message
 

Classes in ca.uhn.hl7v2.conf.spec.message that implement ProfileStructure
 class Seg
          A specification for a message segment in a conformance profile.
 class SegGroup
          A specification for a segment group in a conformance profile.
 

Methods in ca.uhn.hl7v2.conf.spec.message that return ProfileStructure
 ProfileStructure AbstractSegmentContainer.getChild(int index)
          Indexed getter for property structure (index starts at 1 following HL7 convention).
 

Methods in ca.uhn.hl7v2.conf.spec.message with parameters of type ProfileStructure
 void AbstractSegmentContainer.setChild(int index, ProfileStructure structure)
          Indexed setter for property structure.
 



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