| Package | Description |
|---|---|
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
QuantityParam |
QuantityParam.setSystem(IPrimitiveType<String> theSystem) |
QuantityParam |
QuantityParam.setSystem(String theSystem) |
QuantityParam |
QuantityParam.setUnits(String theUnits) |
QuantityParam |
QuantityParam.setValue(BigDecimal theValue) |
QuantityParam |
QuantityParam.setValue(double theValue) |
QuantityParam |
QuantityParam.setValue(IPrimitiveType<BigDecimal> theValue) |
QuantityParam |
QuantityParam.setValue(long theValue) |
QuantityParam |
QuantityParam.setValue(String theValue) |
QuantityParam |
ReferenceParam.toQuantityParam(FhirContext theContext)
Returns a new param containing the same value as this param, but with the type copnverted
to
QuantityParam. |
| Modifier and Type | Method and Description |
|---|---|
QuantityOrListParam |
QuantityOrListParam.addOr(QuantityParam theParameter) |
Copyright © 2014–2017 University Health Network. All rights reserved.