Get CSA header information from DICOM header
Return None if the header does not contain CSA information of the specified csa_type
Parameters : | dcm_data : dicom.Dataset
csa_type : {‘image’, ‘series’}, optional
|
---|---|
Returns : | csa_info : None or dict
|