Uses of Class
org.linuxforhealth.fhir.persistence.index.QuantityParameter
-
-
Uses of QuantityParameter in org.linuxforhealth.fhir.persistence.index
Methods in org.linuxforhealth.fhir.persistence.index that return types with arguments of type QuantityParameter Modifier and Type Method Description java.util.List<QuantityParameter>
SearchParametersTransport. getQuantityValues()
Methods in org.linuxforhealth.fhir.persistence.index with parameters of type QuantityParameter Modifier and Type Method Description SearchParametersTransport.Builder
SearchParametersTransport.Builder. addQuantityValue(QuantityParameter value)
Add a quantity parameter valuestatic int
SearchParameterValueSupport. compare(QuantityParameter left, QuantityParameter right)
Comparator function for comparing twoQuantityParameter
valuesMethod parameters in org.linuxforhealth.fhir.persistence.index with type arguments of type QuantityParameter Modifier and Type Method Description void
SearchParametersTransport. setQuantityValues(java.util.List<QuantityParameter> quantityValues)
-
Uses of QuantityParameter in org.linuxforhealth.fhir.persistence.params.api
Methods in org.linuxforhealth.fhir.persistence.params.api with parameters of type QuantityParameter Modifier and Type Method Description void
IParamValueCollector. collect(java.lang.String tenantId, java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, QuantityParameter p)
Process the given QuantityParameter pvoid
IBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, QuantityParameter parameter, CodeSystemValue codeSystemValue)
-
Uses of QuantityParameter in org.linuxforhealth.fhir.persistence.params.batch
Methods in org.linuxforhealth.fhir.persistence.params.batch with parameters of type QuantityParameter Modifier and Type Method Description void
ParameterValueCollector. collect(java.lang.String tenantId, java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, QuantityParameter p)
Constructors in org.linuxforhealth.fhir.persistence.params.batch with parameters of type QuantityParameter Constructor Description BatchQuantityParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, QuantityParameter parameter, CodeSystemValue csv)
Canonical constructor -
Uses of QuantityParameter in org.linuxforhealth.fhir.persistence.params.database
Methods in org.linuxforhealth.fhir.persistence.params.database with parameters of type QuantityParameter Modifier and Type Method Description void
PlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, QuantityParameter p, CodeSystemValue codeSystemValue)
-