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:

  1. Register a core-biopsy type specimen tube and a patient for it. A new case and specimen tube is created: A and A.1
  2. 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
  3. 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.
  4. 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 Nicklas Nordborg, 10 years ago

Summary: Specimen tube item get incorrect nameSpecimen tube item is registered with incorrect name

comment:2 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed

(In [2576]) Fixes #618: Specimen tube item is registered with incorrect name

comment:3 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: closedreopened

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 Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: reopenedclosed

(In [2594]) Fixes #618: Specimen tube item is registered with incorrect name

Set "originalName" also on new cases.

Note: See TracTickets for help on using tickets.