Uses of Class
ca.uhn.hl7v2.conf.spec.message.SubComponent
Packages that use SubComponent
-
Uses of SubComponent in ca.uhn.hl7v2.conf.spec.message
Methods in ca.uhn.hl7v2.conf.spec.message that return SubComponentModifier and TypeMethodDescriptionComponent.getSubComponent(int index) Indexed getter for property components (index starts at 1 following HL7 convention).Methods in ca.uhn.hl7v2.conf.spec.message that return types with arguments of type SubComponentMethods in ca.uhn.hl7v2.conf.spec.message with parameters of type SubComponentModifier and TypeMethodDescriptionvoidComponent.setSubComponent(int index, SubComponent component) Indexed setter for property components (index starts at 1 following HL7 convention).