James Petts
a1dee16a3d
[IDC-1939] Debug Dialog part 1 ( #2011 )
...
* WIP debug dialog
* Rename the p10 downloader extension to debugger extension, add button to toolbar. Deactivate it by default.
* Fix unit tests
2020-09-03 11:58:04 +01:00
ohif-bot
6a37a2a661
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.9.3
- @ohif/extension-dicom-html@1.2.6
- @ohif/extension-dicom-rt@0.4.2
- @ohif/extension-dicom-segmentation@0.4.2
- @ohif/extension-vtk@1.7.3
- @ohif/core@2.10.2
- @ohif/viewer@4.5.4
2020-09-02 12:19:23 +00:00
James Petts
a8caf4bba4
[IDC-2017] Harden segmentation import to support more SEGs ( #2024 )
...
* fix: 🐛 Upgrade dcmjs version to support more SEGs
2020-09-02 13:17:30 +01:00
ohif-bot
29dcc82e28
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-html@1.2.5
- @ohif/extension-dicom-microscopy@0.51.1
- @ohif/extension-dicom-pdf@1.0.4
- @ohif/extension-dicom-rt@0.4.1
- @ohif/extension-dicom-segmentation@0.4.1
- @ohif/extension-vtk@1.7.2
- @ohif/core@2.10.1
- @ohif/viewer@4.5.3
2020-08-28 15:52:27 +00:00
James Petts
dbf0501031
[IDC-1994] Sort series list by SeriesNumber, and sort by same SeriesNumber by date/time. ( #2010 )
...
* Sort based on SeriesNumber and SeriesDate/SeriesTime.
* Harden, and perform final sort in algorithm if last N entries have the same SeriesNumber.
* Switch to insertion rather than sorting as sorting is too slow. Reimplement low priority sorting into new insertion method.
* Fix local file viewing.
2020-08-28 16:51:08 +01:00
ohif-bot
ef28fa2ac1
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@1.7.1
- @ohif/viewer@4.5.2
2020-08-24 09:45:34 +00:00
James Petts
779a7e0976
fix: 🐛 Fail gracefully on an MPR load error ( #1992 )
...
* feat: 🎸 Update react-vtkjs-viewport usage to use requestPool
* Fix import of react-vtkjs-viewport to cornerstone-tools path.
* Increase maximum load time of MPR test now we are throttling requests.
* fix: 🐛 Fail gracefully on an MPR load error
* Respond to reviewer comments.
2020-08-24 10:44:09 +01:00
ohif-bot
7f3ca1fc23
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.9.2
- @ohif/viewer@4.5.1
2020-08-20 14:50:30 +00:00
Alex Broaddus
59ab68b4ed
fix: Updated react-cornerstone-viewport to version 4.0.2 ( #2001 )
...
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-08-20 10:48:16 -04:00
ohif-bot
248bc0a64a
chore(release): publish [skip ci]
...
- @ohif/viewer@4.5.0
2020-08-20 13:13:52 +00:00
ladeirarodolfo
5fdace1432
feat: 🎸 Filter/promote multiple series instances ( #1533 )
...
improve filter/promote to be applied on multiple series instances
✅ Closes: 1532
Co-authored-by: Rodolfo Ladeira <rodolfo_radical@hotmail.com>
2020-08-20 15:12:00 +02:00
ohif-bot
71b6b454a3
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.9.1
- @ohif/viewer@4.4.1
2020-08-20 02:25:10 +00:00
Alex Broaddus
3b02a06f5e
perf(stackPrefetch): Added stackPrefetch config with 20 max concurrent requests ( #2000 )
...
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-08-19 22:23:00 -04:00
Erik Ziegler
ebdcde1c4d
fix: Fix incorrect command name in Percy test ( #1999 )
2020-08-19 15:42:25 -04:00
Erik Ziegler
829ac2b410
fix: Avoid lerna:restore unless we are on Netlify ( closes #1926 , #1996 ) ( #1997 )
2020-08-19 10:58:54 +02:00
Erik Ziegler
09745a0349
wip
2020-08-19 10:41:58 +02:00
Erik Ziegler
cd73dd3027
fix: Avoid lerna:restore unless we are on Netlify ( closes #1926 , #1996 )
2020-08-19 10:01:47 +02:00
ohif-bot
ca511edeff
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.9.0
- @ohif/extension-dicom-rt@0.4.0
- @ohif/extension-dicom-segmentation@0.4.0
- @ohif/extension-vtk@1.7.0
- @ohif/core@2.10.0
- @ohif/viewer@4.4.0
2020-08-18 12:03:55 +00:00
James Petts
bb5f30ce2a
feat: 🎸 Update react-vtkjs-viewport usage to use requestPool ( #1984 )
...
* feat: 🎸 Update react-vtkjs-viewport usage to use requestPool
* Fix import of react-vtkjs-viewport to cornerstone-tools path.
* Increase maximum load time of MPR test now we are throttling requests.
* Remove debugger
Co-authored-by: Erik Ziegler <erik.sweed@gmail.com>
2020-08-18 14:01:44 +02:00
ohif-bot
87d5c68e71
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-rt@0.3.0
- @ohif/viewer@4.3.1
2020-08-10 12:18:19 +00:00
James Petts
0e87ab37c2
feat: 🎸 Add support for POINT and OPEN_PLANAR for RT
...
* feat: 🎸 Add support for POINT and OPEN_PLANAR for RT
2020-08-10 13:16:19 +01:00
ohif-bot
756b005fe1
chore(release): publish [skip ci]
...
- @ohif/viewer@4.3.0
2020-08-10 09:42:47 +00:00
James Petts
3d86b5f876
feat: 🎸 Optional disable measurements panel in app config ( #1912 )
...
Can disable the measurements panel by adding disableMeasurementPanel:
true to the appConfig.
Closes : #1864
2020-08-10 10:40:11 +01:00
ohif-bot
2a647fd618
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-rt@0.2.7
- @ohif/extension-dicom-segmentation@0.3.4
- @ohif/extension-vtk@1.6.10
- @ohif/core@2.9.14
- @ohif/viewer@4.2.16
2020-08-10 09:21:53 +00:00
James Petts
f8fc31bcac
[IDC-1670] Better display of derived datasets in side panel. ( #1962 )
...
* WIP
* WIP
* WIP
* WIP
* Working click on seg.
* Load SEG if not loaded and set active.
* RTSTRUCT
* feat: 🎸 Display SEG and RTSTRUCT in side panel
* Throw error if dataset not available.
* Add delay in microscopy viewer e2e test.
* Add delay in microscopy viewer e2e test.
2020-08-10 10:20:31 +01:00
ohif-bot
b7ab88b0f1
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.8.5
- @ohif/viewer@4.2.15
2020-08-05 09:48:08 +00:00
James Petts
57a30d7c34
[IDC-1956] - Remove loading %age which is always zero. ( #1959 )
...
* Remove loading percent.
* fix: 🐛 Remove % loading on cornerstone viewport
2020-08-05 10:46:42 +01:00
ohif-bot
cd90665b0e
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-rt@0.2.6
- @ohif/viewer@4.2.14
2020-08-05 09:03:27 +00:00
James Petts
98c657231e
IDC-1897 ( #1940 )
...
* show warnings for rt.
* Remove unneeded old code
2020-08-05 10:00:47 +01:00
ohif-bot
14da247318
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@1.6.9
- @ohif/ui@1.5.3
- @ohif/viewer@4.2.13
2020-07-23 07:44:17 +00:00
Erik Ziegler
6a77d6c778
chore: Use same config for branch deploys as for deploy previews ( #1893 ) ( #1916 )
2020-07-23 09:42:42 +02:00
Sinan
8f1785446b
docs: Update readme for end to end test commands ( #1774 )
2020-07-22 21:52:23 +02:00
ohif-bot
41225eefc0
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@1.6.8
- @ohif/core@2.9.13
- @ohif/ui@1.5.2
- @ohif/viewer@4.2.12
2020-07-22 19:12:41 +00:00
Erik Ziegler
7772fee21a
fix: Switch DICOMFileUploader to use the UIModalService ( #1904 )
2020-07-22 21:10:04 +02:00
ohif-bot
d870ac914a
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.8.4
- @ohif/extension-dicom-rt@0.2.5
- @ohif/extension-vtk@1.6.7
- @ohif/core@2.9.12
- @ohif/viewer@4.2.11
2020-07-13 16:03:44 +00:00
James Petts
451f7eab92
fix: 🐛 - Put guards in all places that a cornerstone re-render ( #1899 )
...
* fix: 🐛 - Put guards in all places that a cornerstone re-render
2020-07-13 17:02:23 +01:00
ohif-bot
029f8af4c7
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.8.3
- @ohif/extension-dicom-html@1.2.4
- @ohif/extension-dicom-rt@0.2.4
- @ohif/extension-dicom-segmentation@0.3.3
- @ohif/extension-vtk@1.6.6
- @ohif/core@2.9.11
- @ohif/viewer@4.2.10
2020-07-13 15:37:54 +00:00
James Petts
b1b4c8c861
IDC 1856 - Update dcmjs version to prevent failed naturalization of some DICOM instances. ( #1898 )
...
* fix: 🐛 Fix RT Panel hide/show
* Prevent infinite loop by persisting load errors on displaySet.
* fix: 🐛 Fix infinite error messages
* Fix unit tests.
* WIP
* fix: 🐛 If no contours for structure, cleanly exit and notify
✅ Closes : #1892
* Update dcmjs to solve issue.
* fix: 🐛 Update dcmjs to solve end of file issue
2020-07-13 16:35:55 +01:00
ohif-bot
cdde2af224
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-rt@0.2.3
- @ohif/viewer@4.2.9
2020-07-13 14:30:47 +00:00
James Petts
4a2922dda0
Idc 1892 ( #1896 )
...
* fix: 🐛 Fix RT Panel hide/show
* Prevent infinite loop by persisting load errors on displaySet.
* fix: 🐛 Fix infinite error messages
* Fix unit tests.
* WIP
* fix: 🐛 If no contours for structure, cleanly exit and notify
✅ Closes : #1892
2020-07-13 15:29:29 +01:00
ohif-bot
b6b5a8414f
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-rt@0.2.2
- @ohif/extension-dicom-segmentation@0.3.2
- @ohif/extension-vtk@1.6.5
- @ohif/core@2.9.10
- @ohif/viewer@4.2.8
2020-07-13 12:53:22 +00:00
James Petts
e7cc735c03
fix: 🐛 Fix RT Panel hide/show and Fix looping load errors ( #1877 )
...
* fix: 🐛 Fix RT Panel hide/show
* Prevent infinite loop by persisting load errors on displaySet.
* fix: 🐛 Fix infinite error messages
* Fix unit tests.
* comment out reamining MRSTUDY line
2020-07-13 13:51:33 +01:00
Danny Brown
6121bdcf63
Merge pull request #1828 from Aurelius333/patch-1
...
Fix README.md Quick Start Deployment instructions
2020-06-30 10:59:20 -04:00
Aurelius333
da70079675
Fix README.md Quick Start Deployment instructions
...
Change `window.OHIFStandaloneViewer` to `window.OHIFViewer`, since the former is undefined
2020-06-29 00:31:45 -04:00
ohif-bot
9089875ca7
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-p10-downloader@0.1.2
- @ohif/viewer@4.2.7
2020-06-18 09:01:18 +00:00
Rodrigo Antinarelli
b4627ecfa3
Feat/1746 idc dev tool ( #1778 )
...
* feat: Create downloadAndUploadStudy method
* create upload handler to store instances in another server
* refactor and create reusable method to download buffers
* fix: e2e studies amount searching by Modality
* fix destructuring
* fix dataset and log info
* split instances to send multiple storeInstances calls
* minor refactor progress
* fix e2e
* replace error message for upload
Co-authored-by: James Petts <jamesapetts@gmail.com>
2020-06-18 09:59:07 +01:00
ohif-bot
4ede8a525a
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@1.6.4
- @ohif/core@2.9.9
- @ohif/viewer@4.2.6
2020-06-18 07:28:48 +00:00
Rodrigo Antinarelli
2c23818c86
Fix : #1776 - Segmentations not loading ( #1795 )
...
* temp comments analyze
* fix: cache derivedDisplaySets
* replace const
* minor refactor
* fix e2e inconsistent value
* increase e2e timeout
2020-06-18 08:24:39 +01:00
ohif-bot
fa4b03d62d
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.8.2
- @ohif/extension-dicom-html@1.2.3
- @ohif/extension-dicom-rt@0.2.1
- @ohif/extension-dicom-segmentation@0.3.1
- @ohif/extension-vtk@1.6.3
- @ohif/core@2.9.8
- @ohif/viewer@4.2.5
2020-06-15 15:44:36 +00:00
Igor Octaviano
698e900b85
fix: 🐛 Disable seg panel when data for seg unavailable ( #1732 )
...
* Add disable state for invalid data
* fix: 🐛 Disable seg panel when data for seg unavailable
We need to gracefully handle errors if data for segmentation is
unavailable and disable the segmentation panel
✅ Closes : #1728
* Bump dcmjs version
dcmjs
* @ohif/core: ^0.12.2 → ^0.13.0
* @ohif/extension-cornerstone: ^0.12.3 → ^0.13.0
* @ohif/extension-dicom-html: ^0.12.3 → ^0.13.0
* @ohif/extension-dicom-rt: ^0.12.3 → ^0.13.0
* @ohif/extension-dicom-segmentation: ^0.12.2 → ^0.13.0
* @ohif/extension-vtk: ^0.12.2 → ^0.13.0
* @ohif/viewer: ^0.12.2 → ^0.13.0
* Remove error barrier
* Fix e2e
Co-authored-by: James Petts <jamesapetts@gmail.com>
2020-06-15 16:41:36 +01:00