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