Opened 6 years ago
Closed 6 years ago
#1060 closed enhancement (fixed)
Copy consent in referral form registration wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.19 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
In the referral form registration wizard there is a function that allows the operator to copy consent information from a previously registered case or blood item. This functionality is only active when registering a new case and since there can only be two cases connected to the same patient the existing case with a consent must have a different SCANB-ID. When checking for a blood item, we only search for an item with the same SCANB-ID, so if there is a consent we should prefer to copy that instead of the consent on the case item.
The "Copy consent" function was first developed in #349 and assumed that only a single consent was submitted for bi-lateral cases, but now it seems like there can be one consent for each side.
Change History (2)
comment:1 by , 6 years ago
Status: | new → assigned |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [4930]) Fixes #1060: Copy consent in referral form registration wizard
Consent from the blood item should now be used before consent on the other case.