Getting started
Documentation
pydicom.charset
pydicom.config
pydicom.data
pydicom.datadict
pydicom.dataset
pydicom.dataelem
pydicom.tag
pydicom.values
pydicom.multival
pydicom.sequence
pydicom.valuerep
pydicom.examples
pydicom.encaps
pydicom.errors
pydicom.fileset
pydicom.hooks
pydicom.misc
pydicom.overlays
pydicom.pixels
pydicom.sr
pydicom.waveforms
pydicom.uid
Examples
Additional Information
Return a decoded text VR value.
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.
vr (str) – The value representation of the element. Needed for validation.
The decoded value(s).
str or list of str