Opened 10 years ago
Closed 9 years ago
#771 closed task (fixed)
Yellow label highlighting a representative specimen
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.3 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
A new annotation named YellowLabel
for samples of subtype Specimen. It should be a string enum with one allowed value: yellow
(more values may be defined in the future).
At some point, one of the available labels on the pathology referral form will be colored yellow (the yellow label).
When registered, a specimen with the yellow label should be annotated as YellowLabel = yellow
. The idea is that the pathologist will highlight a biopsy (using the yellow label) to indicate that it is suitable for further analysis with respect to clinically relevant end-points. That is, a yellow label is the pathologists way of ‘requesting’ a clinical report or at least indicating that a report generated for the specimen should be relevant for the breast cancer.
The pathologist will still have the possibility to collect additional tissue samples (specimen) in separate RNAlater tubes marked with individual labels (not yellow). The instructions to the pathologist will go so far as to specify that if it’s deemed that a representative specimen cannot be collected the yellow label should not be used at all. In such a senario, the pathologist will still have the possibility to collect a non-representative specimen, e.g., a node-metastasis or a piece of tumor adjacent tissue or tumor tissue that the pathologists simply does not deem as representative.
Samples registered with regular labels (not yellow) should be not be annotated.
Samples that are already registered will not be ‘retro’ annotated.
This ticket may be divided into subtickets:
Change History (12)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
comment:4 by , 9 years ago
Status: | new → assigned |
---|
comment:5 by , 9 years ago
Description: | modified (diff) |
---|
comment:6 by , 9 years ago
Description: | modified (diff) |
---|
comment:7 by , 9 years ago
Description: | modified (diff) |
---|
comment:8 by , 9 years ago
(In [3770]) References #771: Yellow label highlighting a representative specimen
Added class YellowLabelStatistics
. It is intended to be used as a cache for information about yellow label specimen that may be expensive or impractical to retreive in real time. The statistics is controlled by the counter service which means that it should be updated at least once every hour.
To begin with it will simply keep the names of all specimen that has been annotated with the YellowLabel annotation. This list is used by the "Reggie" column action to put the yellow-label icon in the "Reggie" column for items that are derived from yellow-label specimen. The icon is for informational purposes only.
comment:9 by , 9 years ago
comment:10 by , 9 years ago
Description: | modified (diff) |
---|
comment:11 by , 9 years ago
Milestone: | Reggie v4.x → Reggie v4.3 |
---|
comment:12 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Renamed the
RepresentativeSpecimen
annotation toYellowLabel
.