Changes between Version 1 and Version 2 of Ticket #725, comment 27


Ignore:
Timestamp:
Feb 26, 2015, 7:29:15 AM (9 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #725, comment 27

    v1 v2  
    66
    77 1. Specimen tube registration updated in Javascript file `specimentube.js` in `resources/sampleproc/`:[[BR]]a. Function `initPage()` updated at end to send an Ajax request to servlet `LabelGenerationServlet` to count number of registered cases and send the result to new function `caseInfoLoadedStep1()`.[[BR]]b. New function `caseInfoLoadedStep1()` added. It retrieves the number of registered cases from the Ajax request and inserts the next available case name in the case name input field.
    8  2. Personal information registration updated in Javascript file `persinfo.js` in `resources/personal/`:[[BR]]a.Function `initPage()` updated at end to send an Ajax request to servlet `LabelGenerationServlet` to count number of registered cases and send the result to new function `caseInfoLoadedStep1()`.[[BR]]b. New function `caseInfoLoadedStep1()` added. It retrieves the number of registered cases from the Ajax request and inserts the next available case name in the case name input field.
     8 2. Personal information registration updated in Javascript file `persinfo.js` in `resources/personal/`:[[BR]]a. Function `initPage()` updated at end to send an Ajax request to servlet `LabelGenerationServlet` to count number of registered cases and send the result to new function `caseInfoLoadedStep1()`.[[BR]]b. New function `caseInfoLoadedStep1()` added. It retrieves the number of registered cases from the Ajax request and inserts the next available case name in the case name input field.
    99