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