pydicom.dataelem.RawDataElement¶
-
class
pydicom.dataelem.
RawDataElement
(tag: pydicom.tag.BaseTag, VR: Optional[str], length: int, value: bytes, value_tell: int, is_implicit_VR: bool, is_little_endian: bool, is_raw: bool = True)[source]¶ Container for the data from a raw (mostly) undecoded element.
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
Alias for field number 1
Alias for field number 5
Alias for field number 6
Alias for field number 7
Alias for field number 2
Alias for field number 0
Alias for field number 3
Alias for field number 4
-
tag
: pydicom.tag.BaseTag¶ Alias for field number 0
-