dannyrb
6f9c27f10b
basic initial search and passing data to LayoutTemplate for list route
2020-05-15 13:01:26 +01:00
Erik Ziegler
3cf2eb5ed8
Wire up contextModule, panelModule, layoutTemplateModule. Viewer sort of displays
2020-05-15 13:01:25 +01:00
Erik Ziegler
8acd744710
Continue the ModeRoute work. Routes are reachable, but extensionManager needs to be improve to provide module entries correctly
2020-05-15 13:01:25 +01:00
dannyrb
20dd83e702
Hydrate our first data source
2020-05-15 13:01:25 +01:00
dannyrb
c3ee59c60e
expose appConfig from App.js (no need to make reactive)
2020-05-15 13:01:25 +01:00
dannyrb
3238edddd2
Create a DataSourceWrapper to determine correct data source and provide data to layout component
2020-05-15 13:01:25 +01:00
dannyrb
068939b70f
Expose managers to Viewer project from App.js
2020-05-15 13:01:25 +01:00
dannyrb
2a962cc8af
expose useDebounce hook
2020-05-15 13:01:24 +01:00
dannyrb
e39d4d57d4
add query-string as a dependency
2020-05-15 13:01:24 +01:00
dannyrb
d2cf13a9a2
simplify useQuery
2020-05-15 13:01:24 +01:00
dannyrb
e4c440e211
add a debounce hook
2020-05-15 13:01:24 +01:00
Rodrigo Antinarelli
8f515701fa
WIP useQuery implementation
2020-05-15 13:01:24 +01:00
dannyrb
573e00c8d8
Add MDX syntax highlighting extension to list of recommended
2020-05-15 13:01:24 +01:00
dannyrb
4c57335696
Rename setFilterValues prop to onChange
2020-05-15 13:01:24 +01:00
dannyrb
e4972a858c
Remove quido portion of studies services, moved to IWebAPI implementation for dicomweb
2020-05-15 13:01:21 +01:00
dannyrb
3242bbcf76
Playing with how routes access ViewModel context and SopClassHandlers that map meta to ViewModel (displaySets)
2020-05-15 13:00:53 +01:00
dannyrb
b54e3734a7
Expose dicomMetadataStore in @ohif/core
2020-05-15 13:00:50 +01:00
dannyrb
e292bca92e
Add support for route definition generation in appInit from modes config
2020-05-15 13:00:08 +01:00
dannyrb
e1690390d9
Expand extensionManager to index module definitions by namespace
2020-05-15 13:00:08 +01:00
dannyrb
f172f26dee
Beginnings of a DICOMWeb API implementation that adheres to IWebApi interface
2020-05-15 13:00:07 +01:00
dannyrb
91a3c93985
hook to grab query parameters from react router
2020-05-15 13:00:07 +01:00
dannyrb
f54fa4cb34
Begin playing with how/where modes should be wrapped and have data provided
2020-05-15 13:00:07 +01:00
dannyrb
4edbb540da
export named modules from DICOMWeb utility object
2020-05-15 13:00:07 +01:00
dannyrb
abfac8d48f
Sad dicomMetadata store reminder for james
2020-05-15 13:00:07 +01:00
dannyrb
f5570c6ba0
remove viewports from modes config as a slot
2020-05-15 13:00:07 +01:00
dannyrb
14dabaabf6
layout template and side panel defaults
...
Co-authored-by: James Petts <jamesapetts@gmail.com>
Co-authored-by: Erik Ziegler <erik.sweed@gmail.com>
2020-05-15 13:00:06 +01:00
dannyrb
40fa10be87
init modes folder
2020-05-15 13:00:06 +01:00
dannyrb
7069627266
Stub get context module
...
Co-authored-by: James Petts <jamesapetts@gmail.com>
Co-authored-by: Erik Ziegler <erik.sweed@gmail.com>
2020-05-15 13:00:06 +01:00
Rodrigo Antinarelli
9f40ecb089
update extension
2020-05-15 13:00:06 +01:00
Rodrigo Antinarelli
cd7ed9ee9a
routes config for Modes
2020-05-15 13:00:06 +01:00
Rodrigo Antinarelli
a5e3f27cfd
initialize methods for app configs
2020-05-15 13:00:06 +01:00
Rodrigo Antinarelli
62cba34b0c
create module types
2020-05-15 13:00:05 +01:00
Rodrigo Antinarelli
2a00427c90
initializing appConfig
2020-05-15 13:00:05 +01:00
Rodrigo Antinarelli
4928e20eab
create AppConfig context
2020-05-15 13:00:05 +01:00
Rodrigo Antinarelli
55ae4f2b6c
add blank config for modes in appConfig
2020-05-15 13:00:05 +01:00
Rodrigo Antinarelli
90430ae02a
enable modes to the workspace
2020-05-15 13:00:05 +01:00
Rodrigo Antinarelli
e50bee6364
add modes
...
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
Co-authored-by: James Petts <jamesapetts@gmail.com>
2020-05-15 13:00:05 +01:00
Rodrigo Antinarelli
b848ad8f0e
app configuration and App entrypoint update
2020-05-15 13:00:05 +01:00
Rodrigo Antinarelli
c127b0c260
update default appconfig
2020-05-15 13:00:01 +01:00
Rodrigo Antinarelli
b24680fad4
export web api interface
2020-05-15 12:59:29 +01:00
Rodrigo Antinarelli
ee69a5a40b
create dicom web api
2020-05-15 12:59:29 +01:00
Rodrigo Antinarelli
97004de446
feat: OHIF-117 ohif extension default ( #1712 )
...
* initial structure for extension default
* webpack config
* split default modules into separated files
* bump versions
* update index
* update index
* fix
* Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-05-15 12:59:29 +01:00
Gustavo André Lelis
e633eb80eb
feat: Notification provider and service ( #1703 )
...
* Create basic structure for Viewport dialog provier and Dialog component
* Implementation of a UIViewportDialogService
* Update viewportDialogProvider docz
* Create example of use of UIViewportDialogService
2020-05-15 12:59:28 +01:00
Rodrigo Antinarelli
cee09fcf8d
feat: OHIF-120 - Study List Route Template ( #1693 )
...
* fix pagination size
* clean up, start a very basic route configuration
* quick navigation between routes
* configure webpack to read .env variables
* export studylist filter
* split studylist filter into a component
* minor fix in studylist pagination
* update studylistfilter imports
* create studylist container with study list content
* moving file
* study list filter doc page
* catch change in ui-v2
* fix: 1px gap that shows text underneath
* Shift to routes folder
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-05-15 12:59:26 +01:00
Rodrigo Antinarelli
01b314522d
feat: New @ohif/viewer project structure + routes ( #1674 )
...
* fix pagination size
* clean up, start a very basic route configuration
* quick navigation between routes
* configure webpack to read .env variables
* Move container components to Routes directory
* Fix naming of recipe file
* Clean up source folder
* update yarn.lock
* ci: update netlify deploy preview to build viewer project
* update PWA entrypoint to pass configuration on window to App as props
* fix: for missing key
* Pass routerBasename to our React Router component
* Simplify config for meow
Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
2020-05-15 12:57:23 +01:00
Rodrigo Antinarelli
9a8bede80e
fix small defects
2020-05-15 12:56:35 +01:00
Gustavo Lelis
11e58e70f6
Implement tooltip on remaining paces
2020-05-15 12:56:35 +01:00
Rodrigo Antinarelli
57f4f4691c
update viewport documentation
2020-05-15 12:56:35 +01:00
Rodrigo Antinarelli
eafe158e62
clean up draft
2020-05-15 12:56:34 +01:00
Rodrigo Antinarelli
12d1ff6bea
feat: Viewport API + Documentation Page
2020-05-15 12:56:32 +01:00