0% found this document useful (0 votes)
10 views2 pages

Chapter 03 - Image Processing and Acquisition Using Python - Part6

The document provides details on a CT scan study including patient information, scan parameters, and equipment specifications. It also discusses various software options for manipulating DICOM images, categorizing them based on user needs, such as ezDICOM for simple viewing, Osirix for advanced manipulation, and ImageJ for extensibility with plugins. Each software option is described with its functionalities and operating system compatibility.

Uploaded by

Choky Aconk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Chapter 03 - Image Processing and Acquisition Using Python - Part6

The document provides details on a CT scan study including patient information, scan parameters, and equipment specifications. It also discusses various software options for manipulating DICOM images, categorizing them based on user needs, such as ezDICOM for simple viewing, Osirix for advanced manipulation, and ImageJ for extensibility with plugins. Each software option is described with its functionalities and operating system compatibility.

Uploaded by

Choky Aconk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Image and Its Properties 47

0008,0090 Referring Physician's Name: XXXXXXX


0008,1010 Station Name: CT01_OC0
0008,1030 Study Description: TEMP BONE/ST NECK W
0008,103E Series Description: SCOUTS
0008,1060 Name of Physician(s) Reading Study:
0008,1070 Operator's Name: ABCDEF
0008,1090 Manufacturer's Model Name: LightSpeed16
0009,0010 ---: GEMS_IDEN_01
0009,1001 ---: CT_LIGHTSPEED
0009,1002 ---: CT01
0009,1004 ---: LightSpeed16
0010,0010 Patient's Name: XYXYXYXYXYXYX
0010,0020 Patient ID: 213831
0010,0030 Patient's Birth Date: 19650224
0010,0040 Patient's Sex: F
0010,1010 Patient's Age:
0010,21B0 Additional Patient History:
? MASS RIGHT EUSTACHIAN TUBE
0018,0022 Scan Options: SCOUT MODE
0018,0050 Slice Thickness: 270.181824
0018,0060 kVp: 120
0018,0090 Data Collection Diameter: 500.000000
0018,1020 Software Versions(s): LightSpeedverrel
0018,1030 Protocol Name: 3.2 SOFT TISSUE NECK
0018,1100 Reconstruction Diameter:
0018,1110 Distance Source to Detector: 949.075012
0018,1111 Distance Source to Patient: 541.000000
0018,1120 Gantry/Detector Tilt: 0.000000
0018,1130 Table Height: 157.153000
0018,1140 Rotation Direction: CW
0018,1150 Exposure Time: 2772
0018,1151 X-ray Tube Current: 10
0018,1152 Exposure: 27
48 Image Processing and Acquisition using Python

0018,1160 Filter Type: BODY FILTER


0018,1170 Generator Power: 1200
0018,1190 Focal Spot(s): 0.700000
0018,1210 Convolution Kernel: STANDARD

The various software that can be used to manipulate DICOM


images can be found online. We will classify these software based on
the user requirements.
The user might need:

1. A simple viewer with limited manipulation like ezDICOM


[Ror20].

2. A viewer with ability to manipulate images and perform rendering


like Osirix [SAR20].

3. A viewer with image manipulation capability and also extensible


with plugins like ImageJ.

1. ezDICOM: This is a viewer that provides sufficient functionality


that allows users to view and save DICOM files without installing
any other complex software in their system. It is available only
for Windows OS. It can read DICOM files and save them in other
file formats. It can also convert image files to analyze format.

2. Osirix: This is a viewer with extensive functionality and is avail-


able free, but unfortunately it is available only in MacOSX. Like
other DICOM viewers, it can read and store files in different file
formats and as movies. It can perform Multi-Planar Reconstruc-
tion (MPR), 3D surface rendering, 3D volume rendering, and
endoscopy. It can also view 4D DICOM data. The surface ren-
dered data can also be stored as VRML, STL files, etc.

3. ImageJ: ImageJ was funded by the National Institutes of Health


(NIH) and is available as open source. It is written in Java and
users can add their own Java classes or plugins. It is available

You might also like