ohif-viewer/platform/viewer/public/config
Joe Boccanfuso 66f6e3eade
feat(DICOM Upload): Added new DICOM upload dialogue launched from the worklist page (#3326)
* feat(DICOM Upload)
OHIF #3297
- DicomWebDataSource.store.dicom now accepts an ArrayBuffer of data sets to store
- DicomWebDataSource.store.dicom now also accepts optional callbacks to track upload and an AbortSignal object to cancel upload
- Added DicomFileUploader class that performs and tracks the upload of a DICOM file
- Added various UI pieces for the upload: DicomUpload, DicomUploadProgress, DicomUploadProgressItem
- ProgressLoadingBar was extracted from LoadingIndicatorProgress so it can be reused
- Modal dialogues can now optionally prevent an outside click from closing the Modal

* Passing an XMLHttpRequest to the dataSource.store.dicom method instead of callbacks and AbortSignal.
Cleanup of various UI pieces to minimize code and increase readability.

* Made the DicomUpload component a customization module exported by the cornerstone extension.

* Exposed a copy of the data source configuration via the IWebApiDataSource interface.
Added dicomUploadEnabled to a data source's configuration.

* Code clean up.

* Upgraded the dicomweb-client version to one that provides the ability to
pass a custom HTTP request. DICOM upload uses that custom HTTP request
to track progress and cancel requests.

* Distinguished between failed and cancelled uploads.

* Allow no selection in the upload dialogue.
Fixed the styling of various progress information so that everything aligns.

* Switched from cornerstone wado image loader to cornerstone dicom image loader for DICOM upload.

* Added special cancelled icon to differentiate from failed.

* Added a bit of spacing between the upload progress bar and percentage.

* Fixed minor issue with upload rejection.

* Performance improvement for cancel all uploads:
- use React memo for each upload item progress (row)
- do not await each request of a cancel all

* Fixed various padding/spacing for the DICOM upload drop zone component.
Changed the border dashing for the DICOM upload drop zone to be a background image gradient.
Added hover and active effects to the 'Cancel All Uploads' text.
2023-04-28 16:13:47 -04:00
..
aws.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
default.js feat(RT): add dicom RT support via volume viewports (#3310) 2023-04-26 12:21:08 -04:00
demo.js feat(microscopy): add dicom microscopy extension and mode (#3247) 2023-04-27 20:53:52 -04:00
dicomweb_relative.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
dicomweb-server.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
docker_nginx-orthanc.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
docker_openresty-orthanc-keycloak.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
docker_openresty-orthanc.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
e2e.js feat: Add a new hanging protocol @ohif/mn (#3305) 2023-04-18 11:55:25 -04:00
google.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
idc.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
local_dcm4chee.js feat(DICOM Upload): Added new DICOM upload dialogue launched from the worklist page (#3326) 2023-04-28 16:13:47 -04:00
local_orthanc.js feat(DICOM Upload): Added new DICOM upload dialogue launched from the worklist page (#3326) 2023-04-28 16:13:47 -04:00
local_static.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
multiple.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
netlify.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00
public_dicomweb.js feat(multiframe): enhanced support for multiframe dicom (#3164) 2023-03-31 22:21:16 -04:00