cutright / DVH-Analytics

A DICOM Database Application for Radiation Oncology
Other
82 stars 30 forks source link

DICOM DVH should be ignored when Dose Summation is performed #95

Closed cutright closed 4 years ago

cutright commented 4 years ago

In User Settings, there is an option to allow DICOM DVH import if available. However, the current dose summation function copies the first DICOM-RT Dose file and edits the pixel array (and other associated tags). It does not check for DICOM DVH and may still contain DICOM DVH based on the original grid.

image

I'll push a new version of DVHA to skip DICOM DVH import when the dose file is from a dose sum. https://github.com/cutright/DVH-Analytics/blob/5bcb11c60dc0539c174a2e6bf707b45e16f6c04b/dvha/db/dicom_parser.py#L432-L436

cutright commented 4 years ago

Fix available in v0.8.6