Changes between Initial Version and Version 1 of Ticket #770, comment 4
- Timestamp:
- May 19, 2015, 7:54:03 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #770, comment 4
initial v1 6 6 2. Biosource items of type "`Retract`" or "`RetroNo`" keep track of what parts in the retraction module have been finished through enumerated string annotation "`RetractStatus`" with options "`ReadyForDestruction`" and "`RetractionCompleted`" (`null` is default; option "`RetractionCompleted`" is intended to be set in part 3 "Destruction"). When part 2, "Retraction follow-up", is finished, annotation "`RetractStatus`" is set to value "`ReadyForDestruction`". 7 7 8 Functional specification for the retraction destruction step:8 Functional specification for the retraction destruction part: 9 9 10 10 3. Step 1: A case name or personal number should be input:[[BR]]a. If a case name is input, the patient related to that case should be found. As is described in the next section, the "patient" item will technically be a biosource item of type "`Retract`" or "`RetroNo`", instead of "`Patient`", but for for simplicity, it will be referred to as a patient item in this description.[[BR]]b. Part 3, "Retraction destruction", is not intended to be used until parts 1 and 2 are finished, so it is natural to include a check that the patient type is correct for retraction ("`Retract`" or "`RetroNo`"). In addition, annotation "`RetractStatus`" should have value "`ReadyForDestruction`".