Import NBIA cart
Import into Orthanc the content of a cart that has been exported as a spreasheet from the NBIA Search Client (cf. screenshot).
Explore TCIA collections
Note that loading the information about the TCIA collections takes time because of the throttling that is applied to the REST API of TCIA. Orthanc caches this information in memory to speed up further access to the same resources. This cache can be cleared using the button at the bottom of this page.
Collection | Modalities | Body parts | |
---|---|---|---|
{{ collection.Name }} | {{ collection.Modalities }} | {{ collection.BodyParts }} |
List of the {{ patients.length}} subjects from collection {{ activeCollection }}:
Patient ID | Patient name | Patient sex | |
---|---|---|---|
{{ patient.PatientID }} | {{ patient.PatientName }} | {{ patient.PatientSex }} |
List of the {{ studies.length }} studies from patient {{ activePatientId }} in collection {{ activeCollection }}:
Study date | Study description | Patient age | Selected series | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ study.StudyDate }} | {{ study.StudyDescription }} | {{ study.PatientAge }} | {{ tmpCountSelected }} / {{ study.SeriesCount }} | ||||||||||||||
|