...
Data in the archive is available through other methods. For example, a person versed in scripting or programming could easily pull data from the archive using the TCIA or NBIA Search RESTful interfaces, described at TCIA Programmatic Application Programming Interface REST (API) Guides. Other organizations and people have also created software that can access data in TCIA. Many, but not all, of these tools and sites are listed in the Data Analysis Centers section of TCIA's web site. If you are interested in using TCIA data in the cloud, please check out NCI's Imaging Data Commons, which hosts public subsets (not all – yet) of TCIA data on a cloud platform for use by researchers. (IDC is still growing, and has not yet reached its full plan yet.)
...
How does NBIA Data Retriever organize the data when performing a download?
Folder Structure
The DICOM data can be saved in two different folder structures:
...
In addition to the DICOM data, there will also be a LICENSE file outlining our Data Usage Policy and a metadata.csv file which contains key information extracted from the DICOM headers.
File Names
The file naming system used by the NBIA Data Retriever provides a natural ordering of the files within each series. The DICOM files are first ordered by ordinal position of acquisition number and then by ordinal position of instance number. The files are then assigned numbers with the lowest acquisition being 1 and the lowest instance number within that acquisition being 1, separated by a dash. The numbers are incremented by 1 as the next values are encountered. All values are left-padded with zeros to provide for the ordering within the file system.
As an example, a series with two acquisition numbers, with each acquisition having 42 instance numbers, would start with 1-01.dcm for the lowest acquisition number and the lowest instance number in that acquisition. The last file in that acquisition would be 1-42.dcm. Then the second acquisition would start with 2-01.dcm and end with 2-42.dcm. For the purposes of ordering, an empty value in either acquisition number or instance number is lower than an file having a value for those numbers.
How do I know which version of the NBIA Data Retriever I am running?
...