
Package ca.uhn.fhir.rest.gclient
Interface ICriterionInternal
-
- All Known Implementing Classes:
CompositeCriterion
public interface ICriterionInternal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParameterName()
String
getParameterValue(FhirContext theContext)
-
-
-
Method Detail
-
getParameterValue
String getParameterValue(FhirContext theContext)
-
getParameterName
String getParameterName()
-
-