Uses of Class
ca.uhn.fhir.rest.param.QuantityParam
Packages that use QuantityParam
-
Uses of QuantityParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return QuantityParamModifier and TypeMethodDescriptionQuantityParam.setSystem(IPrimitiveType<String> theSystem)QuantityParam.setValue(double theValue)QuantityParam.setValue(long theValue)QuantityParam.setValue(BigDecimal theValue)QuantityParam.setValue(IPrimitiveType<BigDecimal> theValue)static QuantityParamQuantityParam.toQuantityParam(IQueryParameterType theParam)ReferenceParam.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