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 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.static voidNumberParmBehaviorUtil. 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.voidDateParmBehaviorUtil. buildPredicates(StringBuilder whereClauseSegment, List<Timestamp> bindVariables, String tableAlias, SearchConstants.Prefix prefix, Instant lowerBound, Instant upperBound)builds query elements based on prefix type.voidLastUpdatedParmBehaviorUtil. buildPredicates(StringBuilder whereClauseSegment, SearchConstants.Prefix prefix, Instant value, Instant upperBound)builds query elements based on prefix type.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)
-