dicom.viewer | R Documentation |
the dicom.viewer
function displays the data of a DICOM file.
dicom.viewer(
dcm,
txt.sep = "\\",
txt.length = 100,
tag.dictionary = dicom.tag.dictionary(),
height = 600,
width = 900,
...
)
dcm |
espadon object of class "volume", "rtplan", "struct" provided by DICOM files, or DICOM filename, or Rdcm filename, or raw vector representing the binary extraction of the DICOM file. |
txt.sep |
String. Used if |
txt.length |
Positive integer. Used if |
tag.dictionary |
Dataframe, by default equal to dicom.tag.dictionary, whose structure it must keep. This dataframe is used to parse DICOM files. |
height , width |
Height and width in pixel of the DICOM table. |
... |
Additional argument |
Returns the DICOM file description in a browser window.
xlsx.from.dcm, xlsx.from.Rdcm, dicom.parser
if (interactive ()) dicom.viewer (toy.dicom.raw ())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.