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 | |