Description Usage Arguments Value Examples
View source: R/extract_image_series.R
Save a series of DICOM image files to a directory
1 2 3 4 5 6 7  | save_extracted_image_series(
  series_instance_uid,
  out_dir = NULL,
  verbose = TRUE
)
extract_image_series(zip_file, out_dir = 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  | 
verbose | 
 print diagnostic messages  | 
zip_file | 
 downloaded zip file, usually output of
  | 
List containing elements:
files: The output zip file that was written
dirs: Directories of the files
out_file: The output zip file that was written
response: API response
1 2 3 4 5  | ## Not run: 
save_extracted_image_series(
     series_instance_uid = "1.3.6.1.4.1.14519.5.2.1.5382.4002.806935685832642465081499816867")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.