Opened 13 years ago
Closed 13 years ago
#381 closed task (fixed)
Handle core biopsies
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.5 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
Some patients may have a core biopsy taken at some time (typically a couple of months) before operation. In this case we may receive two sets of specimen under the same scan-b number. There will also be two sets of blood samples under the same number. To distinguish the two cases it has been decided that the barcode for the core biopsy-related forms should have a 'C' as suffix. This need to be handled by the various wizards. The specimen registration wizard should automatically set the BiopsyType=SpecimenCoreBiopsy
annotation and the blood registration wizard need a new annotation type: BloodSample=PreNeo, PreOp
Both wizard also need to make sure that specimen and blood items are created with unique names, which means that they need to continue with the usual numerical suffixes from the last used index. Eg. the core biopsies are registered as NNNN.1, NNNN.2, and the regular specimen will then continue NNNN.3, NNNN.4 etc.
Change History (8)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Status: | new → assigned |
---|
comment:3 by , 13 years ago
comment:4 by , 13 years ago
comment:5 by , 13 years ago
comment:6 by , 13 years ago
comment:7 by , 13 years ago
comment:8 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems to be working as expected in all the common use cases that we can think of.
(In [1614]) References #381: Handle core biopsies
The blood registration wizard should now support this. It can be enabled/disabled per site depending on settings in the new
Site
class. Currently, it is only enabled for Lund.