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 TypeClassDescriptionclassclassclassRepresents 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 TypeClassDescriptionclassBaseOrListParam<MT extends BaseOrListParam<?,?>,PT extends IQueryParameterType>classCompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType>classCompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType>classCompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType>classCompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType>classCompositeParam<A extends IQueryParameterType,B extends IQueryParameterType>classCompositeParam<A extends IQueryParameterType,B extends IQueryParameterType>Classes in ca.uhn.fhir.rest.param that implement IQueryParameterTypeModifier and TypeClassDescriptionclassBase class for RESTful operation parameter typesclassBaseParamWithPrefix<T extends BaseParam>classCompositeParam<A extends IQueryParameterType,B extends IQueryParameterType>classclassImplementation of the _has method parameterclassclassclassclassclassclassclassclassMethods in ca.uhn.fhir.rest.param that return IQueryParameterTypeMethods in ca.uhn.fhir.rest.param with parameters of type IQueryParameterTypeModifier and TypeMethodDescriptionstatic IQueryParameterOr<?>ParameterUtil.singleton(IQueryParameterType theParam, String theParamName)static QuantityParamQuantityParam.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)