Getting started
Documentation
pydicom.charset
pydicom.config
pydicom.data
pydicom.datadict
pydicom.dataelem
pydicom.tag
pydicom.values
pydicom.multival
pydicom.sequence
pydicom.valuerep
pydicom.dataset
pydicom.dicomdir
pydicom.encaps
pydicom.errors
pydicom.misc
pydicom.uid
Examples
Additional Information
pydicom.values.
convert_value
Return encoded element value using the appropriate decoder.
raw_data_element (bytes or str) – The encoded element value.
encodings (list of str, optional) – A list of the character encoding schemes used to encode any text elements.
The element value decoded using the appropriate decoder.
type or list of type