I want to use DVH calculated from a TPS instead of calculating it using PPS?
I used the method
GetDVHs()
Example at the end of the module:
https://github.com/victorgabr/pps/blob/master/pyplanscoring/core/dicom_reader.py
filename = 'RD.dcm'
rd_dcm = PyDicomParser(filename=filename)
dvhs = rd_dcm.GetDVHs()
But Issue is GetDVHs() not returning complete DVH Object Info.