dicom.tag.dictionary | R Documentation |
The dicom.tag.dictionary
function gives the dictionary of
tags used by default in the espadon package.
dicom.tag.dictionary(add.dict = c("raysearch.tag"))
add.dict |
Vector of the list of additional dictionaries. Put to NULL, if no additional dictionary is requested. |
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]
[1] \insertRefnemaespadon
[2] \insertRefraysearchespadon
str (dicom.tag.dictionary ())
str (dicom.tag.dictionary (NULL))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.