Changes between Initial Version and Version 1 of Ticket #569, comment 7


Ignore:
Timestamp:
Feb 10, 2014, 11:45:29 AM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #569, comment 7

    initial v1  
    11Problem description:
    22
    3  * Because of a bug in private method `List<Sample> createSampleListForMissingConsentDataReport(DbControl dc)` in java servlet `ExportServlet.java` in `reggie/src/net/sf/basedb/reggie/servlet/`, patient items were never found for `Case` items, and therefore no personal information was reported for the latter, even when it existed. The bug resulted from reuse of code from other methods, where samples of type `Blood`, `Specimen`, and `No Specimen` was used, while for the missing consent data report only samples of type `Blood` and `Case` are used, where the patient is the parent item.
     3 * Because of a bug in private method `List<Sample> createSampleListForMissingConsentDataReport(DbControl dc)` in java servlet `ExportServlet.java` in `reggie/src/net/sf/basedb/reggie/servlet/`, patient items were never found for `Case` items, and therefore no personal information was reported for the latter, even when it existed. The bug resulted from reuse of code from other methods, where samples of type `Blood`, `Specimen`, and `No Specimen` were used, while for the missing consent data report only samples of type `Blood` and `Case` are used, where the patient is the parent item.