The DQM configuration category includes the following configurable options:
Chunk Size
Measure Report default reporter
Threaded Batch Size
Number of Threads
Enabled Threading
Measure Report Reporter from Group
|
Chunk Size |
|
|
NON_NEGATIVE_INTEGER | |
Number of Subjects per chunk during evaluation | |
|
|
1000
|
|
|
|
Measure Report default reporter |
|
|
STRING | |
The default value that will be added to MeasureReport.reporter field when executing Async $evaluate-measure operation. This should be a reference to Organization resource. | |
|
|
(no default) | |
|
|
Threaded Batch Size |
|
|
NON_NEGATIVE_INTEGER | |
The number of patients to break up per thread for parallel processing of data. Example: if processing 1000 patients in a measure evaluation query, thread-Number =2, and Thread-Batch-Size is set to 500, then system will split 1000 patients into two batches of 500 patients, distribute query to two threads for processing, and collect results from threads when complete. | |
|
|
250
|
|
|
|
Number of Threads |
|
|
NON_NEGATIVE_INTEGER | |
The quantity of concurrent processors to make available from the system for $evaluate-measure & $care-gaps queries. Note: This value needs to be less than available processors on SmileCdr instance to perform optimally. | |
|
|
2
|
|
|
|
Enabled Threading |
|
|
BOOLEAN | |
Enable parallel processing of $evaluate-measure quality report queries on multiple threads. | |
|
|
true
|
|
|
|
Measure Report Reporter from Group |
|
|
BOOLEAN | |
If set to true, evaluate-measure operation will attempt to source MeasureReport.reporter from evaluate-measure operation's 'subject' or 'practitioner' parameter by using the Group's resource field, managingEntity. If unable to source reference from Group, MeasureReport reporter will use default dqm.evaluate_measure.reporter setting. | |
|
|
true
|
|
|