Opened 10 years ago
Closed 10 years ago
#618 closed defect (fixed)
Specimen tube item is registered with incorrect name
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
In rare cases a specimen tube can be named incorrectly:
- Register a core-biopsy type specimen tube and a patient for it. A new case and specimen tube is created: A and A.1
- Register a second core-biopsy for the same patient and laterality but with a different scanb-id (B). A new specimen tub is created: B.1
- Register a regular specimen for the same patient and laterality with the B scanb-id. The new specimen tub is incorrectly named A.2. The correct name should be B.2.
- If the registration is re-done a second time another specimen tube with the same name (A.2) is created.
Change History (4)
comment:1 by , 10 years ago
Summary: | Specimen tube item get incorrect name → Specimen tube item is registered with incorrect name |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The fix made actually made things worse than it was before...
The problem now is that new cases will not get a name at all. The display will show "undefined.1" and this is also the name given to the new specimen tube.
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [2576]) Fixes #618: Specimen tube item is registered with incorrect name