Helper class for a private block in the Dataset
.
See the DICOM Standard, Part 5, Section 7.8.1 - Private Data Element Tags
The private creator string related to the block.
The parent dataset.
The start element of the private block as a 32-bit int
. Note that the 2 low order hex digits of the element are always 0.
Initializes an object corresponding to a private tag block.
Methods
Add a private element to the parent Dataset
.
Adds the private tag with the given VR and value to the parent Dataset
at the tag ID defined by the private block and the given element_offset.
element_offset (int) – The lower 16 bits (e.g. 2 hex numbers) of the element tag to be added.
VR (str) – The 2 character DICOM value representation.
value – The value of the data element. See Dataset.add_new()
for a description.
Return the private tag ID for the given element_offset.
element_offset (int) – The lower 16 bits (e.g. 2 hex numbers) of the element tag.
The tag ID defined by the private block location and the
given element offset.
ValueError – If element_offset is too large.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4