M.D.

Results 4 issues of M.D.

OHIFv3 lacks the support of annotations and measurements on multi-frame DICOM files particularly when we want to persist and load Measurement SRs on multi-frame DICOM files. There are several issues...

This is to prepare dcmjs library to separate Cornerstone Adapter as a separate package. https://github.com/dcmjs-org/dcmjs/pull/320#issuecomment-1275178945 In Cornerstone3D adapter code, the `utilities/TID300/Point` is being used, but this one is not publicly...

When saving an SR onto a multi-frame DICOM file, the frame number information are not being saved at all. The reason is that `dcmjs` tries to detect multi-frame feature of...

### Explained by use-case I was trying to make a small customization of the EllipticalROI tool. So I started with extending the existing EllipticalROITool class. (NOTE: I was using Typescript)...