File tree Expand file tree Collapse file tree 1 file changed +96
-12
lines changed
src/IO/GDCM/ReadAndPrintDICOMTags Expand file tree Collapse file tree 1 file changed +96
-12
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,102 @@ Example to read, search and print DICOM image metadata tags
14
14
Results
15
15
-------
16
16
17
- .. figure :: cthead1.png
18
- :scale: 50%
19
- :alt: Input image
20
-
21
- Input image
22
-
23
- .. figure :: OutputBaseline.png
24
- :scale: 50%
25
- :alt: Output image
26
-
27
- Output image
28
-
17
+ Output::
18
+
19
+ 0008|0000 = 406
20
+ 0008|0005 = ISO_IR 100
21
+ 0008|0008 = ORIGINAL\PRIMARY\OTHER
22
+ 0008|0016 = 1.2.840.10008.5.1.4.1.1.4
23
+ 0008|0018 = 1.2.840.113619.2.133.1762890640.1886.1055165016.76
24
+ 0008|0020 = 20030625
25
+ 0008|0021 = 20030625
26
+ 0008|0022 = 20030625
27
+ 0008|0023 = 20030625
28
+ 0008|0030 = 152734
29
+ 0008|0031 = 153128
30
+ 0008|0032 = 153128
31
+ 0008|0033 = 153128
32
+ 0008|0050 =
33
+ 0008|0060 = MR
34
+ 0008|0070 = GE MEDICAL SYSTEMS
35
+ 0008|0080 = crd
36
+ 0008|0090 =
37
+ 0008|1010 = sig3ow0
38
+ 0008|1030 = Tech_1
39
+ 0008|103e = head scan
40
+ 0008|1070 = RPM
41
+ 0008|1090 = GENESIS_SIGNA
42
+ 0010|0000 = 82
43
+ 0010|0010 = Wes Turner
44
+ 0010|0020 = 1111
45
+ 0010|0030 =
46
+ 0010|0040 = O
47
+ 0010|1010 = 000Y
48
+ 0010|1030 = 68.039
49
+ 0010|21b0 =
50
+ 0018|0000 = 428
51
+ 0018|0020 = GR
52
+ 0018|0021 = SS\SP
53
+ 0018|0022 = FC\VB_GEMS\VASCTOF_GEMS\PFF
54
+ 0018|0023 = 3D
55
+ 0018|0025 = N
56
+ 0018|0050 = 1.6
57
+ 0018|0080 = 23
58
+ 0018|0081 = 10
59
+ 0018|0083 = 1
60
+ 0018|0084 = 6.38883e+08
61
+ 0018|0085 = H1
62
+ 0018|0086 = 1
63
+ 0018|0087 = 15000
64
+ 0018|0088 = 1.6
65
+ 0018|0091 = 0
66
+ 0018|0093 = 100
67
+ 0018|0094 = 75
68
+ 0018|0095 = 97.6562
69
+ 0018|1000 = 0000018387rdmr3
70
+ 0018|1020 = 09
71
+ 0018|1050 = 1.14585
72
+ 0018|1088 = 0
73
+ 0018|1090 = 0
74
+ 0018|1094 = 0
75
+ 0018|1100 = 220
76
+ 0018|1250 = HEAD
77
+ 0018|1251 = HEAD
78
+ 0018|1310 = 0\256\192\0
79
+ 0018|1312 = ROW
80
+ 0018|1314 = 25
81
+ 0018|1315 = N
82
+ 0018|1316 = 0.004169
83
+ 0018|5100 = HFS
84
+ 0020|0000 = 340
85
+ 0020|000d = 1.2.840.113619.2.133.1762890640.1886.1055165015.961
86
+ 0020|000e = 1.2.840.113619.2.133.1762890640.1886.1055165015.999
87
+ 0020|0010 = 361
88
+ 0020|0011 = 3
89
+ 0020|0012 = 0
90
+ 0020|0013 = 77
91
+ 0020|0032 = -112\-18.8578\ 128.388
92
+ 0020|0037 = 1\ 0\ 0\ 0\0.466651\ -0.884442
93
+ 0020|0052 = 1.2.840.113619.2.133.1762890640.1910.1055164903.673
94
+ 0020|0060 =
95
+ 0020|0110 = 0
96
+ 0020|1040 =
97
+ 0020|1041 = -32.4746742249
98
+ 0028|0000 = 148
99
+ 0028|0002 = 1
100
+ 0028|0004 = MONOCHROME2
101
+ 0028|0010 = 256
102
+ 0028|0011 = 256
103
+ 0028|0030 = 0.85939\0.859375
104
+ 0028|0100 = 16
105
+ 0028|0101 = 16
106
+ 0028|0102 = 15
107
+ 0028|0103 = 1
108
+ 0028|0120 = 0
109
+ 0028|1050 = 86
110
+ 0028|1051 = 173
111
+ 7fe0|0000 = 131084
112
+ Patient's Name (0010|0010) is: Wes Turner
29
113
30
114
Code
31
115
----
You can’t perform that action at this time.
0 commit comments