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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #725, comment 27

    initial v1  
    55Design update:
    66
    7  1. Specimen tube registration updated:[[BR]]a. Javascript file `specimentube.js` in `resources/sampleproc/` updated.
    8  2. Personal information registration updated:[[BR]]a. Javascript file `persinfo.js` in `resources/personal/` updated.
     7 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.
     9