ohif-viewer/src
David Wire 9116d08959 fix(IHEInvokeImageDisplay): Fix the props to access query parameters per API spec
I encountered this bug trying to use the IHEInvokeImageDisplay API in order to render multiple DICOM
studies in the viewer. Unfortunately, the component was no longer working and required some changes
in order to access the query parameters used in the API. These changes update the component to use
react router to access the query parameters and pass them to ConnectedViewerRetrieveStudyData as
appropriate. The move from ViewerRetrieveStudyData to ConnectedViewerRetrieveStudyData was necessary
in order to access the active server from the redux store. I also made a change from a series of if
clauses to a switch statement as it seemed a little more appropriate given the nature of the code
paths. Happy to change that back if needed. The PATIENT and default paths were not fixed as a part
of this work because we'll need a way to pass the filter in to the StudyList component.
2019-06-21 17:52:46 +02:00
..
__mocks__ prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00
__tests__ prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00
appCommands Thunk and logger for redux 2019-06-17 10:40:01 -04:00
components Remove window. references 2019-06-18 14:33:39 -04:00
connectedComponents fix for broken CINE player 2019-06-20 20:30:12 -04:00
lib createStacks --> studyMetadata.createDisplaySets(sopClassHandlerModules) 2019-06-14 20:28:41 -04:00
routes fix(IHEInvokeImageDisplay): Fix the props to access query parameters per API spec 2019-06-21 17:52:46 +02:00
store Breaks UMD build 2019-06-20 23:55:02 -04:00
studylist fix(StudyListWithData): Fix InvalidDate and broken date sorting in Study List (#495) 2019-06-04 08:43:34 +02:00
utils Merge branch 'master' into feature/extensions-panels-and-docs 2019-06-21 00:00:33 -04:00
App.js fix for broken CINE player 2019-06-20 20:30:12 -04:00
CallbackPage.js prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00
config.js Use dicom-html extension 2019-06-18 14:49:45 -04:00
head.html 🧹🧹🧹 Don't mind me. Just moving things around 2019-04-15 16:44:36 -04:00
index_publish.js 🧹🧹🧹 Don't mind me. Just moving things around 2019-04-15 16:44:36 -04:00
index.js prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00
OHIFStandaloneViewer.css 🧹🧹🧹 Don't mind me. Just moving things around 2019-04-15 16:44:36 -04:00
OHIFStandaloneViewer.js prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00
sanity.test.js prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00
setupTools.js prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00
sha.js Remove sha file creation (contained most recent commit hash) 2019-04-16 16:29:09 -04:00
theme-tide.css 🧹🧹🧹 Don't mind me. Just moving things around 2019-04-15 16:44:36 -04:00
variables.css Add note regarding preference for SVG over entire font for logo text 2019-05-19 20:15:07 -04:00
WhiteLabellingContext.js prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00