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 ‘AE’ value.
Elements with VR of ‘AE’ have non-significant leading and trailing spaces.
byte_string (bytes) – The encoded ‘AE’ element value.
is_little_endian (bool) – True if the value is encoded as little endian, False otherwise.
True
False
struct_format (str, optional) – Not used.
The decoded ‘AE’ value without non-significant spaces.
str