Opened 8 years ago
Closed 8 years ago
#896 closed task (fixed)
INCA import should include laterality mapping column
Reported by: | olle | Owned by: | olle |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.6 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The first version of INCA import excluded the column used for mapping file entries to laterality for SCAN-B cases, "A030Sida_Beskrivning
" from import. It is now desired that this column should also be imported, so the column header name should be removed from the exclude list.
Change History (6)
comment:1 by , 8 years ago
Owner: | changed from | to
---|
comment:3 by , 8 years ago
comment:4 by , 8 years ago
(In [3999]) Refs #896. INCA import was updated to allow data in laterality mapping column with header "A030Sida_Beskrivning
" to be imported:
- Java servlet class/file
IncaServlet.java
insrc/net/sf/basedb/reggie/servlet/
updated by removing laterality mapping column header "A030Sida_Beskrivning
" from string listunImportedHeaders
.
comment:5 by , 8 years ago
Test:
- Setup: A new annotation type named "
INCA_A030Sida_Beskrivning
" with item typeSample
, value typeString
, and belonging to category "INCA
", was created in BASE on a local system. An INCA import was performed using a modified INCA file, where personal numbers had been replaced with the fake personal numbers used in the test system. - Result: Inspection in BASE of INCA annotations for some cases on the local test system after the INCA import, showed that the annotations of the new annotation type "
INCA_A030Sida_Beskrivning
" existed with values corresponding to what was expected from the laterality annotations of the cases. The test therefore passed with successful result.
comment:6 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ticket closed since the requested change has been added.
Note:
See TracTickets
for help on using tickets.
Ticket reassigned to "olle".