ohif-viewer/extensions/dicom-segmentation
James Petts 4dfe144bf8
[OHIF-251] - Double click to maximise viewport/ revert to previous layout. (#1860)
* WIP

* double click to maximise implemented at the viewport grid layer.

* Remove memory of cached layout when the layout is changed, or a different displaySet is set.

* WIP fix double click for cornerstone.

* Update CST

* Prevent maximising when double clicking the action bar

* Update extensions/dicom-sr/src/OHIFCornerstoneSRViewport.js

* Apply suggestions from code review

* Fix conflicts.

Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-07-03 18:12:33 +01:00
..
.webpack feat: Segmentations Settings UI - Phase 1 #1391 (#1392) 2020-03-13 15:45:26 -04:00
src OHIF-208 (#1842) 2020-07-02 16:53:38 -04:00
CHANGELOG.md chore(release): publish [skip ci] 2020-05-12 14:49:58 +00:00
LICENSE feat: Segmentations Settings UI - Phase 1 #1391 (#1392) 2020-03-13 15:45:26 -04:00
package.json [OHIF-251] - Double click to maximise viewport/ revert to previous layout. (#1860) 2020-07-03 18:12:33 +01:00
README.md feat: Segmentations Settings UI - Phase 1 #1391 (#1392) 2020-03-13 15:45:26 -04:00

@ohif/dicom-segmentation

npm (scoped)

This extension adds support to view and navigate the segments available in the DICOM SEG, allowing control over visibility of a given segment and providing metadata about the segment(s).

Index

Extension Id: com.ohif.dicom-segmentation

Tool Configuration

Tools can be configured through extension configuration using the tools key:

  ...
  cornerstoneExtensionConfig: {
    tools: {
      ArrowAnnotate: {
        configuration: {
          getTextCallback: (callback, eventDetails) => callback(prompt('Enter your custom annotation')),
        },
      },
    },
  },
  ...

Annotate Tools Configuration

We currently support one property for annotation tools.

Hide handles

This extension configuration allows you to toggle on/off handle rendering for all annotate tools:

  ...
  cornerstoneExtensionConfig: {
    hideHandles: true,
  },
  ...

## Resources

### Repositories

- [cornerstonejs/react-cornerstone-viewport][react-viewport]
- [cornerstonejs/cornerstoneTools][cornerstone-tools]
- [cornerstonejs/cornerstone][cornerstone]

<!--
  Links
  -->

<!-- prettier-ignore-start -->
[docs-commands]: https://www.com
[docs-hotkeys]: https://www.com
[docs-userprefs]: htt
[react-viewport]: https://github.com/cornerstonejs/react-cornerstone-viewport
[cornerstone-tools]: https://github.com/cornerstonejs/cornerstoneTools
[cornerstone]: https://github.com/cornerstonejs/cornerstone
<!-- prettier-ignore-end -->