Opened 12 years ago
Closed 11 years ago
#489 closed task (fixed)
Histology scoring wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.14 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
This is a new wizard in the Histology section. It should be used to add scores to the H&E stained samples on glass slides.
The wizard should work with one glass at a time, in the order they have been stored in the storage box (eg. sort by tray and position). For each glass slide it should be possible to enter several scores which are percentage counts of various cell types found in the sample. There are currently 6 groups (need to check what they are called). The wizard should check that they sum up to 100%.
The default "mode" is that scores should be entered for each sample that has the GoodStain
annotation. Note that some slides may have no such sample so it must be possible to register that slide as done so that it doesn't reappear the next time the wizard is started.
It should be possible to score samples not having the GoodStain
annotation as well and then there should be an optional possibility to take over the GoodStain
annotation from the sister sample on another slide.
It should also be possible to register incomplete results. The slide should then be marked as such so that it is possible to quickly find it and complete the information at a later time.
It should also be possible to redo any completed slide.
Change History (12)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Status: | new → assigned |
---|
comment:3 by , 11 years ago
(In [2123]) References #489: Histology scoring wizard
Information about the next set of HE glass is now retreived and a GUI is created. There is functionality for selecting which sample to score, enter scores and setting the GoodStain
annotation. Some validation has been implemented, but it is not possible to save data back to BASE. Manually selecting a different HE glass is not implemented.
comment:4 by , 11 years ago
Milestone: | Reggie v2.x → Reggie v2.14 |
---|
comment:5 by , 11 years ago
comment:6 by , 11 years ago
comment:7 by , 11 years ago
(In [2128]) References #489: Histology scoring wizard
Several improvements to saving and error handling:
- Support for 'keep session alive' to reduce the risk of automatic logout during data entry
- Warning about unsaved data should now work for all cases when navigating to another page
- Using local storage to temporary store info on the local computer. Useful if computer/browser crashes and it is possible to restore all entered information.
comment:8 by , 11 years ago
comment:9 by , 11 years ago
comment:10 by , 11 years ago
comment:11 by , 11 years ago
comment:12 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2117]) References #489: Histology scoring wizard