Changes between Initial Version and Version 2 of Ticket #772


Ignore:
Timestamp:
Jun 12, 2015, 10:56:22 AM (9 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #772

    • Property Milestone Reggie v3.xReggie v3.5
    • Property Status newassigned
  • Ticket #772 – Description

    initial v2  
    44
    55`LinkedBiopsy` should be an enumeration with the following options and multiplicity 1:
    6  * `UnilateralCoreBiopsy`
    76 * `IpsilateralCoreBiopsy`
    8  * `UnilateralSample`
     7 * `ContralateralCoreBiopsy`
    98 * `IpsilateralSample`
     9 * `ContralateralSample`
    1010
    1111When a new specimen is associated with a case `LinkedSpecimen` should automatically be set using the following rules.
    1212 
    13  1. if the case have one or more prior (create date) specimen of `BiopsyType` `SpecimenCoreBiopsy` or `SpecimenCoreBiopsy2nd` => `UnilateralCoreBiopsy`
     13 1. if the case have one or more prior (create date) specimen of `BiopsyType` `SpecimenCoreBiopsy` or `SpecimenCoreBiopsy2nd` => `IpsilateralCoreBiopsy`
    1414
    15  2. if the patient have another case (other laterality) and this case have one or more prior (create date) specimen of `BiopsyType` `SpecimenCoreBiopsy` or `SpecimenCoreBiopsy2nd` => `IpsilateralCoreBiopsy`
     15 2. if the patient have another case (other laterality) and this case have one or more prior (create date) specimen of `BiopsyType` `SpecimenCoreBiopsy` or `SpecimenCoreBiopsy2nd` => `ContralateralCoreBiopsy`
    1616
    17  3. if the case have one or more prior (create date) samples of Type `Specimen` or `NoSpecimen` => `UnilateralSample`
     17 3. if the case have one or more prior (create date) samples of Type `Specimen` or `NoSpecimen` => `IpsilateralSample`
    1818
    19  4. if the patient have another case (other laterality) and this case have one or more prior (create date) samples of Type `Specimen` or `NoSpecimen` => `IpsilateralSample`
     19 4. if the patient have another case (other laterality) and this case have one or more prior (create date) samples of Type `Specimen` or `NoSpecimen` => `ContralateralSample`
    2020
    21 When a new sample is registered and the creation date is earlier than other samples for the same case or patient the user should be notified to this fact and prompted to manually check whether `LinkedSpecimen` should be set (manually) for any of the present samples. 
     21~~When a new sample is registered and the creation date is earlier than other samples for the same case or patient the user should be notified to this fact and prompted to manually check whether `LinkedSpecimen` should be set (manually) for any of the present samples.~~
    2222
    23 Existing specimen need to manually curated.
     23~~Existing specimen need to manually curated.~~