Uses of Class
ca.uhn.fhir.rest.param.QuantityParam
-
Packages that use QuantityParam Package Description ca.uhn.fhir.rest.param -
-
Uses of QuantityParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return QuantityParam Modifier and Type Method Description QuantityParamQuantityParam. setSystem(String theSystem)QuantityParamQuantityParam. setSystem(IPrimitiveType<String> theSystem)QuantityParamQuantityParam. setUnits(String theUnits)QuantityParamQuantityParam. setValue(double theValue)QuantityParamQuantityParam. setValue(long theValue)QuantityParamQuantityParam. setValue(String theValue)QuantityParamQuantityParam. setValue(BigDecimal theValue)QuantityParamQuantityParam. setValue(IPrimitiveType<BigDecimal> theValue)QuantityParamReferenceParam. toQuantityParam(FhirContext theContext)Returns a new param containing the same value as this param, but with the type copnverted toQuantityParam.Methods in ca.uhn.fhir.rest.param with parameters of type QuantityParam Modifier and Type Method Description QuantityOrListParamQuantityOrListParam. addOr(QuantityParam theParameter)
-