You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When any of these 4 regex configuration is empty (at least one):
Patient ID regex (patientIDRegex)
Patient name regex (patientNameRegex)
Lego phantom regex (LegoPhantomRegex)
Living phantom regex (LivingPhantomRegex)
A permission error is raised trying to access the dicom_archive module.
Links can be found at least in imaging_qc table and imaging_uploader table.
The error message shown is not indicative of what is happening.
To Reproduce
Steps to reproduce the behavior (attach screenshots if applicable):
Go to menu > admin > configuration
Click on 'imaging modules' and empty one of the regex fields:
Go to menu > imaging > imaging quality control (could be imaging uploader too)
filter the table by Tarchive = In DICOM Archives
Click on one of the link In DICOM found in the table column Tarchive
See error
When putting at least the most basic regex inside these configurations (i.e. .), the link in the imaging qc table works.
What did you expect to happen?
A clear error message to target these configurations.
The text was updated successfully, but these errors were encountered:
Describe the bug
When any of these 4 regex configuration is empty (at least one):
patientIDRegex
)patientNameRegex
)LegoPhantomRegex
)LivingPhantomRegex
)A permission error is raised trying to access the
dicom_archive
module.Links can be found at least in
imaging_qc
table andimaging_uploader
table.The error message shown is not indicative of what is happening.
To Reproduce
Steps to reproduce the behavior (attach screenshots if applicable):
imaging uploader
too)Tarchive = In DICOM Archives
In DICOM
found in the table columnTarchive
.
), the link in theimaging qc
table works.What did you expect to happen?
A clear error message to target these configurations.
The text was updated successfully, but these errors were encountered: