Uses of Interface
ca.uhn.fhir.model.api.IQueryParameterType
-
-
Uses of IQueryParameterType in ca.uhn.fhir.model.api
Classes in ca.uhn.fhir.model.api with type parameters of type IQueryParameterType Modifier and Type Interface Description interfaceIQueryParameterOr<T extends IQueryParameterType>Methods in ca.uhn.fhir.model.api that return IQueryParameterType Modifier and Type Method Description IQueryParameterTypeIQueryParameterType. 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 IQueryParameterType Modifier and Type Class Description classBaseCodingDtclassBaseIdentifierDtclassBaseQuantityDtMethods in ca.uhn.fhir.model.base.composite that return IQueryParameterType Modifier and Type Method Description IQueryParameterTypeBaseCodingDt. setMissing(Boolean theMissing)Deprecated.get/setMissing is not supported in StringDt.IQueryParameterTypeBaseIdentifierDt. setMissing(Boolean theMissing)Deprecated.get/setMissing is not supported in StringDt.IQueryParameterTypeBaseQuantityDt. 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 IQueryParameterType Modifier and Type Class Description classMarkdownDtclassStringDtclassTimeDtRepresents a Time datatype, per the FHIR specification.Methods in ca.uhn.fhir.model.primitive that return IQueryParameterType Modifier and Type Method Description IQueryParameterTypeStringDt. setMissing(Boolean theMissing)Deprecated.get/setMissing is not supported in StringDt. -
Uses of IQueryParameterType in ca.uhn.fhir.rest.annotation
Methods in ca.uhn.fhir.rest.annotation that return types with arguments of type IQueryParameterType Modifier and Type Method Description Class<? extends IQueryParameterType>[]compositeTypes()For composite parameters (CompositeParam) this value may be used to indicate the parameter type(s) which may be referenced by this param.Class<? extends IQueryParameterType>[]compositeTypes()For composite parameters (CompositeParam) this parameter may be used to indicate the parameter type(s) which may be referenced by this param. -
Uses of IQueryParameterType in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type IQueryParameterType Modifier and Type Method Description IOperationUntypedWithInputAndPartialOutput<T>IOperationUntypedWithInputAndPartialOutput. 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 Modifier and Type Method Description TIBaseQuery. where(Map<String,List<IQueryParameterType>> theCriterion)Add a set of search parameters to the query. -
Uses of IQueryParameterType in ca.uhn.fhir.rest.param
Classes in ca.uhn.fhir.rest.param with type parameters of type IQueryParameterType Modifier and Type Class Description 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 IQueryParameterType Modifier and Type Class Description classBaseParamWithPrefix<T extends ca.uhn.fhir.rest.param.BaseParam>classCompositeParam<A extends IQueryParameterType,B extends IQueryParameterType>classDateParamclassHasParamImplementation of the _has method parameterclassInternalCodingDtclassNumberParamclassQuantityParamclassReferenceParamclassSpecialParamclassStringParamclassTokenParamclassUriParamMethods in ca.uhn.fhir.rest.param that return IQueryParameterType Modifier and Type Method Description IQueryParameterTypeInternalCodingDt. setMissing(Boolean theMissing)Deprecated.Methods in ca.uhn.fhir.rest.param with parameters of type IQueryParameterType Modifier and Type Method Description static IQueryParameterOr<?>ParameterUtil. singleton(IQueryParameterType theParam, String theParamName) -
Uses of IQueryParameterType in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder that return IQueryParameterType Modifier and Type Method Description IQueryParameterTypeQueryParameterTypeBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theParams)Methods in ca.uhn.fhir.rest.param.binder with parameters of type IQueryParameterType Modifier and Type Method Description List<IQueryParameterOr<?>>QueryParameterTypeBinder. encode(FhirContext theContext, IQueryParameterType theValue)Constructor parameters in ca.uhn.fhir.rest.param.binder with type arguments of type IQueryParameterType Constructor Description QueryParameterAndBinder(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)
-