Smile CDR v2023.11.PRE
On this page:
   43.29    Da Vinci Health Record Exchange 43.31    DTR   

43.30.1DQM

 

The DQM configuration category includes the following configurable options:

  • Chunk Size

  • Threaded Batch Size

  • Number of Threads

  • Enabled Threading

43.30.2Property: Chunk Size

 
Property Name Chunk Size
Property Key
Property Type NON_NEGATIVE_INTEGER
Description Number of Subjects per chunk during evaluation
Applies to Modules
  • Digital Quality Measures (DQM)
Default Value 1000
Example Property
module.[MODULE_ID].config.evaluate_measure.chunksize = 1000

43.30.3Property: Threaded Batch Size

 
Property Name Threaded Batch Size
Property Key
Property Type NON_NEGATIVE_INTEGER
Description 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.
Applies to Modules
  • Digital Quality Measures (DQM)
Default Value 250
Example Property
module.[MODULE_ID].config.evaluate_measure.thread_batchsize = 250

43.30.4Property: Number of Threads

 
Property Name Number of Threads
Property Key
Property Type NON_NEGATIVE_INTEGER
Description The quantity of concurrent processors to make available from the system for $evaluate-measure queries. Note: This value needs to be less than available processors on SmileCdr instance to perform optimally.
Applies to Modules
  • Digital Quality Measures (DQM)
Default Value 2
Example Property
module.[MODULE_ID].config.evaluate_measure.thread_number = 2

43.30.5Property: Enabled Threading

 
Property Name Enabled Threading
Property Key
Property Type BOOLEAN
Description Enable parallel processing of $evaluate-measure quality report queries on multiple threads.
Applies to Modules
  • Digital Quality Measures (DQM)
Default Value true
Example Property
module.[MODULE_ID].config.evaluate_measure.threading_enabled = true
   43.29    Da Vinci Health Record Exchange 43.31    DTR