Opened 11 years ago
Closed 11 years ago
#511 closed defect (fixed)
Consent information not copied from PreNeo blood registration
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.13 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
It seems like registering information from a patient in the following order Blood, Consent, Case fails to copy the consent information from the Blood item to the Case item.
Change History (3)
comment:1 by , 11 years ago
Status: | new → assigned |
---|---|
Summary: | Consent information not copied from blood registration → Consent information not copied from PreNeo blood registration |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added instructions for manually copying consent informatio. See Reggie 2.13 update notes.
Note:
See TracTickets
for help on using tickets.
After investigating this a bit more it seems like the root cause is that the Blood item is a PreNeo blood, and the Case information is from a surgery. There is no case for core biopsies and no blood from PreOp.
When the core biopsy support was implemented in #381, code was added in to
ConsentFormServlet
[1622] to allow the consent registration wizard to find blood with or without PreNeo annotation. The same change was never made inPersonalRegistrationServlet
.