Changes between Version 1 and Version 2 of Ticket #816, comment 87


Ignore:
Timestamp:
Jan 7, 2016, 4:06:28 PM (8 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #816, comment 87

    v1 v2  
    33 * 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.
    44
     5Design update:
     6
    57 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.
    68 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.