
Uses of Interface
ca.uhn.fhir.model.api.IQueryParameterType
Packages that use IQueryParameterType
Package
Description
This package provides an interface and implementations abstracting
access to a FHIR repository.
-
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.repository
Method parameters in ca.uhn.fhir.repository with type arguments of type IQueryParameterTypeModifier and TypeMethodDescriptiondefault <B extends IBaseBundle,T extends IBaseResource>
BIRepository.search(Class<B> bundleType, Class<T> resourceType, com.google.common.collect.Multimap<String, List<IQueryParameterType>> searchParameters) Searches this repository<B extends IBaseBundle,T extends IBaseResource>
BIRepository.search(Class<B> bundleType, Class<T> resourceType, com.google.common.collect.Multimap<String, List<IQueryParameterType>> searchParameters, Map<String, String> headers) Searches this repositorydefault <B extends IBaseBundle,T extends IBaseResource>
BIRepository.search(Class<B> bundleType, Class<T> resourceType, Map<String, List<IQueryParameterType>> searchParameters) Searches this repositorydefault <B extends IBaseBundle,T extends IBaseResource>
BIRepository.search(Class<B> bundleType, Class<T> resourceType, Map<String, List<IQueryParameterType>> searchParameters, Map<String, String> headers) Searches this repository -
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 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 QuantityParamQuantityParam.toQuantityParam(IQueryParameterType theParam) Method parameters in ca.uhn.fhir.rest.param with type arguments of type IQueryParameterTypeModifier and TypeMethodDescriptionstatic booleanParameterUtil.areAllParametersEmpty(List<? extends IQueryParameterType> theList) Given a list of query parameters, returns true if all parameters in the list return true fromisEmpty(), or if the list does not contain any elements. -
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)