Commit Graph

373 Commits

Author SHA1 Message Date
Erik Ziegler
7c92b9a7dd Styling updates for Study List 2016-07-22 11:00:16 +02:00
Bruno Alves de Faria
d014c72aa4 LT-247: Adding behavior for All timepoints option 2016-07-22 11:00:16 +02:00
Erik Ziegler
4e6f46f876 Remove old templates, hookup trial options button 2016-07-22 11:00:16 +02:00
Erik Ziegler
7fca7e3129 Added rudimentary HUD 2016-07-22 11:00:16 +02:00
Erik Ziegler
e90db4a7c6 Cleanup for the lesion table 2016-07-22 11:00:16 +02:00
Erik Ziegler
a9a4f3f82b Lesion Tracker Redesign so far 2016-07-22 11:00:16 +02:00
Erik Ziegler
b247e89d8b Update OHIFViewer and LesionTracker to Meteor 1.3.4.4 to try to fix Windows issues 2016-07-17 10:45:59 +02:00
Erik Ziegler
0ee44729d2 Fix missing small template loading issues found on Windows 2016-07-16 11:58:20 +02:00
Evren Ozkan
8e8654bec1 - Update cornerstoneTools from "v0.7.8 - 2016-03-17" to "v0.7.8 - 2016-05-17"
- Update cornerstoneWADOImageLoader from "v0.9.1 - 2016-02-09" to "v0.13.3 - 2016-06-02"
- Update dicomParser from "v1.2.1 - 2016-02-07" to "v1.7.1 - 2016-06-09"
2016-06-21 11:56:14 -04:00
Evren Ozkan
7ffe59655c Do search() call to retrieve all studies inside onCreated callback of worklistResult template 2016-06-17 09:26:10 -04:00
Evren Ozkan
5a680261c7 - Do not attempt to get studies metadata if ViewerData already has studies property and use it to view studies in tab (for cases when a tab is opened with metadata externally)
- Add showStudyListTab helper whether to show StudyListTab in worklist template - it is shown by default (it is not shown only if "data.showStudyListTab" is set to false when rendering worklist template)
2016-06-16 18:36:38 -04:00
weiwei
7c64341284 upgrade lesiontracker to meteor 1.3 2016-06-14 10:49:29 -05:00
weiwei
b957b1f540 make the viewer work at meteor 1.3 2016-06-13 17:12:28 -05:00
weiwei
b3e5838caf Merge branch 'master' of github.com:OHIF/Viewers 2016-06-13 16:18:53 -05:00
Evren Ozkan
5935c027b1 Check study instances whether they have image data based on sopClassUid or rows (JPEG and PNG images do not have sopClassUid) in layoutManager as well 2016-06-10 17:37:07 -04:00
weiwei
e8c6cf31c2 upgrade to 1.3 2016-06-09 11:12:42 -05:00
Erik Ziegler
c0fe9fff50 Fix double-tap to open study (#20) 2016-06-08 10:14:31 +02:00
Erik Ziegler
6f23c7163a Fixing iron:router issue with latest Chrome version 2016-06-07 19:32:30 +02:00
Erik Ziegler
3734b5f31a Remove requirement for columns as well as rows, one is enough 2016-06-05 10:41:18 +02:00
Evren Ozkan
99da14e1a7 Merge branch 'isImage'
* isImage:
  Check study instances whether they have image data based on sopClassUid or rows (JPEG and PNG images do not have sopClassUid)
  Check study instances whether they have image data based on sopClassUid instead of rows
2016-06-03 13:01:30 -04:00
Evren Ozkan
6f0f1dc0ea Check study instances whether they have image data based on sopClassUid or rows (JPEG and PNG images do not have sopClassUid) 2016-06-03 12:37:59 -04:00
Erik Ziegler
4d19ee9b96 Fix settings for localhost standalone Orthanc 2016-05-10 21:57:10 +02:00
Erik Ziegler
574dc26b36 Small fixes to prevent errors in HP stage lists and misplacement in lesion table 2016-05-08 08:11:57 +02:00
radicalrob
9d83c9d534 remove code that may be infringing on Tamabo IP 2016-05-08 08:09:56 +02:00
Erik Ziegler
2e52d9e3c1 First pass at a Hanging Protocol implementation and editor (LT-131) 2016-05-07 12:40:02 +02:00
Evren Ozkan
896cc715ea Check study instances whether they have image data based on sopClassUid instead of rows 2016-05-02 19:14:47 -04:00
Aysel Afsar
dfcb33153f LT-239: Handle the error if the last imported file is not dcm file
- Add message label in progress dialog
2016-04-25 19:01:59 -04:00
Aysel Afsar
2a17760ff8 LT-240: Add studyListFunctionsEnabled property (false as default) in public.ui object in settings file to enable/disable import / export / anonymize functions
LT-239: Error handling on the import process (WIP)
2016-04-21 22:42:06 -04:00
Aysel Afsar
1e1c4033a6 - Refactor ActiveEntry.sigIn method
- Add own Reset password template
- Check password history and validation in Reset Password
- Add expireTimeInMinute in passwordOptions to control expire time of reset link
- Show sending notification while reset link is sent
2016-04-14 15:02:22 -04:00
Erik Ziegler
7fa4c33064 Fix contentId bug 2016-04-14 20:02:54 +02:00
Erik Ziegler
cbaf770fba Add fallback in case instances have URL specified directly 2016-04-14 19:30:18 +02:00
Erik Ziegler
ee274d4ee1 Fix Lesion Tracker worklist styling 2016-04-14 15:37:31 +02:00
aysel.afsar
6c798ad4db LT-236: Add expiration time for password reset link 2016-04-13 14:56:35 -04:00
Aysel Afsar
1891d1fe75 Check whether priorLoginDate is undefined 2016-04-11 09:43:22 -04:00
Erik Ziegler
1a48b6040a Cleaned up the worklist design a bit 2016-04-09 22:00:05 +02:00
Aysel Afsar
48a626173c Show resetPassword without login 2016-04-06 22:43:39 -04:00
Aysel Afsar
513abfeeb5 Merge branch 'auditTrial' 2016-04-06 15:37:35 -04:00
Aysel Afsar
2a89e5c7e2 LT-61: Search by User Name, Patient Name, Study InstanceUid and Action Type 2016-04-06 14:48:21 -04:00
Evren Ozkan
d3cdd4be35 LT-66 Fix a tiny bug with logging status of file upload to import 2016-04-06 10:40:43 -04:00
Evren Ozkan
e97e72944f LT-73 Move queryStudies used to get study metadata from exportStudies to lib as a global function 2016-04-05 17:38:36 -04:00
Aysel Afsar
83e067b701 LT-61: Record actions that create, modify, delete, associate timepoints, remove associations and login
- Show Last Login Date popup after login successful
(WIP)
2016-04-05 12:16:50 -04:00
Aysel Afsar
e277c4b484 Fix user account menu by current path 2016-04-04 12:43:46 -04:00
Aysel Afsar
546d579c7a Merge branch 'isReviewing' 2016-04-04 11:44:26 -04:00
Aysel Afsar
feb7f0972c LT-117: Remove the user from reviewers when session timeout 2016-04-04 11:06:14 -04:00
Aysel Afsar
8ee2eaf644 LT-117: Remove the user from reviewers of user is logout 2016-04-04 10:35:52 -04:00
Aysel Afsar
2da841bab0 LT-117: Add warning icon in study list row and give tip about user when warning icon is hovered if study is in-use by another user 2016-04-04 00:00:33 -04:00
Evren Ozkan
55fbf3f1da LT-212 Fix the bug caused by exporting large studies
- Use blob instead of arraybuffer as xhr response type to download dicom files
- Convert blob to arraybuffer after blob downloaded via xhr
2016-04-01 22:43:48 -04:00
Weiwei
0e31eff332 image level query with combined series query 2016-03-31 18:46:13 -05:00
Evren Ozkan
a2124c03e9 LT-66 Import DICOM Studies
- Add a toolbar in the top of worklist
- Add Import button in the worklist toolbar
- Upload all files in the selected folder to import from client to server
- Import uploaded files via DIMSE
- Delete uploaded files from server when import is completed
- Handle import status in client
- Show/Update progress dialog in client while uploading and importing files
- Show Import button only if import is supported for the default service type (DICOMWeb is currently not supported)
2016-03-30 18:38:29 -04:00
Aysel Afsar
064743a8f7 Show Sign Up and forgotPassword pages without login 2016-03-28 12:27:18 -04:00