dbdicom.Record.parent# Record.parent()[source]# Return the parent of the record. Returns: The parent object. Return type: Record See also children() siblings() series() studies() patients() database() Example Find the parent of a study: >>> study = db.study() >>> patient = study.parent() >>> print(patient.PatientName) New Patient