Changes between Initial Version and Version 1 of Ticket #426, comment 4


Ignore:
Timestamp:
Nov 13, 2012, 4:13:22 PM (11 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #426, comment 4

    initial v1  
    77 * Servlet `SampleReportServlet` in `reggie/src/net/sf/basedb/reggie/servlet/` should be updated to call a new private method `JSONObject createConsentCountReport(DbControl dc, JSONObject json)` to generate the data for the consent count report. A number of new convenience methods will be added, in order to make the code more readable.
    88 * JSP script `samplereportgenerator.jsp` in `reggie/resources/` should be updated to call new function `createConsentCountReport(report)` to create the consent report. A number of convenience functions will be added, in order to make the code more readable.
    9  * The html code for the clickable patient id in the table of patients with multiple consents should be of the type[[BR]]`<span class="link" onclick="Main.itemOnClick(event, 'f703f794ef4538af', 'BIOSOURCE', 9081, false)" title="View this sample">PAT000791</span>`[[BR]]where "`f703f794ef4538af`" is the session id, "`9081`" the Biosource id, and "`PAT000791`" the patient id.
     9 * The html code for the clickable patient id in the table of patients with multiple consents should be of the type[[BR]]`<span class="link" onclick="Main.itemOnClick(event, 'f703f794ef4538af', 'BIOSOURCE', 9081, false)" title="View this sample">PAT000791</span>`[[BR]]where "`f703f794ef4538af`" is the session id, "`9081`" the Biosource id, and "`PAT000791`" the patient id (entries have been faked for this example).