Mammography RDSR breast laterality not recorded correctly

Issue #372 resolved
Ed McDonagh created an issue

Hologic RDSRs include an Accumulated Average Glandular Dose value per breast imaged, each with a concept modifier detailing the laterality.

This might be the correct thing to do, and it looks sensible. However my reading of the standard would suggest that there should be one or two Accumulated Average Glandular Dose values, with a single laterality modifier detailing left, right or both.

Either way, OpenREM does not expect two values, and therefore doesn't cater for it. This needs to be corrected.

Error raised by Erik-Jan Rijkhorst.

Comments (13)

  1. Ed McDonagh reporter

    Enabled creation of multiple AccumMammographyXRayDose objects in RDSR extract - previously they would have overwritten each other. Modified mammo summary template to allow two rows to display accumulated data on a per-breast basis. Need to consider how to deal with mammo image extract. Need to change mammo exports. Refs #372

    → <<cset a71268b39cc2>>

  2. Ed McDonagh reporter

    Attempt to make the mammo image import work in the same way as the RDSR mammo. Needs testing on studies with bilateral mammograms. Refs #372

    → <<cset 449790794a61>>

  3. Ed McDonagh reporter

    Original line of code eroneously left in. Now seems to work. However, study delete trips over, quick fix here, needs to be done properly. Sort by accumulated AGD now duplicates each bilateral study; needs fixing. Refs #372.

    → <<cset b7f00cc7d4e8>>

  4. Ed McDonagh reporter

    Probably not worth the effort of resolving issue of bilateral mammogram studies appearing twice in filtered list if orderd by Accumulated AGD. Added warning instead. Refs #372.

    → <<cset d81364e76f30>>

  5. Log in to comment