
Uses of Interface
ca.uhn.fhir.model.api.IQueryParameterType
Packages that use IQueryParameterType
Package
Description
-
Uses of IQueryParameterType in ca.uhn.fhir.model.api
Classes in ca.uhn.fhir.model.api with type parameters of type IQueryParameterTypeMethods in ca.uhn.fhir.model.api that return IQueryParameterTypeModifier and TypeMethodDescriptionIQueryParameterType.setMissing
(Boolean theMissing) If set to non-null value, indicates that this parameter has been populated with a "[name]:missing=true" or "[name]:missing=false" vale instead of a normal value -
Uses of IQueryParameterType in ca.uhn.fhir.model.base.composite
Classes in ca.uhn.fhir.model.base.composite that implement IQueryParameterTypeMethods in ca.uhn.fhir.model.base.composite that return IQueryParameterTypeModifier and TypeMethodDescriptionBaseCodingDt.setMissing
(Boolean theMissing) Deprecated.get/setMissing is not supported in StringDt.BaseIdentifierDt.setMissing
(Boolean theMissing) Deprecated.get/setMissing is not supported in StringDt.BaseQuantityDt.setMissing
(Boolean theMissing) Deprecated.get/setMissing is not supported in StringDt. -
Uses of IQueryParameterType in ca.uhn.fhir.model.primitive
Classes in ca.uhn.fhir.model.primitive that implement IQueryParameterTypeModifier and TypeClassDescriptionclass
class
class
Represents a Time datatype, per the FHIR specification.Methods in ca.uhn.fhir.model.primitive that return IQueryParameterTypeModifier and TypeMethodDescriptionStringDt.setMissing
(Boolean theMissing) Deprecated.get/setMissing is not supported in StringDt. -
Uses of IQueryParameterType in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type IQueryParameterTypeModifier and TypeMethodDescriptionIOperationUntypedWithInputAndPartialOutput.andSearchParameter
(String theName, IQueryParameterType theValue) Adds a URL parameter to the request.<T extends IBaseParameters>
IOperationUntypedWithInputAndPartialOutput<T>IOperationUntyped.withSearchParameter
(Class<T> theParameterType, String theName, IQueryParameterType theValue) Use chained method calls to construct a Parameters input.Method parameters in ca.uhn.fhir.rest.gclient with type arguments of type IQueryParameterType -
Uses of IQueryParameterType in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param with type parameters of type IQueryParameterTypeModifier and TypeClassDescriptionclass
BaseOrListParam<MT extends BaseOrListParam<?,
?>, PT extends IQueryParameterType> class
CompositeAndListParam<A extends IQueryParameterType,
B extends IQueryParameterType> class
CompositeAndListParam<A extends IQueryParameterType,
B extends IQueryParameterType> class
CompositeOrListParam<A extends IQueryParameterType,
B extends IQueryParameterType> class
CompositeOrListParam<A extends IQueryParameterType,
B extends IQueryParameterType> class
CompositeParam<A extends IQueryParameterType,
B extends IQueryParameterType> class
CompositeParam<A extends IQueryParameterType,
B extends IQueryParameterType> Classes in ca.uhn.fhir.rest.param that implement IQueryParameterTypeModifier and TypeClassDescriptionclass
Base class for RESTful operation parameter typesclass
BaseParamWithPrefix<T extends BaseParam>
class
CompositeParam<A extends IQueryParameterType,
B extends IQueryParameterType> class
class
Implementation of the _has method parameterclass
class
class
class
class
class
class
class
Methods in ca.uhn.fhir.rest.param that return IQueryParameterTypeMethods in ca.uhn.fhir.rest.param that return types with arguments of type IQueryParameterTypeModifier and TypeMethodDescriptionCompositeParam.getValues()
Get the values of the subcomponents, in order.Methods in ca.uhn.fhir.rest.param with parameters of type IQueryParameterTypeModifier and TypeMethodDescriptionstatic IQueryParameterOr<?>
ParameterUtil.singleton
(IQueryParameterType theParam, String theParamName) static QuantityParam
QuantityParam.toQuantityParam
(IQueryParameterType theParam) -
Uses of IQueryParameterType in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that return IQueryParameterTypeModifier and TypeMethodDescriptionQueryParameterTypeBinder.parse
(FhirContext theContext, String theParamName, List<QualifiedParamList> theParams) Methods in ca.uhn.fhir.rest.param.binder with parameters of type IQueryParameterTypeModifier and TypeMethodDescriptionQueryParameterTypeBinder.encode
(FhirContext theContext, IQueryParameterType theValue) Constructor parameters in ca.uhn.fhir.rest.param.binder with type arguments of type IQueryParameterTypeModifierConstructorDescriptionQueryParameterAndBinder
(Class<? extends IQueryParameterAnd<?>> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes) QueryParameterOrBinder
(Class<? extends IQueryParameterOr<?>> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes) QueryParameterTypeBinder
(Class<? extends IQueryParameterType> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes) QueryParameterTypeBinder
(Class<? extends IQueryParameterType> theType, List<Class<? extends IQueryParameterType>> theCompositeTypes)