Package ca.uhn.fhir.jpa.searchparam.util
Class LastNParameterHelper
java.lang.Object
ca.uhn.fhir.jpa.searchparam.util.LastNParameterHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCategoryParamName
(ca.uhn.fhir.context.FhirContext theContext) static String
getCodeParamName
(ca.uhn.fhir.context.FhirContext theContext) static String
getEffectiveParamName
(ca.uhn.fhir.context.FhirContext theContext) static String
getPatientParamName
(ca.uhn.fhir.context.FhirContext theContext) static String
getSubjectParamName
(ca.uhn.fhir.context.FhirContext theContext) static boolean
isLastNParameter
(String theParamName, ca.uhn.fhir.context.FhirContext theContext)
-
Constructor Details
-
LastNParameterHelper
public LastNParameterHelper()
-
-
Method Details
-
isLastNParameter
public static boolean isLastNParameter(String theParamName, ca.uhn.fhir.context.FhirContext theContext) -
getSubjectParamName
-
getPatientParamName
-
getEffectiveParamName
-
getCategoryParamName
-
getCodeParamName
-