Opened 5 years ago
Closed 5 years ago
#1234 closed task (fixed)
Implement batch importer for followup blood samples
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.27 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Handling of follow up blood has been moved to an external entity. However we still want to get information about the blood that is collected, so we have arranged to get data in an Excel file.
The file will contain a full data dump and it is up to the importer to check if we already have information about a given blood item or if we need to create a new item.
The Excel file contains the following columns:
- PersonalNumber
- Name
- BloodRccidNumber
- BloodSample
- BloodSamplingDate
- BloodSamplingTime
- BloodFreezerDate
- BloodFreezerTime
- OtherPathNote
The 'Name' column is a SCAN-B id which should match some existing entry in our database already.
The other columns should map to already existing annotations that we used for blood items, except that we need to merge the two sets of Date
and Time
columns.
Also note that we typically copy consent information to new blood items in the old wizard, so this should also be done whenever we create new blood items.
Change History (10)
comment:1 by , 5 years ago
Milestone: | Reggie v4.26 → Reggie v4.x |
---|
comment:2 by , 5 years ago
Milestone: | Reggie v4.x → Reggie v4.27 |
---|
comment:3 by , 5 years ago
comment:10 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 5910: