Opened 4 years ago
Closed 3 years ago
#1295 closed enhancement (fixed)
Registration of specimen handled by external lab
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v4.32 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
Note** This has only been fixed for importing from RNA. Further development is needed to support importing from Specimen or Case.
The current registration procedure assumes that we get all specimen tubes to our lab. If we don't get any specimen this is handled by creating a NoSpecimen item.
This is going to change and some specimen will be handled and sequenced by an external lab. We still need to register information about those specimen since we will get the same referral form as before. Processing information and results from the external lab will be imported later by a completely new wizard.
To begin with the "Pathology referral form registration" wizard need modifications so that it is possible to register a specimen as a FutureSpecimen (this is a suggestion). This is an indication that results will come later, and the FutureSpecimen will then transform to a regular !Specimen item (or possible more than one if multiple tubes was used for the same referral). It is also possible that the FutureSpecimen should be transformed to a NoSpecimen in case we never get any results.
This change will most likely affect several of other wizards, such as the consent and blood registration wizard, to make sure that they find the correct information based on a given SCAN-B id.
Change History (47)
comment:1 by , 4 years ago
comment:6 by , 4 years ago
In [6159]
References #1295: Registration of specimen handled by external lab
Display information about FutureSpecimen on the "Edit" page.
comment:47 by , 3 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In [6151]
References #1295: Registration of specimen handled by external lab
Added
Subtype.FUTURE_SPECIMEN
. The "Pathology referral form registration" wizard has been updated to allow the user to choose if a NoSpecimen or a FutureSpecimen item should be created if no specimen tubes exits.Functionality in the
Case
class that is locating cases by name have been updated to also consider FutureSpecimen items. This means that several other wizards such as the Consent and Blood registration should work as expected without any more changes.