Changes between Initial Version and Version 1 of Ticket #385


Ignore:
Timestamp:
Apr 27, 2012, 2:50:57 PM (12 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #385 – Description

    initial v1  
    1 The current information is that we need a tab or comma-separated file with personal number, operation date and site. The list should be generated for a given month at a time.
     1The current information is that we need a comma-separated file with personal number, operation date and site. The list should be generated for a given month at a time.
    22
     3The main query should find all `Specimen` and `NoSpecimen` items with a 'Created' date falling in the selected month. It should only exclude core biopsy items and other items annotated with the `BiopsyType` annotation (unless the value is `SpecimenSurgery`).
     4
     5Once we have this list the patient can be found by loading the parent of the parent (eg. `Specimen->Case->Patient`) and then the personal number can be found.
     6
     7The site can be found by inspecting the name of the specimen item.
     8
     9Duplicates (eg. bilateral cases) should be removed from the list.