
Package ca.uhn.fhir.util
Class SearchParameterUtil
- java.lang.Object
-
- ca.uhn.fhir.util.SearchParameterUtil
-
public class SearchParameterUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchParameterUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getBaseAsStrings(FhirContext theContext, IBaseResource theResource)
static String
getCode(FhirContext theContext, IBaseResource theResource)
static String
getExpression(FhirContext theFhirContext, IBaseResource theResource)
-
-
-
Constructor Detail
-
SearchParameterUtil
public SearchParameterUtil()
-
-
Method Detail
-
getBaseAsStrings
public static List<String> getBaseAsStrings(FhirContext theContext, IBaseResource theResource)
-
getCode
@Nullable public static String getCode(FhirContext theContext, IBaseResource theResource)
-
getExpression
@Nullable public static String getExpression(FhirContext theFhirContext, IBaseResource theResource)
-
-