Uses of Class
com.ibm.fhir.search.SearchConstants.Prefix
-
Packages that use SearchConstants.Prefix Package Description 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.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 void
NewNumberParmBehaviorUtil. 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.static void
NumberParmBehaviorUtil. addValue(StringBuilder whereClauseSegment, List<Object> bindVariables, 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.void
DateParmBehaviorUtil. buildPredicates(StringBuilder whereClauseSegment, List<Timestamp> bindVariables, String tableAlias, SearchConstants.Prefix prefix, Instant lowerBound, Instant upperBound)
builds query elements based on prefix type.void
LastUpdatedParmBehaviorUtil. buildPredicates(StringBuilder whereClauseSegment, SearchConstants.Prefix prefix, Instant value, Instant upperBound)
builds query elements based on prefix type.void
NewDateParmBehaviorUtil. buildPredicates(WhereFragment whereClauseSegment, String tableAlias, SearchConstants.Prefix prefix, Instant lowerBound, Instant upperBound)
builds query elements based on prefix type.void
NewLastUpdatedParmBehaviorUtil. 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.Prefix
SearchConstants.Prefix. fromValue(String value)
static SearchConstants.Prefix
SearchConstants.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 Instant
DateTimeHandler. generateLowerBound(SearchConstants.Prefix prefix, TemporalAccessor value, String originalString)
generate lower boundsstatic Instant
DateTimeHandler. generateUpperBound(SearchConstants.Prefix prefix, TemporalAccessor value, String originalString)
generate upper boundsstatic 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 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.Prefix
QueryParameterValue. getPrefix()
Methods in com.ibm.fhir.search.parameters with parameters of type SearchConstants.Prefix Modifier and Type Method Description void
QueryParameterValue. setPrefix(SearchConstants.Prefix prefix)
QueryParameterValue
QueryParameterValue. withPrefix(SearchConstants.Prefix prefix)
-