ohif-viewer/extensions/dicom-video
2023-08-09 12:16:53 +00:00
..
.webpack chore(build): try to build demo and docs (#3434) 2023-06-06 13:34:26 -04:00
src fix(request): Cross origin issue with fetching image and video (#3416) 2023-05-26 08:32:00 -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 chore(version): Update package versions [skip ci] 2023-08-09 12:16:53 +00: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.