Opened 12 years ago
Last modified 12 years ago
#491 closed defect
Laterality is not stored for NoSpecimen items in some cases — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v2.12 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.