Commit Graph

1440 Commits

Author SHA1 Message Date
Bruno Alves de Faria
9da25ab917 LT-250: Fixing svg icons issues 2016-07-22 11:03:01 +02:00
Erik Ziegler
521de2fad3 Study metadata is added on study browser click 2016-07-22 11:03:01 +02:00
Erik Ziegler
757513906c Study list context menu styling 2016-07-22 11:00:56 +02:00
Erik Ziegler
ee9ea4450d More study list styling 2016-07-22 11:00:56 +02:00
Bruno Alves de Faria
e0b459abd0 LT-247: Fixing font-weight for Roboto-Black 2016-07-22 11:00:16 +02:00
Bruno Alves de Faria
fcdefda586 LT-247: Creating modalities summary 2016-07-22 11:00:16 +02:00
Erik Ziegler
848251eba9 More cleanup for the study list 2016-07-22 11:00:16 +02:00
Bruno Alves de Faria
093a97f0f3 LT-247: Disabling selection and fixing follow-up title 2016-07-22 11:00:16 +02:00
Bruno Alves de Faria
4ed13b25b2 LT-247: making rounded button group component toggleable 2016-07-22 11:00:16 +02:00
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
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
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
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
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
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
e2f8bf2431 LT-174: Add confirmation modal template to confirm removing the timepjoint association 2016-03-24 09:28:51 -04:00
Aysel Afsar
37ae35e33f LT-174: Add confirmation box before timepoint association is removed 2016-03-23 10:43:01 -04:00
Aysel Afsar
e3b34b52d6 Bug fixing: Show Worklist option in user account menu if loaded page is Audit or Change Password 2016-03-22 17:46:14 -04:00
Aysel Afsar
506ab56711 LT-103: Show error messages if username or password are invalidated
- Remove Need An Account and Forgot Password buttons for Sign In page
2016-03-22 17:03:13 -04:00
Aysel Afsar
3c60a6dda1 LT-103: Authenticate via LDAP 2016-03-22 15:43:06 -04:00
Erik Ziegler
beaa0d4e65 Remove unnecessary logging for instance metadata 2016-03-20 10:29:35 +01:00
Erik Ziegler
fc7dde0082 Fix NaN FPS 2016-03-17 15:30:14 +01:00
Erik Ziegler
70b3f938cf Fix autoplay 2016-03-17 14:04:11 +01:00
Erik Ziegler
7e64fb4109 Clips use DICOM frameTime by default (LT-210). Added floating clip control dialog (LT-209) 2016-03-17 12:10:23 +01:00
Aysel Afsar
d1d4e09815 Merge branch 'master' of https://github.com/OHIF/Viewers 2016-03-16 21:27:16 -04:00
Aysel Afsar
a2c0dbefc3 - Return modalities attribute by merging modality and modalitiesInStudy attributes to be able to filter if only modality tag exists
- Remove modality tag in filter object and filter modalities of studies returned from WorklistSearch method
2016-03-16 21:23:48 -04:00
Weiwei
fa43580b2c Revert "Merge branch 'medken' of https://github.com/OHIF/Viewers"
This reverts commit 2be7a9bd2f, reversing
changes made to f839c60a68.
2016-03-16 18:18:33 -05:00
Weiwei
2be7a9bd2f Merge branch 'medken' of https://github.com/OHIF/Viewers 2016-03-16 18:11:22 -05:00
Weiwei
f839c60a68 added c-store feature to dimse package, fixed logging of vr length mismatch 2016-03-16 18:10:14 -05:00
Aysel Afsar
a5d4c6d0eb LT-102: Send a email which includes password reset link if Forgot Password option is selected
- Add custom Reset Password template  and reset password
- Show the first error instead showing all errors of invalidated input values in Sign Up and changePassword templates
2016-03-16 10:28:07 -04:00
Aysel Afsar
28ba53b328 - Add modality tag in filter object to filter studies 2016-03-15 10:17:37 -04:00
Erik Ziegler
31d34a3fb5 Work from Medken branch 2016-03-13 16:38:43 +01:00
Erik Ziegler
bee1e38044 Add option to convert non-Targets to CR/NE/EX 2016-03-13 15:36:12 +01:00
Erik Ziegler
dbeaba1684 Fix DICOM Time helper 2016-03-13 12:34:53 +01:00
Aysel Afsar
d483f2ae68 LT-207: Case insensitive for Modality filtering 2016-03-11 13:11:26 -05:00
Aysel Afsar
2e4082c4e7 Add Worklist option to return worklist if page is Change Password 2016-03-11 13:09:49 -05:00
Aysel Afsar
2bb429a898 LT-162: Parse dicomWeb qidoRoot 2016-03-10 14:47:55 -05:00
Aysel Afsar
76a9f6a894 LT-115: Set CRUNEX tool buttons as disabled if timepoint is baseline
- Remove addDisabledTool and getDisabledTool methods in toolManager
- Add disabledToolButtons array in toolDefaultStates to check enable/disable buttons
2016-03-10 11:21:52 -05:00
Aysel Afsar
161bbba5cf LT-162: Add server information modal in user account menu 2016-03-09 22:47:17 -05:00
Aysel Afsar
72ecc5b40d LT-190: Axis used to determine overall response is listed first in lesion table by criteria 2016-03-08 16:41:25 -05:00
Aysel Afsar
3876a91ee3 Mistyped as longestDiameter instead of shortestDiameter 2016-03-08 08:16:40 -05:00
Erik Ziegler
f53bfcc05c Added View option to explicitly load unassociated studies in the lesion tracker (LT-183) 2016-03-08 13:11:43 +01:00
Aysel Afsar
52286136ab Merge branch 'crunexTools' 2016-03-07 09:21:11 -05:00
Aysel Afsar
58d145194a LT-115: Disable/Enable CRUNEX button for active image viewer 2016-03-07 09:05:59 -05:00
Erik Ziegler
e2d855c333 Fix worklist context menu position (LT-193) 2016-03-07 14:34:29 +01:00
Erik Ziegler
c4ad6b04b5 Updated Trial Criteria selection, added groundwork for allowing multiple criteria (LT-188) 2016-03-07 13:36:48 +01:00
Aysel Afsar
4c02a1ea3f LT-184: Mention "Only 1 follow-up time point can be associated at the same time." in association dialog. 2016-03-06 18:48:56 -05:00
Aysel Afsar
7c915bd891 LT-115: Remove CRUNEX tools 2016-03-06 11:22:45 -05:00
Aysel Afsar
b51628cc9f - Rename lesion tool as bidirectional tool
- Remove measurementType property and use toolType property in the parts that uses measurementType
- Add toolType in syncMeasurementAndToolData method
- Hide Convert to Non-Target option in lesionLocationDialog for CRUNEX tools
2016-03-04 19:03:16 -05:00
Aysel Afsar
0b6776f777 LT-115: Reloading and showing CR/UN/EX measurements properly 2016-03-04 15:47:30 -05:00
Aysel Afsar
a41e50d79f LT-115: Activate CR/UN/EX tools data when lesion table is clicked 2016-03-02 23:38:03 -05:00
Aysel Afsar
a4521c0fa7 LT-115: Add location and response data in lesion table (WIP) 2016-03-02 23:06:51 -05:00
Aysel Afsar
cd4a9a51da LT-115: Set CR/UN/EX buttons as enabled for follow-up timepoints 2016-03-02 15:49:20 -05:00
Aysel Afsar
7cebd3c91c LT-115: Add CR-Target, UN-Target and EX-Target tools (WIP) 2016-03-02 12:09:05 -05:00
Evren Ozkan
9970b8795b LT-73 Move export tool and progress dialog component to OHIFViewer 2016-03-01 11:55:58 -05:00
Aysel Afsar
c5651e7e04 LT-196: Add verifyEmail property under public property in settings.json to control emailVerification template
- Add mailServerSettings in settings.json
2016-02-28 15:25:23 -05:00
Aysel Afsar
813c68881a LT-196: Verify user's email on signup 2016-02-28 12:58:05 -05:00
Aysel Afsar
9bcb9be471 LT-182: Display study date/thumbnails of the selected study as default 2016-02-24 15:13:30 -05:00
Aysel Afsar
f26fc22cef LT-32: Set lesion tool as active tool if timepoint is baseline otherwise window level when switch the tabs 2016-02-24 12:45:37 -05:00
Aysel Afsar
192e3c5988 LT-32: Target tool shall be active by default for baseline time points 2016-02-23 17:34:54 -05:00
Aysel Afsar
68575ebaa9 LT-189: Length is always longer than width 2016-02-23 17:02:44 -05:00
Aysel Afsar
0b92ee706f LT-64: Save sortOption in Session to keep the condition of sorting when tabs are switched. 2016-02-23 13:20:41 -05:00
Aysel Afsar
57c645a6c8 LT-64: Study list shall have click-to-sort column headings (ascending, descending) 2016-02-23 12:30:12 -05:00
Evren Ozkan
efa236f4cd LT-73 Export selected studies from study list to local
- Query to get metadata of the selected studies to export
- Download and zip the queried dicom files
- Show and update the progress dialog while querying and exporting studies
2016-02-23 11:53:49 -05:00
Evren Ozkan
a24387b28b LT-73 Add progress dialog component 2016-02-23 11:50:01 -05:00
Aysel Afsar
1497c06a52 Bug fixing: Call search() method in change event of studyDate if studyDate input is not empty to prevent duplicated data. Enter key calls search() method when studyDate is empty 2016-02-19 17:06:20 -05:00
Aysel Afsar
1dc7eb71c0 - Add "Study Not Found" message
- Hide loading text after WorklistSearch method is called
2016-02-19 16:49:32 -05:00
Aysel Afsar
fb7024d20e LT-63 & LT-70: Study list shall have option today and study date range (from/to) to limit 2016-02-19 14:26:38 -05:00
Aysel Afsar
37c893004c LT-62: Study list shall be filterable by Modality 2016-02-18 15:35:15 -05:00
Aysel Afsar
f46b6b0ebe LT-195: Add Worklist menu item to go wordlist when audit page is shown 2016-02-17 11:31:17 -05:00
Erik Ziegler
7b106d9bdd Fix duplicated lesion responses 2016-02-17 16:02:42 +01:00
Erik Ziegler
95ec18f279 Fix bugs preventing OHIF Viewer usage 2016-02-17 15:54:24 +01:00
Erik Ziegler
1b3280c04b Fix tool colors (LT-191) 2016-02-16 19:33:11 +01:00
Aysel Afsar
2c65b8c9c6 Fix: disable hover event of conformanceCheckFeedback if validationErrors is empty 2016-02-16 12:29:52 -05:00
Erik Ziegler
013c003128 Made tools flourescent green so they are easier to see (LT-191) 2016-02-16 15:03:51 +01:00
Erik Ziegler
8a0b9e6ba5 Fix broken group-level conformance checks (LT-187) 2016-02-16 14:46:31 +01:00
Erik Ziegler
85b972e2e8 Add Mediastinum/Hilum (LT-192) 2016-02-16 13:16:52 +01:00
Erik Ziegler
231df3e5b1 Fixes for lesion activation and loaded timepoint indicators 2016-02-16 13:11:47 +01:00
Aysel Afsar
97bcb6b6f5 Fix font colour of error messages popup 2016-02-15 16:44:20 -05:00
Aysel Afsar
d83b2f4199 LT-106: User accounts shall be made inactive after 6 months of inactivity 2016-02-15 16:40:53 -05:00
Aysel Afsar
d19e402847 LT-98: Passwords shall be required to be changed every 90 days
- route to changePassword page if the password is passwordExpirationDays old
- passwordExpirationDays property under passwordOptions object sets the time interval when password should be changed (90 days by default)
2016-02-15 13:09:58 -05:00
Erik Ziegler
11e300f013 Style and bug fixes related to active-entry and hipaaAuditLog integration 2016-02-15 14:36:01 +01:00
Aysel Afsar
3b7330ca75 Merge userManagement branch to master 2016-02-14 20:45:04 -05:00
Aysel Afsar
eb32e1771f LT-97: Add requireRegexValidation and requireStrongPasswords properties under passwordOptions which is under passwordOptions.
- requireRegexValidation toggles whether or not password validation is controlled by regular expression
- requireStrongPasswords toggles whether password validation is controlled by zxcvbn package
LT-104: User account shall be locked after 5 failed attempts
- "failedAttemptsLimit" property which is under passwordOptions in ActiveEntry configuration object sets number of failed attempts count to lock user account, it is set 5 as default
LT-99: Passwords shall use password history of 6
- "passwordHistoryCount" property which is under passwordOptions in ActiveEntry configuration object sets count of last passwords that is not used to reset password
- Show error messages in changePassword template
- Make signIn button disabled if inputs are not validated
2016-02-14 17:03:00 -05:00
Weiwei
47eebc64e1 orthanc proxy 2016-02-14 15:23:06 +01:00
Weiwei
94076f6263 orthanc proxy 2016-02-14 15:22:23 +01:00
Erik Ziegler
e354c6c577 Steps toward converting targets to non-targets 2016-02-14 15:13:08 +01:00
Erik Ziegler
3c69caf92b Non-target response defaults to NM on baseline, Present on followup (LT-112) 2016-02-14 14:17:20 +01:00
Erik Ziegler
ad52dffa94 Bug fix for empty lesion table 2016-02-14 13:39:50 +01:00
Erik Ziegler
36ff46be41 Added persistent single-image measurments (length, ellipse) (LT-37, LT-156) 2016-02-14 13:36:44 +01:00
Erik Ziegler
b624d12762 Fix syncing bug LT-177, update Cornerstone package libraries 2016-02-13 17:42:10 +01:00
Erik Ziegler
f7e24b8b10 Keep toolData and Measurements in sync (LT-149) 2016-02-12 20:38:00 +01:00
Erik Ziegler
5b07ec372c Disable double-click callbacks while placing lesion/non-target tools (LT-125) 2016-02-12 13:29:50 +01:00
Erik Ziegler
bc2b58b63b Remove validation from Measurements Observe hook 2016-02-11 22:05:57 +01:00
Erik Ziegler
b04bc859be Meteor doesn't like timers inside Observe hooks 2016-02-11 21:37:33 +01:00
Erik Ziegler
4737afb47c Fix infinite loop caused by Measurements and Timepoints Collections during Validation 2016-02-11 21:14:39 +01:00
Aysel Afsar
24e615da1e LT-97: - Remove zxcvbn package because of version conflict,
- Add passwordOptions in ActiveEntry.configure
- Toggle showPasswordStrengthIndicator to show password strength meter ui, toggle requireRegexValidation to set password regex for validation or requireStrongPasswords to create strong passwords by using zxcvbn.
- Sign in/ sing up when enter key is pressed
2016-02-11 08:48:11 -05:00
Erik Ziegler
02010aea81 Add studyDescription to study selector (LT-129) 2016-02-11 13:12:26 +01:00
Erik Ziegler
d3d0ad4beb Fixed DIMSE+WADO-URI 2016-02-10 19:56:22 +01:00
Weiwei
6172bf6440 Adding peer checks and allows changing aes when query/retrieve 2016-02-10 10:59:12 -06:00
Erik Ziegler
9cde04bcfe Remove some subscription / reactivity / caching bugs and the unnecessary PatientLocations collection 2016-02-10 16:38:49 +01:00
Erik Ziegler
7d42456f57 Still trying to get DIMSE+WADO-URI working 2016-02-10 10:50:20 +01:00
Aysel Afsar
5ec3cace94 LT-107: Add countdown dialog
- Remove ui from meteor-stale-session package
2016-02-09 22:16:37 -05:00
Weiwei
ae0d6f3310 wwu 2016-02-09 17:49:20 -06:00
Erik Ziegler
ffe8f8cf99 Remove broken conformance messages 2016-02-09 18:01:44 +01:00
Erik Ziegler
5f757457c8 Bug fixes for conformance criteria and pixel spacing check 2016-02-09 17:41:58 +01:00
Erik Ziegler
b01a2cccee Fixes for LT-29, disable target measurements when pixel spacing is not available 2016-02-09 15:08:26 +01:00
Erik Ziegler
831e546cd5 Updated Lesion Location list (LT-166) 2016-02-09 14:48:54 +01:00
Erik Ziegler
8297171f4a Update CornerstoneWADOImageLoader to 0.9.0, tried to get DIMSE + WADO-URI working 2016-02-09 13:19:11 +01:00
Erik Ziegler
89782de15e Bug fix for when we have no applicable validation criteria, added default Meteor settings for OHIF Viewer 2016-02-08 20:07:58 +01:00
Erik Ziegler
beaa56c0b3 Updates for Timepoint assocation (LT-60) and Conformance Checks (LT-92, LT-93, LT-94) 2016-02-08 19:59:39 +01:00
Aysel Afsar
d18a66d513 LT-107: Add correct meteor-stale-session 2016-02-08 13:25:22 -05:00
Aysel Afsar
360d674049 LT-107: Remove wrong package folder meteor-stale-session package 2016-02-08 12:33:03 -05:00
Aysel Afsar
e52df94363 LT-107: Add meteor-stale-session package to show countdown popup 2016-02-08 11:15:28 -05:00
Aysel Afsar
e659f0f4b3 - Renamed validatePassword method, usePwstrength and useZxcvbn,
- Moved passwordOptions from settings.json to ActiveEntry configuration object
- Used zxcvbn rule set if showPasswordStrengthIndicator is true, used regular expression rule set if showPasswordStrengthIndicator is false
2016-02-04 17:53:01 -05:00
Aysel Afsar
4e986c8395 Added testing issues for password validation 2016-02-03 14:41:51 -05:00
Erik Ziegler
6c4eae3699 Fix accession number and study description in study list 2016-02-02 22:21:23 +01:00
Aysel Afsar
236ab64add - added optional pwstrength and zxcvbn and disabled by default.
- Reset ActiveEntry.errorMessages after active-entry buttons are clicked
- "Password is invalid" message is replaced by "Password must have at least 8 characters. It must contain at least 1 uppercase, 1 lowercase, 1 number and 1 special character."
2016-02-02 15:31:01 -05:00
Aysel Afsar
d3671a5bdd LT-97: Password validation
LT-107: Login session timeout after 30 min
2016-02-02 10:25:02 -05:00
Erik Ziegler
0d66437be9 Escape key cancels lesion and non-target tool placement (LT-114) 2016-02-02 16:06:05 +01:00
Erik Ziegler
4c80c57d73 Remove scrollbar from thumbnail study browser 2016-01-27 19:34:26 +01:00
Erik Ziegler
2ea9eae0aa Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00
Erik Ziegler
98222abd0a Added starrynight test setup 2016-01-25 21:46:41 +01:00
Erik Ziegler
b2fa6ead3b Add Clinical Meteor packages to Lesion Tracker 2016-01-25 17:14:42 +01:00
Erik Ziegler
383b4ff4c0 Fix thumbnail drag offset bug 2016-01-25 14:54:57 +01:00
Aysel Afsar
5e19831cda LT-29: Move click event of empty element into imageViewerViewport events 2016-01-21 08:38:45 -05:00
Aysel Afsar
56d2a2f654 LT-29: Set activeViewport session for empty imageViewerViewport element, deactivate lesion tools for element which does not have pixel spacing data 2016-01-20 20:16:37 -05:00
Aysel Afsar
2ceca2bd10 LT-150: Added isPanelPinned property in ViewerData session to check whether thumbnails panel of the active tab is pinned or not 2016-01-19 23:35:41 -05:00
Aysel Afsar
5c38c4ffd9 LT-154: Deleted 1D-Measurements from image by Clear Tools button and Delete key 2016-01-19 16:57:52 -05:00
Erik Ziegler
7f7d2f6145 Set a fixed height for confirmDeleteDialog so it isn't stretched in FF and IE (LT-158) 2016-01-19 19:34:03 +01:00
Aysel Afsar
3c48d90891 LT-128: Study Date label is aligned to left 2016-01-18 15:16:03 -05:00
Aysel Afsar
5f58132676 LT-128: Convert date format of Study Date dropdown list from DD/MM/YYYY into Month DD, YYYY 2016-01-18 15:12:30 -05:00
Aysel Afsar
d374a97017 LT-127: Fixing the styling in IE 2016-01-18 14:48:09 -05:00
Aysel Afsar
c023b35bd3 LT-127: Enable to scroll fluidly through images in FF and IE (WIP) 2016-01-15 22:33:18 -05:00
Aysel Afsar
f9d697dea0 LT-123: intersected attribute is removed in intersectLine method,
getIntersectionRect method returns topLeft and bottomRight points instead of left, right, top, bottom points
2016-01-14 13:16:41 -05:00
Aysel Afsar
12a326c7fe LT-123: Add missing files
-Replace mathUtils.js functions with existed functions in cornerstoneMath.js
-Add rectToPoints, doesIntersect, getIntersectionRect methods in cornerstoneMath.rect,
-Add intersectLine method in cornerstoneMath.lineSegment
2016-01-14 00:10:24 -05:00
Aysel Afsar
3812def9cc LT-123: Remove mathUtils.js
-Replace mathUtils.js functions with existed functions in cornerstoneMath.js
-Add rectToPoints, doesIntersect, getIntersectionRect methods in cornerstoneMath.rect,
-Add intersectLine method in cornerstoneMath.lineSegment
2016-01-13 15:05:28 -05:00
Erik Ziegler
cb8672576e Improvements to study list selection, study/timepoint association UI (LT-116 and LT-60) 2016-01-13 11:50:07 +01:00
Erik Ziegler
41b75de814 Work-in-progress on study/timepoint association modal and multi-study selection (LT-60, LT-116) 2016-01-12 21:56:40 +01:00
Erik Ziegler
906f7c6234 Move decrementing to server and out of observe hook 2016-01-11 19:47:19 +01:00
Erik Ziegler
fdde2f9ff9 Trying to debug duplicate removal on QA server 2016-01-11 18:50:15 +01:00
Erik Ziegler
be5ff6f590 Bug fixing to make sure measurements are re-added to toolData 2016-01-11 18:17:02 +01:00
Erik Ziegler
798fe5a3dc Some style changes to the study panel sidebar 2016-01-11 15:08:00 +01:00
Erik Ziegler
54076fbe33 Fixed distance settings in lesionTool. Might need to be done in cornerstoneTools as well 2016-01-11 12:26:00 +01:00
Erik Ziegler
571eb90eb8 Fixed loaded study indicator. Closes LT-91 2016-01-11 12:01:11 +01:00
Erik Ziegler
90a16a8059 Applied JSCS and added JSCS/jsHint config files 2016-01-11 11:32:20 +01:00
Erik Ziegler
a9266608d2 Made lesion removal confirmation dialogs different for timepoints and complete measurments 2016-01-10 15:40:51 +01:00
Erik Ziegler
a1618438d8 Temporary length tool is toggleable. Changed text for Excluded label based on test outline 2016-01-10 15:15:05 +01:00
Erik Ziegler
41baf1c737 Add PageUp and PageDown to hotkeys, Target-first sorting for lesion table 2016-01-09 23:25:35 +01:00
Erik Ziegler
96ddd36151 Improved lesion removing / renumbering after removal 2016-01-09 23:04:22 +01:00
Erik Ziegler
44491c639d Fixes for keydown event detection for dialogs. Updated cornerstoneTools to latest master 2016-01-09 18:41:33 +01:00
Erik Ziegler
8afcb1a1a9 Fix lesion table ordering, new lesion numbering 2016-01-09 18:03:12 +01:00
Erik Ziegler
e4547f121d Fix duplicate lesion bug LT-110 2016-01-09 15:57:18 +01:00
Aysel Afsar
d912c7a269 Scale overlay tool is added into toggleLesionTrackerTools function 2016-01-08 13:56:50 -05:00
Aysel Afsar
3d4f365c8f LT-28: Bug fixing: accurate the tick marks 2016-01-08 10:19:19 -05:00
Aysel Afsar
e80af970aa LT-28: Bug fixing: scale overlay tool position is set while moving the image 2016-01-07 11:03:13 -05:00
Aysel Afsar
d87f436ada LT-28: Scale overlay tool (work-in-progress) 2016-01-06 16:45:52 -05:00
Evren Ozkan
75269e43f1 LT-91: Missing "selected study" emphasis in lesion table column header (work-in-progress) 2015-12-30 22:31:17 -05:00
Evren Ozkan
91bd8cab47 previous target tool is removed
biDirectional tool is changed as target tool
length and width measurements are added into lesion table
2015-12-23 17:53:44 -05:00
Evren Ozkan
9d322e7ac2 LT-53: Show control points only when mouse is hovered on a measurement and do not show control points while the measurement is edited 2015-12-21 17:28:52 -05:00
Erik Ziegler
d7d4ea0394 Styling updates to prevent lesion dialogs from going off screen 2015-12-21 12:11:17 -05:00
Erik Ziegler
4ae0183a9c Bug fixes for confirmDelete and lesion management 2015-12-21 09:29:19 -05:00
Erik Ziegler
5eb8a717cb Replace keypress with keydown to fix Measurement deletion from Lesion Table 2015-12-20 18:52:17 -05:00
Erik Ziegler
220ff065dc Fixed bug LT-85 (Location Response Selections). Work on LT-9 and LT-12 2015-12-20 18:24:51 -05:00
Evren Ozkan
28cee350ff LT-53: Target lesion overlay control point behavior 2015-12-18 17:46:49 -05:00
Evren Ozkan
8fb0695097 Bi-directional tool callout is reattached to the nearest control point,
Bi-directional tool is added to hide/show tool
2015-12-18 17:11:34 -05:00
Evren Ozkan
ed4fdba54e Bug fixing: LT-22: Move biDirectional Tool text 2015-12-18 10:34:33 -05:00
Evren Ozkan
d5f607f141 LT-22: Bi-directional Tool perpendicular line is resizable, long-axis line is resizable and rotatable (work-in-progress) 2015-12-17 22:41:59 -05:00
Evren Ozkan
32ab6ced96 LT-22: Bi-directional tool (work-in-progress) 2015-12-15 22:30:16 -05:00
Erik Ziegler
9027f5d107 Remove duplicated function. Added error handling to imageViewerViewport in cases where DOM element is removed. 2015-12-15 16:49:26 -05:00
Erik Ziegler
b851ffe10a Add DIMSE-Service package from Medken branch 2015-12-15 16:42:16 -05:00
Erik Ziegler
a647666bf3 Clicking the active tool toggles it off and resets to default tool. Added some error handling in getStudyMetadata. 2015-12-15 16:41:04 -05:00
Erik Ziegler
86c8a32e2a Fix OHIF global variable definition bug in OHIF Viewer, moved resizeViewportElements to viewerbase 2015-12-15 10:20:57 -05:00
Erik Ziegler
37fa29cce4 Updated hotkey presets to the specified defaults. Closes LT-21 2015-12-14 08:31:25 -05:00
Erik Ziegler
646ffb2b46 Updated Window/Level presets to the specified defaults. Closes LT-19 2015-12-14 08:20:38 -05:00
Erik Ziegler
bde599ed7b Added image scrollbar to viewports (LT-20)
Added image scrollbar to viewports (LT-20)
2015-12-14 08:06:28 -05:00
Evren Ozkan
5a2ebfab0b Bug fixing: Get patientId from Session
- Deleted pushed wrong file: biDirectionalTool.js
2015-12-11 15:45:25 -05:00
Evren Ozkan
f7f5097fd1 Bug fixing: Get patientId from Session 2015-12-11 15:40:36 -05:00
Evren Ozkan
c43f3b1df4 Bug fixing: vertical border line of hiding-panel 2015-12-11 12:08:15 -05:00
Erik Ziegler
b2d4812dd0 Add button/hotkey to show/hide tools in viewports 2015-12-11 17:55:26 +01:00
Evren Ozkan
ba05a3d21e Styling fixing: set height of thumbnails panel 2015-12-10 15:18:53 -05:00
Evren Ozkan
a14973be04 Bug fixing: The code block which activates first measurement is moved outside of if statement that checks whether toolDataInsertedManually is true. 2015-12-10 15:17:52 -05:00
Evren Ozkan
6423751291 Pin/Unpin thumbnail panel styling issue 2015-12-10 11:50:12 -05:00
Evren Ozkan
25fc95e963 OHIFVIEWER18- Thumbnails panel is on top of images when it is not pinned 2015-12-10 11:34:39 -05:00
Evren Ozkan
906c3e3f55 Changed lesion table grab cursor to row-resize from col-resize 2015-12-10 09:31:18 -05:00
Evren Ozkan
418d81f543 OHIFVIEWER17: Hiding Panel shall be appear when mouse is over on panel, hiding panel shall be hidden when mouse is away from panel.
OHIFVIEWER18: Pin/Unpin hiding panel
2015-12-10 07:45:13 -05:00
Erik Ziegler
e4112c44f1 Lesion and non-target tools are always interactive. Added set/get default tool states to toolManager (OHIFVIEWER-51) 2015-12-10 11:32:53 +01:00
Erik Ziegler
da3101be93 Added hotkey support to viewerbase 2015-12-09 15:48:24 +01:00
Erik Ziegler
a005e5b359 Updates to fix dialogs for non-target lesions. 2015-12-09 14:26:11 +01:00
Erik Ziegler
da197368bf Add some WIP changes to Lesion Tracker dialogs 2015-12-09 14:26:11 +01:00
Evren Ozkan
e4c24608af resizeViewportElements function is added to resize viewport after resizing lesion table 2015-12-07 15:08:23 -05:00
Evren Ozkan
884cbf06fe Grab and resize lesion table height 2015-12-07 11:55:48 -05:00
Evren Ozkan
3caab55b44 OHIFVIEWER-14 For time points with overlays, the image box display shall default to the first overlay 2015-12-03 17:20:12 -05:00
Evren Ozkan
5bf96137f1 Set background color of selected row in lesion table 2015-12-02 14:19:26 -05:00
Evren Ozkan
e248f9ec7a Bug fixing: visual indicators to indicate active timepoints in viewports in timepoint headers 2015-12-02 11:51:36 -05:00
Evren Ozkan
51ff40dd6d OHIFVIEWER-27 Popup is shown/hidden to set the timepoint as Baseline when the user clicks timepoint header cell in lesion table 2015-12-02 11:32:14 -05:00
Evren Ozkan
8cd054825f OHIFVIEWER-15 Visual indicators("<" char) are added to related timepoint header in lesionTable to denote active timepoints in viewports 2015-12-01 14:00:04 -05:00
Rob Lewis
5c3b1b40f5 Updated locations for body rather than brain 2015-11-28 18:02:26 -05:00
Evren Ozkan
fc5b8316cc Bringing&linking series when reloading a patient. (setSeries function is added in imageViewerViewport) 2015-11-28 14:33:27 -05:00
Rob Lewis
d4dbdaefc6 Make worklist widths reactive (by %) 2015-11-28 11:44:32 -05:00
Rob Lewis
9e80b8b162 Fix search filtering so it works on browsers other than Chrome. 2015-11-28 11:31:01 -05:00
Evren Ozkan
7e07f81056 Bug fixing: Delete a lesion 2015-11-27 16:27:49 -05:00
Evren Ozkan
c27f80c8b8 Delete the lesion on image and from Measurements collection if del or ctrl+d(for mac) keys are pressed after a lesion is selected 2015-11-26 23:54:44 -05:00
Erik Ziegler
462820f0aa Added support for multi-frame images (e.g. ultrasound). Updated cornerstoneTools with mouseClick bug fix 2015-11-26 10:36:34 +01:00
Evren Ozkan
5010307b6e Bug fixing: First measurement of target tool is shown as 0 in the table until it is moved 2015-11-25 18:31:44 -05:00
Evren Ozkan
6ebff476a2 Bug fixing: add patientId to measurementData for lesion and nonTarget tools to delete all lesions properly 2015-11-25 13:48:29 -05:00
Erik Ziegler
050e811109 Updated cornerstoneTools to fix angle and annotation bugs 2015-11-25 19:24:16 +01:00
Evren Ozkan
e6f1f34d1c Bug fixing: Linking on last row in lesion table is broken 2015-11-25 07:48:29 -05:00
Erik Ziegler
8a844dd2fe Bug fix in dicomParser which will soon be merged upstream 2015-11-25 11:12:40 +01:00
Erik Ziegler
ec9b77c4d1 Update cornerstoneTools to allow some handles off-screen. Add hardcoded MG hanging protocol to window manager. Fix tooltips in toolbar buttons 2015-11-24 18:08:15 +01:00
Evren Ozkan
e6fd2e60b0 Move removeCollections.js to server folder from both and check patientId while setting null array to toolState data 2015-11-24 11:55:10 -05:00
Evren Ozkan
ca30e22464 Clear tools button is added. Removes all target and nonTarget lesions data on image and deletes from Measurements collection 2015-11-24 10:57:02 -05:00
Rob Lewis
dbd7453980 Fixed worklist styling to make better use of width and not wrap elements onto more than one line 2015-11-23 13:12:24 -05:00
Rob Lewis
33479443b4 updated studyDate picker style and hid hanging protocol buttons 2015-11-22 18:48:08 -05:00
Rob Lewis
4cd386c8bd Start non-target from the arrow-end of the line 2015-11-22 18:33:40 -05:00
Erik Ziegler
c178505d38 Added Measurements Observe hook to repopulate toolData from database. Refactored lesion tools and lesionTable. 2015-11-22 17:17:42 +01:00
Erik Ziegler
9ad2ccaaaf Updated lesionTable to store measurement ID. Worked on refactoring functions in lesionTable.js to allow loading of series from a click on a row 2015-11-22 12:20:19 +01:00
Evren Ozkan
a3c0048490 Bringing series into viewport when measurements are selected in lesion table (work in progress) 2015-11-21 22:10:43 -05:00
Evren Ozkan
7c1a0c38c0 bringing series into viewport (work in progress) 2015-11-21 16:19:36 -05:00
Erik Ziegler
42c8ddc73b Fixed moveHandle and moveNewHandle which broke following measurement event changes to cornerstoneTools 2015-11-21 21:38:02 +01:00
Erik Ziegler
38ccfff849 Updated cornerstoneTools to use the measurementEvents branch 2015-11-21 18:23:18 +01:00
Erik Ziegler
487ebf9541 Add Next/Previous Hanging Protcol stage buttons (only works with MG for now) 2015-11-20 19:35:31 +01:00
Erik Ziegler
bfe6b80e27 Fixed broken values in viewportOverlay after metaData renaming 2015-11-20 15:27:42 +01:00
Erik Ziegler
4a482c1d12 Changed naming in study and series metadata for consistency 2015-11-20 15:23:58 +01:00
Evren Ozkan
b28e84076f Bringing series into viewport ( work-in-progress) 2015-11-19 23:44:07 -05:00
Evren Ozkan
652144932f lesion table scrollbar is visible 2015-11-19 16:51:52 -05:00
Erik Ziegler
39db003dca Added basic reloading of series from different studies 2015-11-19 21:36:03 +01:00
Erik Ziegler
0af0069d69 Added data persistence for lesion measurements and timepoints 2015-11-19 21:11:59 +01:00
Evren Ozkan
1facbfb0b1 lesion table styling issue 2015-11-19 14:16:56 -05:00
Erik Ziegler
8d6e9b7156 Added Prior indicator to viewport overlay based on oldest study date 2015-11-19 14:30:19 +01:00
Erik Ziegler
27566c3865 Linked study date to viewports in measurement grid 2015-11-19 13:26:27 +01:00
Rob Lewis
aec9ec8f8b Completed inline filtering - moved loading indicator into tbody to avoid reloading the header (with filter contents) 2015-11-18 16:04:34 -05:00
Rob Lewis
73a95b6e22 Inline worklist query filtering (per Armin's feedback) 2015-11-18 15:32:21 -05:00
Erik Ziegler
292edc11d3 Added a basic implementation of hanging protocols with one hardcoded mammogram protocol. 2015-11-18 16:56:37 +01:00
Evren Ozkan
dac91857f0 Accession#, # Images and Modality columns are invisible on mobile versions 2015-11-17 19:02:53 -05:00
Evren Ozkan
83714e2e85 studyDateList template is moved inside hidingPanel 2015-11-17 19:01:41 -05:00
Evren Ozkan
a528e52dbc Popups in Target&NonTarget Tools are opened at center on mobile devices 2015-11-17 16:42:06 -05:00
Erik Ziegler
7174dfe73f Merge branch 'studyDate' 2015-11-17 18:36:48 +01:00
Erik Ziegler
1511642000 Switched studies in Session to ViewerStudies and WorklistStudies Collections. Fixes studyDate selector issues 2015-11-17 18:17:51 +01:00
Evren Ozkan
2f21777327 Prevents page zooming 2015-11-17 10:50:54 -05:00
Erik Ziegler
aa7982b11b Fix broken nontarget tool after rebase 2015-11-17 16:05:10 +01:00
Evren Ozkan
2e51b4e41d Getting studyDate from wordlist 2015-11-17 16:04:20 +01:00
Weiwei
4f1fdfab3e Merge branch 'master' of https://github.com/OHIF/Viewers 2015-11-16 12:49:55 -06:00
Weiwei
f7d03c5c11 hanging protocols first commit 2015-11-16 12:47:45 -06:00
Erik Ziegler
f349572d53 Commented a lot of functions. Tried to get jsDoc and/or docco to work 2015-11-16 17:49:35 +01:00
Erik Ziegler
14f47ad0e3 Add removable backdrop templates for close-on-click-outside dialogs 2015-11-16 12:40:50 +01:00
Erik Ziegler
a3817e4d4e Added ViewerBaseStudyLoaded event and source image uid to instance retrieval 2015-11-16 11:02:21 +01:00
Evren Ozkan
4ddbf13402 Target tool touch event 2015-11-13 15:11:35 -05:00
Evren Ozkan
b28edb9704 NonTarget tool touch events 2015-11-13 15:11:35 -05:00
Erik Ziegler
7f6a35f45d Add ViewerBaseSeriesLoaded event 2015-11-13 16:54:49 +01:00
Evren Ozkan
37c3eb4c71 NonTarget Tool refactoring
NonTarget Tool is using callback function to set lesion number,
Unused function-nonTargetToolAdded is removed from lesionTable.js
2015-11-12 11:31:29 -05:00
Evren Ozkan
a205727c27 NonTarget Tool refactoring
pointNearTextBox is added to enable text moving
2015-11-12 11:31:29 -05:00
Erik Ziegler
9ce3e5ed86 Updated lesion dialog to use collections 2015-11-11 22:16:22 +01:00
Erik Ziegler
1d0ae73611 Fix for reference line bug 2015-11-11 15:37:11 +01:00
Rob Lewis
0e2c5e0d2e A minor fix to the lesion table's line-height so the rows aren't so "fat" and the scrollbar appears at the right time 2015-11-11 08:34:48 -05:00
Rob Lewis
0a260ca5d2 Merge branch 'master' of https://github.com/OHIF/Viewers 2015-11-11 08:20:12 -05:00
Rob Lewis
4221f54144 Fixed lesion table header width problem and added table borders 2015-11-11 08:19:53 -05:00
Erik Ziegler
a8ecd214d7 Refactored lesion tool to use updated cornerstoneTools functions 2015-11-11 13:36:33 +01:00
Erik Ziegler
9202d8da55 Fixed broken lesion table hover style 2015-11-11 00:08:58 +01:00
Erik Ziegler
a18b6a6dbf Bug fix for lesion table 2015-11-11 00:05:01 +01:00
radicalrob
60afb178e8 sort worklist by patient name, then study date 2015-11-10 09:16:14 -05:00
Evren Ozkan
aa5e23cf8e Bug fixing: nonTarget tool measurements will be active when row is selected 2015-11-09 15:35:06 -05:00
Evren Ozkan
1e61e487c0 Bug fixing: nonTarget tool rendering problem when measurements of a row are activated 2015-11-09 11:49:31 -05:00
Evren Ozkan
3c8c212416 Bug fixing: Non-Target lesion in lesion table
location dropdown list in nonTargetLesionDialog is disabled if
lesionNumber exists
2015-11-09 09:38:24 -05:00
Evren Ozkan
db21685473 nonTarget tool is added 2015-11-09 08:08:50 -05:00
Erik Ziegler
02a5b2fc53 Added magnify, window by region, and arrow annotation tools 2015-11-06 21:49:44 +01:00
Erik Ziegler
6d6f174f94 Added double-click to zoom viewports 2015-11-06 20:52:28 +01:00
Erik Ziegler
4c4fb73fdc Added reset viewport and clear tools buttons to toolbar 2015-11-06 18:24:53 +01:00
Erik Ziegler
1d025623e5 Fix prefetch bug in imageViewerViewports 2015-11-06 18:01:39 +01:00
Erik Ziegler
b49c36493e Measurements and Timepoint interaction in Lesion Table and tools 2015-11-06 17:35:35 +01:00
Erik Ziegler
5363880e40 Cleanup around viewerbase and worklist 2015-11-06 15:29:09 +01:00
Erik Ziegler
b5f94412fa Made tabs open before study loads. Added study loading indicator 2015-11-06 12:36:38 +01:00
Erik Ziegler
814e6f7741 Fix overriding of viewerbase style in LesionTracker. Add loading icon for worklist 2015-11-06 12:06:11 +01:00
Rob Lewis
e8bbf5e35e Remove active viewport orange border; just use white border on hover 2015-11-05 17:34:14 -05:00
Rob Lewis
26a5adbb48 Some minor style changes (colors, lesion tool icon) 2015-11-05 15:19:00 -05:00
Erik Ziegler
1bcf4fc02d Update dicomParser. Small bug fix in hangingProtocol to avoid errors on non-image files 2015-11-05 19:57:07 +01:00
Evren Ozkan
7488fcac22 Bug fixing: lesions will be active after drag/drop for same image series 2015-11-03 19:21:45 -05:00
Evren Ozkan
ac45654772 Some styling changes
Styling changes for lesionTable, move logo&header in same row with tabs
2015-11-03 19:21:45 -05:00
Erik Ziegler
1ad2b92704 Minor updates to package.js for several packages 2015-11-03 22:58:05 +01:00
Evren Ozkan
c7f4662b6c hidingPanel is added for thumbnails 2015-11-03 11:27:43 -05:00
Aysel Afsar
ead3928077 select lesion from lesion table and show its image
Bug fix: Scroll to the correct image when lesion table row is clicked
2015-11-01 18:24:31 -05:00
Erik Ziegler
28c67b573f Commented imageViewerViewport, fixed a reference line bug 2015-10-31 18:46:47 +01:00
Erik Ziegler
48defe8bf1 Add visual cue to active viewport 2015-10-31 17:19:58 +01:00
Erik Ziegler
587999b8dd Improved loading indicators. Added % loaded to viewports and thumbnails 2015-10-31 17:01:47 +01:00
Aysel Afsar
eac9669aa4 select lesion from lesion table and show its image(has some bugs) 2015-10-31 10:26:57 -04:00
Rob Lewis
4968fc1811 More styling changes for lesion table (alternating row colors and match hover color of worklist 2015-10-30 13:17:09 -04:00
Rob Lewis
90e677fc42 Some styling changes to lesion table 2015-10-30 12:16:09 -04:00
Erik Ziegler
7a958c3513 Fixed rebasing error 2015-10-30 12:27:30 +01:00
Erik Ziegler
a10f149b4b Updates to improve reactivity, session storage, logging 2015-10-30 12:25:08 +01:00
Aysel Afsar
9fb5cc2953 Update measurement data in lesion table 2015-10-29 19:05:04 -04:00
Aysel Afsar
78faa2a8f9 Set lesion table row data in correct columns
Populate Measurements collection according to lesion table columns
2015-10-29 15:40:20 -04:00
Aysel Afsar
f5f10dea34 Measurements collection is added for lesion table 2015-10-29 08:51:00 -04:00
Aysel Afsar
edc9ecf69c Call showLesionDialog event from lesionTool.js 2015-10-26 11:04:42 -04:00
Erik Ziegler
e2000480d3 Updates to Lesion Tracker lesionTable and Packaging 2015-10-23 18:21:46 +02:00
Erik Ziegler
4721400b34 Updates to save viewport data across sessions / while switching tabs 2015-10-23 14:08:51 +02:00
Erik Ziegler
56417df385 Styling fixes for tabs, collapsible search box, navbar updates 2015-10-22 17:01:00 +02:00
Erik Ziegler
7f04f96222 Fixes for activeViewport reactivity 2015-10-22 11:12:20 +02:00
Erik Ziegler
f7e6bee94f Update to tabs. Styling needs work 2015-10-20 15:45:27 +02:00
Erik Ziegler
7217b7c67d Work towards tabbed panels. Still very broken 2015-10-15 15:05:41 +02:00
Erik Ziegler
9803046f2d Bug fixes for worklist and OHIF viewer. Trying to get tabbed worklist/viewer working 2015-10-13 21:18:40 +02:00
Erik Ziegler
a538b5f07d Cleanup to make LesionTracker layout work with refactored packages 2015-10-13 20:50:48 +02:00
Erik Ziegler
b774c22593 Merged LesionTracker and OHIF Viewer, refactored out common components 2015-10-13 14:14:50 +02:00