Uses of Class
org.hl7.v3.IVLPQ
-
Uses of IVLPQ in org.hl7.v3
Subclasses of IVLPQ in org.hl7.v3Fields in org.hl7.v3 declared as IVLPQModifier and TypeFieldDescriptionprotected IVLPQCOCTMT530000UVSubstanceAdministration.doseQuantityprotected IVLPQPOCDMT000040SubstanceAdministration.doseQuantityprotected IVLPQEIVLTS.offsetprotected IVLPQCOCTMT530000UVSubstanceAdministration.rateQuantityprotected IVLPQPOCDMT000040SubstanceAdministration.rateQuantityMethods in org.hl7.v3 that return IVLPQModifier and TypeMethodDescriptionObjectFactory.createIVLPQ()Create an instance ofIVLPQCOCTMT530000UVSubstanceAdministration.getDoseQuantity()Gets the value of the doseQuantity property.POCDMT000040SubstanceAdministration.getDoseQuantity()Gets the value of the doseQuantity property.EIVLTS.getOffset()Gets the value of the offset property.COCTMT530000UVSubstanceAdministration.getRateQuantity()Gets the value of the rateQuantity property.POCDMT000040SubstanceAdministration.getRateQuantity()Gets the value of the rateQuantity property.IVLPQ.withNullFlavor(String... values) IVLPQ.withNullFlavor(Collection<String> values) IVLPQ.withOperator(SetOperator value) IVLPQ.withRest(Collection<jakarta.xml.bind.JAXBElement<? extends PQ>> values) IVLPQ.withTranslation(Collection<PQR> values) IVLPQ.withTranslation(PQR... values) Methods in org.hl7.v3 with parameters of type IVLPQModifier and TypeMethodDescriptionvoidCOCTMT530000UVSubstanceAdministration.setDoseQuantity(IVLPQ value) Sets the value of the doseQuantity property.voidPOCDMT000040SubstanceAdministration.setDoseQuantity(IVLPQ value) Sets the value of the doseQuantity property.voidSets the value of the offset property.voidCOCTMT530000UVSubstanceAdministration.setRateQuantity(IVLPQ value) Sets the value of the rateQuantity property.voidPOCDMT000040SubstanceAdministration.setRateQuantity(IVLPQ value) Sets the value of the rateQuantity property.COCTMT530000UVSubstanceAdministration.withDoseQuantity(IVLPQ value) POCDMT000040SubstanceAdministration.withDoseQuantity(IVLPQ value) EIVLTS.withOffset(IVLPQ value) COCTMT530000UVSubstanceAdministration.withRateQuantity(IVLPQ value) POCDMT000040SubstanceAdministration.withRateQuantity(IVLPQ value)