Erik Ziegler
c09b54924e
fix(plugins): Fix timing issues with loadScript
2018-08-09 19:00:29 +02:00
Erik Ziegler
b8eadd6d61
fix(studyPrefetcher): Avoid errors in Study Prefetcher when settings are undefined
2018-08-09 15:50:36 +02:00
Erik Ziegler
69ea0f488c
fix(standaloneViewer): Fix missing displaySets when studies are loaded in Standalone Viewer
2018-08-09 13:00:22 +02:00
Erik Ziegler
640aec42dd
fix(plugins): Fix issues with loadScript not executing onload callback
2018-08-09 11:31:06 +02:00
Erik Ziegler
ddbe8b38aa
feat(plugins): Add pluginData to viewportData so that plugins can manage their own data
2018-08-09 10:45:58 +02:00
Erik Ziegler
f6b82baae3
feat(plugins): Add moduleURLs in addition to scriptURLs
2018-08-08 19:28:56 +02:00
Erik Ziegler
53cd12a16a
feat(plugins): Add initial version of ViewportPlugin class ( #242 )
...
* Add initial version of ViewportPlugin class
* Move entrypoints from OHIFPlugin to OHIF.plugins
* Add URL route to DICOMWeb server for Standalone Viewer
2018-08-08 18:00:53 +02:00
Gustavo André Lelis
ced47c765f
feat(export-CSV) Export measurements to CSV file ( #209 )
2018-07-31 15:02:47 +02:00
Gustavo André Lelis
26b14f1dab
feat(STOW-RS) Save DICOM Structured Reports from Measurement Table back to archive ( #236 )
...
* Small refactor into Table Class setting events as static object into class
* feature(STOW-SR) : Initial changes to stow when we have Server.
* Improvements into requests and small fix into style
* Small fix for jumpToRow without refheshing page
* Handling STOW-SR once we don't have server
* feature(STOW-SR) Refactor
* Merge request with makeRequest and delete old file
* Expose wadoproxy to client and update measurement-table to start using wadoproxy.getServerUrl
* Move WADOProxy.getServerUrl to Measurement-table package. Fix querystring issue.
* Remove proxy:enabled in favour of requestOptions.requestFromBrowser
* Bcrypt 2.0.0 to fix Travis
2018-07-31 15:01:26 +02:00
Erik Ziegler
13e4dc25e1
Revert "merge plugin code to master"
...
This reverts commit e896724f70 .
2018-07-27 13:51:38 +02:00
Rick Frank
e896724f70
merge plugin code to master
2018-07-26 16:13:33 -04:00
Erik Ziegler
ea23ec84e0
fix(ohif-viewer): Fix incorrect variable in ohifViewer.js header setup
2018-07-24 11:36:09 +02:00
Steve Pieper
c22bd8e63e
Merge pull request #237 from OHIF/pieper-patch-1
...
Add netlify documentation to contributing.md
2018-07-23 18:50:42 -04:00
Steve Pieper
701277f2c0
doc: add netlify doc link to contribing.md
...
Also update to use this pull request as the referenced example.
2018-07-23 18:34:37 -04:00
Steve Pieper
eea430f2e8
Add netlify documentation to contributing.md
...
This is a sort of meta-PR in the sense that it's a real PR to add this documentation, and also a test to confirm that this PR will trigger a netlify build of the documentation that can be used to confirm that the link will work.
2018-07-23 17:29:22 -04:00
Erik Ziegler
aca17e4d38
feat(netlify) Add static site deployment from Netlify (add /viewer to the deploy preview URL) ( #232 )
2018-07-23 10:19:52 +02:00
Gustavo André Lelis
d94f0eec16
feat(measurement-table) Display support for measurements from DICOM Structured Reports ( #225 )
2018-07-20 12:40:09 +02:00
Erik Ziegler
e9832f62f7
fix(orthanc-dicomweb-config): Switch default thumbnailRendering to wadouri
2018-07-19 18:31:43 +02:00
Erik Ziegler
6cc8048aed
fix(wadoproxy): Update server-timing header to latest specification
2018-07-19 18:28:18 +02:00
Erik Ziegler
885dd9da2d
fix(dicomweb) Fix basic authentication for DICOMWeb requests
2018-07-19 16:08:06 +02:00
Erik Ziegler
33755f7b8b
feat(keycloak) Optional Keycloak integration via OpenId Connect (OIDC) for Identity and Access Management ( #227 )
2018-07-19 13:57:23 +02:00
Erik Ziegler
03d0798459
fix(routing): Switch from iron:router to clinical:router so we respect ROOT_URL ( #115 )
2018-07-18 12:44:27 +02:00
Erik Ziegler
ebe0a40f3e
feat(WADO) Allow WADO / QIDO requests to originate from client ( #222 )
2018-07-17 13:03:36 +02:00
Erik Ziegler
92408d4c86
feat(plugins) Add first pass OHIFPlugin class for experimentation
2018-07-17 10:05:22 +02:00
frmdstryr
7849699a0d
Fix importStudies dialog when import fails ( #223 )
...
If an import happens to fail the dialog promise never resolves.
This is because `numberOfStudiesFailed` is incremented on error but `numberOfStudiesImported` is not, so the branch to resolve or reject is never taken.
2018-07-13 15:38:15 +02:00
Erik Ziegler
37ef5dc3df
chore(cleanup) Remove remoteGetValue function which is unused
2018-07-13 10:20:36 +02:00
Erik Ziegler
30ed1911fb
chore(cleanup) Remove OrthancRemote service which is not being used
2018-07-13 10:19:20 +02:00
Erik Ziegler
f2c509b6af
chore(cleanup) Remove Reviewers collection which is not being used
2018-07-13 10:15:10 +02:00
Erik Ziegler
9780c67c4f
feat(IHEInvokeImageDisplay) Added IHE Invoke Image Display routes (thanks @jonasscherer)
2018-07-13 09:52:38 +02:00
Erik Ziegler
941d36bd05
fix(docker) Switch default config to use WADO-URI
2018-07-12 16:15:29 +02:00
Erik Ziegler
c8f242d5f5
fix(studylist) Fix duplicate studies in studylist, add min width for study date temporarily
2018-07-12 15:22:11 +02:00
Erik Ziegler
4279396f9f
fix(merge) Fixes after merging various changes
2018-07-12 15:22:07 +02:00
Bruno Alves de Faria
589be952b7
fix(inputSelect) Improving inputSelect component usability ( #26 )
2018-07-12 14:20:11 +02:00
Bruno Alves de Faria
e474fdff2c
feat(thumbnails) Use cornerstone.renderToCanvas for Series Thumbnails
2018-07-12 14:20:10 +02:00
Erik Ziegler
5373963176
fix(toolVisibility) Update Cornerstone libraries to support tool visibility switching. Update custom tools with visible flag support
2018-07-12 14:20:10 +02:00
Erik Ziegler
c296cbb823
fix(quickSwitch) Remove Show Additional Timepoints from Quick Switch ( #30 )
2018-07-12 14:20:10 +02:00
Erik Ziegler
ec7dc7ca5a
fix(windowLevelPresets) Apply W/L from Image by default when displaying a new image, unless a Custom W/L or W/L Preset has been applied.
2018-07-12 14:20:10 +02:00
Bruno Alves de Faria
25646e3192
fix(resizing) Fixing handleResize on viewer loading
2018-07-12 14:20:10 +02:00
Bruno Alves de Faria
ec9c0d444d
fix(bootstrap) Include Bootstrap manually to avoid reported XSS vulnerability ( #43 )
2018-07-12 14:20:10 +02:00
Erik Ziegler
68925fad12
fix(lesionTable) Fix padding for New Non-Targets name
2018-07-12 14:20:10 +02:00
Bruno Alves de Faria
06fff20be3
fix(interaction) Preventing series navigation while interacting with tools
2018-07-12 14:20:10 +02:00
Evren Ozkan
a5f426cf61
fix(toolColors) Set limegreen for active tool color
2018-07-12 14:20:10 +02:00
Erik Ziegler
99c65bb017
chore(scalebars) Switch to Scale Overlay tool from Cornerstone Tools
2018-07-12 14:20:10 +02:00
Aysel Afsar
664b78f42c
fix(lesionTable) Remove plus icon from measurements header
2018-07-12 14:20:10 +02:00
Aysel Afsar
6d9e9696df
fix(windowLevelPresets) Add a space between SoftTissue words
2018-07-12 14:20:10 +02:00
Aysel Afsar
271d73d627
fix(styling) Change background color of save confirmation dialog
2018-07-12 14:20:10 +02:00
Aysel Afsar
0c7edbe22e
fix(keyboardShortcuts) Fix the issue with Reset to Defaults for Keyboard Shortcuts. Fix typo for resetDefaults
2018-07-12 14:20:10 +02:00
Aysel Afsar
e1cd01828a
fix(studylist-rowsPerPage) Fix the width of rows per page select list
2018-07-12 14:20:10 +02:00
Bruno Alves de Faria
e07118c7c4
fix(draggableDialogs) Improving draggable plugin
2018-07-12 14:20:06 +02:00
Aysel Afsar
e6beb8036c
fix(viewportOverlay) Move time point information to top center of image
2018-07-12 12:11:19 +02:00