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 com.ibm.fhir.search.reference -
-
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)
-
Uses of QueryParameterValue in com.ibm.fhir.search.reference
Method parameters in com.ibm.fhir.search.reference with type arguments of type QueryParameterValue Modifier and Type Method Description static void
ReferenceParameterHandler. generateReferenceParameterValues(SearchParameter parameter, List<QueryParameterValue> parameterValues, String valueString, String[] values, String modifierResourceTypeName)
generates References Parameter Values.
-