Changes between Initial Version and Version 2 of Ticket #772
- Timestamp:
- Jun 12, 2015, 10:56:22 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #772
-
Property
Status
changed from
new
toassigned
-
Property
Milestone
changed from
Reggie v3.x
toReggie v3.5
-
Property
Status
changed from
-
Ticket #772 – Description
initial v2 4 4 5 5 `LinkedBiopsy` should be an enumeration with the following options and multiplicity 1: 6 * `UnilateralCoreBiopsy`7 6 * `IpsilateralCoreBiopsy` 8 * ` UnilateralSample`7 * `ContralateralCoreBiopsy` 9 8 * `IpsilateralSample` 9 * `ContralateralSample` 10 10 11 11 When a new specimen is associated with a case `LinkedSpecimen` should automatically be set using the following rules. 12 12 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` 14 14 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` 16 16 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` 18 18 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` 20 20 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.~~ 22 22 23 Existing specimen need to manually curated. 23 ~~Existing specimen need to manually curated.~~