55 lines
1.9 KiB
Markdown
55 lines
1.9 KiB
Markdown
# @ohif/extension-cornerstone
|
|
|
|
## Commands
|
|
|
|
This extensions includes the following `Commands` and `Command Definitions`. These can be registered with `@ohif/core`'s `CommandManager`. After registering the commands, they can be bound to `hotkeys` using the `HotkeysManager` and listed in the `UserPreferences` modal.
|
|
|
|
You can read more about [`Commands`](), [`Hotkeys`](), and the [`UserPreferences` Modal]() in their respective locations in the OHIF Viewer's documentation.
|
|
|
|
| Command Name | Description | Store Contexts |
|
|
| ---------------------------- | ----------- | -------------- |
|
|
| `rotateViewportCW` | | viewports |
|
|
| `rotateViewportCCW` | | viewports |
|
|
| `invertViewport` | | viewports |
|
|
| `flipViewportVertical` | | viewports |
|
|
| `flipViewportHorizontal` | | viewports |
|
|
| `scaleUpViewport` | | viewports |
|
|
| `scaleDownViewport` | | viewports |
|
|
| `fitViewportToWindow` | | viewports |
|
|
| `resetViewport` | | viewports |
|
|
| clearAnnotations | TODO | |
|
|
| next/previous Image | TODO | |
|
|
| first/last Image | TODO | |
|
|
| `nextViewportDisplaySet` | | none |
|
|
| `previousViewportDisplaySet` | | none |
|
|
|
|
### TODO:
|
|
|
|
_SET TOOL_
|
|
|
|
- [] Default Tool
|
|
- [] Set Zoom Tool
|
|
- [] Set WWWC Tool
|
|
- [] Set Pan Tool
|
|
- [] Set Angle Measurement Tool
|
|
- [] Set Stack Scroll Tool
|
|
- [] Set Magnify Tool
|
|
- [] Set Length Tool
|
|
- [] Set Annotate Tool
|
|
- [] Set Pixel Probe Tool
|
|
- [] Set Elliptical ROI Tool
|
|
- [] Set Rectangle ROI Tool
|
|
|
|
_OTHER_
|
|
|
|
- Show/Hide CINE
|
|
- W/L Presets
|
|
- W/L Presets config
|
|
|
|
<!--
|
|
Links
|
|
-->
|
|
|
|
<!-- prettier-ignore-start -->
|
|
<!-- prettier-ignore-end -->
|