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
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
Kaspar
ebb53db4ad
fix: first time uploadMessage called with undefined as parameter ( #204 )
...
* fix: first time uploadMessage called with undefined as parameter
- During uploading DICOMs the first time the function is called with
no parameter -> this leads to the whole upload to be crashing
* Write the function shorter...
2018-06-13 20:13:18 +02:00
Bruno Alves de Faria
03ea57c162
Creating paginationArea component on ohif:core package
2017-11-06 17:02:39 -02:00
Bruno Alves de Faria
fda272fd7d
Isolating ohif:study-list package from measurements and lesiontracker
2017-11-06 17:02:39 -02:00
Bruno Alves de Faria
eb372bed03
Improving new study browser and moving studies services to ohif:studies
2017-10-25 22:09:08 -02:00
Bruno Alves de Faria
956e6da0b3
Preventing all timepoint studies from being loaded at once
2017-10-25 22:09:08 -02:00
Bruno Alves de Faria
5c351365fe
Removing uncaught promise console errors
2017-10-03 16:37:37 -03:00
André Botelho Almeida
af4b8b45f5
Ohif 168 proper error handling ( #111 )
...
* Adding a better error handling for DICOMWeb getJson method
* Adding a better error handling for DICOMWeb getBulkData method
* Fixinf some typos. Using console.error to log errors
* Better error handling for DIMSE connections
* Using meteor error in StudyListSearch to better display same error in the client
* Using Meteor.Error for a better pattern. Added an error message in the study list. created connection error types to DICOMWeb connection errors
* Changing error types for server connection. Added better errors for DIMSE server on sockets
* Improving viewer response to error being throw when not finding server to display studies
* OHIF-168: adding catches clauses for retrieveStudyMetada method
* OHIF-168: fixing typo in DIMSE.js
* OHIF-168: setting the session variable to false when starting a new studylist search
* OHIF-168: Using OHIF.log instead of console
* OHIF-168: removing parsing into string for OHIF.log in Connection.js
* OHIF-168: improving error message visibility in study viewer
2017-09-19 17:44:39 +02:00
Aysel Afsar
c678022bd9
OHIF #98 Support to show specific series in study by URL: <base_url>/study/<studyInstanceUid>/series/<seriesInstanceUid>
2017-08-15 20:12:32 -04:00
Erik Ziegler
ddef3c4710
Move towards NPM for Cornerstone dependencies
2017-06-15 09:18:54 +02:00
Bruno Alves de Faria
bc533c14ad
Fixing radio CSS issues and moving viewStudies to ohif:study-list package
2017-03-27 08:28:21 -03:00
Bruno Alves de Faria
65ee016efc
Making login work with Meteor Accounts package
2017-03-23 19:01:22 -03:00
Bruno Alves de Faria
e12fb0de35
Final adjustments to routing behaviors
2017-03-21 10:16:47 -03:00
Bruno Alves de Faria
7718d31a77
Replacing switchToTab with routes
2017-03-21 10:16:47 -03:00
Bruno Alves de Faria
0cf4dbf13f
Removing contextMenu templates and title from tabs
2017-03-21 10:16:47 -03:00
Bruno Alves de Faria
485f82f64c
Replacing studyListContextMenu for dropdown
2017-03-21 10:16:47 -03:00
Bruno Alves de Faria
c7f31ddb0a
Removing progressDialog from DOM
2017-03-21 10:16:46 -03:00
Leonardo Campos
c2c773a8e7
fixing issues after rebasing with master
2017-03-15 17:32:08 -03:00
Leonardo Campos
9ad0b670b3
OHIF-135: providing all data required by cornerstoneWADOImageLoader to wadors instances
2017-03-15 15:48:35 -03:00
Emanuel F. Oliveira
e1cc8adbad
Adapting OHIFStudyMetadataSource to use new retrieveMetadata call from ohif:study-list package.
2017-03-02 10:18:11 -03:00
Eloízio Salgado
bec8f21c0a
Moving Hanging Protocols updates back to the viewers
2017-03-02 10:18:11 -03:00
Emanuel F. Oliveira
d8e5609089
Adding loadStudy method to StudyMetadataSource API
2017-03-02 10:18:11 -03:00
Eloízio Salgado
3917e34a74
Moving loadStudy logic from Hanging Protocols to StudyMetadataSource
2017-03-02 10:18:10 -03:00
Eloízio Salgado
4fe9a2f9fc
Moving loadStudy logic from Hanging Protocols to StudyMetadataSource
2017-03-02 10:18:10 -03:00
Emanuel F. Oliveira
72bfbf69c7
Adapting OHIFStudySummary to translate OHIF Viewers specific property names to standard DICOM keywords.
2017-03-02 10:16:10 -03:00
Emanuel F. Oliveira
4df18233c4
Update viewer to use prior studies for Hanging Protocols initialization and using those studies in HP Match Image process (added getStudyPriors and getStudyPriorsMap)
2017-03-02 10:16:10 -03:00
Emanuel F. Oliveira
638c3df924
[WIP] Changing OHIFStudyMetadataSource to StudyList namespace
2017-03-02 10:15:09 -03:00
Emanuel F. Oliveira
6cfb4f16eb
[WIP] Moving hanging protocols initialization to OHIF Viewer specific code.
2017-03-02 10:15:09 -03:00
Bruno Alves de Faria
19c31ffbb8
Fixing metadata issues
2017-02-22 08:00:00 -03:00
Eloízio Salgado
a8626d02c0
toolManager: fixed annotate tool issues and added Text Marker Tool (importing callback functions from Nucleus) and using Metadata classes for OHIF Viewer
2017-01-29 22:11:17 -02:00
Eloízio Salgado
660b828f4b
Creating ohif:metadata package with metadata classes and adding it to the viewers
2017-01-29 22:11:17 -02:00
Erik Ziegler
3e1127fc78
Fixes to make Viewer load
2017-01-29 22:11:17 -02:00
Bruno Alves de Faria
db4792b3de
LT-92: Displaying the criteria nonconformities when clicking the warning icon
2017-01-18 11:01:52 -02:00
Leonardo Campos
19b32e8f90
Export studies :: Wrong message
2016-12-23 00:37:41 -02:00
Leonardo Campos
79b2907085
LT-366: StudyList :: Export workflow issues
2016-11-28 02:32:34 -02:00
Eloízio Salgado
d19d205fb0
LT-377: Remove duplicated loading template in OHIF Viewer
2016-11-18 17:11:03 -02:00
Eloízio Salgado
880569196a
LT-335: Add loading screen prior to display in Viewer
2016-11-15 15:44:10 -02:00
Eloízio Salgado
3c831c5d5a
LT-302: Adding close buttons to Audit Log screen
2016-11-15 08:29:46 +01:00
Erik Ziegler
9aa7cf012f
LT-275: Work towards proper measurement / tooldata syncing
2016-11-15 08:25:09 +01:00
Bruno Alves de Faria
2d291251e9
LT-275: Fixing cornerstone residual data when opening a study
2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
bbf00cce80
PWV-1: Making timepoint URL load the viewer with the studies
2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
db0602def7
PWV-1: Fixing merging issues
2016-11-15 08:24:30 +01:00
Bruno Alves de Faria
4d79bf84a8
PWV-1: Refactoring ohif:studylist package
2016-11-15 08:24:01 +01:00
Bruno Alves de Faria
60aa1d0982
PWV-3: Creating ohif:log package and partially refactoring ohif:measurements
2016-11-15 08:21:46 +01:00
Erik Ziegler
ab4d4c9008
Work on refactoring measurements out of Lesion Tracker package
...
- Removed AssociatedStudies Collection
- Measurement API is generated from configuration files
- Data exchange methods are defined in configuration
2016-11-15 08:21:46 +01:00