
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Contract.ValuedItem
Packages that use Contract.ValuedItem
-
Uses of Contract.ValuedItem in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Contract.ValuedItemModifier and TypeMethodDescriptionContract.addValuedItem()
Adds and returns a new value for valuedItem ()Contract.getValuedItemFirstRep()
Gets the first repetition for valuedItem (), creating it if it does not already exist.Contract.ValuedItem.setEffectiveTime
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for effectiveTime ()Contract.ValuedItem.setEffectiveTime
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for effectiveTime ()Contract.ValuedItem.setEffectiveTimeWithSecondsPrecision
(Date theDate) Sets the value for effectiveTime ()Contract.ValuedItem.setEntity
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for entity[x] ()Contract.ValuedItem.setFactor
(double theValue) Sets the value for factor ()Contract.ValuedItem.setFactor
(long theValue) Sets the value for factor ()Contract.ValuedItem.setFactor
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for factor ()Contract.ValuedItem.setFactor
(BigDecimal theValue) Sets the value for factor ()Contract.ValuedItem.setIdentifier
(IdentifierDt theValue) Sets the value(s) for identifier ()Sets the value(s) for net ()Contract.ValuedItem.setPoints
(double theValue) Sets the value for points ()Contract.ValuedItem.setPoints
(long theValue) Sets the value for points ()Contract.ValuedItem.setPoints
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for points ()Contract.ValuedItem.setPoints
(BigDecimal theValue) Sets the value for points ()Contract.ValuedItem.setQuantity
(SimpleQuantityDt theValue) Sets the value(s) for quantity ()Contract.ValuedItem.setUnitPrice
(MoneyDt theValue) Sets the value(s) for unitPrice ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Contract.ValuedItemMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Contract.ValuedItemModifier and TypeMethodDescriptionContract.addValuedItem
(Contract.ValuedItem theValue) Adds a given new value for valuedItem ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Contract.ValuedItemModifier and TypeMethodDescriptionContract.setValuedItem
(List<Contract.ValuedItem> theValue) Sets the value(s) for valuedItem ()