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