dicom.tag.dictionary {espadon} | R 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] DICOM nema (Online; accessed 2022-02-16). “Current Edition.” https://www.dicomstandard.org/current.
[2] Raysearch Laboratories (Online; accessed 2022-04-25). “RAYPLAN 11A, DICOM Conformance Statement.” https://www.raysearchlabs.com/siteassets/raystation-landing-page/dicom-conformance-statements/raystation-pdfs/rsl-d-rs-11a-dcs-en-1.0-2021-05-07-raystation-11a-dicom-conformance-statement.pdf.
Examples
str (dicom.tag.dictionary ())
str (dicom.tag.dictionary (NULL))