Changes between Initial Version and Version 1 of Ticket #563, comment 3


Ignore:
Timestamp:
Jan 21, 2014, 2:00:12 PM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #563, comment 3

    initial v1  
    33Updates in java servlet `SampleReportServlet.java` in `reggie/src/net/sf/basedb/reggie/servlet/`:
    44
    5  * `JSONObject createMissingSampleDataReport(...)` should be updated to call new private method `List<Sample> createSampleListForMissingSampleDataReport(DbControl dc, String sampleType, String bloodSampleFilter)` to create the sample list to use. The latter method calls new private method `boolean passBloodSampleFilter(DbControl dc, SnapshotManager manager, String bloodSampleFilter, Sample s)` to apply an optional blood sample filter.
     5 * Private method `JSONObject createMissingSampleDataReport(...)` should be updated to call new private method `List<Sample> createSampleListForMissingSampleDataReport(DbControl dc, String sampleType, String bloodSampleFilter)` to create the sample list to use. The latter method calls new private method `boolean passBloodSampleFilter(DbControl dc, SnapshotManager manager, String bloodSampleFilter, Sample s)` to apply an optional blood sample filter.
    66 * Private methods `List<Sample> createSampleCountSampleList(...)` and `JSONObject createOverviewReport(...)` should be updated to call new private method `boolean passBloodSampleFilter(DbControl dc, SnapshotManager manager, String bloodSampleFilter, Sample s)` to apply an optional blood sample filter.