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_tag
Return a decoded BaseTag from the encoded byte_string.
BaseTag
byte_string (bytes) – The encoded tag.
is_little_endian (bool) – True if the encoding is little endian, False otherwise.
True
False
offset (int, optional) – The byte offset in byte_string to the start of the tag.
The decoded tag.