Uses of Class
org.linuxforhealth.fhir.search.SearchConstants.Prefix
-
-
Uses of SearchConstants.Prefix in org.linuxforhealth.fhir.cql.engine.searchparam
Methods in org.linuxforhealth.fhir.cql.engine.searchparam that return SearchConstants.Prefix Modifier and Type Method Description SearchConstants.Prefix
DateParameter. getValuePrefix()
SearchConstants.Prefix
NumberParameter. getValuePrefix()
Methods in org.linuxforhealth.fhir.cql.engine.searchparam with parameters of type SearchConstants.Prefix Modifier and Type Method Description void
DateParameter. setValuePrefix(SearchConstants.Prefix valuePrefix)
NumberParameter
NumberParameter. setValuePrefix(SearchConstants.Prefix valuePrefix)
Constructors in org.linuxforhealth.fhir.cql.engine.searchparam with parameters of type SearchConstants.Prefix Constructor Description DateParameter(SearchConstants.Prefix valuePrefix, java.util.Date value)
NumberParameter(SearchConstants.Prefix valuePrefix, long value)
NumberParameter(SearchConstants.Prefix valuePrefix, java.math.BigDecimal value)
QuantityParameter(SearchConstants.Prefix valuePrefix, long value, java.lang.String system, java.lang.String units)
QuantityParameter(SearchConstants.Prefix valuePrefix, java.math.BigDecimal value, java.lang.String system, java.lang.String units)
-
Uses of SearchConstants.Prefix in org.linuxforhealth.fhir.persistence.jdbc.util.type
Methods in org.linuxforhealth.fhir.persistence.jdbc.util.type with parameters of type SearchConstants.Prefix Modifier and Type Method Description static void
NewNumberParmBehaviorUtil. addValue(WhereFragment whereClauseSegment, java.lang.String tableAlias, java.lang.String columnBase, SearchConstants.Prefix prefix, java.math.BigDecimal value)
Append the condition and bind the variables according to the semantics of the passed prefix adds the value to the whereClause.void
NewDateParmBehaviorUtil. buildPredicates(WhereFragment whereClauseSegment, java.lang.String tableAlias, SearchConstants.Prefix prefix, java.time.Instant lowerBound, java.time.Instant upperBound)
builds query elements based on prefix type.void
NewLastUpdatedParmBehaviorUtil. buildPredicates(WhereFragment whereClauseSegment, SearchConstants.Prefix prefix, java.time.Instant value, java.time.Instant upperBound)
builds query elements based on prefix type. -
Uses of SearchConstants.Prefix in org.linuxforhealth.fhir.search
Methods in org.linuxforhealth.fhir.search that return SearchConstants.Prefix Modifier and Type Method Description static SearchConstants.Prefix
SearchConstants.Prefix. fromValue(java.lang.String value)
static SearchConstants.Prefix
SearchConstants.Prefix. valueOf(java.lang.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 org.linuxforhealth.fhir.search.date
Methods in org.linuxforhealth.fhir.search.date with parameters of type SearchConstants.Prefix Modifier and Type Method Description static java.time.Instant
DateTimeHandler. generateLowerBound(SearchConstants.Prefix prefix, java.time.temporal.TemporalAccessor value, java.lang.String originalString)
generate lower boundsstatic java.time.Instant
DateTimeHandler. generateUpperBound(SearchConstants.Prefix prefix, java.time.temporal.TemporalAccessor value, java.lang.String originalString)
generate upper boundsstatic void
DateTimeHandler. parse(SearchConstants.Prefix prefix, QueryParameterValue parameterValue, java.lang.String v)
parses the value into a set of bounds/value and adds to parameter value. -
Uses of SearchConstants.Prefix in org.linuxforhealth.fhir.search.parameters
Methods in org.linuxforhealth.fhir.search.parameters that return SearchConstants.Prefix Modifier and Type Method Description SearchConstants.Prefix
QueryParameterValue. getPrefix()
Methods in org.linuxforhealth.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)
-