Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Save a series of DICOM image files as a zip file
1 2 | save_image_series(series_instance_uid, out_dir = NULL,
out_file_name = NULL)
|
series_instance_uid |
Series instance UID. To get a list of available series instance UIDs, call |
out_dir |
Directory to write zip file to |
out_file_name |
Name of zip file to write. If |
List containing elements:
out_file
: The output zip file that was written
response
: API response
get_series_info
,
TCIA REST API Usage Guide,
TCIA API object definitions
1 2 3 4 5 6 7 8 9 | ## Not run:
save_image_series(
series_instance_uid = "1.3.6.1.4.1.14519.5.2.1.5382.4002.806935685832642465081499816867",
out_dir = "~/Desktop")
save_image_series(
series_instance_uid = "1.3.6.1.4.1.14519.5.2.1.5382.4002.806935685832642465081499816867",
out_dir = "~/Desktop", out_file_name = "file.zip")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.