75
DICOM and Slicer: A Tutorial Sonia Pujol, Ph.D. Assistant Professor of Radiology Director of 3D Slicer Training & EducaDon Brigham and Women’s Hospital Harvard Medical School [email protected] 1

DICOM and Slicer: A Tutorial

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: DICOM and Slicer: A Tutorial

DICOM and Slicer: A Tutorial Sonia Pujol, Ph.D. Assistant Professor of Radiology Director of 3D Slicer Training & EducaDon Brigham and Women’s Hospital Harvard Medical School [email protected]

1

Page 2: DICOM and Slicer: A Tutorial

ObjecDve

This tutorial provides a basic introducDon to the DICOM standard, and shows how to visualize DICOM images in 3D Slicer version 5.0

2SoniaPujolPhD,AllRightsReserved

Page 3: DICOM and Slicer: A Tutorial

Tutorial Outline

3

Part 1: IntroducDon to DICOM

Part 2: DICOM and Slicer

Part 3: Loading and Visualizing DICOM data in Slicer

SoniaPujolPhD,AllRightsReserved

Page 4: DICOM and Slicer: A Tutorial

Tutorial material

3D Slicer version 5.0 hVps://download.slicer.org

4

SlicerDICOMTutorialData DICOM Torso CT

DICOM Breast MRI

SoniaPujolPhD,AllRightsReserved

Page 5: DICOM and Slicer: A Tutorial

Disclaimer

•  3D Slicer is a free open source soXware applicaDon distributed under a BSD style license

•  The soXware is not FDA approved or CE marked, and is for research use only

5SoniaPujolPhD,AllRightsReserved

Page 6: DICOM and Slicer: A Tutorial

6

Part 1: IntroducDon to DICOM

SoniaPujolPhD,AllRightsReserved

Page 7: DICOM and Slicer: A Tutorial

Reproducible Science

•  Reproducible science is criDcal to drive research and accelerate discoveries

•  Open-source soXware tools such as 3D Slicer and data standards such as DICOM contribute to the reproducibility of scienDfic results in biomedical research

7SoniaPujolPhD,AllRightsReserved

Page 8: DICOM and Slicer: A Tutorial

F.A.I.R. Principles

•  Findable: Data are easily findable •  Accessible: Users know how to access the data,

including authenDcaDon and authorizaDon

•  Interoperable: Data can be integrated with other data and can interoperate with applicaDons for storage and analysis

•  Reusable: Data can be replicated or combined for new research

8

TheFAIRGuidingPrinciplesforscien7ficdatamanagementandstewardship.Wilkinsonetal.Sci.Data2016hFp://go-fair.org/fair-principles SoniaPujolPhD,AllRightsReserved

Page 9: DICOM and Slicer: A Tutorial

The DICOM standard

•  DICOM (Digital Imaging and CommunicaDons in Medicine) is the internaDonal standard for handling, storing, prinDng and transmi`ng medical imaging data

•  Clinical imaging equipment (CT scanners, MR scanners, X-Ray and ultrasound machines) generate DICOM files

9SoniaPujolPhD,AllRightsReserved

Page 10: DICOM and Slicer: A Tutorial

DICOM History

10 •  1982: The American College of Radiology (ACR) and the NaDonal Electrical Manufacturers AssociaDon (NEMA) iniDate standards for the interconnecDon of medical imaging devices

•  1985: PublicaDon of the ACR-NEMA Digital Imaging and CommunicaDons Standards version 1.0

•  1988: PublicaDon of the ACR-NEMA Digital Imaging and CommunicaDons Standards version 2.0

•  1993: PublicaDon of the ACR-NEMA Standards version 3.0 also referred to as the Digital Imaging and CommunicaDons in Medicine (DICOM) standard

SoniaPujolPhD,AllRightsReserved

Page 11: DICOM and Slicer: A Tutorial

DICOM Today

11

•  The DICOM standard is conDnuously being refined to address new community needs through mulDple releases every year

•  As of 2020/07/06, the DICOM standard is DICOM PS3 2020c and contains 4,000 pages

•  DICOM Working Groups are established to expand the capabiliDes of the standard given the conDnuous evoluDon of imaging modaliDes

(e.g. WG-16 MagneDc Resonance) hVps://www.dicomstandard.org/wgs

SoniaPujolPhD,AllRightsReserved

Page 12: DICOM and Slicer: A Tutorial

FAIR Data and the DICOM Standard

12

The DICOM Standard facilitates compliance of imaging data with FAIR principles

SoniaPujolPhD,AllRightsReserved

Page 13: DICOM and Slicer: A Tutorial

DICOM Data Model

•  In the DICOM data model, a DICOM Study consists of several DICOM Series, and each DICOM Series contains DICOM Instances

•  Each of the DICOM Studies, Series and Instances are assigned a Unique IdenDfier (UID)

13

Instances Instances

Study

PaDent

Series Series Series

Instances

SoniaPujolPhD,AllRightsReserved

Page 14: DICOM and Slicer: A Tutorial

Example of DICOM instances: DICOM MRI Image data

An MRI image is an example of DICOM instance that consists of a DICOM header and an image dataset

14

Header

Raw Data

Image001.dcm

Image002.dcm

Image003.dcm

….

SoniaPujolPhD,AllRightsReserved

Page 15: DICOM and Slicer: A Tutorial

§  The DICOM header contains metadata which include informaDon on the paDent, study and imaging data.

§  DICOM provides a standardized way to present metadata which makes it searchable

§  The metadata informaDon is accessible through DICOM tags

§  DICOM tags uniquely idenDfy DICOM aVributes

§  Original data from the scanner tell

users important elements about the acquisiDon

15Example of DICOM header content

0002,0000,File Meta Elements Group Len=148 0002,0001,File Meta Info Version=256 0002,0002,Media Storage SOP Class UID=1.2.840.10008.5.1.4.1.1.4. 0002,0003,Media Storage SOP Inst UID=0.0.0.0. 0002,0010,Transfer Syntax UID=1.2.840.10008.1.2.1. … 0008,0060,Modality=MR 0008,0070,Manufacturer=GE MEDICAL SYSTEMS 0008,0080,Institution Name=1852796513 0008,0081,City Name=1852796513 0008,0090,Referring Physician's Name=1852796513 0008,0092,?=1852796513 0008,0201,?=-0500 0008,1010,Station Name=1852796513 0008,1030,Study Description=anon 0008,103E,Series Description=anon 0008,1040,Institutional Dept. Name=1852796513 0008,1050,Performing Physician's Name=1852796513 0008,1060,Name Phys(s) Read Study=1852796513 0008,1070,Operator's Name=anon 0008,1080,Admitting Diagnosis Description=1852796513 0008,1090,Manufacturer's Model Name=GENESIS.SIGNA ….. 0010,0010,Patient's Name=anon 0010,0020,Patient ID=anon 0010,0030,Patient Date of Birth=00000000 0010,0032,Patient Birth Time=000000 0010,0040,Patient Sex=O 0010,1010,Patient Age=000Y …….. 0028,0010,Rows=256 0028,0011,Columns=256 0028,0030,Pixel Spacing=0.937500 0.937500 0028,0100,Bits Allocated=16 0028,0101,Bits Stored=16 0028,0102,High Bit=15 0028,0103,Pixel Representation=1 ……. 7FE0,0010,Pixel Data=131072

SoniaPujolPhD,AllRightsReserved

Page 16: DICOM and Slicer: A Tutorial

16

0002,0000,File Meta Elements Group Len=148 0002,0001,File Meta Info Version=256 0002,0002,Media Storage SOP Class UID=1.2.840.10008.5.1.4.1.1.4. 0002,0003,Media Storage SOP Inst UID=0.0.0.0. 0002,0010,Transfer Syntax UID=1.2.840.10008.1.2.1. … 0008,0060,Modality=MR 0008,0070,Manufacturer=GE MEDICAL SYSTEMS 0008,0080,Institution Name=1852796513 0008,0081,City Name=1852796513 0008,0090,Referring Physician's Name=1852796513 0008,0092,?=1852796513 0008,0201,?=-0500 0008,1010,Station Name=1852796513 0008,1030,Study Description=anon 0008,103E,Series Description=anon 0008,1040,Institutional Dept. Name=1852796513 0008,1050,Performing Physician's Name=1852796513 0008,1060,Name Phys(s) Read Study=1852796513 0008,1070,Operator's Name=anon 0008,1080,Admitting Diagnosis Description=1852796513 0008,1090,Manufacturer's Model Name=GENESIS.SIGNA ….. 0010,0010,Patient's Name=anon 0010,0020,Patient ID=anon 0010,0030,Patient Date of Birth=00000000 0010,0032,Patient Birth Time=000000 0010,0040,Patient Sex=O 0010,1010,Patient Age=000Y …….. 0028,0010,Rows=256 0028,0011,Columns=256 0028,0030,Pixel Spacing=0.937500 0.937500 0028,0100,Bits Allocated=16 0028,0101,Bits Stored=16 0028,0102,High Bit=15 0028,0103,Pixel Representation=1 ……. 7FE0,0010,Pixel Data=131072

Physician and Study InformaDon

SoniaPujolPhD,AllRightsReservedThe Life Cycle of Medical Imaging Data - Sonia Pujol, Ph.D. Func?onal Magne?c Resonance Imaging: Data Acquisi?on and Analysis Harvard-MIT Health Sciences and Technology (HST.583)

Page 17: DICOM and Slicer: A Tutorial

17

PaDent and Study informaDon

The Life Cycle of Medical Imaging Data - Sonia Pujol, Ph.D. Func?onal Magne?c Resonance Imaging: Data Acquisi?on and Analysis Harvard-MIT Health Sciences and Technology (HST.583)

0002,0000,File Meta Elements Group Len=148 0002,0001,File Meta Info Version=256 0002,0002,Media Storage SOP Class UID=1.2.840.10008.5.1.4.1.1.4. 0002,0003,Media Storage SOP Inst UID=0.0.0.0. 0002,0010,Transfer Syntax UID=1.2.840.10008.1.2.1. … 0008,0060,Modality=MR 0008,0070,Manufacturer=GE MEDICAL SYSTEMS 0008,0080,Institution Name=1852796513 0008,0081,City Name=1852796513 0008,0090,Referring Physician's Name=1852796513 0008,0092,?=1852796513 0008,0201,?=-0500 0008,1010,Station Name=1852796513 0008,1030,Study Description=anon 0008,103E,Series Description=anon 0008,1040,Institutional Dept. Name=1852796513 0008,1050,Performing Physician's Name=1852796513 0008,1060,Name Phys(s) Read Study=1852796513 0008,1070,Operator's Name=anon 0008,1080,Admitting Diagnosis Description=1852796513 0008,1090,Manufacturer's Model Name=GENESIS.SIGNA ….. 0010,0010,Patient's Name=anon 0010,0020,Patient ID=anon 0010,0030,Patient Date of Birth=00000000 0010,0032,Patient Birth Time=000000 0010,0040,Patient Sex=O 0010,1010,Patient Age=000Y …….. 0028,0010,Rows=256 0028,0011,Columns=256 0028,0030,Pixel Spacing=0.937500 0.937500 0028,0100,Bits Allocated=16 0028,0101,Bits Stored=16 0028,0102,High Bit=15 0028,0103,Pixel Representation=1 ……. 7FE0,0010,Pixel Data=131072

PaDent InformaDon

SoniaPujolPhD,AllRightsReserved

Page 18: DICOM and Slicer: A Tutorial

18

PaDent and Study informaDon 0002,0000,File Meta Elements Group Len=148 0002,0001,File Meta Info Version=256 0002,0002,Media Storage SOP Class UID=1.2.840.10008.5.1.4.1.1.4. 0002,0003,Media Storage SOP Inst UID=0.0.0.0. 0002,0010,Transfer Syntax UID=1.2.840.10008.1.2.1. … 0008,0060,Modality=MR 0008,0070,Manufacturer=GE MEDICAL SYSTEMS 0008,0080,Institution Name=1852796513 0008,0081,City Name=1852796513 0008,0090,Referring Physician's Name=1852796513 0008,0092,?=1852796513 0008,0201,?=-0500 0008,1010,Station Name=1852796513 0008,1030,Study Description=anon 0008,103E,Series Description=anon 0008,1040,Institutional Dept. Name=1852796513 0008,1050,Performing Physician's Name=1852796513 0008,1060,Name Phys(s) Read Study=1852796513 0008,1070,Operator's Name=anon 0008,1080,Admitting Diagnosis Description=1852796513 0008,1090,Manufacturer's Model Name=GENESIS.SIGNA ….. 0010,0010,Patient's Name=anon 0010,0020,Patient ID=anon 0010,0030,Patient Date of Birth=00000000 0010,0032,Patient Birth Time=000000 0010,0040,Patient Sex=O 0010,1010,Patient Age=000Y …….. 0028,0010,Rows=256 0028,0011,Columns=256 0028,0030,Pixel Spacing=0.937500 0.937500 0028,0100,Bits Allocated=16 0028,0101,Bits Stored=16 0028,0102,High Bit=15 0028,0103,Pixel Representation=1 ……. 7FE0,0010,Pixel Data=131072

The Health Insurance Portability and Accountability Act of 1996 (HIPAA) protects the privacy and security of certain health informaDon

hVp://www.hhs.gov/hipaa/index.html

HIPPA PaDent privacy

The Life Cycle of Medical Imaging Data - Sonia Pujol, Ph.D. Func?onal Magne?c Resonance Imaging: Data Acquisi?on and Analysis Harvard-MIT Health Sciences and Technology (HST.583)

SoniaPujolPhD,AllRightsReserved

PaDent InformaDon

Page 19: DICOM and Slicer: A Tutorial

19

0002,0000,File Meta Elements Group Len=148 0002,0001,File Meta Info Version=256 0002,0002,Media Storage SOP Class UID=1.2.840.10008.5.1.4.1.1.4. 0002,0003,Media Storage SOP Inst UID=0.0.0.0. 0002,0010,Transfer Syntax UID=1.2.840.10008.1.2.1. … 0008,0060,Modality=MR 0008,0070,Manufacturer=GE MEDICAL SYSTEMS 0008,0080,Institution Name=1852796513 0008,0081,City Name=1852796513 0008,0090,Referring Physician's Name=1852796513 0008,0092,?=1852796513 0008,0201,?=-0500 0008,1010,Station Name=1852796513 0008,1030,Study Description=anon 0008,103E,Series Description=anon 0008,1040,Institutional Dept. Name=1852796513 0008,1050,Performing Physician's Name=1852796513 0008,1060,Name Phys(s) Read Study=1852796513 0008,1070,Operator's Name=anon 0008,1080,Admitting Diagnosis Description=1852796513 0008,1090,Manufacturer's Model Name=GENESIS.SIGNA ….. 0010,0010,Patient's Name=anon 0010,0020,Patient ID=anon 0010,0030,Patient Date of Birth=00000000 0010,0032,Patient Birth Time=000000 0010,0040,Patient Sex=O 0010,1010,Patient Age=000Y …….. 0028,0010,Rows=256 0028,0011,Columns=256 0028,0030,Pixel Spacing=0.937500 0.937500 0028,0100,Bits Allocated=16 0028,0101,Bits Stored=16 0028,0102,High Bit=15 0028,0103,Pixel Representation=1 ……. 7FE0,0010,Pixel Data=131072

Image InformaDon

The Life Cycle of Medical Imaging Data - Sonia Pujol, Ph.D. Func?onal Magne?c Resonance Imaging: Data Acquisi?on and Analysis Harvard-MIT Health Sciences and Technology (HST.583)

SoniaPujolPhD,AllRightsReserved

Page 20: DICOM and Slicer: A Tutorial

20

0002,0000,File Meta Elements Group Len=148 0002,0001,File Meta Info Version=256 0002,0002,Media Storage SOP Class UID=1.2.840.10008.5.1.4.1.1.4. 0002,0003,Media Storage SOP Inst UID=0.0.0.0. 0002,0010,Transfer Syntax UID=1.2.840.10008.1.2.1. … 0008,0060,Modality=MR 0008,0070,Manufacturer=GE MEDICAL SYSTEMS 0008,0080,Institution Name=1852796513 0008,0081,City Name=1852796513 0008,0090,Referring Physician's Name=1852796513 0008,0092,?=1852796513 0008,0201,?=-0500 0008,1010,Station Name=1852796513 0008,1030,Study Description=anon 0008,103E,Series Description=anon 0008,1040,Institutional Dept. Name=1852796513 0008,1050,Performing Physician's Name=1852796513 0008,1060,Name Phys(s) Read Study=1852796513 0008,1070,Operator's Name=anon 0008,1080,Admitting Diagnosis Description=1852796513 0008,1090,Manufacturer's Model Name=GENESIS.SIGNA ….. 0010,0010,Patient's Name=anon 0010,0020,Patient ID=anon 0010,0030,Patient Date of Birth=00000000 0010,0032,Patient Birth Time=000000 0010,0040,Patient Sex=O 0010,1010,Patient Age=000Y …….. 0028,0010,Rows=256 0028,0011,Columns=256 0028,0030,Pixel Spacing=0.937500 0.937500 0028,0100,Bits Allocated=16 0028,0101,Bits Stored=16 0028,0102,High Bit=15 0028,0103,Pixel Representation=1 ……. 7FE0,0010,Pixel Data=131072

Pixel Data

The Life Cycle of Medical Imaging Data - Sonia Pujol, Ph.D. Func?onal Magne?c Resonance Imaging: Data Acquisi?on and Analysis Harvard-MIT Health Sciences and Technology (HST.583)

SoniaPujolPhD,AllRightsReserved

Page 21: DICOM and Slicer: A Tutorial

Examples of Standard DICOM

Instances

21

•  DICOM images produced by imaging equipment: single X-Ray slice , DICOM CT or DICOM MR volume, DICOM mulD-frame object (e.g. fMRI experiment, diffusion MRI, DCE)

•  DICOM SegmentaDon Object (SEG):

voxels labelled in regions of interest (ROIs) •  DICOM Structured Report (SR):

clinical informaDon (e.g. diagnosis, pathology, surgery, etc.), measurements computed from segmented ROIs

SoniaPujolPhD,AllRightsReserved

Page 22: DICOM and Slicer: A Tutorial

mented Structures Prostate gland, peripheral zone, lesion, normal Dssue

Volumes of prostate gland, peripheral zone, lesion, normal Dssue

DICOM Images

Measurements

Examples of Standard DICOM Instances

22Fedorov et al. Data Descriptor: An annotated test-retest collec?on of mul?parametric MRI. Sci. Data. 2016

DICOMSegmentedStructures

Prostate MRI Images

SoniaPujolPhD,AllRightsReserved

Page 23: DICOM and Slicer: A Tutorial

DICOM Terminology

23

•  DICOM provides support for segmentaDon objects and annotaDons

•  DICOM Structured Reports enable

provenance tracking

•  DICOM derived data can be stored on a DICOM server or on other archive (e.g. TCIA) with permission, and is compliant with FAIR principles

SoniaPujolPhD,AllRightsReserved

Page 24: DICOM and Slicer: A Tutorial

DICOM for ArDficial Intelligence Studies

•  DICOM defines syntax rules and vocabularies that enable easy extracDon of knowledge from the data

•  The DICOM framework for medical imaging data management enables the automaDon of cohort formaDon and maximizes the interoperability of the data for AI studies

24

Anas et al. MICCAI 2017

SoniaPujolPhD,AllRightsReserved

Page 25: DICOM and Slicer: A Tutorial

25

Part 2: DICOM and Slicer

SoniaPujolPhD,AllRightsReserved

Page 26: DICOM and Slicer: A Tutorial

Slicer DICOM module

26

•  The Slicer DICOM module provides the infrastructure for storing, loading and exporDng DICOM data

•  Slicer supports CT, MRI, PET, X-Ray and ultrasound DICOM data

•  Dedicated Slicer Extensions can be added to Slicer for imporDng addiDonal DICOM instances (e.g. DICOM RT Dose, DICOM SegmentaDon Object, Diffusion Weighted MRI, etc.)

SoniaPujolPhD,AllRightsReserved

Page 27: DICOM and Slicer: A Tutorial

Slicer DICOM module

SoniaPujolPhD,AllRightsReserved 27

Page 28: DICOM and Slicer: A Tutorial

28

DICOM data loaded into

Slicer

DICOM database

Page 29: DICOM and Slicer: A Tutorial

29

DICOM data can be imported into the Slicer DICOM database using the Import DICOM files buVon or via Drag&Drop

Page 30: DICOM and Slicer: A Tutorial

30

The DICOM database follows the DICOM model hierarchy organized in paDents, studies and series

SoniaPujolPhD,AllRightsReserved

Studies

PaDents

Series

Page 31: DICOM and Slicer: A Tutorial

SoniaPujolPhD,AllRightsReserved 31

The DICOM database se`ngs pannel lets the user choose the locaDon of the database and enables database maintenance

Page 32: DICOM and Slicer: A Tutorial

SoniaPujolPhD,AllRightsReserved 32

The DICOM networking pannel gives access to the DICOM Listener and DICOM Query/Retrieve funcDonaliDes of Slicer (Advanced users)

Page 33: DICOM and Slicer: A Tutorial

33

Part 3: Loading and Visualizing DICOM data in Slicer

SoniaPujolPhD,AllRightsReserved

Page 34: DICOM and Slicer: A Tutorial

Tutorial Dataset

•  Download the SlicerDICOMTutorialData.zip file to your computer

•  Create a SlicerData folder on your computer and move the SlicerDICOMTutorialData.zip file to the SlicerData folder

•  Unzip the SlicerDICOMTutorialData.zip

SoniaPujolPhD,AllRightsReserved 34

Page 35: DICOM and Slicer: A Tutorial

35

Start the 3D Slicer soXware and click on Load DICOM Data to access the DICOM module

SoniaPujolPhD,AllRightsReserved

Page 36: DICOM and Slicer: A Tutorial

36SoniaPujolPhD,AllRightsReserved

Click on DICOM database se`ngs

Page 37: DICOM and Slicer: A Tutorial

SoniaPujolPhD,AllRightsReserved 37

Slicer displays the path to the default DICOM database locaDon

Page 38: DICOM and Slicer: A Tutorial

SoniaPujolPhD,AllRightsReserved 38

Click on the default path and change it to the path of the SlicerData directory that you created

Page 39: DICOM and Slicer: A Tutorial

Dataset #1 Torso CT

39SoniaPujolPhD,AllRightsReserved

Page 40: DICOM and Slicer: A Tutorial

Loading a DICOM dataset in Slicer

SoniaPujolPhD,AllRightsReserved 40

Page 41: DICOM and Slicer: A Tutorial

41

Drag and drop the directory dataset1_TorsoCT into the DICOM module

SoniaPujolPhD,AllRightsReserved

Page 42: DICOM and Slicer: A Tutorial

42

Click on paDent1 in the list of paDents

Slicer displays the corresponding study and series

Slicer displays the corresponding study and series

SoniaPujolPhD,AllRightsReserved

Page 43: DICOM and Slicer: A Tutorial

43

Click on Examine

SoniaPujolPhD,AllRightsReserved

Page 44: DICOM and Slicer: A Tutorial

44

Click on Load

SoniaPujolPhD,AllRightsReserved

Page 45: DICOM and Slicer: A Tutorial

The DICOM dataset is loaded into Slicer as a paDent-study-series DICOM hierarchy

Instance:CTSlice

Study:CTThoraxAbdomen(20050601)

PaDent:paDent1(paDent1_ID)

Series:6:CT_ThoraxAbdomen

45SoniaPujolPhD,AllRightsReserved

Page 46: DICOM and Slicer: A Tutorial

Visualizing a DICOM dataset in Slicer

SoniaPujolPhD,AllRightsReserved 46

Page 47: DICOM and Slicer: A Tutorial

47

Click on the Slicer GUI icon to display the list of Slicer layouts and select ConvenDonal

SoniaPujolPhD,AllRightsReserved

Page 48: DICOM and Slicer: A Tutorial

48

Slicer displays the axial, coronal and sagiVal images of 6:CT_Thorax_Abdomen series

SoniaPujolPhD,AllRightsReserved

Page 49: DICOM and Slicer: A Tutorial

49

Right-click on 6: CT_Thorax_Abdomen and select Edit properDes

SoniaPujolPhD,AllRightsReserved

Page 50: DICOM and Slicer: A Tutorial

50

Click on the CT-abdomen preset to automaDcally adjust the window/level display of the CT dataset

SoniaPujolPhD,AllRightsReserved

Page 51: DICOM and Slicer: A Tutorial

51

PosiDon the mouse cursor over the red banner in the Red Viewer to display the slice menu. Click on the Links icon to link the slice controls across all Slice Viewers Click on the Eye icon to display the three anatomical slices in the 3D Viewer

SoniaPujolPhD,AllRightsReserved

Page 52: DICOM and Slicer: A Tutorial

52

The three anatomical slices appear in the 3D viewer

SoniaPujolPhD,AllRightsReserved

Page 53: DICOM and Slicer: A Tutorial

53

Click on the Slicer layout menu icon, and select ConvenDonal Widescreen layout

SoniaPujolPhD,AllRightsReserved

Page 54: DICOM and Slicer: A Tutorial

54

Slicer switches the layout to ConvenDonal Widescreen layout

SoniaPujolPhD,AllRightsReserved

Page 55: DICOM and Slicer: A Tutorial

55

Use the right mouse button in the 3D Viewer to zoom in and out

SoniaPujolPhD,AllRightsReserved

Use the right mouse buVon in the 3D Viewer to zoom out

Page 56: DICOM and Slicer: A Tutorial

56

Use the leX mouse buVon in the 3D Viewer to rotate the images

SoniaPujolPhD,AllRightsReserved

Page 57: DICOM and Slicer: A Tutorial

57

PosiDon the mouse cursor over the pin icon in the blue banner of the 3D viewer window to display the 3DView controller Click on the second icon on the top row of the 3DView controller to center the 3D view

SoniaPujolPhD,AllRightsReserved

Page 58: DICOM and Slicer: A Tutorial

58

Click on the square icon next to the leVer ‘R’ to adjust the field of view

SoniaPujolPhD,AllRightsReserved

Page 59: DICOM and Slicer: A Tutorial

59

Dataset #2 Breast MRI

SoniaPujolPhD,AllRightsReserved

Page 60: DICOM and Slicer: A Tutorial

Breast MRI Dataset

•  The Breast MRI dataset is part of the BREAST-DIAGNOSIS collecDon of The Cancer Imaging Archive (TCIA) of the NaDonal Cancer InsDtute

•  The dataset was acquired on paDent with right breast infiltraDng ductal carcinoma

•  The DICOM images consist of one study and three series: T2, STIR and BLISS

•  BLISS is an MRI sequence for breast MRI studies. BLISS provides the measurement of two bilateral volumes in a single acquisiDon.

Bloch, B. Nicolas, Jain, Ashali, & Jaffe, C. Carl. (2015). Data From BREAST-DIAGNOSIS. The Cancer Imaging Archive. hVp://doi.org/10.7937/K9/TCIA.2015.SDNRQXXR

60SoniaPujolPhD,AllRightsReserved

Page 61: DICOM and Slicer: A Tutorial

SoniaPujolPhD,AllRightsReserved 61

Drag and drop the directory dataset2_BreastMRI into the DICOM module

Page 62: DICOM and Slicer: A Tutorial

62

Slicer imports the dataset2_BreastMRI directory into the DICOM database The directory contains 1 paDent, 1 study and 3 series

SoniaPujolPhD,AllRightsReserved

Page 63: DICOM and Slicer: A Tutorial

63

Click on the PaDentID BreastDx-01-0005 to display the study and the three T2W, STIR and BLISS series

SoniaPujolPhD,AllRightsReserved

Click on the double arrow to display the list of DICOM readers

Page 64: DICOM and Slicer: A Tutorial

64SoniaPujolPhD,AllRightsReserved

The list of DICOM plugins appear

Page 65: DICOM and Slicer: A Tutorial

Slicer DICOM Plugins

•  Slicer implements a list of DICOM plugins to handle a diverse set of DICOM data objects

•  These plugins need to be enabled in order to read specific DICOM data objects such DICOM RT data or DICOM DWI data

65SoniaPujolPhD,AllRightsReserved

Page 66: DICOM and Slicer: A Tutorial

66Click on Examine SoniaPujolPhD,AllRightsReserved

Page 67: DICOM and Slicer: A Tutorial

67

Click on Load to load the data into Slicer

SoniaPujolPhD,AllRightsReserved

Page 68: DICOM and Slicer: A Tutorial

Slicer loads the three series of the breast MRI dataset

SoniaPujolPhD,AllRightsReserved 68

Page 69: DICOM and Slicer: A Tutorial

DICOM data are loaded into Slicer as a paDent-study-series hierarchy

Instance:MRslice

Instance:MRslice

Study:MRIBREASTBILATERALWITHTWITHOUTCONTRAST(20081111)

PaDent:Noname(BreastDx-01-0005)

Series:301:T2W_TSESENSE

Instance:MRslice

Series:401:STIRSENSE

Series:AXBLISSAUTO_SENSE

69SoniaPujolPhD,AllRightsReserved

Page 70: DICOM and Slicer: A Tutorial

Click on the layout menu and select Yellow slice only

SoniaPujolPhD,AllRightsReserved 70

Page 71: DICOM and Slicer: A Tutorial

Click on the Adjust window/level buVon, and use the leX mouse buVon in the 2D view to adjust the window and level of the MR images

SoniaPujolPhD,AllRightsReserved 71

Page 72: DICOM and Slicer: A Tutorial

Click on Play to playback the series of BLISS images

SoniaPujolPhD,AllRightsReserved 72

Page 73: DICOM and Slicer: A Tutorial

Slicer starts playing the BLISS sequence

73SoniaPujolPhD,AllRightsReserved

Page 74: DICOM and Slicer: A Tutorial

Conclusion

•  This tutorial introduced the DICOM standard and showed how to load and visualize DICOM CT and MR images in Slicer

•  3D Slicer and the DICOM standard enable compliance with the FAIR principles for biomedical research

•  By enabling interoperability between research and clinical environments, 3D Slicer and the DICOM standard lower the inherent barriers to the translaDon of research advances to paDent care

74SoniaPujolPhD,AllRightsReserved

Page 75: DICOM and Slicer: A Tutorial

Acknowledgments

Neuroimaging Analysis Center (NIBIB P41 EB015902)

75