Changes between Version 9 and Version 10 of Ticket #768, comment 10
- Timestamp:
- Apr 29, 2015, 8:17:59 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #768, comment 10
v9 v10 25 25 26 26 4. Javascript file `specimentube.js` in `resources/sampleproc/` updated:[[BR]]a. Function `initializeStep3()` updated with input fields for DNA and RNA storage locations for each specimen.[[BR]]b. Function `storagePositionsLoaded(response)` updated to retrieve recommended storage positions for DNA and RNA extracts for each specimen, and to set event handlers for the new fields.[[BR]]c. Function `boxOnKeyUp(event)` updated to retrieve parameter `boxType` from the call, in order to print error messages next to the correct storage location field.[[BR]]d. Function `wellOnChange(event)` updated to retrieve parameter `boxType` from the call, in order to check the correct storage location field.[[BR]]e. Function `onBoxValidated(response, index)` updated to `onBoxValidated(response, boxType index)` with new argument `boxType` to retrieve parameter `boxType` from the call, in order to validate the correct storage location field.[[BR]]f. Function `validateStep3(event)` updated to retrieve value of `tubeContentType` from input field, in order to check validity of the correct storage location field(s).[[BR]]g. Function `submit()` updated to include information on DNA and RNA storage locations for specimens, when sending JSON info to `SpecimenTubeRegistrationServlet` for registration. 27 27 5. Javascript file `persinfo.js` in `resources/personal/` updated:[[BR]]a. Function `initializeStep4()` updated with input fields for DNA and RNA storage locations for each specimen.[[BR]]b. Function `storagePositionsLoaded(response)` updated to retrieve recommended storage positions for DNA and RNA extracts for each specimen, and to set event handlers for the new fields.[[BR]]c. Function `boxOnKeyUp(event)` updated to retrieve parameter `boxType` from the call, in order to print error messages next to the correct storage location field.[[BR]]d. Function `wellOnChange(event)` updated to retrieve parameter `boxType` from the call, in order to check the correct storage location field.[[BR]]e. Function `onBoxValidated(response, index)` updated to `onBoxValidated(response, boxType index)` with new argument `boxType` to retrieve parameter `boxType` from the call, in order to validate the correct storage location field.[[BR]]f. Function `validateStep4(event)` updated to retrieve value of `tubeContentType` from input field, in order to check validity of the correct storage location field(s).[[BR]]g. Function `submit()` updated to include information on DNA and RNA storage locations for specimens, when sending JSON info to `SpecimenTubeRegistrationServlet` for registration. 28 28 29 29 6. JSP file `extraction_protocol2.jsp` in `resources/sampleproc/` updated by adding columns for RNA and DNA plate positions to the left of the concentrations columns for each extract.