DVH
-
class
PDCP.
DVH
(pid) Bases:
object
A class that computes the DVH features for each patient imaging files.
Methods Summary
compute_dvh_data
(b, prescribed_dose)This function takes a dictionary that contains the categories, dose data, masks, and generates the dvh values for each approved category in the patient records
Methods Documentation
-
compute_dvh_data
(b, prescribed_dose) This function takes a dictionary that contains the categories, dose data, masks, and generates the dvh values for each approved category in the patient records
- Parameters
b (Dict) – contains all the imaging details of the patient, and the mapped categories of the ROI names.
prescribed_dose (float) – prescribed dose from clinical data
-