Add tomo projection images to mammo import extractor

Issue #86 resolved
Ed McDonagh created an issue

Hologic mammography digital breast tomosynthesis objects have a corresponding object that contains the projection images. These are of class UID 1.2.840.10008.5.1.4.1.1.7 which is secondary capture, but with a modality of MG.

Current mammo extractor checks for either 'for processing' or 'for presentation' images, so rejects these projection objects.

Modify to check all these objects without allowing other SC objects.

Comments (3)

  1. Ed McDonagh reporter

    Turned test for mammo round. Added clause to find SC images with modality MG and image type original. Doesn't work yet as there is no anatomical region code in the header and the get or make cid code is tripping up. Refs #86.

    → <<cset 0f0db7f8351d>>

  2. Ed McDonagh reporter

    Possible fix for #86 - checks if codevalue is good before trying to get or create. Need to verify it still works where codevalue does exist. Refs #86.

    → <<cset 953f6bee8592>>

  3. Log in to comment