Uses of Class
ca.uhn.fhir.context.RuntimeSearchParam
Packages that use RuntimeSearchParam
-
Uses of RuntimeSearchParam in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return RuntimeSearchParamModifier and TypeMethodDescriptionRuntimeSearchParam.addExtension(String theKey, IBaseExtension theValue)Sets user data - This can be used to store any application-specific dataRuntimeResourceDefinition.getSearchParam(String theName)RuntimeSearchParam.setPhoneticEncoder(IPhoneticEncoder thePhoneticEncoder)Methods in ca.uhn.fhir.context that return types with arguments of type RuntimeSearchParamModifier and TypeMethodDescriptionRuntimeResourceDefinition.getSearchParams()RuntimeResourceDefinition.getSearchParamsForCompartmentName(String theCompartmentName)Will not return nullMethods in ca.uhn.fhir.context with parameters of type RuntimeSearchParamModifier and TypeMethodDescriptionvoidRuntimeResourceDefinition.addSearchParam(RuntimeSearchParam theParam)Constructors in ca.uhn.fhir.context with parameters of type RuntimeSearchParam -
Uses of RuntimeSearchParam in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return RuntimeSearchParamModifier and TypeMethodDescriptionstatic RuntimeSearchParamSearchParameterUtil.getOnlyPatientCompartmentRuntimeSearchParam(FhirContext theFhirContext, String theResourceType)Search the resource definition for a compartment named 'patient' and return its related Search Parameter.static RuntimeSearchParamSearchParameterUtil.getOnlyPatientCompartmentRuntimeSearchParam(RuntimeResourceDefinition runtimeResourceDefinition)Methods in ca.uhn.fhir.util that return types with arguments of type RuntimeSearchParamModifier and TypeMethodDescriptionstatic List<RuntimeSearchParam>SearchParameterUtil.getAllPatientCompartmentRuntimeSearchParams(FhirContext theFhirContext, String theResourceType)static Optional<RuntimeSearchParam>SearchParameterUtil.getOnlyPatientSearchParamForResourceType(FhirContext theFhirContext, String theResourceType)Given the resource type, fetch its patient-based search parameter name 1.