Child pages
  • TCIA Programmatic Interface (REST API) Usage Guide v1

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Summary

TCIA is currently in an alpha testing phase of our REST API implementation.  More information will be forthcoming.

REST API Directory

Query Name

Return Values

Query Key 1

Query Key 2

Query Key 3

Query Key 4

Query Key 5

Query Key 6

getCollectionValues

Set of all collection names filtered by query keys

collection

modality

body part

manufacturer

 

 

getModalityValues

Set of all modality values (CT, MR, ...) filtered by query keys

collection

modality

body part

manufacturer

 

 

getBodyPartValues

Set of all body part names filtered by query keys

collection

modality

body part

manufacturer

 

 

getManufacturerValues

Set of all manufacturer names filtered by query keys

collection

modality

body part

manufacturer

 

 

getPatientStudy

Set of patient/study objects filtered by query keys

collection

modality

body part

manufacturer

patient ID

Study Instance UID

getSeries

Set of series objects filtered by query keys

collection

modality

body part

manufacturer

patient ID

Study Instance UID

getImages

Set of images in a zip file

Series Instance UID

 

 

 

 

 

Return Values

PatientStudy

An object that represents one DICOM imaging study performed on one patient.

Attribute

Description

patient_id

 

patient_name

 

patient_birth_date

 

patient_sex

 

trial_subject_id

 

trial_site_id

 

trial_site_name

 

study_date

 

study_desc

 

admitting_diagnoses_desc

 

study_id

 

patient_age

 

series_in_study

 

modalities_in_study

 

Series

An object that represents one imaging series.

Attribute

Description

patient_id

 

study_instance_uid

 

series_instance_uid

 

modality

 

protocol_name

 

series_desc

 

body_part_examined

 

manufacturer

 

manufacturer_model_name

 

software_versions

 

series_number

 

annotations_flag

 

project

 

site

 

images_in_series

 

  • No labels