Skip to content
Francisco Maria Calisto edited this page Mar 19, 2019 · 21 revisions

Medical Images

How to get the project's medical images?

Digital Imaging and Communications in Medicine (DICOM) is a standard for handling, storing, printing, and transmitting information in medical imaging.

We have two ways to download, or access, our available medical images:

  1. Cloning the dataset-dicom-images repository to a local machine;

  2. Following the Orthanc Book of the Downloading images section;

How to clone the dataset-dicom-images repository?

1.1. Clone the project repository:

git clone [email protected]:BreastScreening/dataset-dicom-images.git

1.2. Go inside the project folder:

cd dataset-dicom-images/

How to download via Orthanc Book solution?

Follow this example of our own project:

curl http://breastscreening.isr.tecnico.ulisboa.pt:8042/instances/84c8a18c-f915cb76-25281dec-844c3480-c5a75279/file > Instance.dcm

Important Links

Clone this wiki locally