dbdicom 0.2.0__py3-none-any.whl → 0.3.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dbdicom/__init__.py +3 -25
- dbdicom/api.py +496 -0
- dbdicom/const.py +144 -0
- dbdicom/database.py +133 -0
- dbdicom/dataset.py +471 -0
- dbdicom/dbd.py +1290 -0
- dbdicom/external/__pycache__/__init__.cpython-311.pyc +0 -0
- dbdicom/external/dcm4che/__pycache__/__init__.cpython-311.pyc +0 -0
- dbdicom/external/dcm4che/bin/__pycache__/__init__.cpython-311.pyc +0 -0
- dbdicom/external/dcm4che/bin/emf2sf +57 -57
- dbdicom/register.py +402 -0
- dbdicom/{ds/types → sop_classes}/ct_image.py +2 -16
- dbdicom/{ds/types → sop_classes}/enhanced_mr_image.py +206 -160
- dbdicom/sop_classes/mr_image.py +338 -0
- dbdicom/sop_classes/parametric_map.py +381 -0
- dbdicom/sop_classes/secondary_capture.py +140 -0
- dbdicom/sop_classes/segmentation.py +311 -0
- dbdicom/{ds/types → sop_classes}/ultrasound_multiframe_image.py +1 -15
- dbdicom/{ds/types → sop_classes}/xray_angiographic_image.py +2 -17
- dbdicom/utils/arrays.py +142 -0
- dbdicom/utils/files.py +0 -20
- dbdicom/utils/image.py +43 -466
- dbdicom/utils/pydicom_dataset.py +386 -0
- dbdicom-0.3.16.dist-info/METADATA +26 -0
- dbdicom-0.3.16.dist-info/RECORD +54 -0
- {dbdicom-0.2.0.dist-info → dbdicom-0.3.16.dist-info}/WHEEL +1 -1
- dbdicom/create.py +0 -450
- dbdicom/ds/__init__.py +0 -10
- dbdicom/ds/create.py +0 -63
- dbdicom/ds/dataset.py +0 -841
- dbdicom/ds/dictionaries.py +0 -620
- dbdicom/ds/types/mr_image.py +0 -267
- dbdicom/ds/types/parametric_map.py +0 -226
- dbdicom/external/__pycache__/__init__.cpython-310.pyc +0 -0
- dbdicom/external/__pycache__/__init__.cpython-37.pyc +0 -0
- dbdicom/external/dcm4che/__pycache__/__init__.cpython-310.pyc +0 -0
- dbdicom/external/dcm4che/__pycache__/__init__.cpython-37.pyc +0 -0
- dbdicom/external/dcm4che/bin/__pycache__/__init__.cpython-310.pyc +0 -0
- dbdicom/external/dcm4che/bin/__pycache__/__init__.cpython-37.pyc +0 -0
- dbdicom/external/dcm4che/lib/linux-x86/libclib_jiio.so +0 -0
- dbdicom/external/dcm4che/lib/linux-x86-64/libclib_jiio.so +0 -0
- dbdicom/external/dcm4che/lib/linux-x86-64/libopencv_java.so +0 -0
- dbdicom/external/dcm4che/lib/solaris-sparc/libclib_jiio.so +0 -0
- dbdicom/external/dcm4che/lib/solaris-sparc/libclib_jiio_vis.so +0 -0
- dbdicom/external/dcm4che/lib/solaris-sparc/libclib_jiio_vis2.so +0 -0
- dbdicom/external/dcm4che/lib/solaris-sparcv9/libclib_jiio.so +0 -0
- dbdicom/external/dcm4che/lib/solaris-sparcv9/libclib_jiio_vis.so +0 -0
- dbdicom/external/dcm4che/lib/solaris-sparcv9/libclib_jiio_vis2.so +0 -0
- dbdicom/external/dcm4che/lib/solaris-x86/libclib_jiio.so +0 -0
- dbdicom/external/dcm4che/lib/solaris-x86-64/libclib_jiio.so +0 -0
- dbdicom/manager.py +0 -2077
- dbdicom/message.py +0 -119
- dbdicom/record.py +0 -1526
- dbdicom/types/database.py +0 -107
- dbdicom/types/instance.py +0 -184
- dbdicom/types/patient.py +0 -40
- dbdicom/types/series.py +0 -816
- dbdicom/types/study.py +0 -58
- dbdicom/utils/variables.py +0 -155
- dbdicom/utils/vreg.py +0 -2626
- dbdicom/wrappers/__init__.py +0 -7
- dbdicom/wrappers/dipy.py +0 -462
- dbdicom/wrappers/elastix.py +0 -855
- dbdicom/wrappers/numpy.py +0 -119
- dbdicom/wrappers/scipy.py +0 -1413
- dbdicom/wrappers/skimage.py +0 -1030
- dbdicom/wrappers/sklearn.py +0 -151
- dbdicom/wrappers/vreg.py +0 -273
- dbdicom-0.2.0.dist-info/METADATA +0 -276
- dbdicom-0.2.0.dist-info/RECORD +0 -81
- {dbdicom-0.2.0.dist-info → dbdicom-0.3.16.dist-info/licenses}/LICENSE +0 -0
- {dbdicom-0.2.0.dist-info → dbdicom-0.3.16.dist-info}/top_level.txt +0 -0
dbdicom/ds/dictionaries.py
DELETED
|
@@ -1,620 +0,0 @@
|
|
|
1
|
-
# https://github.com/pydicom/pydicom/blob/master/pydicom/_dicom_dict.py
|
|
2
|
-
dict = {
|
|
3
|
-
(0x0002, 0x0000): ("File Meta Information Group Length", "UL"),
|
|
4
|
-
(0x0002, 0x0001): ("File Meta Information Version", "OB"),
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
# (0002, 0000) File Meta Information Group Length UL
|
|
8
|
-
# (0002, 0001) File Meta Information Version OB
|
|
9
|
-
# (0002, 0002) Media Storage SOP Class UID UI
|
|
10
|
-
# (0002, 0003) Media Storage SOP Instance UID UI
|
|
11
|
-
# (0002, 0010) Transfer Syntax UID UI
|
|
12
|
-
# (0002, 0012) Implementation Class UID UI
|
|
13
|
-
# (0002, 0013) Implementation Version Name SH
|
|
14
|
-
# (0008, 0005) Specific Character Set CS
|
|
15
|
-
# (0008, 0008) Image Type CS
|
|
16
|
-
# (0008, 0012) Instance Creation Date DA
|
|
17
|
-
# (0008, 0013) Instance Creation Time TM
|
|
18
|
-
# (0008, 0014) Instance Creator UID UI
|
|
19
|
-
# (0008, 0016) SOP Class UID UI
|
|
20
|
-
# (0008, 0018) SOP Instance UID UI
|
|
21
|
-
# (0008, 0020) Study Date DA
|
|
22
|
-
# (0008, 0021) Series Date DA
|
|
23
|
-
# (0008, 0022) Acquisition Date DA
|
|
24
|
-
# (0008, 0023) Content Date DA
|
|
25
|
-
# (0008, 0030) Study Time TM
|
|
26
|
-
# (0008, 0031) Series Time TM
|
|
27
|
-
# (0008, 0032) Acquisition Time TM
|
|
28
|
-
# (0008, 0033) Content Time TM
|
|
29
|
-
# (0008, 0060) Modality CS
|
|
30
|
-
# (0008, 0064) Conversion Type CS
|
|
31
|
-
# (0008, 0070) Manufacturer LO
|
|
32
|
-
# (0008, 0080) Institution Name LO
|
|
33
|
-
# (0008, 0081) Institution Address ST
|
|
34
|
-
# (0008, 0090) Referring Physician's Name PN
|
|
35
|
-
# (0008, 0100) Code Value SH
|
|
36
|
-
# (0008, 0102) Coding Scheme Designator SH
|
|
37
|
-
# (0008, 0104) Code Meaning LO
|
|
38
|
-
# (0008, 1010) Station Name SH
|
|
39
|
-
# (0008, 1030) Study Description LO
|
|
40
|
-
# (0008, 103e) Series Description LO
|
|
41
|
-
# (0008, 1040) Institutional Department Name LO
|
|
42
|
-
# (0008, 1050) Performing Physician's Name PN
|
|
43
|
-
# (0008, 1070) Operators' Name PN
|
|
44
|
-
# (0008, 1080) Admitting Diagnoses Description LO
|
|
45
|
-
# (0008, 1090) Manufacturer's Model Name LO
|
|
46
|
-
# (0008, 1111) Referenced Performed Procedure Step Sequence SQ
|
|
47
|
-
# (0008, 0012) Instance Creation Date DA
|
|
48
|
-
# (0008, 0013) Instance Creation Time TM
|
|
49
|
-
# (0008, 0014) Instance Creator UID UI
|
|
50
|
-
# (0008, 1150) Referenced SOP Class UID UI
|
|
51
|
-
# (0008, 1155) Referenced SOP Instance UID UI
|
|
52
|
-
# (0020, 0013) Instance Number IS
|
|
53
|
-
# (2005, 0014) Private Creator LO
|
|
54
|
-
# (2005, 1404) Private tag data SS
|
|
55
|
-
# (2005, 1406) [Unknown] SS
|
|
56
|
-
# (0008, 1140) Referenced Image Sequence SQ
|
|
57
|
-
# (0008, 1150) Referenced SOP Class UID UI
|
|
58
|
-
# (0008, 1155) Referenced SOP Instance UID UI
|
|
59
|
-
# (0008, 1150) Referenced SOP Class UID UI
|
|
60
|
-
# (0008, 1155) Referenced SOP Instance UID UI
|
|
61
|
-
# (0008, 1150) Referenced SOP Class UID UI
|
|
62
|
-
# (0008, 1155) Referenced SOP Instance UID UI
|
|
63
|
-
# (0010, 0010) Patient's Name PN
|
|
64
|
-
# (0010, 0020) Patient ID LO
|
|
65
|
-
# (0010, 0040) Patient's Sex CS
|
|
66
|
-
# (0010, 1030) Patient's Weight DS
|
|
67
|
-
# (0010, 4000) Patient Comments LT
|
|
68
|
-
# (0012, 0063) De-identification Method LO
|
|
69
|
-
# (0012, 0064) De-identification Method Code Sequence SQ
|
|
70
|
-
# (0008, 0100) Code Value SH
|
|
71
|
-
# (0008, 0102) Coding Scheme Designator SH
|
|
72
|
-
# (0008, 0103) Coding Scheme Version SH
|
|
73
|
-
# (0008, 0104) Code Meaning LO
|
|
74
|
-
# (0008, 0100) Code Value SH
|
|
75
|
-
# (0008, 0102) Coding Scheme Designator SH
|
|
76
|
-
# (0008, 0103) Coding Scheme Version SH
|
|
77
|
-
# (0008, 0104) Code Meaning LO
|
|
78
|
-
# (0018, 0010) Contrast/Bolus Agent LO
|
|
79
|
-
# (0018, 0015) Body Part Examined CS
|
|
80
|
-
# (0018, 0020) Scanning Sequence CS
|
|
81
|
-
# (0018, 0021) Sequence Variant CS
|
|
82
|
-
# (0018, 0022) Scan Options CS
|
|
83
|
-
# (0018, 0023) MR Acquisition Type CS
|
|
84
|
-
# (0018, 0050) Slice Thickness DS
|
|
85
|
-
# (0018, 0080) Repetition Time DS
|
|
86
|
-
# (0018, 0081) Echo Time DS
|
|
87
|
-
# (0018, 0083) Number of Averages DS
|
|
88
|
-
# (0018, 0084) Imaging Frequency DS
|
|
89
|
-
# (0018, 0085) Imaged Nucleus SH
|
|
90
|
-
# (0018, 0086) Echo Number(s) IS
|
|
91
|
-
# (0018, 0087) Magnetic Field Strength DS
|
|
92
|
-
# (0018, 0088) Spacing Between Slices DS
|
|
93
|
-
# (0018, 0089) Number of Phase Encoding Steps IS
|
|
94
|
-
# (0018, 0091) Echo Train Length IS
|
|
95
|
-
# (0018, 0093) Percent Sampling DS
|
|
96
|
-
# (0018, 0094) Percent Phase Field of View DS
|
|
97
|
-
# (0018, 0095) Pixel Bandwidth DS
|
|
98
|
-
# (0018, 1000) Device Serial Number LO
|
|
99
|
-
# (0018, 1010) Secondary Capture Device ID LO
|
|
100
|
-
# (0018, 1016) Secondary Capture Device Manufacturer LO
|
|
101
|
-
# (0018, 1018) Secondary Capture Device Manufacturer's Model Name LO
|
|
102
|
-
# (0018, 1019) Secondary Capture Device Software Versions LO
|
|
103
|
-
# (0018, 1020) Software Versions LO
|
|
104
|
-
# (0018, 1022) Video Image Format Acquired SH
|
|
105
|
-
# (0018, 1023) Digital Image Format Acquired LO
|
|
106
|
-
# (0018, 1030) Protocol Name LO
|
|
107
|
-
# (0018, 1060) Trigger Time DS
|
|
108
|
-
# (0018, 1081) Low R-R Value IS
|
|
109
|
-
# (0018, 1082) High R-R Value IS
|
|
110
|
-
# (0018, 1083) Intervals Acquired IS
|
|
111
|
-
# (0018, 1084) Intervals Rejected IS
|
|
112
|
-
# (0018, 1088) Heart Rate IS
|
|
113
|
-
# (0018, 1094) Trigger Window IS
|
|
114
|
-
# (0018, 1100) Reconstruction Diameter DS
|
|
115
|
-
# (0018, 1250) Receive Coil Name SH
|
|
116
|
-
# (0018, 1310) Acquisition Matrix US
|
|
117
|
-
# (0018, 1312) In-plane Phase Encoding Direction CS
|
|
118
|
-
# (0018, 1314) Flip Angle DS
|
|
119
|
-
# (0018, 1316) SAR DS
|
|
120
|
-
# (0018, 1318) dB/dt DS
|
|
121
|
-
# (0018, 1320) B1rms FL
|
|
122
|
-
# (0018, 5100) Patient Position CS
|
|
123
|
-
# (0018, 9073) Acquisition Duration FD
|
|
124
|
-
# (0018, 9087) Diffusion b-value FD
|
|
125
|
-
# (0018, 9089) Diffusion Gradient Orientation FD
|
|
126
|
-
# (0020, 000d) Study Instance UID UI
|
|
127
|
-
# (0020, 000e) Series Instance UID UI
|
|
128
|
-
# (0020, 0010) Study ID SH
|
|
129
|
-
# (0020, 0011) Series Number IS
|
|
130
|
-
# (0020, 0012) Acquisition Number IS
|
|
131
|
-
# (0020, 0013) Instance Number IS
|
|
132
|
-
# (0020, 0032) Image Position (Patient) DS
|
|
133
|
-
# (0020, 0037) Image Orientation (Patient) DS
|
|
134
|
-
# (0020, 0052) Frame of Reference UID UI
|
|
135
|
-
# (0020, 0060) Laterality CS
|
|
136
|
-
# (0020, 0100) Temporal Position Identifier IS
|
|
137
|
-
# (0020, 0105) Number of Temporal Positions IS
|
|
138
|
-
# (0020, 1040) Position Reference Indicator LO
|
|
139
|
-
# (0020, 1041) Slice Location DS
|
|
140
|
-
# (0028, 0002) Samples per Pixel US
|
|
141
|
-
# (0028, 0004) Photometric Interpretation CS
|
|
142
|
-
# (0028, 0010) Rows US
|
|
143
|
-
# (0028, 0011) Columns US
|
|
144
|
-
# (0028, 0030) Pixel Spacing DS
|
|
145
|
-
# (0028, 0100) Bits Allocated US
|
|
146
|
-
# (0028, 0101) Bits Stored US
|
|
147
|
-
# (0028, 0102) High Bit US
|
|
148
|
-
# (0028, 0103) Pixel Representation US
|
|
149
|
-
# (0028, 1050) Window Center DS
|
|
150
|
-
# (0028, 1051) Window Width DS
|
|
151
|
-
# (0028, 1052) Rescale Intercept DS
|
|
152
|
-
# (0028, 1053) Rescale Slope DS
|
|
153
|
-
# (0028, 1054) Rescale Type LO
|
|
154
|
-
# (0032, 1032) Requesting Physician PN
|
|
155
|
-
# (0032, 1033) Requesting Service LO
|
|
156
|
-
# (0032, 1060) Requested Procedure Description LO
|
|
157
|
-
# (0032, 1070) Requested Contrast Agent LO
|
|
158
|
-
# (0032, 4000) Study Comments LT
|
|
159
|
-
# (0038, 0050) Special Needs LO
|
|
160
|
-
# (0040, 0006) Scheduled Performing Physician's Name PN
|
|
161
|
-
# (0040, 0241) Performed Station AE Title AE
|
|
162
|
-
# (0040, 0242) Performed Station Name SH
|
|
163
|
-
# (0040, 0243) Performed Location SH
|
|
164
|
-
# (0040, 0244) Performed Procedure Step Start Date DA
|
|
165
|
-
# (0040, 0245) Performed Procedure Step Start Time TM
|
|
166
|
-
# (0040, 0250) Performed Procedure Step End Date DA
|
|
167
|
-
# (0040, 0251) Performed Procedure Step End Time TM
|
|
168
|
-
# (0040, 0252) Performed Procedure Step Status CS
|
|
169
|
-
# (0040, 0253) Performed Procedure Step ID SH
|
|
170
|
-
# (0040, 0254) Performed Procedure Step Description LO
|
|
171
|
-
# (0040, 0255) Performed Procedure Type Description LO
|
|
172
|
-
# (0040, 0260) Performed Protocol Code Sequence SQ
|
|
173
|
-
# (0008, 0100) Code Value SH
|
|
174
|
-
# (0008, 0102) Coding Scheme Designator SH
|
|
175
|
-
# (0008, 0104) Code Meaning LO
|
|
176
|
-
# (0008, 010b) Context Group Extension Flag CS
|
|
177
|
-
# (0040, 0280) Comments on the Performed Procedure Step ST
|
|
178
|
-
# (0040, 1001) Requested Procedure ID SH
|
|
179
|
-
# (0040, 1002) Reason for the Requested Procedure LO
|
|
180
|
-
# (0040, 1003) Requested Procedure Priority SH
|
|
181
|
-
# (0040, 1004) Patient Transport Arrangements LO
|
|
182
|
-
# (0040, 1005) Requested Procedure Location LO
|
|
183
|
-
# (0040, 2001) Reason for the Imaging Service Request LO
|
|
184
|
-
# (0040, 2004) Issue Date of Imaging Service Request DA
|
|
185
|
-
# (0040, 2005) Issue Time of Imaging Service Request TM
|
|
186
|
-
# (0040, 2009) Order Enterer's Location SH
|
|
187
|
-
# (0040, 2010) Order Callback Phone Number SH
|
|
188
|
-
# (0040, 2400) Imaging Service Request Comments LT
|
|
189
|
-
# (0040, 9096) Real World Value Mapping Sequence SQ
|
|
190
|
-
# (0028, 3003) LUT Explanation LO
|
|
191
|
-
# (0040, 08ea) Measurement Units Code Sequence SQ
|
|
192
|
-
# (0008, 0100) Code Value SH
|
|
193
|
-
# (0008, 0102) Coding Scheme Designator SH
|
|
194
|
-
# (0008, 0104) Code Meaning LO
|
|
195
|
-
# (0008, 0117) Context UID UI
|
|
196
|
-
# > (0040, 9210) LUT Label SH
|
|
197
|
-
# > (0040, 9211) Real World Value Last Value Mapped US
|
|
198
|
-
# > (0040, 9216) Real World Value First Value Mapped US
|
|
199
|
-
# > (0040, 9224) Real World Value Intercept FD
|
|
200
|
-
# > (0040, 9225) Real World Value Slope FD
|
|
201
|
-
# (2001, 0010) Private Creator LO
|
|
202
|
-
# (2001, 0011) Private Creator LO
|
|
203
|
-
# (2001, 1001) [Chemical Shift] FL
|
|
204
|
-
# (2001, 1002) [Chemical Shift Number MR] IS
|
|
205
|
-
# (2001, 1003) [Diffusion B-Factor] FL
|
|
206
|
-
# (2001, 1004) [Diffusion Direction] CS
|
|
207
|
-
# (2001, 1006) [Image Enhanced] CS
|
|
208
|
-
# (2001, 1007) [Image Type ED ES] CS
|
|
209
|
-
# (2001, 1008) [Phase Number] IS
|
|
210
|
-
# (2001, 1009) [Unknown] FL
|
|
211
|
-
# (2001, 100a) [Slice Number MR] IS
|
|
212
|
-
# (2001, 100b) [Slice Orientation] CS
|
|
213
|
-
# (2001, 100c) [Unknown] CS
|
|
214
|
-
# (2001, 100e) [Unknown] CS
|
|
215
|
-
# (2001, 100f) [Unknown] SS
|
|
216
|
-
# (2001, 1010) [Cardiac Sync] CS
|
|
217
|
-
# (2001, 1011) [Diffusion Echo Time] FL
|
|
218
|
-
# (2001, 1012) [Dynamic Series] CS
|
|
219
|
-
# (2001, 1013) [EPI Factor] SL
|
|
220
|
-
# (2001, 1014) [Number of Echoes] SL
|
|
221
|
-
# (2001, 1015) [Number of Locations] SS
|
|
222
|
-
# (2001, 1016) [Number of PC Directions] SS
|
|
223
|
-
# (2001, 1017) [Number of Phases MR] SL
|
|
224
|
-
# (2001, 1018) [Number of Slices MR] SL
|
|
225
|
-
# (2001, 1019) [Partial Matrix Scanned] CS
|
|
226
|
-
# (2001, 101a) [PC Velocity] FL
|
|
227
|
-
# (2001, 101b) [Prepulse Delay] FL
|
|
228
|
-
# (2001, 101c) [Prepulse Type] CS
|
|
229
|
-
# (2001, 101d) [Reconstruction Number MR] IS
|
|
230
|
-
# (2001, 101e) [Unknown] CS
|
|
231
|
-
# (2001, 101f) [Respiration Sync] CS
|
|
232
|
-
# (2001, 1020) [Scanning Technique Description MR] LO
|
|
233
|
-
# (2001, 1021) [SPIR] CS
|
|
234
|
-
# (2001, 1022) [Water Fat Shift] FL
|
|
235
|
-
# (2001, 1023) [Flip Angle Philips] DS
|
|
236
|
-
# (2001, 1024) [Interactive] CS
|
|
237
|
-
# (2001, 1025) [Echo Time Display MR] SH
|
|
238
|
-
# (2001, 105f) Private tag data SQ
|
|
239
|
-
# (2001, 0010) Private Creator LO
|
|
240
|
-
# (2001, 102d) [Number of Stack Slices] SS
|
|
241
|
-
# (2001, 1032) [Stack Radial Angle] FL
|
|
242
|
-
# (2001, 1033) [Stack Radial Axis] CS
|
|
243
|
-
# (2001, 1035) [Stack Slice Number] SS
|
|
244
|
-
# (2001, 1036) [Stack Type] CS
|
|
245
|
-
# (2005, 0010) Private Creator LO
|
|
246
|
-
# (2005, 0014) Private Creator LO
|
|
247
|
-
# (2005, 0015) Private Creator LO
|
|
248
|
-
# (2005, 1071) [Unknown] FL
|
|
249
|
-
# (2005, 1072) [Unknown] FL
|
|
250
|
-
# (2005, 1073) [Unknown] FL
|
|
251
|
-
# (2005, 1074) [Unknown] FL
|
|
252
|
-
# (2005, 1075) [Unknown] FL
|
|
253
|
-
# (2005, 1076) [Unknown] FL
|
|
254
|
-
# (2005, 1078) [Unknown] FL
|
|
255
|
-
# (2005, 1079) [Unknown] FL
|
|
256
|
-
# (2005, 107a) [Unknown] FL
|
|
257
|
-
# (2005, 107b) [Unknown] CS
|
|
258
|
-
# (2005, 107e) [Unknown] FL
|
|
259
|
-
# (2005, 1081) [Unknown] CS
|
|
260
|
-
# (2005, 143c) [Unknown] FL
|
|
261
|
-
# (2005, 143d) [Unknown] FL
|
|
262
|
-
# (2005, 143e) [Unknown] FL
|
|
263
|
-
# (2005, 1567) Private tag data IS
|
|
264
|
-
# (2001, 1060) [Number of Stacks] SL
|
|
265
|
-
# (2001, 1061) [Unknown] CS
|
|
266
|
-
# (2001, 1062) [Unknown] CS
|
|
267
|
-
# (2001, 1063) [Examination Source] CS
|
|
268
|
-
# (2001, 1077) [GL TrafoType] CS
|
|
269
|
-
# (2001, 107b) [Acquisition Number] IS
|
|
270
|
-
# (2001, 1081) [Number of Dynamic Scans] IS
|
|
271
|
-
# (2001, 1082) [Echo Train Length] IS
|
|
272
|
-
# (2001, 1083) [Imaging Frequency] DS
|
|
273
|
-
# (2001, 1084) [Inversion Time] DS
|
|
274
|
-
# (2001, 1085) [Magnetic Field Strength] DS
|
|
275
|
-
# (2001, 1086) [Unknown] IS
|
|
276
|
-
# (2001, 1087) [Imaged Nucleus] SH
|
|
277
|
-
# (2001, 1088) [Number of Averages] DS
|
|
278
|
-
# (2001, 1089) [Phase FOV Percent] DS
|
|
279
|
-
# (2001, 108a) [Sampling Percent] DS
|
|
280
|
-
# (2001, 108b) [Unknown] SH
|
|
281
|
-
# (2001, 10c8) Private tag data LO
|
|
282
|
-
# (2001, 10cc) [Unknown] ST
|
|
283
|
-
# (2001, 10f1) [Prospective Motion Correction] FL
|
|
284
|
-
# (2001, 10f2) [Retrospective Motion Correction] FL
|
|
285
|
-
# (2001, 116b) Private tag data LO
|
|
286
|
-
# (2005, 0010) Private Creator LO
|
|
287
|
-
# (2005, 0011) Private Creator LO
|
|
288
|
-
# (2005, 0012) Private Creator LO
|
|
289
|
-
# (2005, 0013) Private Creator LO
|
|
290
|
-
# (2005, 0014) Private Creator LO
|
|
291
|
-
# (2005, 0015) Private Creator LO
|
|
292
|
-
# (2005, 0016) Private Creator LO
|
|
293
|
-
# (2005, 1000) [Unknown] FL
|
|
294
|
-
# (2005, 1001) [Unknown] FL
|
|
295
|
-
# (2005, 1002) [Unknown] FL
|
|
296
|
-
# (2005, 1008) [Unknown] FL
|
|
297
|
-
# (2005, 1009) [Unknown] FL
|
|
298
|
-
# (2005, 100a) [Unknown] FL
|
|
299
|
-
# (2005, 100b) [Unknown] FL
|
|
300
|
-
# (2005, 100c) [Unknown] FL
|
|
301
|
-
# (2005, 100d) [Unknown] FL
|
|
302
|
-
# (2005, 100e) [Unknown] FL
|
|
303
|
-
# (2005, 100f) [Window Center] DS
|
|
304
|
-
# (2005, 1010) [Window Width] DS
|
|
305
|
-
# (2005, 1011) [Unknown] CS
|
|
306
|
-
# (2005, 1012) [Unknown] CS
|
|
307
|
-
# (2005, 1013) [Unknown] CS
|
|
308
|
-
# (2005, 1014) [Unknown] CS
|
|
309
|
-
# (2005, 1015) [Unknown] CS
|
|
310
|
-
# (2005, 1016) [Unknown] CS
|
|
311
|
-
# (2005, 1017) [Unknown] CS
|
|
312
|
-
# (2005, 1018) [Unknown] LO
|
|
313
|
-
# (2005, 1019) [Unknown] CS
|
|
314
|
-
# (2005, 101a) [Unknown] SS
|
|
315
|
-
# (2005, 101b) [Unknown] CS
|
|
316
|
-
# (2005, 101c) [Unknown] CS
|
|
317
|
-
# (2005, 101d) [Unknown] SS
|
|
318
|
-
# (2005, 101e) [Unknown] SH
|
|
319
|
-
# (2005, 101f) [Unknown] SH
|
|
320
|
-
# (2005, 1020) [Number of Chemical Shift] SL
|
|
321
|
-
# (2005, 1021) [Unknown] SS
|
|
322
|
-
# (2005, 1022) [Unknown] IS
|
|
323
|
-
# (2005, 1023) [Unknown] SS
|
|
324
|
-
# (2005, 1025) [Unknown] SS
|
|
325
|
-
# (2005, 1026) [Unknown] CS
|
|
326
|
-
# (2005, 1027) [Unknown] CS
|
|
327
|
-
# (2005, 1028) [Unknown] CS
|
|
328
|
-
# (2005, 1029) [Unknown] CS
|
|
329
|
-
# (2005, 102a) [Unknown] IS
|
|
330
|
-
# (2005, 102b) [Unknown] SS
|
|
331
|
-
# (2005, 102c) [Unknown] CS
|
|
332
|
-
# (2005, 102d) [Unknown] IS
|
|
333
|
-
# (2005, 102e) [Unknown] CS
|
|
334
|
-
# (2005, 102f) [Unknown] CS
|
|
335
|
-
# (2005, 1030) [Repetition Time] FL
|
|
336
|
-
# (2005, 1031) [Unknown] CS
|
|
337
|
-
# (2005, 1032) [Unknown] CS
|
|
338
|
-
# (2005, 1033) [Acquisition Duration] FL
|
|
339
|
-
# (2005, 1034) [Unknown] CS
|
|
340
|
-
# (2005, 1035) [Unknown] CS
|
|
341
|
-
# (2005, 1036) [Unknown] CS
|
|
342
|
-
# (2005, 1037) [Unknown] CS
|
|
343
|
-
# (2005, 1038) [Unknown] CS
|
|
344
|
-
# (2005, 1039) [Unknown] CS
|
|
345
|
-
# (2005, 103a) [Unknown] SH
|
|
346
|
-
# (2005, 103b) [Unknown] CS
|
|
347
|
-
# (2005, 103c) [Unknown] CS
|
|
348
|
-
# (2005, 103d) [Unknown] SS
|
|
349
|
-
# (2005, 103e) [Unknown] SL
|
|
350
|
-
# (2005, 105f) [Unknown] CS
|
|
351
|
-
# (2005, 1060) [Unknown] IS
|
|
352
|
-
# (2005, 1061) [Unknown] CS
|
|
353
|
-
# (2005, 1063) [Unknown] SS
|
|
354
|
-
# (2005, 106e) [Unknown] CS
|
|
355
|
-
# (2005, 106f) [Unknown] CS
|
|
356
|
-
# (2005, 1070) [Unknown] LO
|
|
357
|
-
# (2005, 1081) [Unknown] CS
|
|
358
|
-
# (2005, 1085) Private tag data SQ
|
|
359
|
-
# (2005, 0010) Private Creator LO
|
|
360
|
-
# (2005, 1054) [Unknown] FL
|
|
361
|
-
# (2005, 1055) [Unknown] FL
|
|
362
|
-
# (2005, 1056) [Unknown] FL
|
|
363
|
-
# (2005, 1057) [Unknown] FL
|
|
364
|
-
# (2005, 1058) [Unknown] FL
|
|
365
|
-
# (2005, 1059) [Unknown] FL
|
|
366
|
-
# (2005, 105a) [Unknown] FL
|
|
367
|
-
# (2005, 105b) [Unknown] FL
|
|
368
|
-
# (2005, 105c) [Unknown] FL
|
|
369
|
-
# (2005, 105d) [Unknown] CS
|
|
370
|
-
# (2005, 105e) [Unknown] CS
|
|
371
|
-
# (2005, 1086) [Unknown] SS
|
|
372
|
-
# (2005, 109f) [Unknown] CS
|
|
373
|
-
# (2005, 10a0) [Unknown] FL
|
|
374
|
-
# (2005, 10a1) [Syncra Scan Type] CS
|
|
375
|
-
# (2005, 10a2) [Unknown] CS
|
|
376
|
-
# (2005, 10a8) [Unknown] DS
|
|
377
|
-
# (2005, 10a9) [Unknown] CS
|
|
378
|
-
# (2005, 10b0) [Diffusion Direction RL] FL
|
|
379
|
-
# (2005, 10b1) [Diffusion Direction AP] FL
|
|
380
|
-
# (2005, 10b2) [Diffusion Direction FH] FL
|
|
381
|
-
# (2005, 10c0) [Unknown] CS
|
|
382
|
-
# (2005, 1134) Private tag data LT
|
|
383
|
-
# (2005, 1199) [Unknown] UL
|
|
384
|
-
# (2005, 1200) [Unknown] UL
|
|
385
|
-
# (2005, 1201) [Unknown] UL
|
|
386
|
-
# (2005, 1213) [Unknown] UL
|
|
387
|
-
# (2005, 1245) [Unknown] SS
|
|
388
|
-
# (2005, 1249) [Unknown] SS
|
|
389
|
-
# (2005, 1251) [Unknown] SS
|
|
390
|
-
# (2005, 1252) [Unknown] SS
|
|
391
|
-
# (2005, 1253) [Unknown] SS
|
|
392
|
-
# (2005, 1256) [Unknown] SS
|
|
393
|
-
# (2005, 1325) [Unknown] CS
|
|
394
|
-
# (2005, 1326) [Unknown] FL
|
|
395
|
-
# (2005, 1327) [Unknown] CS
|
|
396
|
-
# (2005, 1328) [Unknown] CS
|
|
397
|
-
# (2005, 1329) [Unknown] FL
|
|
398
|
-
# (2005, 1331) [Unknown] SS
|
|
399
|
-
# (2005, 1334) [Unknown] CS
|
|
400
|
-
# (2005, 1335) [Unknown] CS
|
|
401
|
-
# (2005, 1336) [Unknown] FL
|
|
402
|
-
# (2005, 1337) [Unknown] FL
|
|
403
|
-
# (2005, 1338) [Unknown] FL
|
|
404
|
-
# (2005, 1340) [Unknown] CS
|
|
405
|
-
# (2005, 1341) [Unknown] CS
|
|
406
|
-
# (2005, 1342) [Unknown] CS
|
|
407
|
-
# (2005, 1343) [Unknown] CS
|
|
408
|
-
# (2005, 1345) [Unknown] CS
|
|
409
|
-
# (2005, 1346) [Unknown] CS
|
|
410
|
-
# (2005, 1347) [Unknown] FL
|
|
411
|
-
# (2005, 1348) [Unknown] CS
|
|
412
|
-
# (2005, 1349) [Unknown] FL
|
|
413
|
-
# (2005, 1351) [Unknown] SS
|
|
414
|
-
# (2005, 1352) [Unknown] SS
|
|
415
|
-
# (2005, 1354) [Unknown] CS
|
|
416
|
-
# (2005, 1355) [Unknown] FL
|
|
417
|
-
# (2005, 1356) [Unknown] CS
|
|
418
|
-
# (2005, 1357) [Unknown] SS
|
|
419
|
-
# (2005, 1358) [Unknown] LO
|
|
420
|
-
# (2005, 1359) [Unknown] FL
|
|
421
|
-
# (2005, 1360) [Unknown] FL
|
|
422
|
-
# (2005, 1362) [Unknown] FL
|
|
423
|
-
# (2005, 1363) [Unknown] FL
|
|
424
|
-
# (2005, 1364) [Unknown] CS
|
|
425
|
-
# (2005, 1370) [Unknown] SS
|
|
426
|
-
# (2005, 1381) [Unknown] IS
|
|
427
|
-
# (2005, 1382) [Unknown] UL
|
|
428
|
-
# (2005, 1391) [Unknown] PN
|
|
429
|
-
# (2005, 1392) [Unknown] IS
|
|
430
|
-
# (2005, 1393) [Unknown] IS
|
|
431
|
-
# (2005, 1395) [Unknown] ST
|
|
432
|
-
# (2005, 1396) [Unknown] CS
|
|
433
|
-
# (2005, 1397) [Unknown] LO
|
|
434
|
-
# (2005, 1398) [Unknown] CS
|
|
435
|
-
# (2005, 1399) [Unknown] CS
|
|
436
|
-
# (2005, 1400) [Unknown] CS
|
|
437
|
-
# (2005, 1401) [Unknown] UL
|
|
438
|
-
# (2005, 1403) [Unknown] UL
|
|
439
|
-
# (2005, 1409) [Unknown] DS
|
|
440
|
-
# (2005, 140a) [Unknown] DS
|
|
441
|
-
# (2005, 140b) [Unknown] LO
|
|
442
|
-
# (2005, 140f) Private tag data SQ
|
|
443
|
-
# (0008, 002a) Acquisition DateTime DT
|
|
444
|
-
# (0008, 9123) Creator-Version UID UI
|
|
445
|
-
# (0008, 9205) Pixel Presentation CS
|
|
446
|
-
# (0008, 9206) Volumetric Properties CS
|
|
447
|
-
# (0008, 9207) Volume Based Calculation Technique CS
|
|
448
|
-
# (0008, 9209) Acquisition Contrast CS
|
|
449
|
-
# (0018, 9005) Pulse Sequence Name SH
|
|
450
|
-
# (0018, 9008) Echo Pulse Sequence CS
|
|
451
|
-
# (0018, 9009) Inversion Recovery CS
|
|
452
|
-
# (0018, 9011) Multiple Spin Echo CS
|
|
453
|
-
# (0018, 9012) Multi-planar Excitation CS
|
|
454
|
-
# (0018, 9014) Phase Contrast CS
|
|
455
|
-
# (0018, 9015) Time of Flight Contrast CS
|
|
456
|
-
# (0018, 9016) Spoiling CS
|
|
457
|
-
# (0018, 9017) Steady State Pulse Sequence CS
|
|
458
|
-
# (0018, 9018) Echo Planar Pulse Sequence CS
|
|
459
|
-
# (0018, 9019) Tag Angle First Axis FD
|
|
460
|
-
# (0018, 9020) Magnetization Transfer CS
|
|
461
|
-
# (0018, 9021) T2 Preparation CS
|
|
462
|
-
# (0018, 9022) Blood Signal Nulling CS
|
|
463
|
-
# (0018, 9024) Saturation Recovery CS
|
|
464
|
-
# (0018, 9025) Spectrally Selected Suppression CS
|
|
465
|
-
# (0018, 9026) Spectrally Selected Excitation CS
|
|
466
|
-
# (0018, 9027) Spatial Pre-saturation CS
|
|
467
|
-
# (0018, 9028) Tagging CS
|
|
468
|
-
# (0018, 9029) Oversampling Phase CS
|
|
469
|
-
# (0018, 9030) Tag Spacing First Dimension FD
|
|
470
|
-
# (0018, 9032) Geometry of k-Space Traversal CS
|
|
471
|
-
# (0018, 9033) Segmented k-Space Traversal CS
|
|
472
|
-
# (0018, 9034) Rectilinear Phase Encode Reordering CS
|
|
473
|
-
# (0018, 9035) Tag Thickness FD
|
|
474
|
-
# (0018, 9036) Partial Fourier Direction CS
|
|
475
|
-
# (0018, 9037) Cardiac Synchronization Technique CS
|
|
476
|
-
# (0018, 9043) Receive Coil Type CS
|
|
477
|
-
# (0018, 9044) Quadrature Receive Coil CS
|
|
478
|
-
# (0018, 9047) Multi-Coil Element Name SH
|
|
479
|
-
# (0018, 9050) Transmit Coil Manufacturer Name LO
|
|
480
|
-
# (0018, 9051) Transmit Coil Type CS
|
|
481
|
-
# (0018, 9053) Chemical Shift Reference FD
|
|
482
|
-
# (0018, 9058) MR Acquisition Frequency Encoding Steps US
|
|
483
|
-
# (0018, 9059) De-coupling CS
|
|
484
|
-
# (0018, 9060) De-coupled Nucleus CS
|
|
485
|
-
# (0018, 9062) De-coupling Method CS
|
|
486
|
-
# (0018, 9064) k-space Filtering CS
|
|
487
|
-
# (0018, 9065) Time Domain Filtering CS
|
|
488
|
-
# (0018, 9069) Parallel Reduction Factor In-plane FD
|
|
489
|
-
# (0018, 9075) Diffusion Directionality CS
|
|
490
|
-
# (0018, 9077) Parallel Acquisition CS
|
|
491
|
-
# (0018, 9078) Parallel Acquisition Technique CS
|
|
492
|
-
# (0018, 9079) Inversion Times FD
|
|
493
|
-
# (0018, 9080) Metabolite Map Description ST
|
|
494
|
-
# (0018, 9081) Partial Fourier CS
|
|
495
|
-
# (0018, 9085) Cardiac Signal Source CS
|
|
496
|
-
# (0018, 9090) Velocity Encoding Direction FD
|
|
497
|
-
# (0018, 9091) Velocity Encoding Minimum Value FD
|
|
498
|
-
# (0018, 9093) Number of k-Space Trajectories US
|
|
499
|
-
# (0018, 9094) Coverage of k-Space CS
|
|
500
|
-
# (0018, 9101) Frequency Correction CS
|
|
501
|
-
# (0018, 9147) Diffusion Anisotropy Type CS
|
|
502
|
-
# (0018, 9155) Parallel Reduction Factor out-of-plane FD
|
|
503
|
-
# (0018, 9168) Parallel Reduction Factor Second In-plane FD
|
|
504
|
-
# (0018, 9169) Cardiac Beat Rejection Technique CS
|
|
505
|
-
# (0018, 9170) Respiratory Motion Compensation Technique CS
|
|
506
|
-
# (0018, 9171) Respiratory Signal Source CS
|
|
507
|
-
# (0018, 9172) Bulk Motion Compensation Technique CS
|
|
508
|
-
# (0018, 9174) Applicable Safety Standard Agency CS
|
|
509
|
-
# (0018, 9176) Operating Mode Sequence SQ
|
|
510
|
-
# (0018, 9177) Operating Mode Type CS
|
|
511
|
-
# (0018, 9178) Operating Mode CS
|
|
512
|
-
# (0018, 9177) Operating Mode Type CS
|
|
513
|
-
# (0018, 9178) Operating Mode CS
|
|
514
|
-
# (0018, 9177) Operating Mode Type CS
|
|
515
|
-
# (0018, 9178) Operating Mode CS
|
|
516
|
-
# > (0018, 9179) Specific Absorption Rate Definition CS
|
|
517
|
-
# > (0018, 9180) Gradient Output Type CS
|
|
518
|
-
# > (0018, 9181) Specific Absorption Rate Value FD
|
|
519
|
-
# > (0018, 9182) Gradient Output FD
|
|
520
|
-
# > (0018, 9183) Flow Compensation Direction CS
|
|
521
|
-
# > (0018, 9199) Water Referenced Phase Correction CS
|
|
522
|
-
# > (0018, 9200) MR Spectroscopy Acquisition Type CS
|
|
523
|
-
# > (0018, 9231) MR Acquisition Phase Encoding Steps in-plane US
|
|
524
|
-
# > (0018, 9232) MR Acquisition Phase Encoding Steps out-of-plane US
|
|
525
|
-
# > (0018, 9240) RF Echo Train Length US
|
|
526
|
-
# > (0018, 9241) Gradient Echo Train Length US
|
|
527
|
-
# > (0018, 9602) Diffusion b-value XX FD
|
|
528
|
-
# > (0018, 9603) Diffusion b-value XY FD
|
|
529
|
-
# > (0018, 9604) Diffusion b-value XZ FD
|
|
530
|
-
# > (0018, 9605) Diffusion b-value YY FD
|
|
531
|
-
# > (0018, 9606) Diffusion b-value YZ FD
|
|
532
|
-
# > (0018, 9607) Diffusion b-value ZZ FD
|
|
533
|
-
# > (0020, 9072) Frame Laterality CS
|
|
534
|
-
# > (0020, 9254) Respiratory Interval Time FD
|
|
535
|
-
# > (0020, 9255) Nominal Respiratory Trigger Delay Time FD
|
|
536
|
-
# > (0020, 9256) Respiratory Trigger Delay Threshold FD
|
|
537
|
-
# > (0028, 9001) Data Point Rows UL
|
|
538
|
-
# > (0028, 9002) Data Point Columns UL
|
|
539
|
-
# > (0028, 9003) Signal Domain Columns CS
|
|
540
|
-
# > (0028, 9108) Data Representation CS
|
|
541
|
-
# > (0040, 9210) LUT Label SH
|
|
542
|
-
# (2005, 1410) [Unknown] IS
|
|
543
|
-
# (2005, 1412) [Unknown] IS
|
|
544
|
-
# (2005, 1413) [Unknown] IS
|
|
545
|
-
# (2005, 1414) [Unknown] SL
|
|
546
|
-
# (2005, 1415) [Unknown] SL
|
|
547
|
-
# (2005, 1416) [Unknown] CS
|
|
548
|
-
# (2005, 1418) [Unknown] CS
|
|
549
|
-
# (2005, 1419) [Unknown] CS
|
|
550
|
-
# (2005, 141a) [Unknown] CS
|
|
551
|
-
# (2005, 141b) [Unknown] IS
|
|
552
|
-
# (2005, 141c) [Unknown] IS
|
|
553
|
-
# (2005, 141d) [Unknown] IS
|
|
554
|
-
# (2005, 1426) [Unknown] CS
|
|
555
|
-
# (2005, 1428) [Unknown] SL
|
|
556
|
-
# (2005, 1429) Private tag data CS
|
|
557
|
-
# (2005, 142a) [Unknown] CS
|
|
558
|
-
# (2005, 142b) [Unknown] CS
|
|
559
|
-
# (2005, 142c) [Unknown] CS
|
|
560
|
-
# (2005, 142d) [Unknown] CS
|
|
561
|
-
# (2005, 142e) [Unknown] FL
|
|
562
|
-
# (2005, 142f) [Unknown] FL
|
|
563
|
-
# (2005, 1430) [Unknown] FL
|
|
564
|
-
# (2005, 1431) [Unknown] FL
|
|
565
|
-
# (2005, 1432) [Unknown] CS
|
|
566
|
-
# (2005, 1435) [Unknown] CS
|
|
567
|
-
# (2005, 1437) [Unknown] CS
|
|
568
|
-
# (2005, 143a) [Unknown] LT
|
|
569
|
-
# (2005, 143b) [Unknown] CS
|
|
570
|
-
# (2005, 143f) [Unknown] CS
|
|
571
|
-
# (2005, 1440) [Unknown] FL
|
|
572
|
-
# (2005, 1441) [Unknown] FL
|
|
573
|
-
# (2005, 1442) [Unknown] FL
|
|
574
|
-
# (2005, 1443) [Unknown] FL
|
|
575
|
-
# (2005, 1444) [Unknown] IS
|
|
576
|
-
# (2005, 1445) [Unknown] CS
|
|
577
|
-
# (2005, 1446) [Unknown] FL
|
|
578
|
-
# (2005, 1447) [Unknown] FL
|
|
579
|
-
# (2005, 1448) [Unknown] FL
|
|
580
|
-
# (2005, 144d) [Unknown] CS
|
|
581
|
-
# (2005, 144e) [Unknown] CS
|
|
582
|
-
# (2005, 1492) Private tag data FL
|
|
583
|
-
# (2005, 1553) Private tag data FL
|
|
584
|
-
# (2005, 1554) Private tag data FL
|
|
585
|
-
# (2005, 1555) Private tag data FL
|
|
586
|
-
# (2005, 1556) Private tag data FL
|
|
587
|
-
# (2005, 1557) Private tag data CS
|
|
588
|
-
# (2005, 1558) Private tag data FL
|
|
589
|
-
# (2005, 1559) Private tag data FL
|
|
590
|
-
# (2005, 1560) Private tag data IS
|
|
591
|
-
# (2005, 1561) Private tag data FL
|
|
592
|
-
# (2005, 1562) Private tag data LT
|
|
593
|
-
# (2005, 1563) Private tag data CS
|
|
594
|
-
# (2005, 1564) Private tag data CS
|
|
595
|
-
# (2005, 1565) Private tag data CS
|
|
596
|
-
# (2005, 1566) Private tag data CS
|
|
597
|
-
# (2005, 1568) Private tag data IS
|
|
598
|
-
# (2005, 1571) Private tag data IS
|
|
599
|
-
# (2005, 1572) Private tag data FL
|
|
600
|
-
# (2005, 1573) Private tag data IS
|
|
601
|
-
# (2005, 1574) Private tag data DS
|
|
602
|
-
# (2005, 1575) Private tag data DS
|
|
603
|
-
# (2005, 1576) Private tag data LT
|
|
604
|
-
# (2005, 1578) Private tag data CS
|
|
605
|
-
# (2005, 1579) Private tag data CS
|
|
606
|
-
# (2005, 1581) Private tag data CS
|
|
607
|
-
# (2005, 1582) Private tag data IS
|
|
608
|
-
# (2005, 1583) Private tag data LT
|
|
609
|
-
# (2005, 1585) Private tag data DS
|
|
610
|
-
# (2005, 1586) Private tag data LT
|
|
611
|
-
# (2005, 1587) Private tag data DS
|
|
612
|
-
# (2005, 1595) Private tag data CS
|
|
613
|
-
# (2005, 1596) Private tag data IS
|
|
614
|
-
# (2005, 1597) Private tag data CS
|
|
615
|
-
# (2005, 1599) Private tag data SL
|
|
616
|
-
# (2005, 1600) Private tag data CS
|
|
617
|
-
# (2005, 1601) Private tag data FL
|
|
618
|
-
# (2005, 1602) Private tag data FL
|
|
619
|
-
# (2005, 1603) Private tag data FL
|
|
620
|
-
# (2050, 0020) Presentation LUT Shape CS
|