* fix(DICOM PDF and Video) - added retrieve.directURL for local DICOM load data source; it returns a data URL - fixed various checks for video using transfer syntaxes and SOP class UID with number of frames - added call to 'rendered' endpoint for those data sources that support it; others get BulkDataURI * Added DOC (PDF) and OT (for video in particular) to list of non-image thumbnail modalities. * Fixed broken e2e tests. |
||
|---|---|---|
| .. | ||
| .webpack | ||
| src | ||
| babel.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| video-screenshot.jpg | ||
DICOM Video
This extension adds support for displaying DICOM video objects in a script tag. The video data must currently be available as video/mp4 on the BulkDataURI that is provided in the DICOMweb metadata response, and the video must have one of the specified SOP Class UID's in order to be recognized by the SOP class handler.
Those are:
- Video Microscop Image Storage
- Video Photographic Image Storage
- Video Endoscopic Image Storage
- Secondary Capture Image Storage
- Multiframe True Color Secondary Capture Image Storage
The extension is a "standard" extension in that it is installed and available by default.