Package ca.uhn.fhir.jpa.search.helper
Class SearchParamHelper
java.lang.Object
ca.uhn.fhir.jpa.search.helper.SearchParamHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<ca.uhn.fhir.context.RuntimeSearchParam>
getPatientCompartmentRuntimeSearchParams
(ca.uhn.fhir.context.RuntimeResourceDefinition runtimeResourceDefinition) Search the resource definition for a compartment named 'patient' and return its related Search Parameter.Collection<ca.uhn.fhir.context.RuntimeSearchParam>
getPatientSearchParamsForResourceType
(String theResourceType)
-
Constructor Details
-
SearchParamHelper
public SearchParamHelper()
-
-
Method Details
-
getPatientSearchParamsForResourceType
public Collection<ca.uhn.fhir.context.RuntimeSearchParam> getPatientSearchParamsForResourceType(String theResourceType) -
getPatientCompartmentRuntimeSearchParams
public List<ca.uhn.fhir.context.RuntimeSearchParam> getPatientCompartmentRuntimeSearchParams(ca.uhn.fhir.context.RuntimeResourceDefinition runtimeResourceDefinition) Search the resource definition for a compartment named 'patient' and return its related Search Parameter.
-