Uses of Class
com.ibm.fhir.search.SearchConstants.Prefix
-
Packages that use SearchConstants.Prefix Package Description com.ibm.fhir.cql.engine.searchparam com.ibm.fhir.persistence.jdbc.util.type com.ibm.fhir.search com.ibm.fhir.search.date com.ibm.fhir.search.parameters -
-
Uses of SearchConstants.Prefix in com.ibm.fhir.cql.engine.searchparam
Methods in com.ibm.fhir.cql.engine.searchparam that return SearchConstants.Prefix Modifier and Type Method Description SearchConstants.PrefixDateParameter. getValuePrefix()SearchConstants.PrefixNumberParameter. getValuePrefix()Methods in com.ibm.fhir.cql.engine.searchparam with parameters of type SearchConstants.Prefix Modifier and Type Method Description voidDateParameter. setValuePrefix(SearchConstants.Prefix valuePrefix)NumberParameterNumberParameter. setValuePrefix(SearchConstants.Prefix valuePrefix)Constructors in com.ibm.fhir.cql.engine.searchparam with parameters of type SearchConstants.Prefix Constructor Description DateParameter(SearchConstants.Prefix valuePrefix, Date value)NumberParameter(SearchConstants.Prefix valuePrefix, long value)NumberParameter(SearchConstants.Prefix valuePrefix, BigDecimal value)QuantityParameter(SearchConstants.Prefix valuePrefix, long value, String system, String units)QuantityParameter(SearchConstants.Prefix valuePrefix, BigDecimal value, String system, String units) -
Uses of SearchConstants.Prefix in com.ibm.fhir.persistence.jdbc.util.type
Methods in com.ibm.fhir.persistence.jdbc.util.type with parameters of type SearchConstants.Prefix Modifier and Type Method Description static voidNewNumberParmBehaviorUtil. addValue(WhereFragment whereClauseSegment, String tableAlias, String columnBase, SearchConstants.Prefix prefix, BigDecimal value)Append the condition and bind the variables according to the semantics of the passed prefix adds the value to the whereClause.voidNewDateParmBehaviorUtil. buildPredicates(WhereFragment whereClauseSegment, String tableAlias, SearchConstants.Prefix prefix, Instant lowerBound, Instant upperBound)builds query elements based on prefix type.voidNewLastUpdatedParmBehaviorUtil. buildPredicates(WhereFragment whereClauseSegment, SearchConstants.Prefix prefix, Instant value, Instant upperBound)builds query elements based on prefix type. -
Uses of SearchConstants.Prefix in com.ibm.fhir.search
Methods in com.ibm.fhir.search that return SearchConstants.Prefix Modifier and Type Method Description static SearchConstants.PrefixSearchConstants.Prefix. fromValue(String value)static SearchConstants.PrefixSearchConstants.Prefix. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchConstants.Prefix[]SearchConstants.Prefix. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchConstants.Prefix in com.ibm.fhir.search.date
Methods in com.ibm.fhir.search.date with parameters of type SearchConstants.Prefix Modifier and Type Method Description static InstantDateTimeHandler. generateLowerBound(SearchConstants.Prefix prefix, TemporalAccessor value, String originalString)generate lower boundsstatic InstantDateTimeHandler. generateUpperBound(SearchConstants.Prefix prefix, TemporalAccessor value, String originalString)generate upper boundsstatic voidDateTimeHandler. parse(SearchConstants.Prefix prefix, QueryParameterValue parameterValue, String v)parses the value into a set of bounds/value and adds to parameter value. -
Uses of SearchConstants.Prefix in com.ibm.fhir.search.parameters
Methods in com.ibm.fhir.search.parameters that return SearchConstants.Prefix Modifier and Type Method Description SearchConstants.PrefixQueryParameterValue. getPrefix()Methods in com.ibm.fhir.search.parameters with parameters of type SearchConstants.Prefix Modifier and Type Method Description voidQueryParameterValue. setPrefix(SearchConstants.Prefix prefix)QueryParameterValueQueryParameterValue. withPrefix(SearchConstants.Prefix prefix)
-