Changes between Initial Version and Version 1 of Ticket #565, comment 8


Ignore:
Timestamp:
Feb 3, 2014, 9:26:30 AM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #565, comment 8

    initial v1  
    22
    33 1. JSP script `index.jsp` in `reggie/resources/` updated with new entry "Export missing data sample list" under Reggie section "Export/import information to/from external registers", with link to new JSP script `export_missing_data_sample_list.jsp` in `reggie/resources/personal/`.
    4  2. JSP script `samplereportgenerator.jsp` in `reggie/resources/reports/` updated by removal of the added "Export" button beside the "Restart" button at the end of the report view, thus removing the changes added in change set [http://baseplugins.thep.lu.se/changeset/2206 [2206]].
     4 2. JSP script `samplereportgenerator.jsp` in `reggie/resources/reports/` updated by removal of the added "Export" button beside the "Restart" button at the end of the report view in the missing sample data report, thus removing the changes added in change set [http://baseplugins.thep.lu.se/changeset/2206 [2206]].
    55 3. New JSP script `export_missing_data_sample_list.jsp` in `reggie/resources/personal/` added. It is based on JSP script `export_inca.jsp`, but has a menu "Sample type(s)" with options "`Specimen/No specimen`" and "`Blood`". It calls java servlet `ExportServlet.java` with command `ExportMissingSampleDataSampleList` and the selected menu option.
    66 4. Java servlet `ExportServlet.java` in `reggie/src/net/sf/basedb/reggie/servlet/` updated to accept the new menu option "`Specimen/No specimen`".