Tag Exists
imgtools.dicom.tag_exists
cached
tag_exists(keyword: str) -> bool
Boolean check if a DICOM tag exists for a given keyword.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
str
|
The DICOM keyword to check. |
required |
Returns:
Type | Description |
---|---|
bool
|
True if the tag exists, False otherwise. |
Examples: