Opened 13 years ago
Closed 13 years ago
#349 closed enhancement (fixed)
Copy consent information to multiple cases
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.2 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
There are some use-cases where it would make sense to duplicate the consent annotations on both cases. One example is the bi-lateral case:
There are two batches with specimen tubes and two case numbers, but there is only one consent form with a case number randomly chosen from one of the cases.
This affects the 'Consent form registration wizard'. If personal information for the given case exists, it should check if there are other cases for the same patient and display a check box (enabled by default) for duplicating the consent annotation to the other case.
It also affects the 'Personal information registration wizard'. If the patient already exists, it should check if there is consent information registered for the other case and display a check box (enabled by default) for duplicating the consent information to the new case.
Change History (5)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
comment:4 by , 13 years ago
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [1521]) References #349: Copy consent information to multiple cases
The consent registration wizard will now load and check existing consent for all cases and blood samples linked with the given patient. It allows the user to select exactly which cases and blood samples to register. The wizard can be repeated at a later time to register consent for more cases/blood samples.