ohif-viewer/extensions/dicom-video
M.D 47c25f4364
feat(measurements): add CircleROI Tool (#3211)
* [refactor] measurement service mapping files - rename to .ts files

* [fix] RectangleROI - measurement service mapping _getReport() function - tool name fix

* [feat] added CircleROI tool from updated cornerstone3D

* [refactor] fix for typescript strong typing warnings

* [feat] cornerstone-dicom-sr extension - added CircleROI tool

* [feat] added toolbar button for CircleROI tool

* [doc] doc updates for CircleROI tool

* [update] library - dcmjs to 0.29.5

* [fix] roundNumber() function when given strings

* [fix] refactor after upgrading conerstonejs library 0.49.0

* yarn.lock file change
2023-04-17 08:23:03 -04:00
..
.webpack feat: cornerstone3D stack and volume viewports (#2787) 2022-07-27 12:39:04 -04:00
src fix: left right hotkeys and remove non working ones (#2922) 2022-09-08 22:02:20 -04:00
babel.config.js feat(OHIF):Add DICOM Video Display 2022-02-24 11:55:12 -05:00
LICENSE feat(OHIF):Add DICOM Video Display 2022-02-24 11:55:12 -05:00
package.json feat(measurements): add CircleROI Tool (#3211) 2023-04-17 08:23:03 -04:00
README.md feat(OHIF):Add DICOM Video Display 2022-02-24 11:55:12 -05:00
video-screenshot.jpg feat(OHIF):Add DICOM Video Display 2022-02-24 11:55:12 -05:00

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.