Uses of Class
org.hl7.v3.COCTMT080000UVAdditive
-
Uses of COCTMT080000UVAdditive in org.hl7.v3
Fields in org.hl7.v3 with type parameters of type COCTMT080000UVAdditiveModifier and TypeFieldDescriptionprotected List<COCTMT080000UVAdditive>COCTMT080000UVManufactured.additiveprotected List<COCTMT080000UVAdditive>COCTMT080000UVNatural.additiveprotected List<COCTMT080000UVAdditive>COCTMT080000UVNonPersonLivingSubject.additiveprotected List<COCTMT080000UVAdditive>COCTMT080000UVPerson.additiveMethods in org.hl7.v3 that return COCTMT080000UVAdditiveModifier and TypeMethodDescriptionObjectFactory.createCOCTMT080000UVAdditive()Create an instance ofCOCTMT080000UVAdditiveCOCTMT080000UVAdditive.withAdditive(COCTMT080000UVAdditiveMaterial value) COCTMT080000UVAdditive.withClassCode(String... values) COCTMT080000UVAdditive.withClassCode(Collection<String> values) COCTMT080000UVAdditive.withNullFlavor(String... values) COCTMT080000UVAdditive.withNullFlavor(Collection<String> values) COCTMT080000UVAdditive.withQuantity(PQ value) COCTMT080000UVAdditive.withRealmCode(Collection<CS> values) COCTMT080000UVAdditive.withRealmCode(CS... values) COCTMT080000UVAdditive.withTemplateId(Collection<II> values) COCTMT080000UVAdditive.withTemplateId(II... values) COCTMT080000UVAdditive.withTypeId(II value) Methods in org.hl7.v3 that return types with arguments of type COCTMT080000UVAdditiveModifier and TypeMethodDescriptionCOCTMT080000UVManufactured.getAdditive()Gets the value of the additive property.COCTMT080000UVNatural.getAdditive()Gets the value of the additive property.COCTMT080000UVNonPersonLivingSubject.getAdditive()Gets the value of the additive property.COCTMT080000UVPerson.getAdditive()Gets the value of the additive property.Methods in org.hl7.v3 with parameters of type COCTMT080000UVAdditiveModifier and TypeMethodDescriptionCOCTMT080000UVManufactured.withAdditive(COCTMT080000UVAdditive... values) COCTMT080000UVNatural.withAdditive(COCTMT080000UVAdditive... values) COCTMT080000UVNonPersonLivingSubject.withAdditive(COCTMT080000UVAdditive... values) COCTMT080000UVPerson.withAdditive(COCTMT080000UVAdditive... values) Method parameters in org.hl7.v3 with type arguments of type COCTMT080000UVAdditiveModifier and TypeMethodDescriptionCOCTMT080000UVManufactured.withAdditive(Collection<COCTMT080000UVAdditive> values) COCTMT080000UVNatural.withAdditive(Collection<COCTMT080000UVAdditive> values) COCTMT080000UVNonPersonLivingSubject.withAdditive(Collection<COCTMT080000UVAdditive> values) COCTMT080000UVPerson.withAdditive(Collection<COCTMT080000UVAdditive> values)