add_dict_entries(new_entries_dict) |
Update the DICOM dictionary with new non-private entries. |
add_dict_entry(tag, VR, keyword, description) |
Update the DICOM dictionary with a new non-private entry. |
dictionary_description(tag) |
Return the description of the element corresponding to tag. |
dictionary_has_tag(tag) |
Return True if tag is in the official DICOM data dictionary. |
dictionary_is_retired(tag) |
Return True if the element corresponding to tag is retired. |
dictionary_keyword(tag) |
Return the keyword of the element corresponding to tag. |
dictionary_VM(tag) |
Return the VM of the element corresponding to tag. |
dictionary_VR(tag) |
Return the VR of the element corresponding to tag. |
get_entry(tag) |
Return an entry from the DICOM dictionary as a tuple. |
keyword_for_tag(tag) |
Return the keyword of the element corresponding to tag. |
mask_match(tag) |
Return the repeaters tag mask for tag. |
repeater_has_keyword(keyword) |
Return True if keyword is in the DICOM repeaters data dictionary. |
repeater_has_tag(tag) |
Return True if tag is in the DICOM repeaters data dictionary. |
tag_for_keyword(keyword) |
Return the tag of the element corresponding to keyword. |