dicom.tag.dictionary: DICOM TAG dictionary

dicom.tag.dictionaryR Documentation

DICOM TAG dictionary

Description

The dicom.tag.dictionary function gives the dictionary of tags used by default in the espadon package.

Usage

dicom.tag.dictionary(add.dict = c("raysearch.tag"))

Arguments

add.dict

Vector of the list of additional dictionaries. Put to NULL, if no additional dictionary is requested.

Value

Returns a 3-column dataframe, describing the VR (value representation) and the name of each DICOM TAG.

This dataframe is the fusion of the "nema.tag" dictionary, provided by nema [1], with the dictionaries defined in the add.dict vector:

  • "raysearch.tag" dictionary is provided by RaySearch laboratories [2]

References

[1] \insertRefnemaespadon

[2] \insertRefraysearchespadon

Examples

str (dicom.tag.dictionary ())
str (dicom.tag.dictionary (NULL))

espadon documentation built on April 11, 2025, 5:57 p.m.