Opened 12 years ago
Last modified 12 years ago
#491 closed defect
Laterality is not stored for NoSpecimen items in some cases — at Version 1
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v2.12 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
The scenario we have found so far is:
- A
SpecimenCoreBiopsy
is registered with a given laterality - A
Patient
andCase
is registered with the same laterality - Some time later referral form is received but no speciemen
- The registration wizard allow the user to select laterality, and pre-selects the laterality of the existing
SpecimenCoreBiopsy
item. If the user changes the laterality everything is created as expected and the existing items are updated. - If the user leaves the laterality unchanged (most common case) the
NoSpecimen
item is created but no laterality is set.
Workaround is to manually set the laterality on the NoSpecimen
item.
Regarding step 4 in the procedure above: The wizard gives no indication that an existing specimen has been registered already and no warning if the laterality is modified. This could be improved.
Note:
See TracTickets
for help on using tickets.