Uses of Interface
ca.uhn.hl7v2.conf.spec.message.ProfileStructure
Packages that use ProfileStructure
-
Uses of ProfileStructure in ca.uhn.hl7v2.conf.check
Methods in ca.uhn.hl7v2.conf.check with parameters of type ProfileStructureModifier and TypeMethodDescriptionDefaultValidator.testStructure(Structure s, ProfileStructure profile, 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 ProfileStructureModifier and TypeClassDescriptionclassA specification for a message segment in a conformance profile.classA specification for a segment group in a conformance profile.Methods in ca.uhn.hl7v2.conf.spec.message that return ProfileStructureModifier and TypeMethodDescriptionAbstractSegmentContainer.getChild(int index) Indexed getter for property structure (index starts at 1 following HL7 convention).Methods in ca.uhn.hl7v2.conf.spec.message that return types with arguments of type ProfileStructureModifier and TypeMethodDescriptionAbstractSegmentContainer.getChildrenAsList()AbstractSegmentContainer.iterator()Methods in ca.uhn.hl7v2.conf.spec.message with parameters of type ProfileStructureModifier and TypeMethodDescriptionvoidAbstractSegmentContainer.setChild(int index, ProfileStructure structure) Indexed setter for property structure.