dicube.dicom.dicom_tags
dicom.dicom_tags
Classes
| Name | Description |
|---|---|
| CommonTags | Common DICOM tags used throughout the library. |
CommonTags
Common DICOM tags used throughout the library.
This class provides convenient access to frequently used DICOM tags organized by category (patient, study, series, instance, etc.). All tags are pydicom Tag objects.
Functions
| Name | Description |
|---|---|
| get_tag_key | Get the hexadecimal string representation of a DICOM Tag (format: ‘ggggeeee’). |
get_tag_key
Get the hexadecimal string representation of a DICOM Tag (format: ‘ggggeeee’).
Args: tag: pydicom Tag object
Returns: str: Hexadecimal string, e.g., ‘00100020’ for PatientID