Opened 12 years ago
Closed 12 years ago
#450 closed task (fixed)
Show information about a case/patient
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.11 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The idea is to implement a function that takes a case number or personal number as input and display a lot of information about this case/patient:
- Case and patient information (including checks for missing values)
- Blood sample information
- Specimen information
- DNA/RNA information, quality control values, etc.
- Histology information
- etc...
The details need to be discussed, but it should be simple enough to start with some basic information and then add more when we see a need for it.
Attachments (1)
Change History (19)
by , 12 years ago
Attachment: | case-overview.png added |
---|
comment:1 by , 12 years ago
Milestone: | Reggie v2.x → Reggie v2.11 |
---|
comment:2 by , 12 years ago
Milestone: | Reggie v2.11 → Reggie v2.x |
---|
comment:3 by , 12 years ago
Milestone: | Reggie v2.x → Reggie v2.11 |
---|---|
Status: | new → assigned |
comment:4 by , 12 years ago
comment:5 by , 12 years ago
(In [1824]) References #450: Show information about a case/patient
Implemented two extensions that provide shortcuts to the "Case overview" page.
- A button in the toolbar on single-item pages for samples and extracts with a name that starts with 7 digits.
- A section in the "Item overview" that has a link to the "Case overview" if the current item has a name that starts with 7 digits.
In both cases, the 7 digits in the name are extracted and used as the case name.
Also added a input field for entering a new case name on the overview page so that one doesn't have to go back to the index page all the time.
comment:6 by , 12 years ago
comment:7 by , 12 years ago
comment:8 by , 12 years ago
comment:9 by , 12 years ago
comment:10 by , 12 years ago
comment:11 by , 12 years ago
comment:12 by , 12 years ago
comment:13 by , 12 years ago
(In [1836]) References #450: Show information about a case/patient
Reworked the design of the information page. Added a checkbox to show sensitive information (eg. personal number) which is hidden by default. RNAQC date should be taken from the bioplate QC_RUN_DATE annotation since the creation date is the date the aliquot was put on the caliper plate and is not the same as the run date.
comment:14 by , 12 years ago
(In [1838]) References #450: Show information about a case/patient
Fixed an issue with formatting numbers. Now uses the javascript builtin formatting function Number.toFixed()
instead of the buggy one provided by BASE. Fixed an issue with adding '0' as value to a columns which interpreted it as missing and printed nothing instead.
comment:15 by , 12 years ago
comment:16 by , 12 years ago
comment:17 by , 12 years ago
(In [1844]) References #450: Show information about a case/patient
- Added 'Comment' fields for a lot of items
- Some RNAQC items may be new NanoDrop concentration measurements and should not be included in the RNAQC summary section
- The last RNAQC must be found be checking the QC_RUN_DATE annotation on the associated bioplate instead of using the creation date.
- Columns in the summary could get misaligned when multiple items of the same type exists and only some of them have a value since the column was not added for those that was missing the value
- For the same reason, a complete section/row could be hidden if the last item was missing a value even if some of the previous items had a value.
comment:18 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Case overview mockup