Changes between Version 1 and Version 2 of Ticket #816, comment 87
- Timestamp:
- Jan 7, 2016, 4:06:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #816, comment 87
v1 v2 3 3 * Case registration wizards "Register new cases without patient info" and "Pathology referral form registration" should be updated in last step to set default number of sections to 0 instead of 1, if comment "Utkarvad." (Carved out) has been added by clicking a dedicated button, but comment "MNB." (Medium needle biopsy) has '''not''' been added by clicking a dedicated button. 4 4 5 Design update: 6 5 7 1. Javascript file `specimentube.js` in `resources/sampleproc/` updated:[[BR]]a. Functions `addCommentGeneral(event)` and `addComment(event)` to call new function `setNumberOfSectionsFromComment(event)` at end of function.[[BR]]b. New function `setNumberOfSectionsFromComment(event)` added. It checks the added operator delivery comment for a specimen tube, and if "Utkarvad." is present, but not "MNB.", the number of sections is set to 0, else 1. 6 8 2. Javascript file `persinfo.js` in `resources/personal/` updated:[[BR]]a. Functions `addCommentGeneral(event)` and `addComment(event)` to call new function `setNumberOfSectionsFromComment(event)` at end of function.[[BR]]b. New function `setNumberOfSectionsFromComment(event)` added. It checks the added operator delivery comment for a specimen tube, and if "Utkarvad." is present, but not "MNB.", the number of sections is set to 0, else 1.