Opened 9 years ago
Closed 9 years ago
#808 closed enhancement (fixed)
Import wizard for frozen tissue dates
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v3.6 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
A new annotation FrozenTissueDate
should be created and used for Case
items. The value should be a date value that indicate the latest known date the tissue existed in the biobank.
An import wizard should be created that reads a file containing a list with SCANBID values. One ID per line and no other information. The wizard should find cases that matches the list of IDs and update or create the FrozenTissueDate
annotation. The value should be set to the current date.
Note that the wizard may have to check Specimen
and NoSpecimen
items also, since a case may have child items with different SCANBID.
Cases that are not found in the list should not be modified.
Change History (3)
comment:1 by , 9 years ago
Milestone: | Reggie v3.x → Reggie v3.6 |
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [3484]) References #808: Import wizard for frozen tissue dates
Added
FrozenTissueDate
to installation wizard and a link on the index page under the 'Export/import information...' section.