powered by
The dicom.tag.dictionary function gives the dictionary of tags used by default in the espadon package.
dicom.tag.dictionary
dicom.tag.dictionary(add.dict = c("raysearch.tag"))
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:
add.dict
"raysearch.tag" dictionary is provided by RaySearch laboratories [2]
Vector of the list of additional dictionaries. Put to NULL, if no additional dictionary is requested.
[1] nemaespadon
[2] raysearchespadon
str (dicom.tag.dictionary ()) str (dicom.tag.dictionary (NULL))
Run the code above in your browser using DataLab