Pull request #413: Dicom patmap improvementsMerge in PT/oneposda from dicom_patmap_improvements to master
* commit 'a50d3dd41ef9291b0181484ed7d6e601c7d9391d':
fixes for null values"
more sql fixes
bugfix3
bugfix2
bugfix
Pull request #412: Path bug dupes repairMerge in PT/oneposda from path_bug_dupes_repair to master
* commit '9c792c67b3f168747a6eec2f1a5c1f8c6d0422b2':
fix to allow removal only run
re-ordered code blocks in commit edits to avoid adding extra copies of files to the new tp
changes to queries using patient mapping to check for active status on select and add upload id on insert
updates for PM pk changes
Add new query ResetExportEvent and supporting codeThis new query allows a normal user to reset an export_event
by supplying the export_event_id as well as the expected number
of files that need to be reset.
This commit also adds support for a '-- select' prefix to a query
to force it to be treated as a select query (even if it's an update,
or it starts with a CTE).
Pull request #405: Fix script to use storage path instead of api call for productionMerge in PT/oneposda from PT-1273-fix-linkage-bugs to master
* commit 'a6a2e22f6b45bd072da1ca4eeeea1b4463fd4732':
Fix script to use storage path instead of api call for production
Pull request #406: Fix Apply Masks to catch and hash series uids in addition to sopsMerge in PT/oneposda from PT-1272-apply-masks-series-hash to master
* commit 'dd3266e84925ec94782be98b787d1d2db1632885':
Fix Apply Masks to catch and hash series uids in addition to sops
Bump python to 3.14Also, remove the very old storable version and add the latest one
in the Dockerfile. This also introduces the new
pydicom-background-editor into the build system for the Posda container
Pull request #403: Feature/TADMIN-1579 reference linkage checking for any modality not just rt structs and segMerge in PT/oneposda from feature/TADMIN-1579-reference-linkage-checking-for-any-modality-not-just-rt-structs-and-seg to master
* commit '557ae87afdbf0e50c9b1b204dc728c9c614a5169':
Update linkage checker to look outside of activity
Add linkage to workflow
Add general linkage checker
Pull request #402: skip to index working, and visual cleanupMerge in PT/oneposda from feature/path-vr-restart to master
* commit '9f2ecaba505e34b93beeaa9eaa40047c451f3041':
skip to index working, and visual cleanup
Pull request #401: New metadata spreadsheetMerge in PT/oneposda from feature/TDOC-490-create-metadata-digest-csv-with-file-information-to-attach-to-download-in to master
* commit '07873da75f6db8c3bdb51d4fece78cc6b52d1a56':
New metadata spreadsheet
Pull request #399: Add filter parameters for Dicom VRMerge in PT/oneposda from feature/TADMIN-1578-incorporate-mirabelle-into-all-visual-review-tasks-eliminate-kaleidoscope to master
* commit 'f033c7df655e56c0acb7cc9d6cbf4bf0062e57a3':
Add filter parameters for Dicom VR
Pull request #400: Update kaleidoscope to add flagged as a vr statusMerge in PT/oneposda from TADMIN-1597-add-flagged-as-a-vr-status to master
* commit 'd34b8a4f762bdd42f023b82399788dce52576e33':
Fix bug with filter based on mode
Update kaleidoscope to add flagged as a vr status
Fix bug in NewTry for parsing of output from fileNewTry calls file to determine the file type of files it has
determined are not DICOM. It uses a regex to break the result
on the first colon, but some nifti files return a file type that
contains more than one colon. Adjusting this regex to be "non-greedy"
fixes the issue so the correct type information is returned.
Improve the model verifiction for visualreview routesAlso makes a minor change to the input to visualreview/vr/values,
allowing for the body to be omitted.
Update masking/visualreview endpoint to be more specificIt now only returns IECs which need to be masked (or are rejected).
This should improve the user experience when using the Mask route in the
UI.
Pull request #398: Placeholder button, and wip new vr sciriptMerge in PT/oneposda from pathology_new_vr_system to master
* commit 'e98e37af7a69713cdc83d52e317d7f557ff6a87f':
Placeholder button, and wip new vr sciript