Commit Graph

73 Commits

Author SHA1 Message Date
Erik Ziegler
d541c23117 wip, very broken as I moved stuff to ohif-core 2018-12-14 14:38:36 +01:00
Erik Ziegler
7b66dec163 continue consolidating packages, converting various pieces to react 2018-12-13 23:24:39 +01:00
Erik Ziegler
5f30f7bd35 reorganize packages, start converting overall app to react (very broken at the moment) 2018-12-12 18:06:25 +01:00
Erik Ziegler
33fad2f317 wip on react transition 9 2018-12-03 23:28:23 +01:00
Erik Ziegler
71b49e6766 wip on react transition 8 2018-12-03 18:11:39 +01:00
Erik Ziegler
9ae5dd25ce wip on react transition 7 2018-12-02 08:23:43 +01:00
Erik Ziegler
89d97a7a3a chore(dicomweb-client): Switch to dicomweb-client.js to push logic out of OHIF 2018-10-04 11:40:48 +02:00
Bruno Alves de Faria
b64c9878af fix(hanging-protocols): Fail rule matching if a required rule fails 2018-10-01 14:15:29 +02:00
Bruno Alves de Faria
ea34f2db83 chore(validate.js): Replace validatejs Meteor package with direct npm import 2018-09-28 15:09:01 +02:00
Erik Ziegler
18a3bcba30
fix(client-only): Fix client-only Server & CurrentServer usage (#276) 2018-09-21 20:02:29 +02:00
Erik Ziegler
c4b1086097 fix(servers): Fix subscription issue for production deployment. Added clientOnly option for static site deployments of OHIF Viewer 2018-09-21 15:16:28 +02:00
Erik Ziegler
18bcf83805
feat(openid-connect): Switch to generic OIDC Client library instead of using Keycloak.js (#273) 2018-09-19 14:50:12 +02:00
Erik Ziegler
6468203cf3 chore(hangingProtocols): Remove unused HangingProtocol testData 2018-09-17 11:40:30 +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
5b4550edb2 fix(protocolEngine) Stop adding Array.prototype.move, since it is interfering with other code 2018-07-12 12:10:49 +02:00
Erik Ziegler
de7135f3b8 feat(user preferences) Add User Preferences & Theming to Standalone Viewer (closes #117). Update Standalone to Meteor 1.7 2018-07-04 17:43:50 +02:00
Evren Ozkan
015e62ebd0 HP Improvements
- Add scroll bar into the tab content in protocolEditor
- Prevent "Wt." and "Req." fields to go out of screen when constraint value is long
- Add "starts with" and "ends with" comparators
- Fix the issue with empty input value in ruleEntryDialog
2018-01-08 16:35:18 -05:00
Evren Ozkan
5bc294f3a9 Add HP.getEngine function to get the active hanging protocol engine 2017-12-22 13:40:41 -05:00
Erik Ziegler
37fff25b50 Switch Random.id() to Math.random() for triggering reactive updates. Random.id() is taking 40ms on Chrome for some reason 2017-10-25 13:11:44 +02:00
Erik Ziegler
05d9a41f45 Switch from cornerstoneTools.metaData (deprecated) to cornerstone.metaData 2017-10-25 09:56:24 +02:00
Bruno Alves de Faria
e6b5a21ae2 Allowing W/L Presets customization 2017-06-14 09:19:49 +02:00
Erik Ziegler
2920df6379 Fix error with demo HPs 2017-06-03 07:59:34 -04:00
Erik Ziegler
3b2dec9454 Remove test HP data which was breaking Lesion Tracker 2017-05-29 16:48:32 +02:00
Evren Ozkan
6b87b3aff3 Fix hanging protocol stage bugs 2017-05-11 11:01:08 -04:00
Evren Ozkan
0c5f79f434 OHIF-164 Prevent overflowing navigationButtons of the protocol editor 2017-05-05 12:17:29 -04:00
Bruno Alves de Faria
ca35df6f53 Fixing Hanging Protocols dropdown animation 2017-04-19 08:32:16 -03:00
Bruno Alves de Faria
7718d31a77 Replacing switchToTab with routes 2017-03-21 10:16:47 -03:00
Evren Ozkan
99d5c01dab Move the default protocols into hanging protocol strategy not to add the default protocols of the default strategy when another strategy is used 2017-03-06 18:59:01 -05:00
Eloízio Salgado
33101f3881 Fixing namespace issue for dialogUtils functions 2017-03-02 10:18:11 -03:00
Eloízio Salgado
35b855de56 Hanging protocol improvements on matching process and other improvements 2017-03-02 10:18:11 -03:00
Emanuel F. Oliveira
744a0bd76e Moving updates on Hanging Protocols from Nucleus to private OHIF branch 2017-03-02 10:18:11 -03:00
Eloízio Salgado
7dff1a815e Fix preset values for rule entry dialog 2017-03-02 10:18:11 -03:00
Eloízio Salgado
0d44906fe9 Fixing display constraint text 2017-03-02 10:18:11 -03:00
Eloízio Salgado
2333276e96 Adding metadata support for rule entry dialog 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
e10453b919 Fixing Hardcoded Data to use Tag IDs instead of non-standard-conforming attribute names + Preparing Hanging Protocols for Demoing 2017-03-02 10:18:11 -03:00
Emanuel F. Oliveira
54e8a3f8f2 Bug Fix: Undefined bestMatch exception being thrown when no match was found. 2017-03-02 10:18:10 -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
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
b9a3cf9da3 Updating OHIF private hanging-protocol branch with Nucleus rebased version 2017-03-02 10:16:10 -03:00
Emanuel F. Oliveira
2b22aecc15 Bug Fix: OHIF Study Metadata API implementation not correctly reading Study and Series level data + Adding ES5.1 properties to Study Metadata API abstract classes to prevent protected attribute override 2017-03-02 10:16:09 -03:00
Eloízio Salgado
5d5df29e09 Improvements for imageSlider and cineDialog components. Rolling back default protocol (HP) configurations 2017-03-02 10:16:09 -03:00
Emanuel F. Oliveira
4c84961d4c Fixed displaySet search inside protocolEngine 2017-03-02 10:16:09 -03:00
Eloízio Salgado
f96a37e1bc Hanging Protocols: Fixing Lesion Tracker 2017-03-02 10:16:09 -03:00
Eloízio Salgado
6973cd4ec8 [WIP] Hanging Protocol: improving protocol engine to use OHIFError object 2017-03-02 10:16:09 -03:00
Emanuel F. Oliveira
7fa581e52b [WIP] Moving new Hanging-Protocol bootstrap from Nucleus to OHIF Viewers 2017-03-02 10:15:09 -03:00
Bruno Alves de Faria
710d7c9a02 Allowing follow-up number to be controlled by configuration 2017-02-23 14:01:16 -03:00
Bruno Alves de Faria
19c31ffbb8 Fixing metadata issues 2017-02-22 08:00:00 -03:00
Leonardo Campos
b99b986630 LT-413: Enable analytics on Lesion Tracker 2017-02-14 01:25:50 -02:00