diff --git a/README.md b/README.md index 0de590f74..f861a4803 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@
The OHIF Viewer is a zero-footprint medical image viewer provided by the Open Health Imaging Foundation (OHIF). It is a configurable and extensible progressive web application with out-of-the-box support for image archives which support DICOMweb.
+The OHIF Viewer is a zero-footprint medical image viewer +provided by the Open Health Imaging Foundation (OHIF). It is a configurable and extensible progressive web application with out-of-the-box support for image archives which support DICOMweb.
+## Context Menus
+
+Context menus can be created by defining the menu structure and click
+interaction, as defined in the `ContextMenu/types`. There are examples
+below specific to the cornerstone context, because the actual click
+handler and attributes used to decide when and how to display the menu
+are specific to the context used for where the menu is displayed.
+
+## Cornerstone Context Menu
+
+The default cornerstone context menu can be customized by setting the
+`cornerstoneContextMenu`. For a full example, see `findingsContextMenu`.
+
+## Customizeable Cornerstone Viewport Click Behaviour
+
+The behaviour on clicking on the cornerstone viewport can be customized
+by setting the `cornerstoneViewportClickCommands`. This is intended to
+support both the cornerstone 3D internal commands as well as things like
+context menus. Currently it supports buttons 1-3, as well as modifier keys
+by associating a commands list with the button to click. See `initContextMenu`
+for more details.
+
+## Please add additional customizations above this section
> 3rd Party implementers may be added to this table via pull requests.