SMI / RdmpDicom

Plugin for RDMP that adds support for load, linking (with EHR data in relational databases) and extracting anonymous DICOM images for researchers.
GNU General Public License v3.0
4 stars 4 forks source link

Fix JSON Object Building issue when using semEHR for cohort building #383

Closed JFriel closed 9 months ago

JFriel commented 10 months ago

Users were running into an issue where "q" was not defined in the Query JSONobject. This was due to the object attempting to be dynamically populated.

Fix: Build the JSON Object using the .Add method rather than trying to do it dynamically