Get DICOM header tag string corresponding to a group and element

dicom_header_tag(group, element)

Arguments

group

Group e.g. "0008"

element

Element e.g. "0020"

Value

The tag e.g. "(0008,0020)"

Examples

dicom_header_tag("0008", "0020")
#> [1] "(0008,0020)"