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 decoded text, ignoring backslashes and trailing spaces.
byte_string (bytes) – The encoded string.
encodings (list of str, optional) – A list of the character encoding schemes used to encode the text.
vr (str) – The value representation of the element. Needed for validation.
The decoded text.
str