Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Get image series information
1 2 3 4 |
collection |
TCIA collection name. To get a list of available collection
names, call |
patient_id |
Patient ID. To get a list of available patient IDs, call |
study_instance_uid |
Study instance UID. If |
series_instance_uid |
Series instance UID. To get a list of available series instance UIDs, call
this function leaving out parameter |
modality |
Modality name. To get a list of available modality names, call |
body_part_examined |
Body part name. To get a list of available body part names, call
|
manufacturer_model_name |
Manufacturer model name. To get a list of available model names, call
this function leaving out parameter |
manufacturer |
Manufacturer name. To get a list of available manufacturer names, call
|
List containing elements:
series
: Data frame with columns representing the contents of a Series object
as described in TCIA API Return Values
content
: parsed API response content
response
: API response
get_collection_names
,
get_patient_info
,
get_studies_in_collection
,
get_patient_studies
,
get_new_studies_in_collection
,
get_modality_names
,
get_body_part_names
,
get_manufacturer_names
,
TCIA REST API Usage Guide,
TCIA API object definitions
1 2 3 4 5 6 7 | ## Not run:
get_series_info()
get_series_info(collection = "TCGA-BRCA")
get_series_info(patient_id = "TCGA-OL-A6VO")
get_series_info(modality = "MR", manufacturer = "GE MEDICAL SYSTEMS")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.