Package ca.uhn.fhir.rest.param
Class QuantityOrListParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.QuantityOrListParam
-
- All Implemented Interfaces:
IQueryParameterOr<QuantityParam>,Serializable
public class QuantityOrListParam extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuantityOrListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MTadd(PT theParameter)QuantityOrListParamaddOr(QuantityParam theParameter)List<PT>getValuesAsQueryTokens()voidsetValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)StringtoString()
-
-
-
Constructor Detail
-
QuantityOrListParam
public QuantityOrListParam()
-
-
Method Detail
-
addOr
public QuantityOrListParam addOr(QuantityParam theParameter)
-
add
public MT add(PT theParameter)
-
getValuesAsQueryTokens
public List<PT> getValuesAsQueryTokens()
- Specified by:
getValuesAsQueryTokensin interfaceIQueryParameterOr<MT extends ca.uhn.fhir.rest.param.BaseOrListParam<?,?>>
-
setValuesAsQueryTokens
public void setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)
- Specified by:
setValuesAsQueryTokensin interfaceIQueryParameterOr<MT extends ca.uhn.fhir.rest.param.BaseOrListParam<?,?>>
-
-