Uses of Class
com.ibm.fhir.search.parameters.QueryParameterValue
-
Packages that use QueryParameterValue Package Description com.ibm.fhir.search.date com.ibm.fhir.search.parameters -
-
Uses of QueryParameterValue in com.ibm.fhir.search.date
Methods in com.ibm.fhir.search.date with parameters of type QueryParameterValue Modifier and Type Method Description static void
DateTimeHandler. parse(SearchConstants.Prefix prefix, QueryParameterValue parameterValue, String v)
parses the value into a set of bounds/value and adds to parameter value. -
Uses of QueryParameterValue in com.ibm.fhir.search.parameters
Methods in com.ibm.fhir.search.parameters that return QueryParameterValue Modifier and Type Method Description QueryParameterValue
QueryParameterValue. withPrefix(SearchConstants.Prefix prefix)
Methods in com.ibm.fhir.search.parameters that return types with arguments of type QueryParameterValue Modifier and Type Method Description List<QueryParameterValue>
QueryParameter. getValues()
Constructor parameters in com.ibm.fhir.search.parameters with type arguments of type QueryParameterValue Constructor Description QueryParameter(SearchConstants.Type type, String code, SearchConstants.Modifier modifier, String modifierResourceTypeName, List<QueryParameterValue> parmValues)
-