Class BatchQuantityParameter
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.params.api.BatchParameterValue
-
- org.linuxforhealth.fhir.persistence.params.batch.BatchQuantityParameter
-
public class BatchQuantityParameter extends BatchParameterValue
A quantity parameter we are collecting to batch
-
-
Field Summary
-
Fields inherited from class org.linuxforhealth.fhir.persistence.params.api.BatchParameterValue
logicalId, logicalResourceId, parameterNameValue, requestShard, resourceType
-
-
Constructor Summary
Constructors 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(IBatchParameterProcessor processor)
Apply this parameter value to the target processor
-
-
-
Constructor Detail
-
BatchQuantityParameter
public BatchQuantityParameter(java.lang.String requestShard, java.lang.String resourceType, java.lang.String logicalId, long logicalResourceId, ParameterNameValue parameterNameValue, QuantityParameter parameter, CodeSystemValue csv)
Canonical constructor- Parameters:
requestShard
-resourceType
-logicalId
-logicalResourceId
-parameterNameValue
-parameter
-csv
-
-
-
Method Detail
-
apply
public void apply(IBatchParameterProcessor processor) throws FHIRPersistenceException
Description copied from class:BatchParameterValue
Apply this parameter value to the target processor- Specified by:
apply
in classBatchParameterValue
- Throws:
FHIRPersistenceException
-
-