Opened 10 years ago
Closed 10 years ago
#624 closed enhancement (fixed)
Improve performance of the "Missing data" export wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v2.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Similar to #623, but a bit more complicated since it checks data at both the sample and patient level.
For blood samples we can filter on:
- BLOOD_SAMPLING_DATETIME
- BLOOD_FREEZER_DATETIME
- ALL_FIRST_NAMES (on patient)
- FAMILY_NAME (on patient)
For specimen/nospecimen samples we can filter on:
- PAD
- LATERALITY
- SAMPLING_DATETIME
- RNALATER_DATETIME (only on specimen)
- ALL_FIRST_NAMES (on patient)
- FAMILY_NAME (on patient)
Note:
See TracTickets
for help on using tickets.
(In [2607]) Fixes #624: Improve performance of the "Missing data" export wizard