Nothing
#' toy DICOM raw data
#' @description The \code{toy.dicom.raw} loads raw data from a dummy DICOM file.
#' It is used for the test.
#' @return Returns the raw data of a dummy DICOM file of rtplan modality.
#' @examples
#' toy.dicom.raw ()
#' @export
toy.dicom.raw <- function () {
return (toy.rtplan)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.