Add CQL evaluate-measure operation. (#2339)

This commit is contained in:
Kevin Dougan SmileCDR 2021-02-01 19:55:51 -05:00 committed by GitHub
parent ca93cd8246
commit ca28a4fe6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -91,4 +91,10 @@ public class ProviderConstants {
public static final String OPERATION_MDM_BATCH_RUN_OUT_PARAM_SUBMIT_COUNT = "submitted" ;
public static final String OPERATION_MDM_CLEAR_OUT_PARAM_DELETED_COUNT = "deleted";
public static final String MDM_BATCH_RUN_RESOURCE_TYPE = "resourceType";
/**
* CQL Operations
*/
public static final String CQL_EVALUATE_MEASURE = "$evaluate-measure";
}