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.BuilderSearchParametersTransport.Builder. addQuantityValue(QuantityParameter value)Add a quantity parameter valuestatic intSearchParameterValueSupport. compare(QuantityParameter left, QuantityParameter right)Comparator function for comparing twoQuantityParametervaluesMethod parameters in org.linuxforhealth.fhir.persistence.index with type arguments of type QuantityParameter Modifier and Type Method Description voidSearchParametersTransport. 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 voidIParamValueCollector. 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 pvoidIBatchParameterProcessor. 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 voidParameterValueCollector. 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 voidPlainBatchParameterProcessor. process(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, QuantityParameter p, CodeSystemValue codeSystemValue)
-