Learn R Programming

espadon (version 1.11.3)

dicom.tag.dictionary: 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"))

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]

Arguments

add.dict

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

References

[1] nemaespadon

[2] raysearchespadon

Examples

Run this code
str (dicom.tag.dictionary ())
str (dicom.tag.dictionary (NULL))

Run the code above in your browser using DataLab