James Petts
|
6aac69e1ba
|
OHIF-176: v2 - Render non-tracked measurements as a dashed lines. (#1805)
* Render non-tracked measurements as a dashed line.
* bump CST version.
* Update extensions/measurement-tracking/src/viewports/TrackedCornerstoneViewport.js
remove tracked series console log
* Remove empty console log
* Remove debugger
* Remove debugger
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
|
2020-06-25 17:46:17 +01:00 |
|
James A. Petts
|
74c1462271
|
Working local download, STOW to PACS an view in SR Viewport.
|
2020-06-25 17:21:03 +01:00 |
|
James Petts
|
c01466762d
|
WIP Measurements service. (#1808)
|
2020-06-25 17:13:31 +01:00 |
|
James A. Petts
|
7b7b63de93
|
WIP Measurements service.
|
2020-06-25 11:15:33 +01:00 |
|
igoroctaviano
|
911f93d378
|
Update toolbar service and add active icon in nested button
|
2020-06-24 12:11:54 -03:00 |
|
Rodrigo Antinarelli
|
a19c1acd7b
|
fix dropdown title
|
2020-06-24 01:27:02 -03:00 |
|
Rodrigo Antinarelli
|
db0ce2f6f7
|
minor fixes
|
2020-06-24 01:16:56 -03:00 |
|
Rodrigo Antinarelli
|
6ce531a6d2
|
fix icon dropdown
|
2020-06-23 23:40:45 -03:00 |
|
Rodrigo Antinarelli
|
9dbbc709f4
|
remove fragment
|
2020-06-23 23:22:57 -03:00 |
|
Rodrigo Antinarelli
|
8b2c68d1bf
|
add i18n to header
|
2020-06-23 23:05:45 -03:00 |
|
Rodrigo Antinarelli
|
1441062d95
|
using dropdown and opening modal for preferences
|
2020-06-23 00:10:58 -03:00 |
|
Rodrigo Antinarelli
|
a538824cc7
|
feat: Modal + ViewportDownloadForm
|
2020-06-19 20:59:09 -03:00 |
|
dannyrb
|
4ec357bec4
|
Commands running on at least first viewport
|
2020-06-17 08:50:11 -04:00 |
|
dannyrb
|
16aa777bda
|
Merge branch 'feat/ui-v2-rebase-services' of github.com:OHIF/Viewers into feat/ui-v2-rebase-services
|
2020-06-17 08:48:38 -04:00 |
|
James A. Petts
|
084697687d
|
Fix reactivity of SR Viewport when the user scrolls away and then jumps to a measurement on the same slice as the currently active measurement.
|
2020-06-17 08:45:40 +01:00 |
|
James A. Petts
|
73bb4de140
|
SR viewport to cornerstone viewport consistency updates.
|
2020-06-17 08:25:10 +01:00 |
|
dannyrb
|
0f2bae008d
|
Expose probe tool
|
2020-06-16 23:56:56 -04:00 |
|
dannyrb
|
a8954befee
|
Fix unsubscribe bug in layout template
|
2020-06-16 23:02:46 -04:00 |
|
dannyrb
|
be6a04684b
|
Don't try and "getImageSrc" for datasets without imageIds (DICOM SR)
|
2020-06-16 23:02:16 -04:00 |
|
dannyrb
|
5eb06d0916
|
Wire up mode buttons to mode routes; Expose displayName;
|
2020-06-16 22:06:54 -04:00 |
|
dannyrb
|
6e65e7eaf5
|
Conditionally show left/right and userinfo for active viewport
|
2020-06-16 00:56:54 -04:00 |
|
dannyrb
|
4adea1b49a
|
Map tracking info
|
2020-06-16 00:43:51 -04:00 |
|
dannyrb
|
33cee9e898
|
fix null dropdowncontent
|
2020-06-16 00:43:16 -04:00 |
|
dannyrb
|
f2b77d2a4a
|
fix missing import
|
2020-06-16 00:43:04 -04:00 |
|
dannyrb
|
7e856c7605
|
Remove debugger statements
|
2020-06-16 00:01:36 -04:00 |
|
dannyrb
|
140c562519
|
fix secondary toolbar styling
|
2020-06-16 00:00:47 -04:00 |
|
dannyrb
|
570424e3e9
|
Add support for LayoutSelector
|
2020-06-15 23:38:48 -04:00 |
|
James A. Petts
|
00f0ae4bbc
|
By default other tool state not loaded into the viewport. (set disabled)
|
2020-06-15 12:09:48 +01:00 |
|
James A. Petts
|
e7501933dd
|
Pull in master
|
2020-06-15 09:23:35 +01:00 |
|
dannyrb
|
9146a9ee32
|
Create new ToolbarButton type for Layout Selector; wire up custom UI; prep for viewportGridService usage
|
2020-06-15 00:51:36 -04:00 |
|
dannyrb
|
acc2537140
|
New @ohif/ui does not have ViewportDownloadForm; stub Hello World for time being
|
2020-06-14 23:44:03 -04:00 |
|
dannyrb
|
2d278be3fd
|
Remove storeContexts for capture modal form
|
2020-06-14 23:43:31 -04:00 |
|
dannyrb
|
e104fb9fbd
|
Clear showDownloadViewport command errors
|
2020-06-14 23:43:09 -04:00 |
|
dannyrb
|
8c1a844558
|
Nested toolbar w/ "sticky" when clicked
|
2020-06-14 23:42:44 -04:00 |
|
dannyrb
|
217d848f9f
|
Do not expose cornerstone's toolbarModule
|
2020-06-14 21:58:37 -04:00 |
|
dannyrb
|
38203c9b31
|
Update example extension
|
2020-06-14 21:48:56 -04:00 |
|
dannyrb
|
f70392a52a
|
Change toolbarModule scheme and extensionManager
|
2020-06-14 21:18:29 -04:00 |
|
James A. Petts
|
c5e6e97980
|
Merge in feat/ui-v2-rebase-services
|
2020-06-11 17:26:38 +01:00 |
|
James A. Petts
|
2fc171e297
|
Enable non-thumbnail entries in thumbnail list.
|
2020-06-10 14:10:00 +01:00 |
|
James A. Petts
|
6f6fea973d
|
WIP
|
2020-06-10 13:33:56 +01:00 |
|
James A. Petts
|
c8b3e130d0
|
WIP
|
2020-06-10 09:09:33 +01:00 |
|
dannyrb
|
fab7334696
|
Remove dead code; clean-up comments
|
2020-06-09 13:39:17 -04:00 |
|
dannyrb
|
3b81ebcc96
|
Clear studySummary state when no study is set
|
2020-06-09 13:38:27 -04:00 |
|
dannyrb
|
47f9e1391a
|
update measurements panel when measurements change (debounced)
|
2020-06-09 13:38:09 -04:00 |
|
dannyrb
|
f3e783b63e
|
wire up measurement service "removed" event w/ cornerstone ext
|
2020-06-09 13:37:26 -04:00 |
|
dannyrb
|
7a67b28c3f
|
Fix sidepanel measurement calculation
|
2020-06-09 11:18:55 -04:00 |
|
dannyrb
|
dc5fb8b585
|
Make sure ViewportDialogs are full-width
|
2020-06-08 21:47:15 -04:00 |
|
dannyrb
|
5fde65a2c1
|
hide overlays
|
2020-06-08 21:47:01 -04:00 |
|
dannyrb
|
7700069e7c
|
filter and update measurements when trackedMeasurements updates
|
2020-06-08 21:46:52 -04:00 |
|
dannyrb
|
10cbe9e1d4
|
clean up dead code in TrackedMeasurementsContext
|
2020-06-08 21:46:05 -04:00 |
|
dannyrb
|
3b7560a282
|
ability to "untrack" a series from thumbnail list
|
2020-06-07 12:31:18 -04:00 |
|
dannyrb
|
ffbf7b4a76
|
bubble up thumbnail "untrack" clicks to parent "StudyBrowser" component w/ prop drilling
|
2020-06-07 12:08:50 -04:00 |
|
dannyrb
|
0573cb18e6
|
Add support for SET_LAYOUT action on viewportGrid reducer
|
2020-06-07 11:48:13 -04:00 |
|
dannyrb
|
490eefdae0
|
Use viewportIndex from transition event to set viewportDialog placement
|
2020-06-07 11:25:11 -04:00 |
|
dannyrb
|
47b068afe4
|
Only add measurements after initial completion from csTools to MeasurementService
|
2020-06-07 11:23:47 -04:00 |
|
dannyrb
|
dcfb57ea16
|
remove console log
|
2020-06-07 11:17:39 -04:00 |
|
dannyrb
|
bd60b66977
|
Custom message per prompt type
|
2020-06-06 23:40:02 -04:00 |
|
dannyrb
|
2d903d731f
|
simplify stateMachine
|
2020-06-06 23:35:12 -04:00 |
|
dannyrb
|
00f8d56a4e
|
get ViewportDialog to display as a part of machine transition
|
2020-06-05 15:19:09 -04:00 |
|
James A. Petts
|
83497795ca
|
Finish render tool other than rotated ellipse and clean up.
|
2020-06-05 17:59:07 +01:00 |
|
James A. Petts
|
f4470c9625
|
Generate render tool.
|
2020-06-05 16:36:11 +01:00 |
|
James A. Petts
|
7bd041a02c
|
WIP
|
2020-06-05 09:19:43 +01:00 |
|
James A. Petts
|
e9db84c2c2
|
WIP
|
2020-06-04 19:39:32 +01:00 |
|
dannyrb
|
a4fc5e21b2
|
clean up study summary initial values and transitions
|
2020-06-04 12:49:09 -04:00 |
|
dannyrb
|
53407899e2
|
Set studySummary data
|
2020-06-04 12:18:57 -04:00 |
|
dannyrb
|
95249928a8
|
Replace measurementsPanel w/ a format that reduces nesting
|
2020-06-04 11:28:10 -04:00 |
|
James A. Petts
|
d39d103552
|
SR Viewport WIP
|
2020-06-04 13:26:06 +01:00 |
|
James A. Petts
|
99bf0e07b0
|
WIP SR Viewport.
|
2020-06-04 10:34:43 +01:00 |
|
dannyrb
|
98497f666c
|
begin mapping measurement data to measurements table
|
2020-06-03 16:02:58 -04:00 |
|
dannyrb
|
9dd04122af
|
pull in tracked measurements panel
|
2020-06-03 15:20:09 -04:00 |
|
dannyrb
|
70c39b9ad4
|
temporarily remove p10 loader
|
2020-06-03 14:30:29 -04:00 |
|
James A. Petts
|
558ab00c23
|
WIP SR viewport.
|
2020-06-03 18:12:13 +01:00 |
|
dannyrb
|
8674e676b7
|
viewportLabels for panel
|
2020-05-28 00:02:05 -04:00 |
|
dannyrb
|
b444836469
|
Set isTracked in actionbar
|
2020-05-27 23:16:41 -04:00 |
|
dannyrb
|
05a0bdc55b
|
OHIFCornerstoneComponent from class component to function component
|
2020-05-27 23:09:06 -04:00 |
|
dannyrb
|
7a38b0048c
|
Simplify cornerstone measurement subscriptions (short-term)
|
2020-05-27 22:21:00 -04:00 |
|
dannyrb
|
df95db6d15
|
Add referenceStudyUID to measurement schema
|
2020-05-27 22:20:40 -04:00 |
|
dannyrb
|
0a4af79b44
|
use measurement service to trigger state machine transitions
|
2020-05-27 22:20:17 -04:00 |
|
dannyrb
|
870489be1d
|
Test state machine hook
|
2020-05-27 21:25:44 -04:00 |
|
dannyrb
|
c3dd2608b2
|
wire up some ActionBar data; default grid to 2x2
|
2020-05-27 08:56:52 -04:00 |
|
dannyrb
|
8117857a89
|
default to untracked
|
2020-05-27 08:32:27 -04:00 |
|
dannyrb
|
11a4d4227d
|
Pull in correct context; add xstate package
|
2020-05-27 08:21:58 -04:00 |
|
dannyrb
|
9e893bbf90
|
Add ActionBar to UI (dummy)
|
2020-05-27 08:21:23 -04:00 |
|
dannyrb
|
e1c7a76025
|
Rename files to clarify they're "tracking" variants (simplify ide search)
|
2020-05-27 08:20:54 -04:00 |
|
dannyrb
|
e748eb1974
|
Beginning of TrackedMesurementContext
|
2020-05-27 08:20:30 -04:00 |
|
dannyrb
|
d510cc8ad2
|
casing change
|
2020-05-26 10:50:59 -04:00 |
|
dannyrb
|
591e21e287
|
casing change
|
2020-05-26 10:50:03 -04:00 |
|
dannyrb
|
38e60e297b
|
longitudinal mode to use "tracked" thumbnails
|
2020-05-26 10:39:40 -04:00 |
|
dannyrb
|
d557acbb40
|
Support for additional "tracking" mode
|
2020-05-26 09:03:58 -04:00 |
|
dannyrb
|
fae21bed9c
|
Allow empty slots for rightPanels and leftPanels
|
2020-05-26 09:02:47 -04:00 |
|
dannyrb
|
60c4a36cc5
|
Remove unused connectedCornerstoneViewport; guidance notes on how to migrate
|
2020-05-26 09:02:30 -04:00 |
|
dannyrb
|
7487cbb28c
|
Hoist ViewportGrid context so UI Services can access/update it
|
2020-05-23 23:57:14 -04:00 |
|
dannyrb
|
c9a4ab13ef
|
empty viewport, prevent duplicate series meta from add, protect broadcast events when no data has changed
|
2020-05-23 22:15:21 -04:00 |
|
dannyrb
|
3a78d313ac
|
remove dead code
|
2020-05-23 20:48:09 -04:00 |
|
dannyrb
|
40a62b1329
|
hoist state for expanded studies; allow multiple open
|
2020-05-22 15:47:38 -04:00 |
|
dannyrb
|
7c1dcb53c2
|
hoist activeTab state
|
2020-05-22 15:33:07 -04:00 |
|
dannyrb
|
4a390bfb66
|
fix thumbnail persistence
|
2020-05-22 14:31:51 -04:00 |
|
dannyrb
|
23a94251fc
|
map is not reactive
|
2020-05-21 20:51:48 -04:00 |
|
dannyrb
|
f87d18936e
|
basic pub/sub refresh for tabs from displaysets from dicommetadata
|
2020-05-21 20:34:53 -04:00 |
|
dannyrb
|
1892ec2a2a
|
fix incorrect argument to retrieve studies
|
2020-05-21 20:33:08 -04:00 |
|