Pull request #362: Added frame logic to the masking review files endpointMerge in PT/oneposda from feature/TADMIN-1381-integrate-cornerstone-viewer-into-visual-review-workflow to master
* commit '8a3e218a7708489716e0b3be51f5c8c58385b037':
Added frame logic to the masking review files endpoint
Pull request #361: Feature/TADMIN-1381 integrate cornerstone viewer into visual review workflowMerge in PT/oneposda from feature/TADMIN-1381-integrate-cornerstone-viewer-into-visual-review-workflow to master
* commit '2de0aa93ced152ed0e1524b35a00d474e7f2c6b5':
Added new query to workflow
Removed unneeded button definition
Standardized api calls
Added IEC info api call
Add Mirabelle review button to VisualReviewStatusDetails query
Added API call to update IEC VR status
Add Mirabelle review button to VisualReviewStatusDetails querywhich opens the IEC in Mirabelle.
Also adds a new query, VisualReviewStatusDetailsByPatient which allows
filtering of visual reviews by patient_id (using like).
Add error message to Quince for multiframe filesDue to other fixes in the db, Quince will now display the first frame of
multiframe files, but gives no indication that it is a multiframe, which
could lead to curators missing the other frames. This temporary fix just
disables the display of multiframe files entirely, instead displaying an
error message (Multiframe File; Use other viewer).
Update dicom3tools to the latest versionThis commit actually adds a new script in the Posda container build
step, which automatically determines the most recent version of
dicom3tools published. It will probably work until a version other than
"1.0 snapshot" is released, though it may continue to function then as
well.
This resolves TADMIN-1385
Fix bug in BackgroundPrivateDispositionsTpDual prevented sending to NBIAA change in the parameters to ApplyPrivateDispositionUnconditionalDate2
was not implemented in BackgroundPrivateDispositionsTpDual when it
was added to the other two scripts.
Update nopperabo to gracefully shutdownNow, if it is in the middle of masking when asked to shutdown,
it will set the IEC back to ready-to-process, so none are missed.