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_single_string
Return decoded text, ignoring backslashes.
byte_string (bytes or str) – The encoded text.
encodings (list of str, optional) – A list of the character encoding schemes used to encode the text.
unicode or list of unicode – The decoded text if in Python 2.
str or list of str – The decoded text if in Python 3.