Server error on mammo export - suspect missing data as per Issue #28
Reported by DJ Platten. Looks like it might be the same as Issue #28 that was fixed for RDSR imports, but not applied to mammography or Philips CT.
Comments (9)
-
reporter -
reporter - changed status to open
-
reporter Added 'if not then = none' statement for performing physician name to cater for fluoroscopy exports. Addresses
#43.→ <<cset 8606513e802c>>
-
reporter Added 'if not then = none' statements for the Philips CT import routine. Addresses
#43. Now needs testing.→ <<cset 93ee81a4fcb7>>
-
reporter Correcting a number of alignment issues introduced by commit 74b572c39d5ef. References
#43.→ <<cset 4a9f6063337d>>
-
reporter Previous commit addressing
#43fixed issues for all but Hologic study. This commit adds if statement for collimated_field_area before calculating area - value doesn't exist in Hologic and was therefore falling over on import. Addresses#43.→ <<cset 6426a885fbb9>>
-
reporter - changed status to resolved
Initial changes to import code tested with 0.3.8-b1 - all but Hologic now work.
Import code changed again to cater for missing collimated field area in Hologic images and tested with 0.3.8-b2. All the tested mammo imports now work, and modified import code still works with Senographe DS images.
-
reporter Addresses
#48. CT xlsx export now works with patient age criteria. Also improved filtering to only filter on fields that have a value. This would probably have been a better way to fix previous export errors - see#28and#43. TODO apply new technique to csv CT, fluoro and mammo exports -- see#49-- and add age filters to fluoro and mammo.→ <<cset 540245ffe427>>
-
reporter - Log in to comment
Added 'if not then = none' statements for all the filtering fields to avoid crashes on export. Addresses
#43.→ <<cset 74b572c39d5e>>