#434 closed enhancement (fixed)
Sample count report should allow selection of specimen or blood sample
Reported by: | olle | Owned by: | olle |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.9 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Sample count report should allow selection of specimen or blood sample. Currently the sample count report creates a report for specimens. It should be updated to allow the user to select if the report should be for specimens or blood samples.
Change History (6)
comment:1 by , 12 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
Traceability note:
- The report generator was introduced in Ticket #339 (Report generator). It included a sample count report.
- The sample count report was updated in Ticket #419 (Allow user to select resolution in sample count report), Ticket #420 (Sample count report should have two columns for summed data), and Ticket #421 (Sample count report does not always handle all views correctly).
- The general layout of the reports was updated in Ticket #428 (Reports should have sites in alphabetic order and a column with latest item dates).
comment:3 by , 12 years ago
Design discussion:
- JSP script
samplereportgenerator
will be extended in step 2 with a new pop-up menu "Sample type
" with selection for "Specimen
" or "Blood
" ("Specimen
" should be the default choice). The value of the menu selection will be sent to servletSampleReportServlet
. - Servlet
SampleReportServlet
inreggie/src/net/sf/basedb/reggie/servlet/
will be updated to retrieve the sample type chosen, and transfer the value to private methodJSONObject createSampleCountReport(...)
via a new argumentString sampleType
. The latter method will then filter the sample query to use the chosen sample type.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 12 years ago
comment:6 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
Ticket accepted.