ohif-viewer/extensions/default/src
Igor Octaviano a156eadcb7
OHIF-208 (#1842)
* Set measurement as active

* Add basic dialog component

* Update styles and prop types

* Jump to image

* Update dialog

* Format date

* Update summary to use primary modalities

* delete empty studySummary page

* add missing PropTypes import

* fix for accidental sync'd viewports

* CR Updates

* CR Update avoid cache of measurements

* Use get measurement

* Add comment to edit function

* Remove request and merge modalities from series

* Update dependency: react-cornerstone-viewport@2.3.9

react-cornerstone-viewport
  * @ohif/extension-cornerstone: 2.3.8 → 2.3.9
  * @ohif/extension-dicom-sr: 2.3.8 → 2.3.9

* Update extensions/measurement-tracking/src/panels/PanelMeasurementTableTracking/index.js

Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>

* Add debugs

* remove console.debug

* Update frameindex to imageindex

* Use new rcv debounced function

* Fix hovering

* Update dialog text

* Dismiss dialogs on esc

* Update dependency: react-cornerstone-viewport@3.0.0

react-cornerstone-viewport
  * @ohif/extension-cornerstone: 2.3.9 → 3.0.0
  * @ohif/extension-dicom-sr: 2.3.9 → 3.0.0

* OHIF-237

* remove console.debug

* Remove dead code brought in from rebase

* EmptyViewport should not display a message

* Remove more dead code from rebase

* fix variable naming

* remove unused hook

* bump yarn lock

* formatting

* Add arrow dialog

* Filter based on trackedSeries

Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-07-02 16:53:38 -04:00
..
DicomWebDataSource OHIF-197 (#1833) 2020-06-30 15:10:27 +01:00
Panels Use ImageViewer's StudyInstanceUIDs to set the initial/default list of expanded study ids 2020-06-30 22:08:41 -04:00
Toolbar Fix broken solution 2020-06-29 16:12:42 -03:00
ViewerLayout Merge pull request #1824 from OHIF/feat/ohif-125 2020-06-26 16:47:52 -04:00
debounce.js Make sure measurements table updates 2020-06-30 16:04:07 -04:00
getContextModule.js something WIP 2020-05-15 13:04:53 +01:00
getDataSourcesModule.js create dicom web api 2020-05-15 12:59:29 +01:00
getLayoutTemplateModule.js WIP, wrap command manager controls so we can pass these to the UI component. 2020-05-19 13:01:39 +01:00
getPanelModule.js Replace measurementsPanel w/ a format that reduces nesting 2020-06-04 11:28:10 -04:00
getSopClassHandlerModule.js display viewport. 2020-05-15 18:07:21 +01:00
getToolbarModule.js Update code to avoid intercepting onclick 2020-06-25 16:03:06 -03:00
id.js WIP build up displaysets. 2020-05-15 13:01:58 +01:00
index.js Create new ToolbarButton type for Layout Selector; wire up custom UI; prep for viewportGridService usage 2020-06-15 00:51:36 -04:00
PanelMeasurementTable.js OHIF-208 (#1842) 2020-07-02 16:53:38 -04:00