Changes between Initial Version and Version 1 of Ticket #385
- Timestamp:
- Apr 27, 2012, 2:50:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #385 – Description
initial v1 1 The current information is that we need a tab orcomma-separated file with personal number, operation date and site. The list should be generated for a given month at a time.1 The 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. 2 2 3 The 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 5 Once 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 7 The site can be found by inspecting the name of the specimen item. 8 9 Duplicates (eg. bilateral cases) should be removed from the list.