Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Get size of image series
1 | get_series_size(series_instance_uid)
|
series_instance_uid |
Series instance UID. To get a list of available series instance UIDs, call |
List containing elements:
size_bytes
: Total size of image series in bytes
object_count
: Number of objects in image series
content
: parsed API response content
response
: API response
get_series_info
,
TCIA REST API Usage Guide,
TCIA API object definitions
1 2 3 4 | ## Not run:
get_series_size("1.3.6.1.4.1.14519.5.2.1.5382.4002.272234209223992578700978260744")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.