Description Usage Arguments Value See Also Examples
View source: R/TCIApathfinder.R
Get manufacturer names
1 2  | get_manufacturer_names(collection = NULL, modality = NULL,
  body_part = NULL)
 | 
collection | 
 TCIA collection name. If   | 
modality | 
 Modality name. If   | 
body_part | 
 Body part name. If   | 
List containing elements:
manufacturer_names: character vector of manufacturer names
content: parsed API response content
response: API response
get_collection_names,
get_modality_names,
get_body_part_names,
DICOM Modality Abbreviations,
TCIA REST API Usage Guide,
TCIA API object definitions
1 2 3 4 5 6  | ## Not run: 
get_manufacturer_names()
get_manufacturer_names(collection = "TCGA-BRCA")
get_manufacturer_names(collection = "TCGA-BRCA", modality = "MR", body_part = "BREAST")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.