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.fileset
pydicom.dicomdir
pydicom.encaps
pydicom.errors
pydicom.misc
pydicom.uid
Examples
Additional Information
pydicom.values.
convert_text
Return a decoded text VR value, ignoring backslashes.
Text VRs are ‘SH’, ‘LO’ and ‘UC’.
byte_string (bytes) – The encoded text VR element value.
encodings (list of str, optional) – A list of the character encoding schemes used to encode the value.
The decoded value(s).
str or list of str