dicom 0.9.3 → 0.9.4
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.
- data/CHANGELOG.rdoc +312 -290
- data/COPYING +674 -674
- data/Gemfile +3 -0
- data/dicom.gemspec +31 -0
- data/lib/dicom.rb +53 -51
- data/lib/dicom/anonymizer.rb +98 -123
- data/lib/dicom/audit_trail.rb +104 -116
- data/lib/dicom/constants.rb +219 -170
- data/lib/dicom/d_client.rb +122 -150
- data/lib/dicom/d_library.rb +219 -287
- data/lib/dicom/d_object.rb +451 -539
- data/lib/dicom/d_read.rb +151 -245
- data/lib/dicom/d_server.rb +329 -359
- data/lib/dicom/d_write.rb +327 -395
- data/lib/dicom/deprecated.rb +1 -72
- data/lib/dicom/dictionary/elements.txt +3646 -0
- data/lib/dicom/dictionary/uids.txt +334 -0
- data/lib/dicom/dictionary_element.rb +61 -0
- data/lib/dicom/element.rb +278 -218
- data/lib/dicom/elemental.rb +21 -27
- data/lib/dicom/file_handler.rb +121 -121
- data/lib/dicom/image_item.rb +819 -861
- data/lib/dicom/image_processor.rb +24 -15
- data/lib/dicom/image_processor_mini_magick.rb +21 -23
- data/lib/dicom/image_processor_r_magick.rb +39 -34
- data/lib/dicom/item.rb +133 -120
- data/lib/dicom/link.rb +1531 -1532
- data/lib/dicom/logging.rb +155 -158
- data/lib/dicom/parent.rb +782 -847
- data/lib/dicom/ruby_extensions.rb +248 -229
- data/lib/dicom/sequence.rb +109 -92
- data/lib/dicom/stream.rb +480 -511
- data/lib/dicom/uid.rb +82 -0
- data/lib/dicom/variables.rb +9 -9
- data/lib/dicom/version.rb +5 -5
- data/rakefile.rb +29 -0
- metadata +130 -76
- data/lib/dicom/dictionary.rb +0 -3280
data/lib/dicom/deprecated.rb
CHANGED
@@ -1,73 +1,2 @@
|
|
1
|
-
module DICOM
|
2
|
-
|
3
|
-
class Parent
|
4
|
-
include Logging
|
5
|
-
# Deprecated.
|
6
|
-
#
|
7
|
-
def remove(tag, options={})
|
8
|
-
logger.warn("Parent#remove is deprecated. Use #delete instead.")
|
9
|
-
delete(tag, options)
|
10
|
-
end
|
11
|
-
# Deprecated.
|
12
|
-
#
|
13
|
-
def remove_children
|
14
|
-
logger.warn("Parent#remove_children is deprecated. Use #delete_children instead.")
|
15
|
-
delete_children
|
16
|
-
end
|
17
|
-
|
18
|
-
# Deprecated.
|
19
|
-
#
|
20
|
-
def remove_group(group_string)
|
21
|
-
logger.warn("Parent#remove_group is deprecated. Use #delete_group instead.")
|
22
|
-
delete_group(group_string)
|
23
|
-
end
|
24
|
-
|
25
|
-
# Deprecated.
|
26
|
-
#
|
27
|
-
def remove_private
|
28
|
-
logger.warn("Parent#remove_private is deprecated. Use #delete_private instead.")
|
29
|
-
delete_private
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
class ImageItem < Parent
|
34
|
-
include Logging
|
35
|
-
# Deprecated.
|
36
|
-
#
|
37
|
-
def remove_sequences
|
38
|
-
logger.warn("ImageItem#remove_sequences is deprecated. Use #delete_sequences instead.")
|
39
|
-
delete_sequences
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
class DServer
|
44
|
-
# Deprecated.
|
45
|
-
#
|
46
|
-
def remove_abstract_syntax(uid)
|
47
|
-
logger.warn("DServer#remove_abstract_syntax is deprecated. Use #delete_abstract_syntax instead.")
|
48
|
-
delete_abstract_syntax(uid)
|
49
|
-
end
|
50
|
-
|
51
|
-
# Deprecated.
|
52
|
-
#
|
53
|
-
def remove_transfer_syntax(uid)
|
54
|
-
logger.warn("DServer#remove_transfer_syntax is deprecated. Use #delete_transfer_syntax instead.")
|
55
|
-
delete_transfer_syntax(uid)
|
56
|
-
end
|
57
|
-
|
58
|
-
# Deprecated.
|
59
|
-
#
|
60
|
-
def remove_all_abstract_syntaxes
|
61
|
-
logger.warn("DServer#remove_all_abstract_syntaxes is deprecated. Use #clear_abstract_syntaxes instead.")
|
62
|
-
clear_abstract_syntaxes
|
63
|
-
end
|
64
|
-
|
65
|
-
# Deprecated.
|
66
|
-
#
|
67
|
-
def remove_all_transfer_syntaxes
|
68
|
-
logger.warn("DServer#remove_all_transfer_syntaxes is deprecated. Use #clear_transfer_syntaxes instead.")
|
69
|
-
clear_transfer_syntaxes
|
70
|
-
end
|
71
|
-
end
|
72
|
-
|
1
|
+
module DICOM
|
73
2
|
end
|
@@ -0,0 +1,3646 @@
|
|
1
|
+
0000,0000 Command Group Length UL 1
|
2
|
+
0000,0002 Affected SOP Class UID UI 1
|
3
|
+
0000,0003 Requested SOP Class UID UI 1
|
4
|
+
0000,0100 Command Field US 1
|
5
|
+
0000,0110 Message ID US 1
|
6
|
+
0000,0120 Message ID Being Responded To US 1
|
7
|
+
0000,0600 Move Destination AE 1
|
8
|
+
0000,0700 Priority US 1
|
9
|
+
0000,0800 Command Data Set Type US 1
|
10
|
+
0000,0900 Status US 1
|
11
|
+
0000,0901 Offending Element AT 1-n
|
12
|
+
0000,0902 Error Comment LO 1
|
13
|
+
0000,0903 Error ID US 1
|
14
|
+
0000,1000 Affected SOP Instance UID UI 1
|
15
|
+
0000,1001 Requested SOP Instance UID UI 1
|
16
|
+
0000,1002 Event Type ID US 1
|
17
|
+
0000,1005 Attribute Identifier List AT 1-n
|
18
|
+
0000,1008 Action Type ID US 1
|
19
|
+
0000,1020 Number of Remaining Sub-operations US 1
|
20
|
+
0000,1021 Number of Completed Sub-operations US 1
|
21
|
+
0000,1022 Number of Failed Sub-operations US 1
|
22
|
+
0000,1023 Number of Warning Sub-operations US 1
|
23
|
+
0000,1030 Move Originator Application Entity Title AE 1
|
24
|
+
0000,1031 Move Originator Message ID US 1
|
25
|
+
0000,0001 Command Length to End UL 1 R
|
26
|
+
0000,0010 Command Recognition Code SH 1 R
|
27
|
+
0000,0200 Initiator AE 1 R
|
28
|
+
0000,0300 Receiver AE 1 R
|
29
|
+
0000,0400 Find Location AE 1 R
|
30
|
+
0000,0850 Number of Matches US 1 R
|
31
|
+
0000,0860 Response Sequence Number US 1 R
|
32
|
+
0000,4000 Dialog Receiver LT 1 R
|
33
|
+
0000,4010 Terminal Type LT 1 R
|
34
|
+
0000,5010 Message Set ID SH 1 R
|
35
|
+
0000,5020 End Message ID SH 1 R
|
36
|
+
0000,5110 Display Format LT 1 R
|
37
|
+
0000,5120 Page Position ID LT 1 R
|
38
|
+
0000,5130 Text Format ID CS 1 R
|
39
|
+
0000,5140 Normal/Reverse CS 1 R
|
40
|
+
0000,5150 Add Gray Scale CS 1 R
|
41
|
+
0000,5160 Borders CS 1 R
|
42
|
+
0000,5170 Copies IS 1 R
|
43
|
+
0000,5180 Command Magnification Type CS 1 R
|
44
|
+
0000,5190 Erase CS 1 R
|
45
|
+
0000,51A0 Print CS 1 R
|
46
|
+
0000,51B0 Overlays US 1-n R
|
47
|
+
0002,0000 File Meta Information Group Length UL 1
|
48
|
+
0002,0001 File Meta Information Version OB 1
|
49
|
+
0002,0002 Media Storage SOP Class UID UI 1
|
50
|
+
0002,0003 Media Storage SOP Instance UID UI 1
|
51
|
+
0002,0010 Transfer Syntax UID UI 1
|
52
|
+
0002,0012 Implementation Class UID UI 1
|
53
|
+
0002,0013 Implementation Version Name SH 1
|
54
|
+
0002,0016 Source Application Entity Title AE 1
|
55
|
+
0002,0100 Private Information Creator UID UI 1
|
56
|
+
0002,0102 Private Information OB 1
|
57
|
+
0004,1130 File-set ID CS 1
|
58
|
+
0004,1141 File-set Descriptor File ID CS 1-8
|
59
|
+
0004,1142 Specific Character Set of File-set Descriptor File CS 1
|
60
|
+
0004,1200 Offset of the First Directory Record of the Root Directory Entity UL 1
|
61
|
+
0004,1202 Offset of the Last Directory Record of the Root Directory Entity UL 1
|
62
|
+
0004,1212 File-set Consistency Flag US 1
|
63
|
+
0004,1220 Directory Record Sequence SQ 1
|
64
|
+
0004,1400 Offset of the Next Directory Record UL 1
|
65
|
+
0004,1410 Record In-use Flag US 1
|
66
|
+
0004,1420 Offset of Referenced Lower-Level Directory Entity UL 1
|
67
|
+
0004,1430 Directory Record Type CS 1
|
68
|
+
0004,1432 Private Record UID UI 1
|
69
|
+
0004,1500 Referenced File ID CS 1-8
|
70
|
+
0004,1504 MRDR Directory Record Offset UL 1 R
|
71
|
+
0004,1510 Referenced SOP Class UID in File UI 1
|
72
|
+
0004,1511 Referenced SOP Instance UID in File UI 1
|
73
|
+
0004,1512 Referenced Transfer Syntax UID in File UI 1
|
74
|
+
0004,151A Referenced Related General SOP Class UID in File UI 1-n
|
75
|
+
0004,1600 Number of References UL 1 R
|
76
|
+
0008,0001 Length to End UL 1 R
|
77
|
+
0008,0005 Specific Character Set CS 1-n
|
78
|
+
0008,0006 Language Code Sequence SQ 1
|
79
|
+
0008,0008 Image Type CS 2-n
|
80
|
+
0008,0010 Recognition Code SH 1 R
|
81
|
+
0008,0012 Instance Creation Date DA 1
|
82
|
+
0008,0013 Instance Creation Time TM 1
|
83
|
+
0008,0014 Instance Creator UID UI 1
|
84
|
+
0008,0016 SOP Class UID UI 1
|
85
|
+
0008,0018 SOP Instance UID UI 1
|
86
|
+
0008,001A Related General SOP Class UID UI 1-n
|
87
|
+
0008,001B Original Specialized SOP Class UID UI 1
|
88
|
+
0008,0020 Study Date DA 1
|
89
|
+
0008,0021 Series Date DA 1
|
90
|
+
0008,0022 Acquisition Date DA 1
|
91
|
+
0008,0023 Content Date DA 1
|
92
|
+
0008,0024 Overlay Date DA 1 R
|
93
|
+
0008,0025 Curve Date DA 1 R
|
94
|
+
0008,002A Acquisition DateTime DT 1
|
95
|
+
0008,0030 Study Time TM 1
|
96
|
+
0008,0031 Series Time TM 1
|
97
|
+
0008,0032 Acquisition Time TM 1
|
98
|
+
0008,0033 Content Time TM 1
|
99
|
+
0008,0034 Overlay Time TM 1 R
|
100
|
+
0008,0035 Curve Time TM 1 R
|
101
|
+
0008,0040 Data Set Type US 1 R
|
102
|
+
0008,0041 Data Set Subtype LO 1 R
|
103
|
+
0008,0042 Nuclear Medicine Series Type CS 1 R
|
104
|
+
0008,0050 Accession Number SH 1
|
105
|
+
0008,0051 Issuer of Accession Number Sequence SQ 1
|
106
|
+
0008,0052 Query/Retrieve Level CS 1
|
107
|
+
0008,0054 Retrieve AE Title AE 1-n
|
108
|
+
0008,0056 Instance Availability CS 1
|
109
|
+
0008,0058 Failed SOP Instance UID List UI 1-n
|
110
|
+
0008,0060 Modality CS 1
|
111
|
+
0008,0061 Modalities in Study CS 1-n
|
112
|
+
0008,0062 SOP Classes in Study UI 1-n
|
113
|
+
0008,0064 Conversion Type CS 1
|
114
|
+
0008,0068 Presentation Intent Type CS 1
|
115
|
+
0008,0070 Manufacturer LO 1
|
116
|
+
0008,0080 Institution Name LO 1
|
117
|
+
0008,0081 Institution Address ST 1
|
118
|
+
0008,0082 Institution Code Sequence SQ 1
|
119
|
+
0008,0090 Referring Physician's Name PN 1
|
120
|
+
0008,0092 Referring Physician's Address ST 1
|
121
|
+
0008,0094 Referring Physician's Telephone Numbers SH 1-n
|
122
|
+
0008,0096 Referring Physician Identification Sequence SQ 1
|
123
|
+
0008,0100 Code Value SH 1
|
124
|
+
0008,0102 Coding Scheme Designator SH 1
|
125
|
+
0008,0103 Coding Scheme Version SH 1
|
126
|
+
0008,0104 Code Meaning LO 1
|
127
|
+
0008,0105 Mapping Resource CS 1
|
128
|
+
0008,0106 Context Group Version DT 1
|
129
|
+
0008,0107 Context Group Local Version DT 1
|
130
|
+
0008,010B Context Group Extension Flag CS 1
|
131
|
+
0008,010C Coding Scheme UID UI 1
|
132
|
+
0008,010D Context Group Extension Creator UID UI 1
|
133
|
+
0008,010F Context Identifier CS 1
|
134
|
+
0008,0110 Coding Scheme Identification Sequence SQ 1
|
135
|
+
0008,0112 Coding Scheme Registry LO 1
|
136
|
+
0008,0114 Coding Scheme External ID ST 1
|
137
|
+
0008,0115 Coding Scheme Name ST 1
|
138
|
+
0008,0116 Coding Scheme Responsible Organization ST 1
|
139
|
+
0008,0117 Context UID UI 1
|
140
|
+
0008,0201 Timezone Offset From UTC SH 1
|
141
|
+
0008,1000 Network ID AE 1 R
|
142
|
+
0008,1010 Station Name SH 1
|
143
|
+
0008,1030 Study Description LO 1
|
144
|
+
0008,1032 Procedure Code Sequence SQ 1
|
145
|
+
0008,103E Series Description LO 1
|
146
|
+
0008,103F Series Description Code Sequence SQ 1
|
147
|
+
0008,1040 Institutional Department Name LO 1
|
148
|
+
0008,1048 Physician(s) of Record PN 1-n
|
149
|
+
0008,1049 Physician(s) of Record Identification Sequence SQ 1
|
150
|
+
0008,1050 Performing Physician's Name PN 1-n
|
151
|
+
0008,1052 Performing Physician Identification Sequence SQ 1
|
152
|
+
0008,1060 Name of Physician(s) Reading Study PN 1-n
|
153
|
+
0008,1062 Physician(s) Reading Study Identification Sequence SQ 1
|
154
|
+
0008,1070 Operators' Name PN 1-n
|
155
|
+
0008,1072 Operator Identification Sequence SQ 1
|
156
|
+
0008,1080 Admitting Diagnoses Description LO 1-n
|
157
|
+
0008,1084 Admitting Diagnoses Code Sequence SQ 1
|
158
|
+
0008,1090 Manufacturer's Model Name LO 1
|
159
|
+
0008,1100 Referenced Results Sequence SQ 1 R
|
160
|
+
0008,1110 Referenced Study Sequence SQ 1
|
161
|
+
0008,1111 Referenced Performed Procedure Step Sequence SQ 1
|
162
|
+
0008,1115 Referenced Series Sequence SQ 1
|
163
|
+
0008,1120 Referenced Patient Sequence SQ 1
|
164
|
+
0008,1125 Referenced Visit Sequence SQ 1
|
165
|
+
0008,1130 Referenced Overlay Sequence SQ 1 R
|
166
|
+
0008,1134 Referenced Stereometric Instance Sequence SQ 1
|
167
|
+
0008,113A Referenced Waveform Sequence SQ 1
|
168
|
+
0008,1140 Referenced Image Sequence SQ 1
|
169
|
+
0008,1145 Referenced Curve Sequence SQ 1 R
|
170
|
+
0008,114A Referenced Instance Sequence SQ 1
|
171
|
+
0008,114B Referenced Real World Value Mapping Instance Sequence SQ 1
|
172
|
+
0008,1150 Referenced SOP Class UID UI 1
|
173
|
+
0008,1155 Referenced SOP Instance UID UI 1
|
174
|
+
0008,115A SOP Classes Supported UI 1-n
|
175
|
+
0008,1160 Referenced Frame Number IS 1-n
|
176
|
+
0008,1161 Simple Frame List UL 1-n
|
177
|
+
0008,1162 Calculated Frame List UL 3-3n
|
178
|
+
0008,1163 Time Range FD 2
|
179
|
+
0008,1164 Frame Extraction Sequence SQ 1
|
180
|
+
0008,1167 Multi-Frame Source SOP Instance UID UI 1
|
181
|
+
0008,1195 Transaction UID UI 1
|
182
|
+
0008,1197 Failure Reason US 1
|
183
|
+
0008,1198 Failed SOP Sequence SQ 1
|
184
|
+
0008,1199 Referenced SOP Sequence SQ 1
|
185
|
+
0008,1200 Studies Containing Other Referenced Instances Sequence SQ 1
|
186
|
+
0008,1250 Related Series Sequence SQ 1
|
187
|
+
0008,2110 Lossy Image Compression (Retired) CS 1 R
|
188
|
+
0008,2111 Derivation Description ST 1
|
189
|
+
0008,2112 Source Image Sequence SQ 1
|
190
|
+
0008,2120 Stage Name SH 1
|
191
|
+
0008,2122 Stage Number IS 1
|
192
|
+
0008,2124 Number of Stages IS 1
|
193
|
+
0008,2127 View Name SH 1
|
194
|
+
0008,2128 View Number IS 1
|
195
|
+
0008,2129 Number of Event Timers IS 1
|
196
|
+
0008,212A Number of Views in Stage IS 1
|
197
|
+
0008,2130 Event Elapsed Time(s) DS 1-n
|
198
|
+
0008,2132 Event Timer Name(s) LO 1-n
|
199
|
+
0008,2133 Event Timer Sequence SQ 1
|
200
|
+
0008,2134 Event Time Offset FD 1
|
201
|
+
0008,2135 Event Code Sequence SQ 1
|
202
|
+
0008,2142 Start Trim IS 1
|
203
|
+
0008,2143 Stop Trim IS 1
|
204
|
+
0008,2144 Recommended Display Frame Rate IS 1
|
205
|
+
0008,2200 Transducer Position CS 1 R
|
206
|
+
0008,2204 Transducer Orientation CS 1 R
|
207
|
+
0008,2208 Anatomic Structure CS 1 R
|
208
|
+
0008,2218 Anatomic Region Sequence SQ 1
|
209
|
+
0008,2220 Anatomic Region Modifier Sequence SQ 1
|
210
|
+
0008,2228 Primary Anatomic Structure Sequence SQ 1
|
211
|
+
0008,2229 Anatomic Structure, Space or Region Sequence SQ 1
|
212
|
+
0008,2230 Primary Anatomic Structure Modifier Sequence SQ 1
|
213
|
+
0008,2240 Transducer Position Sequence SQ 1 R
|
214
|
+
0008,2242 Transducer Position Modifier Sequence SQ 1 R
|
215
|
+
0008,2244 Transducer Orientation Sequence SQ 1 R
|
216
|
+
0008,2246 Transducer Orientation Modifier Sequence SQ 1 R
|
217
|
+
0008,2251 Anatomic Structure Space Or Region Code Sequence (Trial) SQ 1 R
|
218
|
+
0008,2253 Anatomic Portal Of Entrance Code Sequence (Trial) SQ 1 R
|
219
|
+
0008,2255 Anatomic Approach Direction Code Sequence (Trial) SQ 1 R
|
220
|
+
0008,2256 Anatomic Perspective Description (Trial) ST 1 R
|
221
|
+
0008,2257 Anatomic Perspective Code Sequence (Trial) SQ 1 R
|
222
|
+
0008,2258 Anatomic Location Of Examining Instrument Description (Trial) ST 1 R
|
223
|
+
0008,2259 Anatomic Location Of Examining Instrument Code Sequence (Trial) SQ 1 R
|
224
|
+
0008,225A Anatomic Structure Space Or Region Modifier Code Sequence (Trial) SQ 1 R
|
225
|
+
0008,225C OnAxis Background Anatomic Structure Code Sequence (Trial) SQ 1 R
|
226
|
+
0008,3001 Alternate Representation Sequence SQ 1
|
227
|
+
0008,3010 Irradiation Event UID UI 1
|
228
|
+
0008,4000 Identifying Comments LT 1 R
|
229
|
+
0008,9007 Frame Type CS 4
|
230
|
+
0008,9092 Referenced Image Evidence Sequence SQ 1
|
231
|
+
0008,9121 Referenced Raw Data Sequence SQ 1
|
232
|
+
0008,9123 Creator-Version UID UI 1
|
233
|
+
0008,9124 Derivation Image Sequence SQ 1
|
234
|
+
0008,9154 Source Image Evidence Sequence SQ 1
|
235
|
+
0008,9205 Pixel Presentation CS 1
|
236
|
+
0008,9206 Volumetric Properties CS 1
|
237
|
+
0008,9207 Volume Based Calculation Technique CS 1
|
238
|
+
0008,9208 Complex Image Component CS 1
|
239
|
+
0008,9209 Acquisition Contrast CS 1
|
240
|
+
0008,9215 Derivation Code Sequence SQ 1
|
241
|
+
0008,9237 Referenced Presentation State Sequence SQ 1
|
242
|
+
0008,9410 Referenced Other Plane Sequence SQ 1
|
243
|
+
0008,9458 Frame Display Sequence SQ 1
|
244
|
+
0008,9459 Recommended Display Frame Rate in Float FL 1
|
245
|
+
0008,9460 Skip Frame Range Flag CS 1
|
246
|
+
0010,0010 Patient's Name PN 1
|
247
|
+
0010,0020 Patient ID LO 1
|
248
|
+
0010,0021 Issuer of Patient ID LO 1
|
249
|
+
0010,0022 Type of Patient ID CS 1
|
250
|
+
0010,0024 Issuer of Patient ID Qualifiers Sequence SQ 1
|
251
|
+
0010,0030 Patient's Birth Date DA 1
|
252
|
+
0010,0032 Patient's Birth Time TM 1
|
253
|
+
0010,0040 Patient's Sex CS 1
|
254
|
+
0010,0050 Patient's Insurance Plan Code Sequence SQ 1
|
255
|
+
0010,0101 Patient's Primary Language Code Sequence SQ 1
|
256
|
+
0010,0102 Patient's Primary Language Modifier Code Sequence SQ 1
|
257
|
+
0010,1000 Other Patient IDs LO 1-n
|
258
|
+
0010,1001 Other Patient Names PN 1-n
|
259
|
+
0010,1002 Other Patient IDs Sequence SQ 1
|
260
|
+
0010,1005 Patient's Birth Name PN 1
|
261
|
+
0010,1010 Patient's Age AS 1
|
262
|
+
0010,1020 Patient's Size DS 1
|
263
|
+
0010,1021 Patient's Size Code Sequence SQ 1
|
264
|
+
0010,1030 Patient's Weight DS 1
|
265
|
+
0010,1040 Patient's Address LO 1
|
266
|
+
0010,1050 Insurance Plan Identification LO 1-n R
|
267
|
+
0010,1060 Patient's Mother's Birth Name PN 1
|
268
|
+
0010,1080 Military Rank LO 1
|
269
|
+
0010,1081 Branch of Service LO 1
|
270
|
+
0010,1090 Medical Record Locator LO 1
|
271
|
+
0010,2000 Medical Alerts LO 1-n
|
272
|
+
0010,2110 Allergies LO 1-n
|
273
|
+
0010,2150 Country of Residence LO 1
|
274
|
+
0010,2152 Region of Residence LO 1
|
275
|
+
0010,2154 Patient's Telephone Numbers SH 1-n
|
276
|
+
0010,2160 Ethnic Group SH 1
|
277
|
+
0010,2180 Occupation SH 1
|
278
|
+
0010,21A0 Smoking Status CS 1
|
279
|
+
0010,21B0 Additional Patient History LT 1
|
280
|
+
0010,21C0 Pregnancy Status US 1
|
281
|
+
0010,21D0 Last Menstrual Date DA 1
|
282
|
+
0010,21F0 Patient's Religious Preference LO 1
|
283
|
+
0010,2201 Patient Species Description LO 1
|
284
|
+
0010,2202 Patient Species Code Sequence SQ 1
|
285
|
+
0010,2203 Patient's Sex Neutered CS 1
|
286
|
+
0010,2210 Anatomical Orientation Type CS 1
|
287
|
+
0010,2292 Patient Breed Description LO 1
|
288
|
+
0010,2293 Patient Breed Code Sequence SQ 1
|
289
|
+
0010,2294 Breed Registration Sequence SQ 1
|
290
|
+
0010,2295 Breed Registration Number LO 1
|
291
|
+
0010,2296 Breed Registry Code Sequence SQ 1
|
292
|
+
0010,2297 Responsible Person PN 1
|
293
|
+
0010,2298 Responsible Person Role CS 1
|
294
|
+
0010,2299 Responsible Organization LO 1
|
295
|
+
0010,4000 Patient Comments LT 1
|
296
|
+
0010,9431 Examined Body Thickness FL 1
|
297
|
+
0012,0010 Clinical Trial Sponsor Name LO 1
|
298
|
+
0012,0020 Clinical Trial Protocol ID LO 1
|
299
|
+
0012,0021 Clinical Trial Protocol Name LO 1
|
300
|
+
0012,0030 Clinical Trial Site ID LO 1
|
301
|
+
0012,0031 Clinical Trial Site Name LO 1
|
302
|
+
0012,0040 Clinical Trial Subject ID LO 1
|
303
|
+
0012,0042 Clinical Trial Subject Reading ID LO 1
|
304
|
+
0012,0050 Clinical Trial Time Point ID LO 1
|
305
|
+
0012,0051 Clinical Trial Time Point Description ST 1
|
306
|
+
0012,0060 Clinical Trial Coordinating Center Name LO 1
|
307
|
+
0012,0062 Patient Identity Removed CS 1
|
308
|
+
0012,0063 De-identification Method LO 1-n
|
309
|
+
0012,0064 De-identification Method Code Sequence SQ 1
|
310
|
+
0012,0071 Clinical Trial Series ID LO 1
|
311
|
+
0012,0072 Clinical Trial Series Description LO 1
|
312
|
+
0012,0081 Clinical Trial Protocol Ethics Committee Name LO 1
|
313
|
+
0012,0082 Clinical Trial Protocol Ethics Committee Approval Number LO 1
|
314
|
+
0012,0083 Consent for Clinical Trial Use Sequence SQ 1
|
315
|
+
0012,0084 Distribution Type CS 1
|
316
|
+
0012,0085 Consent for Distribution Flag CS 1
|
317
|
+
0014,0023 CAD File Format ST 1-n
|
318
|
+
0014,0024 Component Reference System ST 1-n
|
319
|
+
0014,0025 Component Manufacturing Procedure ST 1-n
|
320
|
+
0014,0028 Component Manufacturer ST 1-n
|
321
|
+
0014,0030 Material Thickness DS 1-n
|
322
|
+
0014,0032 Material Pipe Diameter DS 1-n
|
323
|
+
0014,0034 Material Isolation Diameter DS 1-n
|
324
|
+
0014,0042 Material Grade ST 1-n
|
325
|
+
0014,0044 Material Properties File ID ST 1-n
|
326
|
+
0014,0045 Material Properties File Format ST 1-n
|
327
|
+
0014,0046 Material Notes LT 1
|
328
|
+
0014,0050 Component Shape CS 1
|
329
|
+
0014,0052 Curvature Type CS 1
|
330
|
+
0014,0054 Outer Diameter DS 1
|
331
|
+
0014,0056 Inner Diameter DS 1
|
332
|
+
0014,1010 Actual Environmental Conditions ST 1
|
333
|
+
0014,1020 Expiry Date DA 1
|
334
|
+
0014,1040 Environmental Conditions ST 1
|
335
|
+
0014,2002 Evaluator Sequence SQ 1
|
336
|
+
0014,2004 Evaluator Number IS 1
|
337
|
+
0014,2006 Evaluator Name PN 1
|
338
|
+
0014,2008 Evaluation Attempt IS 1
|
339
|
+
0014,2012 Indication Sequence SQ 1
|
340
|
+
0014,2014 Indication Number IS 1
|
341
|
+
0014,2016 Indication Label SH 1
|
342
|
+
0014,2018 Indication Description ST 1
|
343
|
+
0014,201A Indication Type CS 1-n
|
344
|
+
0014,201C Indication Disposition CS 1
|
345
|
+
0014,201E Indication ROI Sequence SQ 1
|
346
|
+
0014,2030 Indication Physical Property Sequence SQ 1
|
347
|
+
0014,2032 Property Label SH 1
|
348
|
+
0014,2202 Coordinate System Number of Axes IS 1
|
349
|
+
0014,2204 Coordinate System Axes Sequence SQ 1
|
350
|
+
0014,2206 Coordinate System Axis Description ST 1
|
351
|
+
0014,2208 Coordinate System Data Set Mapping CS 1
|
352
|
+
0014,220A Coordinate System Axis Number IS 1
|
353
|
+
0014,220C Coordinate System Axis Type CS 1
|
354
|
+
0014,220E Coordinate System Axis Units CS 1
|
355
|
+
0014,2210 Coordinate System Axis Values OB 1
|
356
|
+
0014,2220 Coordinate System Transform Sequence SQ 1
|
357
|
+
0014,2222 Transform Description ST 1
|
358
|
+
0014,2224 Transform Number of Axes IS 1
|
359
|
+
0014,2226 Transform Order of Axes IS 1-n
|
360
|
+
0014,2228 Transformed Axis Units CS 1
|
361
|
+
0014,222A Coordinate System Transform Rotation and Scale Matrix DS 1-n
|
362
|
+
0014,222C Coordinate System Transform Translation Matrix DS 1-n
|
363
|
+
0014,3011 Internal Detector Frame Time DS 1
|
364
|
+
0014,3012 Number of Frames Integrated DS 1
|
365
|
+
0014,3020 Detector Temperature Sequence SQ 1
|
366
|
+
0014,3022 Sensor Name DS 1
|
367
|
+
0014,3024 Horizontal Offset of Sensor DS 1
|
368
|
+
0014,3026 Vertical Offset of Sensor DS 1
|
369
|
+
0014,3028 Sensor Temperature DS 1
|
370
|
+
0014,3040 Dark Current Sequence SQ 1
|
371
|
+
0014,3050 Dark Current Counts OB,OW 1
|
372
|
+
0014,3060 Gain Correction Reference Sequence SQ 1
|
373
|
+
0014,3070 Air Counts OB,OW 1
|
374
|
+
0014,3071 KV Used in Gain Calibration DS 1
|
375
|
+
0014,3072 MA Used in Gain Calibration DS 1
|
376
|
+
0014,3073 Number of Frames Used for Integration DS 1
|
377
|
+
0014,3074 Filter Material Used in Gain Calibration LO 1
|
378
|
+
0014,3075 Filter Thickness Used in Gain Calibration DS 1
|
379
|
+
0014,3076 Date of Gain Calibration DA 1
|
380
|
+
0014,3077 Time of Gain Calibration TM 1
|
381
|
+
0014,3080 Bad Pixel Image OB 1
|
382
|
+
0014,3099 Calibration Notes LT 1
|
383
|
+
0014,4002 Pulser Equipment Sequence SQ 1
|
384
|
+
0014,4004 Pulser Type CS 1
|
385
|
+
0014,4006 Pulser Notes LT 1
|
386
|
+
0014,4008 Receiver Equipment Sequence SQ 1
|
387
|
+
0014,400A Amplifier Type CS 1
|
388
|
+
0014,400C Receiver Notes LT 1
|
389
|
+
0014,400E Pre-Amplifier Equipment Sequence SQ 1
|
390
|
+
0014,400F Pre-Amplifier Notes LT 1
|
391
|
+
0014,4010 Transmit Transducer Sequence SQ 1
|
392
|
+
0014,4011 Receive Transducer Sequence SQ 1
|
393
|
+
0014,4012 Number of Elements US 1
|
394
|
+
0014,4013 Element Shape CS 1
|
395
|
+
0014,4014 Element Dimension A DS 1
|
396
|
+
0014,4015 Element Dimension B DS 1
|
397
|
+
0014,4016 Element Pitch DS 1
|
398
|
+
0014,4017 Measured Beam Dimension A DS 1
|
399
|
+
0014,4018 Measured Beam Dimension B DS 1
|
400
|
+
0014,4019 Location of Measured Beam Diameter DS 1
|
401
|
+
0014,401A Nominal Frequency DS 1
|
402
|
+
0014,401B Measured Center Frequency DS 1
|
403
|
+
0014,401C Measured Bandwidth DS 1
|
404
|
+
0014,4020 Pulser Settings Sequence SQ 1
|
405
|
+
0014,4022 Pulse Width DS 1
|
406
|
+
0014,4024 Excitation Frequency DS 1
|
407
|
+
0014,4026 Modulation Type CS 1
|
408
|
+
0014,4028 Damping DS 1
|
409
|
+
0014,4030 Receiver Settings Sequence SQ 1
|
410
|
+
0014,4031 Acquired Soundpath Length DS 1
|
411
|
+
0014,4032 Acquisition Compression Type CS 1
|
412
|
+
0014,4033 Acquisition Sample Size IS 1
|
413
|
+
0014,4034 Rectifier Smoothing DS 1
|
414
|
+
0014,4035 DAC Sequence SQ 1
|
415
|
+
0014,4036 DAC Type CS 1
|
416
|
+
0014,4038 DAC Gain Points DS 1-n
|
417
|
+
0014,403A DAC Time Points DS 1-n
|
418
|
+
0014,403C DAC Amplitude DS 1-n
|
419
|
+
0014,4040 Pre-Amplifier Settings Sequence SQ 1
|
420
|
+
0014,4050 Transmit Transducer Settings Sequence SQ 1
|
421
|
+
0014,4051 Receive Transducer Settings Sequence SQ 1
|
422
|
+
0014,4052 Incident Angle DS 1
|
423
|
+
0014,4054 Coupling Technique ST 1
|
424
|
+
0014,4056 Coupling Medium ST 1
|
425
|
+
0014,4057 Coupling Velocity DS 1
|
426
|
+
0014,4058 Crystal Center Location X DS 1
|
427
|
+
0014,4059 Crystal Center Location Z DS 1
|
428
|
+
0014,405A Sound Path Length DS 1
|
429
|
+
0014,405C Delay Law Identifier ST 1
|
430
|
+
0014,4060 Gate Settings Sequence SQ 1
|
431
|
+
0014,4062 Gate Threshold DS 1
|
432
|
+
0014,4064 Velocity of Sound DS 1
|
433
|
+
0014,4070 Calibration Settings Sequence SQ 1
|
434
|
+
0014,4072 Calibration Procedure ST 1
|
435
|
+
0014,4074 Procedure Version SH 1
|
436
|
+
0014,4076 Procedure Creation Date DA 1
|
437
|
+
0014,4078 Procedure Expiration Date DA 1
|
438
|
+
0014,407A Procedure Last Modified Date DA 1
|
439
|
+
0014,407C Calibration Time TM 1-n
|
440
|
+
0014,407E Calibration Date DA 1-n
|
441
|
+
0014,5002 LINAC Energy IS 1
|
442
|
+
0014,5004 LINAC Output IS 1
|
443
|
+
0018,0010 Contrast/Bolus Agent LO 1
|
444
|
+
0018,0012 Contrast/Bolus Agent Sequence SQ 1
|
445
|
+
0018,0014 Contrast/Bolus Administration Route Sequence SQ 1
|
446
|
+
0018,0015 Body Part Examined CS 1
|
447
|
+
0018,0020 Scanning Sequence CS 1-n
|
448
|
+
0018,0021 Sequence Variant CS 1-n
|
449
|
+
0018,0022 Scan Options CS 1-n
|
450
|
+
0018,0023 MR Acquisition Type CS 1
|
451
|
+
0018,0024 Sequence Name SH 1
|
452
|
+
0018,0025 Angio Flag CS 1
|
453
|
+
0018,0026 Intervention Drug Information Sequence SQ 1
|
454
|
+
0018,0027 Intervention Drug Stop Time TM 1
|
455
|
+
0018,0028 Intervention Drug Dose DS 1
|
456
|
+
0018,0029 Intervention Drug Code Sequence SQ 1
|
457
|
+
0018,002A Additional Drug Sequence SQ 1
|
458
|
+
0018,0030 Radionuclide LO 1-n R
|
459
|
+
0018,0031 Radiopharmaceutical LO 1
|
460
|
+
0018,0032 Energy Window Centerline DS 1 R
|
461
|
+
0018,0033 Energy Window Total Width DS 1-n R
|
462
|
+
0018,0034 Intervention Drug Name LO 1
|
463
|
+
0018,0035 Intervention Drug Start Time TM 1
|
464
|
+
0018,0036 Intervention Sequence SQ 1
|
465
|
+
0018,0037 Therapy Type CS 1 R
|
466
|
+
0018,0038 Intervention Status CS 1
|
467
|
+
0018,0039 Therapy Description CS 1 R
|
468
|
+
0018,003A Intervention Description ST 1
|
469
|
+
0018,0040 Cine Rate IS 1
|
470
|
+
0018,0042 Initial Cine Run State CS 1
|
471
|
+
0018,0050 Slice Thickness DS 1
|
472
|
+
0018,0060 KVP DS 1
|
473
|
+
0018,0070 Counts Accumulated IS 1
|
474
|
+
0018,0071 Acquisition Termination Condition CS 1
|
475
|
+
0018,0072 Effective Duration DS 1
|
476
|
+
0018,0073 Acquisition Start Condition CS 1
|
477
|
+
0018,0074 Acquisition Start Condition Data IS 1
|
478
|
+
0018,0075 Acquisition Termination Condition Data IS 1
|
479
|
+
0018,0080 Repetition Time DS 1
|
480
|
+
0018,0081 Echo Time DS 1
|
481
|
+
0018,0082 Inversion Time DS 1
|
482
|
+
0018,0083 Number of Averages DS 1
|
483
|
+
0018,0084 Imaging Frequency DS 1
|
484
|
+
0018,0085 Imaged Nucleus SH 1
|
485
|
+
0018,0086 Echo Number(s) IS 1-n
|
486
|
+
0018,0087 Magnetic Field Strength DS 1
|
487
|
+
0018,0088 Spacing Between Slices DS 1
|
488
|
+
0018,0089 Number of Phase Encoding Steps IS 1
|
489
|
+
0018,0090 Data Collection Diameter DS 1
|
490
|
+
0018,0091 Echo Train Length IS 1
|
491
|
+
0018,0093 Percent Sampling DS 1
|
492
|
+
0018,0094 Percent Phase Field of View DS 1
|
493
|
+
0018,0095 Pixel Bandwidth DS 1
|
494
|
+
0018,1000 Device Serial Number LO 1
|
495
|
+
0018,1002 Device UID UI 1
|
496
|
+
0018,1003 Device ID LO 1
|
497
|
+
0018,1004 Plate ID LO 1
|
498
|
+
0018,1005 Generator ID LO 1
|
499
|
+
0018,1006 Grid ID LO 1
|
500
|
+
0018,1007 Cassette ID LO 1
|
501
|
+
0018,1008 Gantry ID LO 1
|
502
|
+
0018,1010 Secondary Capture Device ID LO 1
|
503
|
+
0018,1011 Hardcopy Creation Device ID LO 1 R
|
504
|
+
0018,1012 Date of Secondary Capture DA 1
|
505
|
+
0018,1014 Time of Secondary Capture TM 1
|
506
|
+
0018,1016 Secondary Capture Device Manufacturer LO 1
|
507
|
+
0018,1017 Hardcopy Device Manufacturer LO 1 R
|
508
|
+
0018,1018 Secondary Capture Device Manufacturer's Model Name LO 1
|
509
|
+
0018,1019 Secondary Capture Device Software Versions LO 1-n
|
510
|
+
0018,101A Hardcopy Device Software Version LO 1-n R
|
511
|
+
0018,101B Hardcopy Device Manufacturer's Model Name LO 1 R
|
512
|
+
0018,1020 Software Version(s) LO 1-n
|
513
|
+
0018,1022 Video Image Format Acquired SH 1
|
514
|
+
0018,1023 Digital Image Format Acquired LO 1
|
515
|
+
0018,1030 Protocol Name LO 1
|
516
|
+
0018,1040 Contrast/Bolus Route LO 1
|
517
|
+
0018,1041 Contrast/Bolus Volume DS 1
|
518
|
+
0018,1042 Contrast/Bolus Start Time TM 1
|
519
|
+
0018,1043 Contrast/Bolus Stop Time TM 1
|
520
|
+
0018,1044 Contrast/Bolus Total Dose DS 1
|
521
|
+
0018,1045 Syringe Counts IS 1
|
522
|
+
0018,1046 Contrast Flow Rate DS 1-n
|
523
|
+
0018,1047 Contrast Flow Duration DS 1-n
|
524
|
+
0018,1048 Contrast/Bolus Ingredient CS 1
|
525
|
+
0018,1049 Contrast/Bolus Ingredient Concentration DS 1
|
526
|
+
0018,1050 Spatial Resolution DS 1
|
527
|
+
0018,1060 Trigger Time DS 1
|
528
|
+
0018,1061 Trigger Source or Type LO 1
|
529
|
+
0018,1062 Nominal Interval IS 1
|
530
|
+
0018,1063 Frame Time DS 1
|
531
|
+
0018,1064 Cardiac Framing Type LO 1
|
532
|
+
0018,1065 Frame Time Vector DS 1-n
|
533
|
+
0018,1066 Frame Delay DS 1
|
534
|
+
0018,1067 Image Trigger Delay DS 1
|
535
|
+
0018,1068 Multiplex Group Time Offset DS 1
|
536
|
+
0018,1069 Trigger Time Offset DS 1
|
537
|
+
0018,106A Synchronization Trigger CS 1
|
538
|
+
0018,106C Synchronization Channel US 2
|
539
|
+
0018,106E Trigger Sample Position UL 1
|
540
|
+
0018,1070 Radiopharmaceutical Route LO 1
|
541
|
+
0018,1071 Radiopharmaceutical Volume DS 1
|
542
|
+
0018,1072 Radiopharmaceutical Start Time TM 1
|
543
|
+
0018,1073 Radiopharmaceutical Stop Time TM 1
|
544
|
+
0018,1074 Radionuclide Total Dose DS 1
|
545
|
+
0018,1075 Radionuclide Half Life DS 1
|
546
|
+
0018,1076 Radionuclide Positron Fraction DS 1
|
547
|
+
0018,1077 Radiopharmaceutical Specific Activity DS 1
|
548
|
+
0018,1078 Radiopharmaceutical Start DateTime DT 1
|
549
|
+
0018,1079 Radiopharmaceutical Stop DateTime DT 1
|
550
|
+
0018,1080 Beat Rejection Flag CS 1
|
551
|
+
0018,1081 Low R-R Value IS 1
|
552
|
+
0018,1082 High R-R Value IS 1
|
553
|
+
0018,1083 Intervals Acquired IS 1
|
554
|
+
0018,1084 Intervals Rejected IS 1
|
555
|
+
0018,1085 PVC Rejection LO 1
|
556
|
+
0018,1086 Skip Beats IS 1
|
557
|
+
0018,1088 Heart Rate IS 1
|
558
|
+
0018,1090 Cardiac Number of Images IS 1
|
559
|
+
0018,1094 Trigger Window IS 1
|
560
|
+
0018,1100 Reconstruction Diameter DS 1
|
561
|
+
0018,1110 Distance Source to Detector DS 1
|
562
|
+
0018,1111 Distance Source to Patient DS 1
|
563
|
+
0018,1114 Estimated Radiographic Magnification Factor DS 1
|
564
|
+
0018,1120 Gantry/Detector Tilt DS 1
|
565
|
+
0018,1121 Gantry/Detector Slew DS 1
|
566
|
+
0018,1130 Table Height DS 1
|
567
|
+
0018,1131 Table Traverse DS 1
|
568
|
+
0018,1134 Table Motion CS 1
|
569
|
+
0018,1135 Table Vertical Increment DS 1-n
|
570
|
+
0018,1136 Table Lateral Increment DS 1-n
|
571
|
+
0018,1137 Table Longitudinal Increment DS 1-n
|
572
|
+
0018,1138 Table Angle DS 1
|
573
|
+
0018,113A Table Type CS 1
|
574
|
+
0018,1140 Rotation Direction CS 1
|
575
|
+
0018,1141 Angular Position DS 1 R
|
576
|
+
0018,1142 Radial Position DS 1-n
|
577
|
+
0018,1143 Scan Arc DS 1
|
578
|
+
0018,1144 Angular Step DS 1
|
579
|
+
0018,1145 Center of Rotation Offset DS 1
|
580
|
+
0018,1146 Rotation Offset DS 1-n R
|
581
|
+
0018,1147 Field of View Shape CS 1
|
582
|
+
0018,1149 Field of View Dimension(s) IS 1-2
|
583
|
+
0018,1150 Exposure Time IS 1
|
584
|
+
0018,1151 X-Ray Tube Current IS 1
|
585
|
+
0018,1152 Exposure IS 1
|
586
|
+
0018,1153 Exposure in µAs IS 1
|
587
|
+
0018,1154 Average Pulse Width DS 1
|
588
|
+
0018,1155 Radiation Setting CS 1
|
589
|
+
0018,1156 Rectification Type CS 1
|
590
|
+
0018,115A Radiation Mode CS 1
|
591
|
+
0018,115E Image and Fluoroscopy Area Dose Product DS 1
|
592
|
+
0018,1160 Filter Type SH 1
|
593
|
+
0018,1161 Type of Filters LO 1-n
|
594
|
+
0018,1162 Intensifier Size DS 1
|
595
|
+
0018,1164 Imager Pixel Spacing DS 2
|
596
|
+
0018,1166 Grid CS 1-n
|
597
|
+
0018,1170 Generator Power IS 1
|
598
|
+
0018,1180 Collimator/grid Name SH 1
|
599
|
+
0018,1181 Collimator Type CS 1
|
600
|
+
0018,1182 Focal Distance IS 1-2
|
601
|
+
0018,1183 X Focus Center DS 1-2
|
602
|
+
0018,1184 Y Focus Center DS 1-2
|
603
|
+
0018,1190 Focal Spot(s) DS 1-n
|
604
|
+
0018,1191 Anode Target Material CS 1
|
605
|
+
0018,11A0 Body Part Thickness DS 1
|
606
|
+
0018,11A2 Compression Force DS 1
|
607
|
+
0018,1200 Date of Last Calibration DA 1-n
|
608
|
+
0018,1201 Time of Last Calibration TM 1-n
|
609
|
+
0018,1210 Convolution Kernel SH 1-n
|
610
|
+
0018,1240 Upper/Lower Pixel Values IS 1-n R
|
611
|
+
0018,1242 Actual Frame Duration IS 1
|
612
|
+
0018,1243 Count Rate IS 1
|
613
|
+
0018,1244 Preferred Playback Sequencing US 1
|
614
|
+
0018,1250 Receive Coil Name SH 1
|
615
|
+
0018,1251 Transmit Coil Name SH 1
|
616
|
+
0018,1260 Plate Type SH 1
|
617
|
+
0018,1261 Phosphor Type LO 1
|
618
|
+
0018,1300 Scan Velocity DS 1
|
619
|
+
0018,1301 Whole Body Technique CS 1-n
|
620
|
+
0018,1302 Scan Length IS 1
|
621
|
+
0018,1310 Acquisition Matrix US 4
|
622
|
+
0018,1312 In-plane Phase Encoding Direction CS 1
|
623
|
+
0018,1314 Flip Angle DS 1
|
624
|
+
0018,1315 Variable Flip Angle Flag CS 1
|
625
|
+
0018,1316 SAR DS 1
|
626
|
+
0018,1318 dB/dt DS 1
|
627
|
+
0018,1400 Acquisition Device Processing Description LO 1
|
628
|
+
0018,1401 Acquisition Device Processing Code LO 1
|
629
|
+
0018,1402 Cassette Orientation CS 1
|
630
|
+
0018,1403 Cassette Size CS 1
|
631
|
+
0018,1404 Exposures on Plate US 1
|
632
|
+
0018,1405 Relative X-Ray Exposure IS 1
|
633
|
+
0018,1411 Exposure Index DS 1
|
634
|
+
0018,1412 Target Exposure Index DS 1
|
635
|
+
0018,1413 Deviation Index DS 1
|
636
|
+
0018,1450 Column Angulation DS 1
|
637
|
+
0018,1460 Tomo Layer Height DS 1
|
638
|
+
0018,1470 Tomo Angle DS 1
|
639
|
+
0018,1480 Tomo Time DS 1
|
640
|
+
0018,1490 Tomo Type CS 1
|
641
|
+
0018,1491 Tomo Class CS 1
|
642
|
+
0018,1495 Number of Tomosynthesis Source Images IS 1
|
643
|
+
0018,1500 Positioner Motion CS 1
|
644
|
+
0018,1508 Positioner Type CS 1
|
645
|
+
0018,1510 Positioner Primary Angle DS 1
|
646
|
+
0018,1511 Positioner Secondary Angle DS 1
|
647
|
+
0018,1520 Positioner Primary Angle Increment DS 1-n
|
648
|
+
0018,1521 Positioner Secondary Angle Increment DS 1-n
|
649
|
+
0018,1530 Detector Primary Angle DS 1
|
650
|
+
0018,1531 Detector Secondary Angle DS 1
|
651
|
+
0018,1600 Shutter Shape CS 1-3
|
652
|
+
0018,1602 Shutter Left Vertical Edge IS 1
|
653
|
+
0018,1604 Shutter Right Vertical Edge IS 1
|
654
|
+
0018,1606 Shutter Upper Horizontal Edge IS 1
|
655
|
+
0018,1608 Shutter Lower Horizontal Edge IS 1
|
656
|
+
0018,1610 Center of Circular Shutter IS 2
|
657
|
+
0018,1612 Radius of Circular Shutter IS 1
|
658
|
+
0018,1620 Vertices of the Polygonal Shutter IS 2-2n
|
659
|
+
0018,1622 Shutter Presentation Value US 1
|
660
|
+
0018,1623 Shutter Overlay Group US 1
|
661
|
+
0018,1624 Shutter Presentation Color CIELab Value US 3
|
662
|
+
0018,1700 Collimator Shape CS 1-3
|
663
|
+
0018,1702 Collimator Left Vertical Edge IS 1
|
664
|
+
0018,1704 Collimator Right Vertical Edge IS 1
|
665
|
+
0018,1706 Collimator Upper Horizontal Edge IS 1
|
666
|
+
0018,1708 Collimator Lower Horizontal Edge IS 1
|
667
|
+
0018,1710 Center of Circular Collimator IS 2
|
668
|
+
0018,1712 Radius of Circular Collimator IS 1
|
669
|
+
0018,1720 Vertices of the Polygonal Collimator IS 2-2n
|
670
|
+
0018,1800 Acquisition Time Synchronized CS 1
|
671
|
+
0018,1801 Time Source SH 1
|
672
|
+
0018,1802 Time Distribution Protocol CS 1
|
673
|
+
0018,1803 NTP Source Address LO 1
|
674
|
+
0018,2001 Page Number Vector IS 1-n
|
675
|
+
0018,2002 Frame Label Vector SH 1-n
|
676
|
+
0018,2003 Frame Primary Angle Vector DS 1-n
|
677
|
+
0018,2004 Frame Secondary Angle Vector DS 1-n
|
678
|
+
0018,2005 Slice Location Vector DS 1-n
|
679
|
+
0018,2006 Display Window Label Vector SH 1-n
|
680
|
+
0018,2010 Nominal Scanned Pixel Spacing DS 2
|
681
|
+
0018,2020 Digitizing Device Transport Direction CS 1
|
682
|
+
0018,2030 Rotation of Scanned Film DS 1
|
683
|
+
0018,3100 IVUS Acquisition CS 1
|
684
|
+
0018,3101 IVUS Pullback Rate DS 1
|
685
|
+
0018,3102 IVUS Gated Rate DS 1
|
686
|
+
0018,3103 IVUS Pullback Start Frame Number IS 1
|
687
|
+
0018,3104 IVUS Pullback Stop Frame Number IS 1
|
688
|
+
0018,3105 Lesion Number IS 1-n
|
689
|
+
0018,4000 Acquisition Comments LT 1 R
|
690
|
+
0018,5000 Output Power SH 1-n
|
691
|
+
0018,5010 Transducer Data LO 1-n
|
692
|
+
0018,5012 Focus Depth DS 1
|
693
|
+
0018,5020 Processing Function LO 1
|
694
|
+
0018,5021 Postprocessing Function LO 1 R
|
695
|
+
0018,5022 Mechanical Index DS 1
|
696
|
+
0018,5024 Bone Thermal Index DS 1
|
697
|
+
0018,5026 Cranial Thermal Index DS 1
|
698
|
+
0018,5027 Soft Tissue Thermal Index DS 1
|
699
|
+
0018,5028 Soft Tissue-focus Thermal Index DS 1
|
700
|
+
0018,5029 Soft Tissue-surface Thermal Index DS 1
|
701
|
+
0018,5030 Dynamic Range DS 1 R
|
702
|
+
0018,5040 Total Gain DS 1 R
|
703
|
+
0018,5050 Depth of Scan Field IS 1
|
704
|
+
0018,5100 Patient Position CS 1
|
705
|
+
0018,5101 View Position CS 1
|
706
|
+
0018,5104 Projection Eponymous Name Code Sequence SQ 1
|
707
|
+
0018,5210 Image Transformation Matrix DS 6 R
|
708
|
+
0018,5212 Image Translation Vector DS 3 R
|
709
|
+
0018,6000 Sensitivity DS 1
|
710
|
+
0018,6011 Sequence of Ultrasound Regions SQ 1
|
711
|
+
0018,6012 Region Spatial Format US 1
|
712
|
+
0018,6014 Region Data Type US 1
|
713
|
+
0018,6016 Region Flags UL 1
|
714
|
+
0018,6018 Region Location Min X0 UL 1
|
715
|
+
0018,601A Region Location Min Y0 UL 1
|
716
|
+
0018,601C Region Location Max X1 UL 1
|
717
|
+
0018,601E Region Location Max Y1 UL 1
|
718
|
+
0018,6020 Reference Pixel X0 SL 1
|
719
|
+
0018,6022 Reference Pixel Y0 SL 1
|
720
|
+
0018,6024 Physical Units X Direction US 1
|
721
|
+
0018,6026 Physical Units Y Direction US 1
|
722
|
+
0018,6028 Reference Pixel Physical Value X FD 1
|
723
|
+
0018,602A Reference Pixel Physical Value Y FD 1
|
724
|
+
0018,602C Physical Delta X FD 1
|
725
|
+
0018,602E Physical Delta Y FD 1
|
726
|
+
0018,6030 Transducer Frequency UL 1
|
727
|
+
0018,6031 Transducer Type CS 1
|
728
|
+
0018,6032 Pulse Repetition Frequency UL 1
|
729
|
+
0018,6034 Doppler Correction Angle FD 1
|
730
|
+
0018,6036 Steering Angle FD 1
|
731
|
+
0018,6038 Doppler Sample Volume X Position (Retired) UL 1 R
|
732
|
+
0018,6039 Doppler Sample Volume X Position SL 1
|
733
|
+
0018,603A Doppler Sample Volume Y Position (Retired) UL 1 R
|
734
|
+
0018,603B Doppler Sample Volume Y Position SL 1
|
735
|
+
0018,603C TM-Line Position X0 (Retired) UL 1 R
|
736
|
+
0018,603D TM-Line Position X0 SL 1
|
737
|
+
0018,603E TM-Line Position Y0 (Retired) UL 1 R
|
738
|
+
0018,603F TM-Line Position Y0 SL 1
|
739
|
+
0018,6040 TM-Line Position X1 (Retired) UL 1 R
|
740
|
+
0018,6041 TM-Line Position X1 SL 1
|
741
|
+
0018,6042 TM-Line Position Y1 (Retired) UL 1 R
|
742
|
+
0018,6043 TM-Line Position Y1 SL 1
|
743
|
+
0018,6044 Pixel Component Organization US 1
|
744
|
+
0018,6046 Pixel Component Mask UL 1
|
745
|
+
0018,6048 Pixel Component Range Start UL 1
|
746
|
+
0018,604A Pixel Component Range Stop UL 1
|
747
|
+
0018,604C Pixel Component Physical Units US 1
|
748
|
+
0018,604E Pixel Component Data Type US 1
|
749
|
+
0018,6050 Number of Table Break Points UL 1
|
750
|
+
0018,6052 Table of X Break Points UL 1-n
|
751
|
+
0018,6054 Table of Y Break Points FD 1-n
|
752
|
+
0018,6056 Number of Table Entries UL 1
|
753
|
+
0018,6058 Table of Pixel Values UL 1-n
|
754
|
+
0018,605A Table of Parameter Values FL 1-n
|
755
|
+
0018,6060 R Wave Time Vector FL 1-n
|
756
|
+
0018,7000 Detector Conditions Nominal Flag CS 1
|
757
|
+
0018,7001 Detector Temperature DS 1
|
758
|
+
0018,7004 Detector Type CS 1
|
759
|
+
0018,7005 Detector Configuration CS 1
|
760
|
+
0018,7006 Detector Description LT 1
|
761
|
+
0018,7008 Detector Mode LT 1
|
762
|
+
0018,700A Detector ID SH 1
|
763
|
+
0018,700C Date of Last Detector Calibration DA 1
|
764
|
+
0018,700E Time of Last Detector Calibration TM 1
|
765
|
+
0018,7010 Exposures on Detector Since Last Calibration IS 1
|
766
|
+
0018,7011 Exposures on Detector Since Manufactured IS 1
|
767
|
+
0018,7012 Detector Time Since Last Exposure DS 1
|
768
|
+
0018,7014 Detector Active Time DS 1
|
769
|
+
0018,7016 Detector Activation Offset From Exposure DS 1
|
770
|
+
0018,701A Detector Binning DS 2
|
771
|
+
0018,7020 Detector Element Physical Size DS 2
|
772
|
+
0018,7022 Detector Element Spacing DS 2
|
773
|
+
0018,7024 Detector Active Shape CS 1
|
774
|
+
0018,7026 Detector Active Dimension(s) DS 1-2
|
775
|
+
0018,7028 Detector Active Origin DS 2
|
776
|
+
0018,702A Detector Manufacturer Name LO 1
|
777
|
+
0018,702B Detector Manufacturer's Model Name LO 1
|
778
|
+
0018,7030 Field of View Origin DS 2
|
779
|
+
0018,7032 Field of View Rotation DS 1
|
780
|
+
0018,7034 Field of View Horizontal Flip CS 1
|
781
|
+
0018,7036 Pixel Data Area Origin Relative To FOV FL 2
|
782
|
+
0018,7038 Pixel Data Area Rotation Angle Relative To FOV FL 1
|
783
|
+
0018,7040 Grid Absorbing Material LT 1
|
784
|
+
0018,7041 Grid Spacing Material LT 1
|
785
|
+
0018,7042 Grid Thickness DS 1
|
786
|
+
0018,7044 Grid Pitch DS 1
|
787
|
+
0018,7046 Grid Aspect Ratio IS 2
|
788
|
+
0018,7048 Grid Period DS 1
|
789
|
+
0018,704C Grid Focal Distance DS 1
|
790
|
+
0018,7050 Filter Material CS 1-n
|
791
|
+
0018,7052 Filter Thickness Minimum DS 1-n
|
792
|
+
0018,7054 Filter Thickness Maximum DS 1-n
|
793
|
+
0018,7056 Filter Beam Path Length Minimum FL 1-n
|
794
|
+
0018,7058 Filter Beam Path Length Maximum FL 1-n
|
795
|
+
0018,7060 Exposure Control Mode CS 1
|
796
|
+
0018,7062 Exposure Control Mode Description LT 1
|
797
|
+
0018,7064 Exposure Status CS 1
|
798
|
+
0018,7065 Phototimer Setting DS 1
|
799
|
+
0018,8150 Exposure Time in µS DS 1
|
800
|
+
0018,8151 X-Ray Tube Current in µA DS 1
|
801
|
+
0018,9004 Content Qualification CS 1
|
802
|
+
0018,9005 Pulse Sequence Name SH 1
|
803
|
+
0018,9006 MR Imaging Modifier Sequence SQ 1
|
804
|
+
0018,9008 Echo Pulse Sequence CS 1
|
805
|
+
0018,9009 Inversion Recovery CS 1
|
806
|
+
0018,9010 Flow Compensation CS 1
|
807
|
+
0018,9011 Multiple Spin Echo CS 1
|
808
|
+
0018,9012 Multi-planar Excitation CS 1
|
809
|
+
0018,9014 Phase Contrast CS 1
|
810
|
+
0018,9015 Time of Flight Contrast CS 1
|
811
|
+
0018,9016 Spoiling CS 1
|
812
|
+
0018,9017 Steady State Pulse Sequence CS 1
|
813
|
+
0018,9018 Echo Planar Pulse Sequence CS 1
|
814
|
+
0018,9019 Tag Angle First Axis FD 1
|
815
|
+
0018,9020 Magnetization Transfer CS 1
|
816
|
+
0018,9021 T2 Preparation CS 1
|
817
|
+
0018,9022 Blood Signal Nulling CS 1
|
818
|
+
0018,9024 Saturation Recovery CS 1
|
819
|
+
0018,9025 Spectrally Selected Suppression CS 1
|
820
|
+
0018,9026 Spectrally Selected Excitation CS 1
|
821
|
+
0018,9027 Spatial Pre-saturation CS 1
|
822
|
+
0018,9028 Tagging CS 1
|
823
|
+
0018,9029 Oversampling Phase CS 1
|
824
|
+
0018,9030 Tag Spacing First Dimension FD 1
|
825
|
+
0018,9032 Geometry of k-Space Traversal CS 1
|
826
|
+
0018,9033 Segmented k-Space Traversal CS 1
|
827
|
+
0018,9034 Rectilinear Phase Encode Reordering CS 1
|
828
|
+
0018,9035 Tag Thickness FD 1
|
829
|
+
0018,9036 Partial Fourier Direction CS 1
|
830
|
+
0018,9037 Cardiac Synchronization Technique CS 1
|
831
|
+
0018,9041 Receive Coil Manufacturer Name LO 1
|
832
|
+
0018,9042 MR Receive Coil Sequence SQ 1
|
833
|
+
0018,9043 Receive Coil Type CS 1
|
834
|
+
0018,9044 Quadrature Receive Coil CS 1
|
835
|
+
0018,9045 Multi-Coil Definition Sequence SQ 1
|
836
|
+
0018,9046 Multi-Coil Configuration LO 1
|
837
|
+
0018,9047 Multi-Coil Element Name SH 1
|
838
|
+
0018,9048 Multi-Coil Element Used CS 1
|
839
|
+
0018,9049 MR Transmit Coil Sequence SQ 1
|
840
|
+
0018,9050 Transmit Coil Manufacturer Name LO 1
|
841
|
+
0018,9051 Transmit Coil Type CS 1
|
842
|
+
0018,9052 Spectral Width FD 1-2
|
843
|
+
0018,9053 Chemical Shift Reference FD 1-2
|
844
|
+
0018,9054 Volume Localization Technique CS 1
|
845
|
+
0018,9058 MR Acquisition Frequency Encoding Steps US 1
|
846
|
+
0018,9059 De-coupling CS 1
|
847
|
+
0018,9060 De-coupled Nucleus CS 1-2
|
848
|
+
0018,9061 De-coupling Frequency FD 1-2
|
849
|
+
0018,9062 De-coupling Method CS 1
|
850
|
+
0018,9063 De-coupling Chemical Shift Reference FD 1-2
|
851
|
+
0018,9064 k-space Filtering CS 1
|
852
|
+
0018,9065 Time Domain Filtering CS 1-2
|
853
|
+
0018,9066 Number of Zero Fills US 1-2
|
854
|
+
0018,9067 Baseline Correction CS 1
|
855
|
+
0018,9069 Parallel Reduction Factor In-plane FD 1
|
856
|
+
0018,9070 Cardiac R-R Interval Specified FD 1
|
857
|
+
0018,9073 Acquisition Duration FD 1
|
858
|
+
0018,9074 Frame Acquisition DateTime DT 1
|
859
|
+
0018,9075 Diffusion Directionality CS 1
|
860
|
+
0018,9076 Diffusion Gradient Direction Sequence SQ 1
|
861
|
+
0018,9077 Parallel Acquisition CS 1
|
862
|
+
0018,9078 Parallel Acquisition Technique CS 1
|
863
|
+
0018,9079 Inversion Times FD 1-n
|
864
|
+
0018,9080 Metabolite Map Description ST 1
|
865
|
+
0018,9081 Partial Fourier CS 1
|
866
|
+
0018,9082 Effective Echo Time FD 1
|
867
|
+
0018,9083 Metabolite Map Code Sequence SQ 1
|
868
|
+
0018,9084 Chemical Shift Sequence SQ 1
|
869
|
+
0018,9085 Cardiac Signal Source CS 1
|
870
|
+
0018,9087 Diffusion b-value FD 1
|
871
|
+
0018,9089 Diffusion Gradient Orientation FD 3
|
872
|
+
0018,9090 Velocity Encoding Direction FD 3
|
873
|
+
0018,9091 Velocity Encoding Minimum Value FD 1
|
874
|
+
0018,9092 Velocity Encoding Acquisition Sequence SQ 1
|
875
|
+
0018,9093 Number of k-Space Trajectories US 1
|
876
|
+
0018,9094 Coverage of k-Space CS 1
|
877
|
+
0018,9095 Spectroscopy Acquisition Phase Rows UL 1
|
878
|
+
0018,9096 Parallel Reduction Factor In-plane (Retired) FD 1 R
|
879
|
+
0018,9098 Transmitter Frequency FD 1-2
|
880
|
+
0018,9100 Resonant Nucleus CS 1-2
|
881
|
+
0018,9101 Frequency Correction CS 1
|
882
|
+
0018,9103 MR Spectroscopy FOV/Geometry Sequence SQ 1
|
883
|
+
0018,9104 Slab Thickness FD 1
|
884
|
+
0018,9105 Slab Orientation FD 3
|
885
|
+
0018,9106 Mid Slab Position FD 3
|
886
|
+
0018,9107 MR Spatial Saturation Sequence SQ 1
|
887
|
+
0018,9112 MR Timing and Related Parameters Sequence SQ 1
|
888
|
+
0018,9114 MR Echo Sequence SQ 1
|
889
|
+
0018,9115 MR Modifier Sequence SQ 1
|
890
|
+
0018,9117 MR Diffusion Sequence SQ 1
|
891
|
+
0018,9118 Cardiac Synchronization Sequence SQ 1
|
892
|
+
0018,9119 MR Averages Sequence SQ 1
|
893
|
+
0018,9125 MR FOV/Geometry Sequence SQ 1
|
894
|
+
0018,9126 Volume Localization Sequence SQ 1
|
895
|
+
0018,9127 Spectroscopy Acquisition Data Columns UL 1
|
896
|
+
0018,9147 Diffusion Anisotropy Type CS 1
|
897
|
+
0018,9151 Frame Reference DateTime DT 1
|
898
|
+
0018,9152 MR Metabolite Map Sequence SQ 1
|
899
|
+
0018,9155 Parallel Reduction Factor out-of-plane FD 1
|
900
|
+
0018,9159 Spectroscopy Acquisition Out-of-plane Phase Steps UL 1
|
901
|
+
0018,9166 Bulk Motion Status CS 1 R
|
902
|
+
0018,9168 Parallel Reduction Factor Second In-plane FD 1
|
903
|
+
0018,9169 Cardiac Beat Rejection Technique CS 1
|
904
|
+
0018,9170 Respiratory Motion Compensation Technique CS 1
|
905
|
+
0018,9171 Respiratory Signal Source CS 1
|
906
|
+
0018,9172 Bulk Motion Compensation Technique CS 1
|
907
|
+
0018,9173 Bulk Motion Signal Source CS 1
|
908
|
+
0018,9174 Applicable Safety Standard Agency CS 1
|
909
|
+
0018,9175 Applicable Safety Standard Description LO 1
|
910
|
+
0018,9176 Operating Mode Sequence SQ 1
|
911
|
+
0018,9177 Operating Mode Type CS 1
|
912
|
+
0018,9178 Operating Mode CS 1
|
913
|
+
0018,9179 Specific Absorption Rate Definition CS 1
|
914
|
+
0018,9180 Gradient Output Type CS 1
|
915
|
+
0018,9181 Specific Absorption Rate Value FD 1
|
916
|
+
0018,9182 Gradient Output FD 1
|
917
|
+
0018,9183 Flow Compensation Direction CS 1
|
918
|
+
0018,9184 Tagging Delay FD 1
|
919
|
+
0018,9185 Respiratory Motion Compensation Technique Description ST 1
|
920
|
+
0018,9186 Respiratory Signal Source ID SH 1
|
921
|
+
0018,9195 Chemical Shift Minimum Integration Limit in Hz FD 1 R
|
922
|
+
0018,9196 Chemical Shift Maximum Integration Limit in Hz FD 1 R
|
923
|
+
0018,9197 MR Velocity Encoding Sequence SQ 1
|
924
|
+
0018,9198 First Order Phase Correction CS 1
|
925
|
+
0018,9199 Water Referenced Phase Correction CS 1
|
926
|
+
0018,9200 MR Spectroscopy Acquisition Type CS 1
|
927
|
+
0018,9214 Respiratory Cycle Position CS 1
|
928
|
+
0018,9217 Velocity Encoding Maximum Value FD 1
|
929
|
+
0018,9218 Tag Spacing Second Dimension FD 1
|
930
|
+
0018,9219 Tag Angle Second Axis SS 1
|
931
|
+
0018,9220 Frame Acquisition Duration FD 1
|
932
|
+
0018,9226 MR Image Frame Type Sequence SQ 1
|
933
|
+
0018,9227 MR Spectroscopy Frame Type Sequence SQ 1
|
934
|
+
0018,9231 MR Acquisition Phase Encoding Steps in-plane US 1
|
935
|
+
0018,9232 MR Acquisition Phase Encoding Steps out-of-plane US 1
|
936
|
+
0018,9234 Spectroscopy Acquisition Phase Columns UL 1
|
937
|
+
0018,9236 Cardiac Cycle Position CS 1
|
938
|
+
0018,9239 Specific Absorption Rate Sequence SQ 1
|
939
|
+
0018,9240 RF Echo Train Length US 1
|
940
|
+
0018,9241 Gradient Echo Train Length US 1
|
941
|
+
0018,9250 Arterial Spin Labeling Contrast CS 1
|
942
|
+
0018,9251 MR Arterial Spin Labeling Sequence SQ 1
|
943
|
+
0018,9252 ASL Technique Description LO 1
|
944
|
+
0018,9253 ASL Slab Number US 1
|
945
|
+
0018,9254 ASL Slab Thickness FD 1
|
946
|
+
0018,9255 ASL Slab Orientation FD 3
|
947
|
+
0018,9256 ASL Mid Slab Position FD 3
|
948
|
+
0018,9257 ASL Context CS 1
|
949
|
+
0018,9258 ASL Pulse Train Duration UL 1
|
950
|
+
0018,9259 ASL Crusher Flag CS 1
|
951
|
+
0018,925A ASL Crusher Flow FD 1
|
952
|
+
0018,925B ASL Crusher Description LO 1
|
953
|
+
0018,925C ASL Bolus Cut-off Flag CS 1
|
954
|
+
0018,925D ASL Bolus Cut-off Timing Sequence SQ 1
|
955
|
+
0018,925E ASL Bolus Cut-off Technique LO 1
|
956
|
+
0018,925F ASL Bolus Cut-off Delay Time UL 1
|
957
|
+
0018,9260 ASL Slab Sequence SQ 1
|
958
|
+
0018,9295 Chemical Shift Minimum Integration Limit in ppm FD 1
|
959
|
+
0018,9296 Chemical Shift Maximum Integration Limit in ppm FD 1
|
960
|
+
0018,9301 CT Acquisition Type Sequence SQ 1
|
961
|
+
0018,9302 Acquisition Type CS 1
|
962
|
+
0018,9303 Tube Angle FD 1
|
963
|
+
0018,9304 CT Acquisition Details Sequence SQ 1
|
964
|
+
0018,9305 Revolution Time FD 1
|
965
|
+
0018,9306 Single Collimation Width FD 1
|
966
|
+
0018,9307 Total Collimation Width FD 1
|
967
|
+
0018,9308 CT Table Dynamics Sequence SQ 1
|
968
|
+
0018,9309 Table Speed FD 1
|
969
|
+
0018,9310 Table Feed per Rotation FD 1
|
970
|
+
0018,9311 Spiral Pitch Factor FD 1
|
971
|
+
0018,9312 CT Geometry Sequence SQ 1
|
972
|
+
0018,9313 Data Collection Center (Patient) FD 3
|
973
|
+
0018,9314 CT Reconstruction Sequence SQ 1
|
974
|
+
0018,9315 Reconstruction Algorithm CS 1
|
975
|
+
0018,9316 Convolution Kernel Group CS 1
|
976
|
+
0018,9317 Reconstruction Field of View FD 2
|
977
|
+
0018,9318 Reconstruction Target Center (Patient) FD 3
|
978
|
+
0018,9319 Reconstruction Angle FD 1
|
979
|
+
0018,9320 Image Filter SH 1
|
980
|
+
0018,9321 CT Exposure Sequence SQ 1
|
981
|
+
0018,9322 Reconstruction Pixel Spacing FD 2
|
982
|
+
0018,9323 Exposure Modulation Type CS 1
|
983
|
+
0018,9324 Estimated Dose Saving FD 1
|
984
|
+
0018,9325 CT X-Ray Details Sequence SQ 1
|
985
|
+
0018,9326 CT Position Sequence SQ 1
|
986
|
+
0018,9327 Table Position FD 1
|
987
|
+
0018,9328 Exposure Time in ms FD 1
|
988
|
+
0018,9329 CT Image Frame Type Sequence SQ 1
|
989
|
+
0018,9330 X-Ray Tube Current in mA FD 1
|
990
|
+
0018,9332 Exposure in mAs FD 1
|
991
|
+
0018,9333 Constant Volume Flag CS 1
|
992
|
+
0018,9334 Fluoroscopy Flag CS 1
|
993
|
+
0018,9335 Distance Source to Data Collection Center FD 1
|
994
|
+
0018,9337 Contrast/Bolus Agent Number US 1
|
995
|
+
0018,9338 Contrast/Bolus Ingredient Code Sequence SQ 1
|
996
|
+
0018,9340 Contrast Administration Profile Sequence SQ 1
|
997
|
+
0018,9341 Contrast/Bolus Usage Sequence SQ 1
|
998
|
+
0018,9342 Contrast/Bolus Agent Administered CS 1
|
999
|
+
0018,9343 Contrast/Bolus Agent Detected CS 1
|
1000
|
+
0018,9344 Contrast/Bolus Agent Phase CS 1
|
1001
|
+
0018,9345 CTDIvol FD 1
|
1002
|
+
0018,9346 CTDI Phantom Type Code Sequence SQ 1
|
1003
|
+
0018,9351 Calcium Scoring Mass Factor Patient FL 1
|
1004
|
+
0018,9352 Calcium Scoring Mass Factor Device FL 3
|
1005
|
+
0018,9353 Energy Weighting Factor FL 1
|
1006
|
+
0018,9360 CT Additional X-Ray Source Sequence SQ 1
|
1007
|
+
0018,9401 Projection Pixel Calibration Sequence SQ 1
|
1008
|
+
0018,9402 Distance Source to Isocenter FL 1
|
1009
|
+
0018,9403 Distance Object to Table Top FL 1
|
1010
|
+
0018,9404 Object Pixel Spacing in Center of Beam FL 2
|
1011
|
+
0018,9405 Positioner Position Sequence SQ 1
|
1012
|
+
0018,9406 Table Position Sequence SQ 1
|
1013
|
+
0018,9407 Collimator Shape Sequence SQ 1
|
1014
|
+
0018,9410 Planes in Acquisition CS 1
|
1015
|
+
0018,9412 XA/XRF Frame Characteristics Sequence SQ 1
|
1016
|
+
0018,9417 Frame Acquisition Sequence SQ 1
|
1017
|
+
0018,9420 X-Ray Receptor Type CS 1
|
1018
|
+
0018,9423 Acquisition Protocol Name LO 1
|
1019
|
+
0018,9424 Acquisition Protocol Description LT 1
|
1020
|
+
0018,9425 Contrast/Bolus Ingredient Opaque CS 1
|
1021
|
+
0018,9426 Distance Receptor Plane to Detector Housing FL 1
|
1022
|
+
0018,9427 Intensifier Active Shape CS 1
|
1023
|
+
0018,9428 Intensifier Active Dimension(s) FL 1-2
|
1024
|
+
0018,9429 Physical Detector Size FL 2
|
1025
|
+
0018,9430 Position of Isocenter Projection FL 2
|
1026
|
+
0018,9432 Field of View Sequence SQ 1
|
1027
|
+
0018,9433 Field of View Description LO 1
|
1028
|
+
0018,9434 Exposure Control Sensing Regions Sequence SQ 1
|
1029
|
+
0018,9435 Exposure Control Sensing Region Shape CS 1
|
1030
|
+
0018,9436 Exposure Control Sensing Region Left Vertical Edge SS 1
|
1031
|
+
0018,9437 Exposure Control Sensing Region Right Vertical Edge SS 1
|
1032
|
+
0018,9438 Exposure Control Sensing Region Upper Horizontal Edge SS 1
|
1033
|
+
0018,9439 Exposure Control Sensing Region Lower Horizontal Edge SS 1
|
1034
|
+
0018,9440 Center of Circular Exposure Control Sensing Region SS 2
|
1035
|
+
0018,9441 Radius of Circular Exposure Control Sensing Region US 1
|
1036
|
+
0018,9442 Vertices of the Polygonal Exposure Control Sensing Region SS 2-n
|
1037
|
+
0018,9445 R
|
1038
|
+
0018,9447 Column Angulation (Patient) FL 1
|
1039
|
+
0018,9449 Beam Angle FL 1
|
1040
|
+
0018,9451 Frame Detector Parameters Sequence SQ 1
|
1041
|
+
0018,9452 Calculated Anatomy Thickness FL 1
|
1042
|
+
0018,9455 Calibration Sequence SQ 1
|
1043
|
+
0018,9456 Object Thickness Sequence SQ 1
|
1044
|
+
0018,9457 Plane Identification CS 1
|
1045
|
+
0018,9461 Field of View Dimension(s) in Float FL 1-2
|
1046
|
+
0018,9462 Isocenter Reference System Sequence SQ 1
|
1047
|
+
0018,9463 Positioner Isocenter Primary Angle FL 1
|
1048
|
+
0018,9464 Positioner Isocenter Secondary Angle FL 1
|
1049
|
+
0018,9465 Positioner Isocenter Detector Rotation Angle FL 1
|
1050
|
+
0018,9466 Table X Position to Isocenter FL 1
|
1051
|
+
0018,9467 Table Y Position to Isocenter FL 1
|
1052
|
+
0018,9468 Table Z Position to Isocenter FL 1
|
1053
|
+
0018,9469 Table Horizontal Rotation Angle FL 1
|
1054
|
+
0018,9470 Table Head Tilt Angle FL 1
|
1055
|
+
0018,9471 Table Cradle Tilt Angle FL 1
|
1056
|
+
0018,9472 Frame Display Shutter Sequence SQ 1
|
1057
|
+
0018,9473 Acquired Image Area Dose Product FL 1
|
1058
|
+
0018,9474 C-arm Positioner Tabletop Relationship CS 1
|
1059
|
+
0018,9476 X-Ray Geometry Sequence SQ 1
|
1060
|
+
0018,9477 Irradiation Event Identification Sequence SQ 1
|
1061
|
+
0018,9504 X-Ray 3D Frame Type Sequence SQ 1
|
1062
|
+
0018,9506 Contributing Sources Sequence SQ 1
|
1063
|
+
0018,9507 X-Ray 3D Acquisition Sequence SQ 1
|
1064
|
+
0018,9508 Primary Positioner Scan Arc FL 1
|
1065
|
+
0018,9509 Secondary Positioner Scan Arc FL 1
|
1066
|
+
0018,9510 Primary Positioner Scan Start Angle FL 1
|
1067
|
+
0018,9511 Secondary Positioner Scan Start Angle FL 1
|
1068
|
+
0018,9514 Primary Positioner Increment FL 1
|
1069
|
+
0018,9515 Secondary Positioner Increment FL 1
|
1070
|
+
0018,9516 Start Acquisition DateTime DT 1
|
1071
|
+
0018,9517 End Acquisition DateTime DT 1
|
1072
|
+
0018,9524 Application Name LO 1
|
1073
|
+
0018,9525 Application Version LO 1
|
1074
|
+
0018,9526 Application Manufacturer LO 1
|
1075
|
+
0018,9527 Algorithm Type CS 1
|
1076
|
+
0018,9528 Algorithm Description LO 1
|
1077
|
+
0018,9530 X-Ray 3D Reconstruction Sequence SQ 1
|
1078
|
+
0018,9531 Reconstruction Description LO 1
|
1079
|
+
0018,9538 Per Projection Acquisition Sequence SQ 1
|
1080
|
+
0018,9601 Diffusion b-matrix Sequence SQ 1
|
1081
|
+
0018,9602 Diffusion b-value XX FD 1
|
1082
|
+
0018,9603 Diffusion b-value XY FD 1
|
1083
|
+
0018,9604 Diffusion b-value XZ FD 1
|
1084
|
+
0018,9605 Diffusion b-value YY FD 1
|
1085
|
+
0018,9606 Diffusion b-value YZ FD 1
|
1086
|
+
0018,9607 Diffusion b-value ZZ FD 1
|
1087
|
+
0018,9701 Decay Correction DateTime DT 1
|
1088
|
+
0018,9715 Start Density Threshold FD 1
|
1089
|
+
0018,9716 Start Relative Density Difference Threshold FD 1
|
1090
|
+
0018,9717 Start Cardiac Trigger Count Threshold FD 1
|
1091
|
+
0018,9718 Start Respiratory Trigger Count Threshold FD 1
|
1092
|
+
0018,9719 Termination Counts Threshold FD 1
|
1093
|
+
0018,9720 Termination Density Threshold FD 1
|
1094
|
+
0018,9721 Termination Relative Density Threshold FD 1
|
1095
|
+
0018,9722 Termination Time Threshold FD 1
|
1096
|
+
0018,9723 Termination Cardiac Trigger Count Threshold FD 1
|
1097
|
+
0018,9724 Termination Respiratory Trigger Count Threshold FD 1
|
1098
|
+
0018,9725 Detector Geometry CS 1
|
1099
|
+
0018,9726 Transverse Detector Separation FD 1
|
1100
|
+
0018,9727 Axial Detector Dimension FD 1
|
1101
|
+
0018,9729 Radiopharmaceutical Agent Number US 1
|
1102
|
+
0018,9732 PET Frame Acquisition Sequence SQ 1
|
1103
|
+
0018,9733 PET Detector Motion Details Sequence SQ 1
|
1104
|
+
0018,9734 PET Table Dynamics Sequence SQ 1
|
1105
|
+
0018,9735 PET Position Sequence SQ 1
|
1106
|
+
0018,9736 PET Frame Correction Factors Sequence SQ 1
|
1107
|
+
0018,9737 Radiopharmaceutical Usage Sequence SQ 1
|
1108
|
+
0018,9738 Attenuation Correction Source CS 1
|
1109
|
+
0018,9739 Number of Iterations US 1
|
1110
|
+
0018,9740 Number of Subsets US 1
|
1111
|
+
0018,9749 PET Reconstruction Sequence SQ 1
|
1112
|
+
0018,9751 PET Frame Type Sequence SQ 1
|
1113
|
+
0018,9755 Time of Flight Information Used CS 1
|
1114
|
+
0018,9756 Reconstruction Type CS 1
|
1115
|
+
0018,9758 Decay Corrected CS 1
|
1116
|
+
0018,9759 Attenuation Corrected CS 1
|
1117
|
+
0018,9760 Scatter Corrected CS 1
|
1118
|
+
0018,9761 Dead Time Corrected CS 1
|
1119
|
+
0018,9762 Gantry Motion Corrected CS 1
|
1120
|
+
0018,9763 Patient Motion Corrected CS 1
|
1121
|
+
0018,9764 Count Loss Normalization Corrected CS 1
|
1122
|
+
0018,9765 Randoms Corrected CS 1
|
1123
|
+
0018,9766 Non-uniform Radial Sampling Corrected CS 1
|
1124
|
+
0018,9767 Sensitivity Calibrated CS 1
|
1125
|
+
0018,9768 Detector Normalization Correction CS 1
|
1126
|
+
0018,9769 Iterative Reconstruction Method CS 1
|
1127
|
+
0018,9770 Attenuation Correction Temporal Relationship CS 1
|
1128
|
+
0018,9771 Patient Physiological State Sequence SQ 1
|
1129
|
+
0018,9772 Patient Physiological State Code Sequence SQ 1
|
1130
|
+
0018,9801 Depth(s) of Focus FD 1-n
|
1131
|
+
0018,9803 Excluded Intervals Sequence SQ 1
|
1132
|
+
0018,9804 Exclusion Start Datetime DT 1
|
1133
|
+
0018,9805 Exclusion Duration FD 1
|
1134
|
+
0018,9806 US Image Description Sequence SQ 1
|
1135
|
+
0018,9807 Image Data Type Sequence SQ 1
|
1136
|
+
0018,9808 Data Type CS 1
|
1137
|
+
0018,9809 Transducer Scan Pattern Code Sequence SQ 1
|
1138
|
+
0018,980B Aliased Data Type CS 1
|
1139
|
+
0018,980C Position Measuring Device Used CS 1
|
1140
|
+
0018,980D Transducer Geometry Code Sequence SQ 1
|
1141
|
+
0018,980E Transducer Beam Steering Code Sequence SQ 1
|
1142
|
+
0018,980F Transducer Application Code Sequence SQ 1
|
1143
|
+
0018,A001 Contributing Equipment Sequence SQ 1
|
1144
|
+
0018,A002 Contribution Date Time DT 1
|
1145
|
+
0018,A003 Contribution Description ST 1
|
1146
|
+
0020,000D Study Instance UID UI 1
|
1147
|
+
0020,000E Series Instance UID UI 1
|
1148
|
+
0020,0010 Study ID SH 1
|
1149
|
+
0020,0011 Series Number IS 1
|
1150
|
+
0020,0012 Acquisition Number IS 1
|
1151
|
+
0020,0013 Instance Number IS 1
|
1152
|
+
0020,0014 Isotope Number IS 1 R
|
1153
|
+
0020,0015 Phase Number IS 1 R
|
1154
|
+
0020,0016 Interval Number IS 1 R
|
1155
|
+
0020,0017 Time Slot Number IS 1 R
|
1156
|
+
0020,0018 Angle Number IS 1 R
|
1157
|
+
0020,0019 Item Number IS 1
|
1158
|
+
0020,0020 Patient Orientation CS 2
|
1159
|
+
0020,0022 Overlay Number IS 1 R
|
1160
|
+
0020,0024 Curve Number IS 1 R
|
1161
|
+
0020,0026 LUT Number IS 1 R
|
1162
|
+
0020,0030 Image Position DS 3 R
|
1163
|
+
0020,0032 Image Position (Patient) DS 3
|
1164
|
+
0020,0035 Image Orientation DS 6 R
|
1165
|
+
0020,0037 Image Orientation (Patient) DS 6
|
1166
|
+
0020,0050 Location DS 1 R
|
1167
|
+
0020,0052 Frame of Reference UID UI 1
|
1168
|
+
0020,0060 Laterality CS 1
|
1169
|
+
0020,0062 Image Laterality CS 1
|
1170
|
+
0020,0070 Image Geometry Type LO 1 R
|
1171
|
+
0020,0080 Masking Image CS 1-n R
|
1172
|
+
0020,00AA Report Number IS 1 R
|
1173
|
+
0020,0100 Temporal Position Identifier IS 1
|
1174
|
+
0020,0105 Number of Temporal Positions IS 1
|
1175
|
+
0020,0110 Temporal Resolution DS 1
|
1176
|
+
0020,0200 Synchronization Frame of Reference UID UI 1
|
1177
|
+
0020,0242 SOP Instance UID of Concatenation Source UI 1
|
1178
|
+
0020,1000 Series in Study IS 1 R
|
1179
|
+
0020,1001 Acquisitions in Series IS 1 R
|
1180
|
+
0020,1002 Images in Acquisition IS 1
|
1181
|
+
0020,1003 Images in Series IS 1 R
|
1182
|
+
0020,1004 Acquisitions in Study IS 1 R
|
1183
|
+
0020,1005 Images in Study IS 1 R
|
1184
|
+
0020,1020 Reference LO 1-n R
|
1185
|
+
0020,1040 Position Reference Indicator LO 1
|
1186
|
+
0020,1041 Slice Location DS 1
|
1187
|
+
0020,1070 Other Study Numbers IS 1-n R
|
1188
|
+
0020,1200 Number of Patient Related Studies IS 1
|
1189
|
+
0020,1202 Number of Patient Related Series IS 1
|
1190
|
+
0020,1204 Number of Patient Related Instances IS 1
|
1191
|
+
0020,1206 Number of Study Related Series IS 1
|
1192
|
+
0020,1208 Number of Study Related Instances IS 1
|
1193
|
+
0020,1209 Number of Series Related Instances IS 1
|
1194
|
+
0020,3100 Source Image IDs CS 1-n R
|
1195
|
+
0020,3401 Modifying Device ID CS 1 R
|
1196
|
+
0020,3402 Modified Image ID CS 1 R
|
1197
|
+
0020,3403 Modified Image Date DA 1 R
|
1198
|
+
0020,3404 Modifying Device Manufacturer LO 1 R
|
1199
|
+
0020,3405 Modified Image Time TM 1 R
|
1200
|
+
0020,3406 Modified Image Description LO 1 R
|
1201
|
+
0020,4000 Image Comments LT 1
|
1202
|
+
0020,5000 Original Image Identification AT 1-n R
|
1203
|
+
0020,5002 Original Image Identification Nomenclature LO 1-n R
|
1204
|
+
0020,9056 Stack ID SH 1
|
1205
|
+
0020,9057 In-Stack Position Number UL 1
|
1206
|
+
0020,9071 Frame Anatomy Sequence SQ 1
|
1207
|
+
0020,9072 Frame Laterality CS 1
|
1208
|
+
0020,9111 Frame Content Sequence SQ 1
|
1209
|
+
0020,9113 Plane Position Sequence SQ 1
|
1210
|
+
0020,9116 Plane Orientation Sequence SQ 1
|
1211
|
+
0020,9128 Temporal Position Index UL 1
|
1212
|
+
0020,9153 Nominal Cardiac Trigger Delay Time FD 1
|
1213
|
+
0020,9154 Nominal Cardiac Trigger Time Prior To R-Peak FL 1
|
1214
|
+
0020,9155 Actual Cardiac Trigger Time Prior To R-Peak FL 1
|
1215
|
+
0020,9156 Frame Acquisition Number US 1
|
1216
|
+
0020,9157 Dimension Index Values UL 1-n
|
1217
|
+
0020,9158 Frame Comments LT 1
|
1218
|
+
0020,9161 Concatenation UID UI 1
|
1219
|
+
0020,9162 In-concatenation Number US 1
|
1220
|
+
0020,9163 In-concatenation Total Number US 1
|
1221
|
+
0020,9164 Dimension Organization UID UI 1
|
1222
|
+
0020,9165 Dimension Index Pointer AT 1
|
1223
|
+
0020,9167 Functional Group Pointer AT 1
|
1224
|
+
0020,9213 Dimension Index Private Creator LO 1
|
1225
|
+
0020,9221 Dimension Organization Sequence SQ 1
|
1226
|
+
0020,9222 Dimension Index Sequence SQ 1
|
1227
|
+
0020,9228 Concatenation Frame Offset Number UL 1
|
1228
|
+
0020,9238 Functional Group Private Creator LO 1
|
1229
|
+
0020,9241 Nominal Percentage of Cardiac Phase FL 1
|
1230
|
+
0020,9245 Nominal Percentage of Respiratory Phase FL 1
|
1231
|
+
0020,9246 Starting Respiratory Amplitude FL 1
|
1232
|
+
0020,9247 Starting Respiratory Phase CS 1
|
1233
|
+
0020,9248 Ending Respiratory Amplitude FL 1
|
1234
|
+
0020,9249 Ending Respiratory Phase CS 1
|
1235
|
+
0020,9250 Respiratory Trigger Type CS 1
|
1236
|
+
0020,9251 R-R Interval Time Nominal FD 1
|
1237
|
+
0020,9252 Actual Cardiac Trigger Delay Time FD 1
|
1238
|
+
0020,9253 Respiratory Synchronization Sequence SQ 1
|
1239
|
+
0020,9254 Respiratory Interval Time FD 1
|
1240
|
+
0020,9255 Nominal Respiratory Trigger Delay Time FD 1
|
1241
|
+
0020,9256 Respiratory Trigger Delay Threshold FD 1
|
1242
|
+
0020,9257 Actual Respiratory Trigger Delay Time FD 1
|
1243
|
+
0020,9301 Image Position (Volume) FD 3
|
1244
|
+
0020,9302 Image Orientation (Volume) FD 6
|
1245
|
+
0020,9307 Ultrasound Acquisition Geometry CS 1
|
1246
|
+
0020,9308 Apex Position FD 3
|
1247
|
+
0020,9309 Volume to Transducer Mapping Matrix FD 16
|
1248
|
+
0020,930A Volume to Table Mapping Matrix FD 16
|
1249
|
+
0020,930C Patient Frame of Reference Source CS 1
|
1250
|
+
0020,930D Temporal Position Time Offset FD 1
|
1251
|
+
0020,930E Plane Position (Volume) Sequence SQ 1
|
1252
|
+
0020,930F Plane Orientation (Volume) Sequence SQ 1
|
1253
|
+
0020,9310 Temporal Position Sequence SQ 1
|
1254
|
+
0020,9311 Dimension Organization Type CS 1
|
1255
|
+
0020,9312 Volume Frame of Reference UID UI 1
|
1256
|
+
0020,9313 Table Frame of Reference UID UI 1
|
1257
|
+
0020,9421 Dimension Description Label LO 1
|
1258
|
+
0020,9450 Patient Orientation in Frame Sequence SQ 1
|
1259
|
+
0020,9453 Frame Label LO 1
|
1260
|
+
0020,9518 Acquisition Index US 1-n
|
1261
|
+
0020,9529 Contributing SOP Instances Reference Sequence SQ 1
|
1262
|
+
0020,9536 Reconstruction Index US 1
|
1263
|
+
0022,0001 Light Path Filter Pass-Through Wavelength US 1
|
1264
|
+
0022,0002 Light Path Filter Pass Band US 2
|
1265
|
+
0022,0003 Image Path Filter Pass-Through Wavelength US 1
|
1266
|
+
0022,0004 Image Path Filter Pass Band US 2
|
1267
|
+
0022,0005 Patient Eye Movement Commanded CS 1
|
1268
|
+
0022,0006 Patient Eye Movement Command Code Sequence SQ 1
|
1269
|
+
0022,0007 Spherical Lens Power FL 1
|
1270
|
+
0022,0008 Cylinder Lens Power FL 1
|
1271
|
+
0022,0009 Cylinder Axis FL 1
|
1272
|
+
0022,000A Emmetropic Magnification FL 1
|
1273
|
+
0022,000B Intra Ocular Pressure FL 1
|
1274
|
+
0022,000C Horizontal Field of View FL 1
|
1275
|
+
0022,000D Pupil Dilated CS 1
|
1276
|
+
0022,000E Degree of Dilation FL 1
|
1277
|
+
0022,0010 Stereo Baseline Angle FL 1
|
1278
|
+
0022,0011 Stereo Baseline Displacement FL 1
|
1279
|
+
0022,0012 Stereo Horizontal Pixel Offset FL 1
|
1280
|
+
0022,0013 Stereo Vertical Pixel Offset FL 1
|
1281
|
+
0022,0014 Stereo Rotation FL 1
|
1282
|
+
0022,0015 Acquisition Device Type Code Sequence SQ 1
|
1283
|
+
0022,0016 Illumination Type Code Sequence SQ 1
|
1284
|
+
0022,0017 Light Path Filter Type Stack Code Sequence SQ 1
|
1285
|
+
0022,0018 Image Path Filter Type Stack Code Sequence SQ 1
|
1286
|
+
0022,0019 Lenses Code Sequence SQ 1
|
1287
|
+
0022,001A Channel Description Code Sequence SQ 1
|
1288
|
+
0022,001B Refractive State Sequence SQ 1
|
1289
|
+
0022,001C Mydriatic Agent Code Sequence SQ 1
|
1290
|
+
0022,001D Relative Image Position Code Sequence SQ 1
|
1291
|
+
0022,001E Camera Angle of View FL 1
|
1292
|
+
0022,0020 Stereo Pairs Sequence SQ 1
|
1293
|
+
0022,0021 Left Image Sequence SQ 1
|
1294
|
+
0022,0022 Right Image Sequence SQ 1
|
1295
|
+
0022,0030 Axial Length of the Eye FL 1
|
1296
|
+
0022,0031 Ophthalmic Frame Location Sequence SQ 1
|
1297
|
+
0022,0032 Reference Coordinates FL 2-2n
|
1298
|
+
0022,0035 Depth Spatial Resolution FL 1
|
1299
|
+
0022,0036 Maximum Depth Distortion FL 1
|
1300
|
+
0022,0037 Along-scan Spatial Resolution FL 1
|
1301
|
+
0022,0038 Maximum Along-scan Distortion FL 1
|
1302
|
+
0022,0039 Ophthalmic Image Orientation CS 1
|
1303
|
+
0022,0041 Depth of Transverse Image FL 1
|
1304
|
+
0022,0042 Mydriatic Agent Concentration Units Sequence SQ 1
|
1305
|
+
0022,0048 Across-scan Spatial Resolution FL 1
|
1306
|
+
0022,0049 Maximum Across-scan Distortion FL 1
|
1307
|
+
0022,004E Mydriatic Agent Concentration DS 1
|
1308
|
+
0022,0055 Illumination Wave Length FL 1
|
1309
|
+
0022,0056 Illumination Power FL 1
|
1310
|
+
0022,0057 Illumination Bandwidth FL 1
|
1311
|
+
0022,0058 Mydriatic Agent Sequence SQ 1
|
1312
|
+
0022,1007 Ophthalmic Axial Measurements Right Eye Sequence SQ 1
|
1313
|
+
0022,1008 Ophthalmic Axial Measurements Left Eye Sequence SQ 1
|
1314
|
+
0022,1010 Ophthalmic Axial Length Measurements Type CS 1
|
1315
|
+
0022,1019 Ophthalmic Axial Length FL 1
|
1316
|
+
0022,1024 Lens Status Code Sequence SQ 1
|
1317
|
+
0022,1025 Vitreous Status Code Sequence SQ 1
|
1318
|
+
0022,1028 IOL Formula Code Sequence SQ 1
|
1319
|
+
0022,1029 IOL Formula Detail LO 1
|
1320
|
+
0022,1033 Keratometer Index FL 1
|
1321
|
+
0022,1035 Source of Ophthalmic Axial Length Code Sequence SQ 1
|
1322
|
+
0022,1037 Target Refraction FL 1
|
1323
|
+
0022,1039 Refractive Procedure Occurred CS 1
|
1324
|
+
0022,1040 Refractive Surgery Type Code Sequence SQ 1
|
1325
|
+
0022,1044 Ophthalmic Ultrasound Axial Measurements Type Code Sequence SQ 1
|
1326
|
+
0022,1050 Ophthalmic Axial Length Measurements Sequence SQ 1
|
1327
|
+
0022,1053 IOL Power FL 1
|
1328
|
+
0022,1054 Predicted Refractive Error FL 1
|
1329
|
+
0022,1059 Ophthalmic Axial Length Velocity FL 1
|
1330
|
+
0022,1065 Lens Status Description LO 1
|
1331
|
+
0022,1066 Vitreous Status Description LO 1
|
1332
|
+
0022,1090 IOL Power Sequence SQ 1
|
1333
|
+
0022,1092 Lens Constant Sequence SQ 1
|
1334
|
+
0022,1093 IOL Manufacturer LO 1
|
1335
|
+
0022,1094 Lens Constant Description LO 1
|
1336
|
+
0022,1096 Keratometry Measurement Type Code Sequence SQ 1
|
1337
|
+
0022,1100 Referenced Ophthalmic Axial Measurements Sequence SQ 1
|
1338
|
+
0022,1101 Ophthalmic Axial Length Measurements Segment Name Code Sequence SQ 1
|
1339
|
+
0022,1103 Refractive Error Before Refractive Surgery Code Sequence SQ 1
|
1340
|
+
0022,1121 IOL Power For Exact Emmetropia FL 1
|
1341
|
+
0022,1122 IOL Power For Exact Target Refraction FL 1
|
1342
|
+
0022,1125 Anterior Chamber Depth Definition Code Sequence SQ 1
|
1343
|
+
0022,1130 Lens Thickness FL 1
|
1344
|
+
0022,1131 Anterior Chamber Depth FL 1
|
1345
|
+
0022,1132 Source of Lens Thickness Data Code Sequence SQ 1
|
1346
|
+
0022,1133 Source of Anterior Chamber Depth Data Code Sequence SQ 1
|
1347
|
+
0022,1135 Source of Refractive Error Data Code Sequence SQ 1
|
1348
|
+
0022,1140 Ophthalmic Axial Length Measurement Modified CS 1
|
1349
|
+
0022,1150 Ophthalmic Axial Length Data Source Code Sequence SQ 1
|
1350
|
+
0022,1153 Ophthalmic Axial Length Acquisition Method Code Sequence SQ 1
|
1351
|
+
0022,1155 Signal to Noise Ratio FL 1
|
1352
|
+
0022,1159 Ophthalmic Axial Length Data Source Description LO 1
|
1353
|
+
0022,1210 Ophthalmic Axial Length Measurements Total Length Sequence SQ 1
|
1354
|
+
0022,1211 Ophthalmic Axial Length Measurements Segmental Length Sequence SQ 1
|
1355
|
+
0022,1212 Ophthalmic Axial Length Measurements Length Summation Sequence SQ 1
|
1356
|
+
0022,1220 Ultrasound Ophthalmic Axial Length Measurements Sequence SQ 1
|
1357
|
+
0022,1225 Optical Ophthalmic Axial Length Measurements Sequence SQ 1
|
1358
|
+
0022,1230 Ultrasound Selected Ophthalmic Axial Length Sequence SQ 1
|
1359
|
+
0022,1250 Ophthalmic Axial Length Selection Method Code Sequence SQ 1
|
1360
|
+
0022,1255 Optical Selected Ophthalmic Axial Length Sequence SQ 1
|
1361
|
+
0022,1257 Selected Segmental Ophthalmic Axial Length Sequence SQ 1
|
1362
|
+
0022,1260 Selected Total Ophthalmic Axial Length Sequence SQ 1
|
1363
|
+
0022,1262 Ophthalmic Axial Length Quality Metric Sequence SQ 1
|
1364
|
+
0022,1273 Ophthalmic Axial Length Quality Metric Type Description LO 1
|
1365
|
+
0022,1300 Intraocular Lens Calculations Right Eye Sequence SQ 1
|
1366
|
+
0022,1310 Intraocular Lens Calculations Left Eye Sequence SQ 1
|
1367
|
+
0022,1330 Referenced Ophthalmic Axial Length Measurement QC Image Sequence SQ 1
|
1368
|
+
0024,0010 Visual Field Horizontal Extent FL 1
|
1369
|
+
0024,0011 Visual Field Vertical Extent FL 1
|
1370
|
+
0024,0012 Visual Field Shape CS 1
|
1371
|
+
0024,0016 Screening Test Mode Code Sequence SQ 1
|
1372
|
+
0024,0018 Maximum Stimulus Luminance FL 1
|
1373
|
+
0024,0020 Background Luminance FL 1
|
1374
|
+
0024,0021 Stimulus Color Code Sequence SQ 1
|
1375
|
+
0024,0024 Background Illumination Color Code Sequence SQ 1
|
1376
|
+
0024,0025 Stimulus Area FL 1
|
1377
|
+
0024,0028 Stimulus Presentation Time FL 1
|
1378
|
+
0024,0032 Fixation Sequence SQ 1
|
1379
|
+
0024,0033 Fixation Monitoring Code Sequence SQ 1
|
1380
|
+
0024,0034 Visual Field Catch Trial Sequence SQ 1
|
1381
|
+
0024,0035 Fixation Checked Quantity US 1
|
1382
|
+
0024,0036 Patient Not Properly Fixated Quantity US 1
|
1383
|
+
0024,0037 Presented Visual Stimuli Data Flag CS 1
|
1384
|
+
0024,0038 Number of Visual Stimuli US 1
|
1385
|
+
0024,0039 Excessive Fixation Losses Data Flag CS 1
|
1386
|
+
0024,0040 Excessive Fixation Losses CS 1
|
1387
|
+
0024,0042 Stimuli Retesting Quantity US 1
|
1388
|
+
0024,0044 Comments on Patient's Performance of Visual Field LT 1
|
1389
|
+
0024,0045 False Negatives Estimate Flag CS 1
|
1390
|
+
0024,0046 False Negatives Estimate FL 1
|
1391
|
+
0024,0048 Negative Catch Trials Quantity US 1
|
1392
|
+
0024,0050 False Negatives Quantity US 1
|
1393
|
+
0024,0051 Excessive False Negatives Data Flag CS 1
|
1394
|
+
0024,0052 Excessive False Negatives CS 1
|
1395
|
+
0024,0053 False Positives Estimate Flag CS 1
|
1396
|
+
0024,0054 False Positives Estimate FL 1
|
1397
|
+
0024,0055 Catch Trials Data Flag CS 1
|
1398
|
+
0024,0056 Positive Catch Trials Quantity US 1
|
1399
|
+
0024,0057 Test Point Normals Data Flag CS 1
|
1400
|
+
0024,0058 Test Point Normals Sequence SQ 1
|
1401
|
+
0024,0059 Global Deviation Probability Normals Flag CS 1
|
1402
|
+
0024,0060 False Positives Quantity US 1
|
1403
|
+
0024,0061 Excessive False Positives Data Flag CS 1
|
1404
|
+
0024,0062 Excessive False Positives CS 1
|
1405
|
+
0024,0063 Visual Field Test Normals Flag CS 1
|
1406
|
+
0024,0064 Results Normals Sequence SQ 1
|
1407
|
+
0024,0065 Age Corrected Sensitivity Deviation Algorithm Sequence SQ 1
|
1408
|
+
0024,0066 Global Deviation From Normal FL 1
|
1409
|
+
0024,0067 Generalized Defect Sensitivity Deviation Algorithm Sequence SQ 1
|
1410
|
+
0024,0068 Localized Deviation from Normal FL 1
|
1411
|
+
0024,0069 Patient Reliability Indicator LO 1
|
1412
|
+
0024,0070 Visual Field Mean Sensitivity FL 1
|
1413
|
+
0024,0071 Global Deviation Probability FL 1
|
1414
|
+
0024,0072 Local Deviation Probability Normals Flag CS 1
|
1415
|
+
0024,0073 Localized Deviation Probability FL 1
|
1416
|
+
0024,0074 Short Term Fluctuation Calculated CS 1
|
1417
|
+
0024,0075 Short Term Fluctuation FL 1
|
1418
|
+
0024,0076 Short Term Fluctuation Probability Calculated CS 1
|
1419
|
+
0024,0077 Short Term Fluctuation Probability FL 1
|
1420
|
+
0024,0078 Corrected Localized Deviation From Normal Calculated CS 1
|
1421
|
+
0024,0079 Corrected Localized Deviation From Normal FL 1
|
1422
|
+
0024,0080 Corrected Localized Deviation From Normal Probability Calculated CS 1
|
1423
|
+
0024,0081 Corrected Localized Deviation From Normal Probability FL 1
|
1424
|
+
0024,0083 Global Deviation Probability Sequence SQ 1
|
1425
|
+
0024,0085 Localized Deviation Probability Sequence SQ 1
|
1426
|
+
0024,0086 Foveal Sensitivity Measured CS 1
|
1427
|
+
0024,0087 Foveal Sensitivity FL 1
|
1428
|
+
0024,0088 Visual Field Test Duration FL 1
|
1429
|
+
0024,0089 Visual Field Test Point Sequence SQ 1
|
1430
|
+
0024,0090 Visual Field Test Point X-Coordinate FL 1
|
1431
|
+
0024,0091 Visual Field Test Point Y-Coordinate FL 1
|
1432
|
+
0024,0092 Age Corrected Sensitivity Deviation Value FL 1
|
1433
|
+
0024,0093 Stimulus Results CS 1
|
1434
|
+
0024,0094 Sensitivity Value FL 1
|
1435
|
+
0024,0095 Retest Stimulus Seen CS 1
|
1436
|
+
0024,0096 Retest Sensitivity Value FL 1
|
1437
|
+
0024,0097 Visual Field Test Point Normals Sequence SQ 1
|
1438
|
+
0024,0098 Quantified Defect FL 1
|
1439
|
+
0024,0100 Age Corrected Sensitivity Deviation Probability Value FL 1
|
1440
|
+
0024,0102 Generalized Defect Corrected Sensitivity Deviation Flag CS 1
|
1441
|
+
0024,0103 Generalized Defect Corrected Sensitivity Deviation Value FL 1
|
1442
|
+
0024,0104 Generalized Defect Corrected Sensitivity Deviation Probability Value FL 1
|
1443
|
+
0024,0105 Minimum Sensitivity Value FL 1
|
1444
|
+
0024,0106 Blind Spot Localized CS 1
|
1445
|
+
0024,0107 Blind Spot X-Coordinate FL 1
|
1446
|
+
0024,0108 Blind Spot Y-Coordinate FL 1
|
1447
|
+
0024,0110 Visual Acuity Measurement Sequence SQ 1
|
1448
|
+
0024,0112 Refractive Parameters Used on Patient Sequence SQ 1
|
1449
|
+
0024,0113 Measurement Laterality CS 1
|
1450
|
+
0024,0114 Ophthalmic Patient Clinical Information Left Eye Sequence SQ 1
|
1451
|
+
0024,0115 Ophthalmic Patient Clinical Information Right Eye Sequence SQ 1
|
1452
|
+
0024,0117 Foveal Point Normative Data Flag CS 1
|
1453
|
+
0024,0118 Foveal Point Probability Value FL 1
|
1454
|
+
0024,0120 Screening Baseline Measured CS 1
|
1455
|
+
0024,0122 Screening Baseline Measured Sequence SQ 1
|
1456
|
+
0024,0124 Screening Baseline Type CS 1
|
1457
|
+
0024,0126 Screening Baseline Value FL 1
|
1458
|
+
0024,0202 Algorithm Source LO 1
|
1459
|
+
0024,0306 Data Set Name LO 1
|
1460
|
+
0024,0307 Data Set Version LO 1
|
1461
|
+
0024,0308 Data Set Source LO 1
|
1462
|
+
0024,0309 Data Set Description LO 1
|
1463
|
+
0024,0317 Visual Field Test Reliability Global Index Sequence SQ 1
|
1464
|
+
0024,0320 Visual Field Global Results Index Sequence SQ 1
|
1465
|
+
0024,0325 Data Observation Sequence SQ 1
|
1466
|
+
0024,0338 Index Normals Flag CS 1
|
1467
|
+
0024,0341 Index Probability FL 1
|
1468
|
+
0024,0344 Index Probability Sequence SQ 1
|
1469
|
+
0028,0002 Samples per Pixel US 1
|
1470
|
+
0028,0003 Samples per Pixel Used US 1
|
1471
|
+
0028,0004 Photometric Interpretation CS 1
|
1472
|
+
0028,0005 Image Dimensions US 1 R
|
1473
|
+
0028,0006 Planar Configuration US 1
|
1474
|
+
0028,0008 Number of Frames IS 1
|
1475
|
+
0028,0009 Frame Increment Pointer AT 1-n
|
1476
|
+
0028,000A Frame Dimension Pointer AT 1-n
|
1477
|
+
0028,0010 Rows US 1
|
1478
|
+
0028,0011 Columns US 1
|
1479
|
+
0028,0012 Planes US 1 R
|
1480
|
+
0028,0014 Ultrasound Color Data Present US 1
|
1481
|
+
0028,0020 R
|
1482
|
+
0028,0030 Pixel Spacing DS 2
|
1483
|
+
0028,0031 Zoom Factor DS 2
|
1484
|
+
0028,0032 Zoom Center DS 2
|
1485
|
+
0028,0034 Pixel Aspect Ratio IS 2
|
1486
|
+
0028,0040 Image Format CS 1 R
|
1487
|
+
0028,0050 Manipulated Image LO 1-n R
|
1488
|
+
0028,0051 Corrected Image CS 1-n
|
1489
|
+
0028,005F Compression Recognition Code LO 1 R
|
1490
|
+
0028,0060 Compression Code CS 1 R
|
1491
|
+
0028,0061 Compression Originator SH 1 R
|
1492
|
+
0028,0062 Compression Label LO 1 R
|
1493
|
+
0028,0063 Compression Description SH 1 R
|
1494
|
+
0028,0065 Compression Sequence CS 1-n R
|
1495
|
+
0028,0066 Compression Step Pointers AT 1-n R
|
1496
|
+
0028,0068 Repeat Interval US 1 R
|
1497
|
+
0028,0069 Bits Grouped US 1 R
|
1498
|
+
0028,0070 Perimeter Table US 1-n R
|
1499
|
+
0028,0071 Perimeter Value US,SS 1 R
|
1500
|
+
0028,0080 Predictor Rows US 1 R
|
1501
|
+
0028,0081 Predictor Columns US 1 R
|
1502
|
+
0028,0082 Predictor Constants US 1-n R
|
1503
|
+
0028,0090 Blocked Pixels CS 1 R
|
1504
|
+
0028,0091 Block Rows US 1 R
|
1505
|
+
0028,0092 Block Columns US 1 R
|
1506
|
+
0028,0093 Row Overlap US 1 R
|
1507
|
+
0028,0094 Column Overlap US 1 R
|
1508
|
+
0028,0100 Bits Allocated US 1
|
1509
|
+
0028,0101 Bits Stored US 1
|
1510
|
+
0028,0102 High Bit US 1
|
1511
|
+
0028,0103 Pixel Representation US 1
|
1512
|
+
0028,0104 Smallest Valid Pixel Value US,SS 1 R
|
1513
|
+
0028,0105 Largest Valid Pixel Value US,SS 1 R
|
1514
|
+
0028,0106 Smallest Image Pixel Value US,SS 1
|
1515
|
+
0028,0107 Largest Image Pixel Value US,SS 1
|
1516
|
+
0028,0108 Smallest Pixel Value in Series US,SS 1
|
1517
|
+
0028,0109 Largest Pixel Value in Series US,SS 1
|
1518
|
+
0028,0110 Smallest Image Pixel Value in Plane US,SS 1 R
|
1519
|
+
0028,0111 Largest Image Pixel Value in Plane US,SS 1 R
|
1520
|
+
0028,0120 Pixel Padding Value US,SS 1
|
1521
|
+
0028,0121 Pixel Padding Range Limit US,SS 1
|
1522
|
+
0028,0200 Image Location US 1 R
|
1523
|
+
0028,0300 Quality Control Image CS 1
|
1524
|
+
0028,0301 Burned In Annotation CS 1
|
1525
|
+
0028,0302 Recognizable Visual Features CS 1
|
1526
|
+
0028,0303 Longitudinal Temporal Information Modified CS 1
|
1527
|
+
0028,0400 Transform Label LO 1 R
|
1528
|
+
0028,0401 Transform Version Number LO 1 R
|
1529
|
+
0028,0402 Number of Transform Steps US 1 R
|
1530
|
+
0028,0403 Sequence of Compressed Data LO 1-n R
|
1531
|
+
0028,0404 Details of Coefficients AT 1-n R
|
1532
|
+
0028,04x0 Rows For Nth Order Coefficients US 1 R
|
1533
|
+
0028,04x1 Columns For Nth Order Coefficients US 1 R
|
1534
|
+
0028,04x2 Coefficient Coding LO 1-n R
|
1535
|
+
0028,04x3 Coefficient Coding Pointers AT 1-n R
|
1536
|
+
0028,0700 DCT Label LO 1 R
|
1537
|
+
0028,0701 Data Block Description CS 1-n R
|
1538
|
+
0028,0702 Data Block AT 1-n R
|
1539
|
+
0028,0710 Normalization Factor Format US 1 R
|
1540
|
+
0028,0720 Zonal Map Number Format US 1 R
|
1541
|
+
0028,0721 Zonal Map Location AT 1-n R
|
1542
|
+
0028,0722 Zonal Map Format US 1 R
|
1543
|
+
0028,0730 Adaptive Map Format US 1 R
|
1544
|
+
0028,0740 Code Number Format US 1 R
|
1545
|
+
0028,08x0 Code Label CS 1-n R
|
1546
|
+
0028,08x2 Number of Tables US 1 R
|
1547
|
+
0028,08x3 Code Table Location AT 1-n R
|
1548
|
+
0028,08x4 Bits For Code Word US 1 R
|
1549
|
+
0028,08x8 Image Data Location AT 1-n R
|
1550
|
+
0028,0A02 Pixel Spacing Calibration Type CS 1
|
1551
|
+
0028,0A04 Pixel Spacing Calibration Description LO 1
|
1552
|
+
0028,1040 Pixel Intensity Relationship CS 1
|
1553
|
+
0028,1041 Pixel Intensity Relationship Sign SS 1
|
1554
|
+
0028,1050 Window Center DS 1-n
|
1555
|
+
0028,1051 Window Width DS 1-n
|
1556
|
+
0028,1052 Rescale Intercept DS 1
|
1557
|
+
0028,1053 Rescale Slope DS 1
|
1558
|
+
0028,1054 Rescale Type LO 1
|
1559
|
+
0028,1055 Window Center & Width Explanation LO 1-n
|
1560
|
+
0028,1056 VOI LUT Function CS 1
|
1561
|
+
0028,1080 Gray Scale CS 1 R
|
1562
|
+
0028,1090 Recommended Viewing Mode CS 1
|
1563
|
+
0028,1100 Gray Lookup Table Descriptor US,SS 3 R
|
1564
|
+
0028,1101 Red Palette Color Lookup Table Descriptor US,SS 3
|
1565
|
+
0028,1102 Green Palette Color Lookup Table Descriptor US,SS 3
|
1566
|
+
0028,1103 Blue Palette Color Lookup Table Descriptor US,SS 3
|
1567
|
+
0028,1104 Alpha Palette Color Lookup Table Descriptor US 3
|
1568
|
+
0028,1111 Large Red Palette Color Lookup Table Descriptor US,SS 4 R
|
1569
|
+
0028,1112 Large Green Palette Color Lookup Table Descriptor US,SS 4 R
|
1570
|
+
0028,1113 Large Blue Palette Color Lookup Table Descriptor US,SS 4 R
|
1571
|
+
0028,1199 Palette Color Lookup Table UID UI 1
|
1572
|
+
0028,1200 Gray Lookup Table Data US,SSor OW 1-n1 R
|
1573
|
+
0028,1201 Red Palette Color Lookup Table Data OW 1
|
1574
|
+
0028,1202 Green Palette Color Lookup Table Data OW 1
|
1575
|
+
0028,1203 Blue Palette Color Lookup Table Data OW 1
|
1576
|
+
0028,1204 Alpha Palette Color Lookup Table Data OW 1
|
1577
|
+
0028,1211 Large Red Palette Color Lookup Table Data OW 1 R
|
1578
|
+
0028,1212 Large Green Palette Color Lookup Table Data OW 1 R
|
1579
|
+
0028,1213 Large Blue Palette Color Lookup Table Data OW 1 R
|
1580
|
+
0028,1214 Large Palette Color Lookup Table UID UI 1 R
|
1581
|
+
0028,1221 Segmented Red Palette Color Lookup Table Data OW 1
|
1582
|
+
0028,1222 Segmented Green Palette Color Lookup Table Data OW 1
|
1583
|
+
0028,1223 Segmented Blue Palette Color Lookup Table Data OW 1
|
1584
|
+
0028,1300 Breast Implant Present CS 1
|
1585
|
+
0028,1350 Partial View CS 1
|
1586
|
+
0028,1351 Partial View Description ST 1
|
1587
|
+
0028,1352 Partial View Code Sequence SQ 1
|
1588
|
+
0028,135A Spatial Locations Preserved CS 1
|
1589
|
+
0028,1401 Data Frame Assignment Sequence SQ 1
|
1590
|
+
0028,1402 Data Path Assignment CS 1
|
1591
|
+
0028,1403 Bits Mapped to Color Lookup Table US 1
|
1592
|
+
0028,1404 Blending LUT 1 Sequence SQ 1
|
1593
|
+
0028,1405 Blending LUT 1 Transfer Function CS 1
|
1594
|
+
0028,1406 Blending Weight Constant FD 1
|
1595
|
+
0028,1407 Blending Lookup Table Descriptor US 3
|
1596
|
+
0028,1408 Blending Lookup Table Data OW 1
|
1597
|
+
0028,140B Enhanced Palette Color Lookup Table Sequence SQ 1
|
1598
|
+
0028,140C Blending LUT 2 Sequence SQ 1
|
1599
|
+
0028,140D Blending LUT 2 Transfer Function CS 1
|
1600
|
+
0028,140E Data Path ID CS 1
|
1601
|
+
0028,140F RGB LUT Transfer Function CS 1
|
1602
|
+
0028,1410 Alpha LUT Transfer Function CS 1
|
1603
|
+
0028,2000 ICC Profile OB 1
|
1604
|
+
0028,2110 Lossy Image Compression CS 1
|
1605
|
+
0028,2112 Lossy Image Compression Ratio DS 1-n
|
1606
|
+
0028,2114 Lossy Image Compression Method CS 1-n
|
1607
|
+
0028,3000 Modality LUT Sequence SQ 1
|
1608
|
+
0028,3002 LUT Descriptor US,SS 3
|
1609
|
+
0028,3003 LUT Explanation LO 1
|
1610
|
+
0028,3004 Modality LUT Type LO 1
|
1611
|
+
0028,3006 LUT Data US,OW 1-n1
|
1612
|
+
0028,3010 VOI LUT Sequence SQ 1
|
1613
|
+
0028,3110 Softcopy VOI LUT Sequence SQ 1
|
1614
|
+
0028,4000 Image Presentation Comments LT 1 R
|
1615
|
+
0028,5000 Bi-Plane Acquisition Sequence SQ 1 R
|
1616
|
+
0028,6010 Representative Frame Number US 1
|
1617
|
+
0028,6020 Frame Numbers of Interest (FOI) US 1-n
|
1618
|
+
0028,6022 Frame of Interest Description LO 1-n
|
1619
|
+
0028,6023 Frame of Interest Type CS 1-n
|
1620
|
+
0028,6030 Mask Pointer(s) US 1-n R
|
1621
|
+
0028,6040 R Wave Pointer US 1-n
|
1622
|
+
0028,6100 Mask Subtraction Sequence SQ 1
|
1623
|
+
0028,6101 Mask Operation CS 1
|
1624
|
+
0028,6102 Applicable Frame Range US 2-2n
|
1625
|
+
0028,6110 Mask Frame Numbers US 1-n
|
1626
|
+
0028,6112 Contrast Frame Averaging US 1
|
1627
|
+
0028,6114 Mask Sub-pixel Shift FL 2
|
1628
|
+
0028,6120 TID Offset SS 1
|
1629
|
+
0028,6190 Mask Operation Explanation ST 1
|
1630
|
+
0028,7FE0 Pixel Data Provider URL UT 1
|
1631
|
+
0028,9001 Data Point Rows UL 1
|
1632
|
+
0028,9002 Data Point Columns UL 1
|
1633
|
+
0028,9003 Signal Domain Columns CS 1
|
1634
|
+
0028,9099 Largest Monochrome Pixel Value US 1 R
|
1635
|
+
0028,9108 Data Representation CS 1
|
1636
|
+
0028,9110 Pixel Measures Sequence SQ 1
|
1637
|
+
0028,9132 Frame VOI LUT Sequence SQ 1
|
1638
|
+
0028,9145 Pixel Value Transformation Sequence SQ 1
|
1639
|
+
0028,9235 Signal Domain Rows CS 1
|
1640
|
+
0028,9411 Display Filter Percentage FL 1
|
1641
|
+
0028,9415 Frame Pixel Shift Sequence SQ 1
|
1642
|
+
0028,9416 Subtraction Item ID US 1
|
1643
|
+
0028,9422 Pixel Intensity Relationship LUT Sequence SQ 1
|
1644
|
+
0028,9443 Frame Pixel Data Properties Sequence SQ 1
|
1645
|
+
0028,9444 Geometrical Properties CS 1
|
1646
|
+
0028,9445 Geometric Maximum Distortion FL 1
|
1647
|
+
0028,9446 Image Processing Applied CS 1-n
|
1648
|
+
0028,9454 Mask Selection Mode CS 1
|
1649
|
+
0028,9474 LUT Function CS 1
|
1650
|
+
0028,9478 Mask Visibility Percentage FL 1
|
1651
|
+
0028,9501 Pixel Shift Sequence SQ 1
|
1652
|
+
0028,9502 Region Pixel Shift Sequence SQ 1
|
1653
|
+
0028,9503 Vertices of the Region SS 2-2n
|
1654
|
+
0028,9505 Multi-frame Presentation Sequence SQ 1
|
1655
|
+
0028,9506 Pixel Shift Frame Range US 2-2n
|
1656
|
+
0028,9507 LUT Frame Range US 2-2n
|
1657
|
+
0028,9520 Image to Equipment Mapping Matrix DS 16
|
1658
|
+
0028,9537 Equipment Coordinate System Identification CS 1
|
1659
|
+
0032,000A Study Status ID CS 1 R
|
1660
|
+
0032,000C Study Priority ID CS 1 R
|
1661
|
+
0032,0012 Study ID Issuer LO 1 R
|
1662
|
+
0032,0032 Study Verified Date DA 1 R
|
1663
|
+
0032,0033 Study Verified Time TM 1 R
|
1664
|
+
0032,0034 Study Read Date DA 1 R
|
1665
|
+
0032,0035 Study Read Time TM 1 R
|
1666
|
+
0032,1000 Scheduled Study Start Date DA 1 R
|
1667
|
+
0032,1001 Scheduled Study Start Time TM 1 R
|
1668
|
+
0032,1010 Scheduled Study Stop Date DA 1 R
|
1669
|
+
0032,1011 Scheduled Study Stop Time TM 1 R
|
1670
|
+
0032,1020 Scheduled Study Location LO 1 R
|
1671
|
+
0032,1021 Scheduled Study Location AE Title AE 1-n R
|
1672
|
+
0032,1030 Reason for Study LO 1 R
|
1673
|
+
0032,1031 Requesting Physician Identification Sequence SQ 1
|
1674
|
+
0032,1032 Requesting Physician PN 1
|
1675
|
+
0032,1033 Requesting Service LO 1
|
1676
|
+
0032,1034 Requesting Service Code Sequence SQ 1
|
1677
|
+
0032,1040 Study Arrival Date DA 1 R
|
1678
|
+
0032,1041 Study Arrival Time TM 1 R
|
1679
|
+
0032,1050 Study Completion Date DA 1 R
|
1680
|
+
0032,1051 Study Completion Time TM 1 R
|
1681
|
+
0032,1055 Study Component Status ID CS 1 R
|
1682
|
+
0032,1060 Requested Procedure Description LO 1
|
1683
|
+
0032,1064 Requested Procedure Code Sequence SQ 1
|
1684
|
+
0032,1070 Requested Contrast Agent LO 1
|
1685
|
+
0032,4000 Study Comments LT 1 R
|
1686
|
+
0038,0004 Referenced Patient Alias Sequence SQ 1
|
1687
|
+
0038,0008 Visit Status ID CS 1
|
1688
|
+
0038,0010 Admission ID LO 1
|
1689
|
+
0038,0011 Issuer of Admission ID LO 1 R
|
1690
|
+
0038,0014 Issuer of Admission ID Sequence SQ 1
|
1691
|
+
0038,0016 Route of Admissions LO 1
|
1692
|
+
0038,001A Scheduled Admission Date DA 1 R
|
1693
|
+
0038,001B Scheduled Admission Time TM 1 R
|
1694
|
+
0038,001C Scheduled Discharge Date DA 1 R
|
1695
|
+
0038,001D Scheduled Discharge Time TM 1 R
|
1696
|
+
0038,001E Scheduled Patient Institution Residence LO 1 R
|
1697
|
+
0038,0020 Admitting Date DA 1
|
1698
|
+
0038,0021 Admitting Time TM 1
|
1699
|
+
0038,0030 Discharge Date DA 1 R
|
1700
|
+
0038,0032 Discharge Time TM 1 R
|
1701
|
+
0038,0040 Discharge Diagnosis Description LO 1 R
|
1702
|
+
0038,0044 Discharge Diagnosis Code Sequence SQ 1 R
|
1703
|
+
0038,0050 Special Needs LO 1
|
1704
|
+
0038,0060 Service Episode ID LO 1
|
1705
|
+
0038,0061 Issuer of Service Episode ID LO 1 R
|
1706
|
+
0038,0062 Service Episode Description LO 1
|
1707
|
+
0038,0064 Issuer of Service Episode ID Sequence SQ 1
|
1708
|
+
0038,0100 Pertinent Documents Sequence SQ 1
|
1709
|
+
0038,0300 Current Patient Location LO 1
|
1710
|
+
0038,0400 Patient's Institution Residence LO 1
|
1711
|
+
0038,0500 Patient State LO 1
|
1712
|
+
0038,0502 Patient Clinical Trial Participation Sequence SQ 1
|
1713
|
+
0038,4000 Visit Comments LT 1
|
1714
|
+
003A,0004 Waveform Originality CS 1
|
1715
|
+
003A,0005 Number of Waveform Channels US 1
|
1716
|
+
003A,0010 Number of Waveform Samples UL 1
|
1717
|
+
003A,001A Sampling Frequency DS 1
|
1718
|
+
003A,0020 Multiplex Group Label SH 1
|
1719
|
+
003A,0200 Channel Definition Sequence SQ 1
|
1720
|
+
003A,0202 Waveform Channel Number IS 1
|
1721
|
+
003A,0203 Channel Label SH 1
|
1722
|
+
003A,0205 Channel Status CS 1-n
|
1723
|
+
003A,0208 Channel Source Sequence SQ 1
|
1724
|
+
003A,0209 Channel Source Modifiers Sequence SQ 1
|
1725
|
+
003A,020A Source Waveform Sequence SQ 1
|
1726
|
+
003A,020C Channel Derivation Description LO 1
|
1727
|
+
003A,0210 Channel Sensitivity DS 1
|
1728
|
+
003A,0211 Channel Sensitivity Units Sequence SQ 1
|
1729
|
+
003A,0212 Channel Sensitivity Correction Factor DS 1
|
1730
|
+
003A,0213 Channel Baseline DS 1
|
1731
|
+
003A,0214 Channel Time Skew DS 1
|
1732
|
+
003A,0215 Channel Sample Skew DS 1
|
1733
|
+
003A,0218 Channel Offset DS 1
|
1734
|
+
003A,021A Waveform Bits Stored US 1
|
1735
|
+
003A,0220 Filter Low Frequency DS 1
|
1736
|
+
003A,0221 Filter High Frequency DS 1
|
1737
|
+
003A,0222 Notch Filter Frequency DS 1
|
1738
|
+
003A,0223 Notch Filter Bandwidth DS 1
|
1739
|
+
003A,0230 Waveform Data Display Scale FL 1
|
1740
|
+
003A,0231 Waveform Display Background CIELab Value US 3
|
1741
|
+
003A,0240 Waveform Presentation Group Sequence SQ 1
|
1742
|
+
003A,0241 Presentation Group Number US 1
|
1743
|
+
003A,0242 Channel Display Sequence SQ 1
|
1744
|
+
003A,0244 Channel Recommended Display CIELab Value US 3
|
1745
|
+
003A,0245 Channel Position FL 1
|
1746
|
+
003A,0246 Display Shading Flag CS 1
|
1747
|
+
003A,0247 Fractional Channel Display Scale FL 1
|
1748
|
+
003A,0248 Absolute Channel Display Scale FL 1
|
1749
|
+
003A,0300 Multiplexed Audio Channels Description Code Sequence SQ 1
|
1750
|
+
003A,0301 Channel Identification Code IS 1
|
1751
|
+
003A,0302 Channel Mode CS 1
|
1752
|
+
0040,0001 Scheduled Station AE Title AE 1-n
|
1753
|
+
0040,0002 Scheduled Procedure Step Start Date DA 1
|
1754
|
+
0040,0003 Scheduled Procedure Step Start Time TM 1
|
1755
|
+
0040,0004 Scheduled Procedure Step End Date DA 1
|
1756
|
+
0040,0005 Scheduled Procedure Step End Time TM 1
|
1757
|
+
0040,0006 Scheduled Performing Physician's Name PN 1
|
1758
|
+
0040,0007 Scheduled Procedure Step Description LO 1
|
1759
|
+
0040,0008 Scheduled Protocol Code Sequence SQ 1
|
1760
|
+
0040,0009 Scheduled Procedure Step ID SH 1
|
1761
|
+
0040,000A Stage Code Sequence SQ 1
|
1762
|
+
0040,000B Scheduled Performing Physician Identification Sequence SQ 1
|
1763
|
+
0040,0010 Scheduled Station Name SH 1-n
|
1764
|
+
0040,0011 Scheduled Procedure Step Location SH 1
|
1765
|
+
0040,0012 Pre-Medication LO 1
|
1766
|
+
0040,0020 Scheduled Procedure Step Status CS 1
|
1767
|
+
0040,0026 Order Placer Identifier Sequence SQ 1
|
1768
|
+
0040,0027 Order Filler Identifier Sequence SQ 1
|
1769
|
+
0040,0031 Local Namespace Entity ID UT 1
|
1770
|
+
0040,0032 Universal Entity ID UT 1
|
1771
|
+
0040,0033 Universal Entity ID Type CS 1
|
1772
|
+
0040,0035 Identifier Type Code CS 1
|
1773
|
+
0040,0036 Assigning Facility Sequence SQ 1
|
1774
|
+
0040,0039 Assigning Jurisdiction Code Sequence SQ 1
|
1775
|
+
0040,003A Assigning Agency or Department Code Sequence SQ 1
|
1776
|
+
0040,0100 Scheduled Procedure Step Sequence SQ 1
|
1777
|
+
0040,0220 Referenced Non-Image Composite SOP Instance Sequence SQ 1
|
1778
|
+
0040,0241 Performed Station AE Title AE 1
|
1779
|
+
0040,0242 Performed Station Name SH 1
|
1780
|
+
0040,0243 Performed Location SH 1
|
1781
|
+
0040,0244 Performed Procedure Step Start Date DA 1
|
1782
|
+
0040,0245 Performed Procedure Step Start Time TM 1
|
1783
|
+
0040,0250 Performed Procedure Step End Date DA 1
|
1784
|
+
0040,0251 Performed Procedure Step End Time TM 1
|
1785
|
+
0040,0252 Performed Procedure Step Status CS 1
|
1786
|
+
0040,0253 Performed Procedure Step ID SH 1
|
1787
|
+
0040,0254 Performed Procedure Step Description LO 1
|
1788
|
+
0040,0255 Performed Procedure Type Description LO 1
|
1789
|
+
0040,0260 Performed Protocol Code Sequence SQ 1
|
1790
|
+
0040,0261 Performed Protocol Type CS 1
|
1791
|
+
0040,0270 Scheduled Step Attributes Sequence SQ 1
|
1792
|
+
0040,0275 Request Attributes Sequence SQ 1
|
1793
|
+
0040,0280 Comments on the Performed Procedure Step ST 1
|
1794
|
+
0040,0281 Performed Procedure Step Discontinuation Reason Code Sequence SQ 1
|
1795
|
+
0040,0293 Quantity Sequence SQ 1
|
1796
|
+
0040,0294 Quantity DS 1
|
1797
|
+
0040,0295 Measuring Units Sequence SQ 1
|
1798
|
+
0040,0296 Billing Item Sequence SQ 1
|
1799
|
+
0040,0300 Total Time of Fluoroscopy US 1
|
1800
|
+
0040,0301 Total Number of Exposures US 1
|
1801
|
+
0040,0302 Entrance Dose US 1
|
1802
|
+
0040,0303 Exposed Area US 1-2
|
1803
|
+
0040,0306 Distance Source to Entrance DS 1
|
1804
|
+
0040,0307 Distance Source to Support DS 1 R
|
1805
|
+
0040,030E Exposure Dose Sequence SQ 1
|
1806
|
+
0040,0310 Comments on Radiation Dose ST 1
|
1807
|
+
0040,0312 X-Ray Output DS 1
|
1808
|
+
0040,0314 Half Value Layer DS 1
|
1809
|
+
0040,0316 Organ Dose DS 1
|
1810
|
+
0040,0318 Organ Exposed CS 1
|
1811
|
+
0040,0320 Billing Procedure Step Sequence SQ 1
|
1812
|
+
0040,0321 Film Consumption Sequence SQ 1
|
1813
|
+
0040,0324 Billing Supplies and Devices Sequence SQ 1
|
1814
|
+
0040,0330 Referenced Procedure Step Sequence SQ 1 R
|
1815
|
+
0040,0340 Performed Series Sequence SQ 1
|
1816
|
+
0040,0400 Comments on the Scheduled Procedure Step LT 1
|
1817
|
+
0040,0440 Protocol Context Sequence SQ 1
|
1818
|
+
0040,0441 Content Item Modifier Sequence SQ 1
|
1819
|
+
0040,0500 Scheduled Specimen Sequence SQ 1
|
1820
|
+
0040,050A Specimen Accession Number LO 1 R
|
1821
|
+
0040,0512 Container Identifier LO 1
|
1822
|
+
0040,0513 Issuer of the Container Identifier Sequence SQ 1
|
1823
|
+
0040,0515 Alternate Container Identifier Sequence SQ 1
|
1824
|
+
0040,0518 Container Type Code Sequence SQ 1
|
1825
|
+
0040,051A Container Description LO 1
|
1826
|
+
0040,0520 Container Component Sequence SQ 1
|
1827
|
+
0040,0550 Specimen Sequence SQ 1 R
|
1828
|
+
0040,0551 Specimen Identifier LO 1
|
1829
|
+
0040,0552 Specimen Description Sequence (Trial) SQ 1 R
|
1830
|
+
0040,0553 Specimen Description (Trial) ST 1 R
|
1831
|
+
0040,0554 Specimen UID UI 1
|
1832
|
+
0040,0555 Acquisition Context Sequence SQ 1
|
1833
|
+
0040,0556 Acquisition Context Description ST 1
|
1834
|
+
0040,059A Specimen Type Code Sequence SQ 1
|
1835
|
+
0040,0560 Specimen Description Sequence SQ 1
|
1836
|
+
0040,0562 Issuer of the Specimen Identifier Sequence SQ 1
|
1837
|
+
0040,0600 Specimen Short Description LO 1
|
1838
|
+
0040,0602 Specimen Detailed Description UT 1
|
1839
|
+
0040,0610 Specimen Preparation Sequence SQ 1
|
1840
|
+
0040,0612 Specimen Preparation Step Content Item Sequence SQ 1
|
1841
|
+
0040,0620 Specimen Localization Content Item Sequence SQ 1
|
1842
|
+
0040,06FA Slide Identifier LO 1 R
|
1843
|
+
0040,071A Image Center Point Coordinates Sequence SQ 1
|
1844
|
+
0040,072A X Offset in Slide Coordinate System DS 1
|
1845
|
+
0040,073A Y Offset in Slide Coordinate System DS 1
|
1846
|
+
0040,074A Z Offset in Slide Coordinate System DS 1
|
1847
|
+
0040,08D8 Pixel Spacing Sequence SQ 1 R
|
1848
|
+
0040,08DA Coordinate System Axis Code Sequence SQ 1 R
|
1849
|
+
0040,08EA Measurement Units Code Sequence SQ 1
|
1850
|
+
0040,09F8 Vital Stain Code Sequence (Trial) SQ 1 R
|
1851
|
+
0040,1001 Requested Procedure ID SH 1
|
1852
|
+
0040,1002 Reason for the Requested Procedure LO 1
|
1853
|
+
0040,1003 Requested Procedure Priority SH 1
|
1854
|
+
0040,1004 Patient Transport Arrangements LO 1
|
1855
|
+
0040,1005 Requested Procedure Location LO 1
|
1856
|
+
0040,1006 Placer Order Number / Procedure SH 1 R
|
1857
|
+
0040,1007 Filler Order Number / Procedure SH 1 R
|
1858
|
+
0040,1008 Confidentiality Code LO 1
|
1859
|
+
0040,1009 Reporting Priority SH 1
|
1860
|
+
0040,100A Reason for Requested Procedure Code Sequence SQ 1
|
1861
|
+
0040,1010 Names of Intended Recipients of Results PN 1-n
|
1862
|
+
0040,1011 Intended Recipients of Results Identification Sequence SQ 1
|
1863
|
+
0040,1012 Reason For Performed Procedure Code Sequence SQ 1
|
1864
|
+
0040,1060 Requested Procedure Description (Trial) LO 1 R
|
1865
|
+
0040,1101 Person Identification Code Sequence SQ 1
|
1866
|
+
0040,1102 Person's Address ST 1
|
1867
|
+
0040,1103 Person's Telephone Numbers LO 1-n
|
1868
|
+
0040,1400 Requested Procedure Comments LT 1
|
1869
|
+
0040,2001 Reason for the Imaging Service Request LO 1 R
|
1870
|
+
0040,2004 Issue Date of Imaging Service Request DA 1
|
1871
|
+
0040,2005 Issue Time of Imaging Service Request TM 1
|
1872
|
+
0040,2006 Placer Order Number / Imaging Service Request (Retired) SH 1 R
|
1873
|
+
0040,2007 Filler Order Number / Imaging Service Request (Retired) SH 1 R
|
1874
|
+
0040,2008 Order Entered By PN 1
|
1875
|
+
0040,2009 Order Enterer's Location SH 1
|
1876
|
+
0040,2010 Order Callback Phone Number SH 1
|
1877
|
+
0040,2016 Placer Order Number / Imaging Service Request LO 1
|
1878
|
+
0040,2017 Filler Order Number / Imaging Service Request LO 1
|
1879
|
+
0040,2400 Imaging Service Request Comments LT 1
|
1880
|
+
0040,3001 Confidentiality Constraint on Patient Data Description LO 1
|
1881
|
+
0040,4001 General Purpose Scheduled Procedure Step Status CS 1
|
1882
|
+
0040,4002 General Purpose Performed Procedure Step Status CS 1
|
1883
|
+
0040,4003 General Purpose Scheduled Procedure Step Priority CS 1
|
1884
|
+
0040,4004 Scheduled Processing Applications Code Sequence SQ 1
|
1885
|
+
0040,4005 Scheduled Procedure Step Start DateTime DT 1
|
1886
|
+
0040,4006 Multiple Copies Flag CS 1
|
1887
|
+
0040,4007 Performed Processing Applications Code Sequence SQ 1
|
1888
|
+
0040,4009 Human Performer Code Sequence SQ 1
|
1889
|
+
0040,4010 Scheduled Procedure Step Modification Date Time DT 1
|
1890
|
+
0040,4011 Expected Completion Date Time DT 1
|
1891
|
+
0040,4015 Resulting General Purpose Performed Procedure Steps Sequence SQ 1
|
1892
|
+
0040,4016 Referenced General Purpose Scheduled Procedure Step Sequence SQ 1
|
1893
|
+
0040,4018 Scheduled Workitem Code Sequence SQ 1
|
1894
|
+
0040,4019 Performed Workitem Code Sequence SQ 1
|
1895
|
+
0040,4020 Input Availability Flag CS 1
|
1896
|
+
0040,4021 Input Information Sequence SQ 1
|
1897
|
+
0040,4022 Relevant Information Sequence SQ 1
|
1898
|
+
0040,4023 Referenced General Purpose Scheduled Procedure Step Transaction UID UI 1
|
1899
|
+
0040,4025 Scheduled Station Name Code Sequence SQ 1
|
1900
|
+
0040,4026 Scheduled Station Class Code Sequence SQ 1
|
1901
|
+
0040,4027 Scheduled Station Geographic Location Code Sequence SQ 1
|
1902
|
+
0040,4028 Performed Station Name Code Sequence SQ 1
|
1903
|
+
0040,4029 Performed Station Class Code Sequence SQ 1
|
1904
|
+
0040,4030 Performed Station Geographic Location Code Sequence SQ 1
|
1905
|
+
0040,4031 Requested Subsequent Workitem Code Sequence SQ 1
|
1906
|
+
0040,4032 Non-DICOM Output Code Sequence SQ 1
|
1907
|
+
0040,4033 Output Information Sequence SQ 1
|
1908
|
+
0040,4034 Scheduled Human Performers Sequence SQ 1
|
1909
|
+
0040,4035 Actual Human Performers Sequence SQ 1
|
1910
|
+
0040,4036 Human Performer's Organization LO 1
|
1911
|
+
0040,4037 Human Performer's Name PN 1
|
1912
|
+
0040,4040 Raw Data Handling CS 1
|
1913
|
+
0040,4041 Input Readiness State CS 1
|
1914
|
+
0040,4050 Performed Procedure Step Start DateTime DT 1
|
1915
|
+
0040,4051 Performed Procedure Step End DateTime DT 1
|
1916
|
+
0040,4052 Procedure Step Cancellation DateTime DT 1
|
1917
|
+
0040,8302 Entrance Dose in mGy DS 1
|
1918
|
+
0040,9094 Referenced Image Real World Value Mapping Sequence SQ 1
|
1919
|
+
0040,9096 Real World Value Mapping Sequence SQ 1
|
1920
|
+
0040,9098 Pixel Value Mapping Code Sequence SQ 1
|
1921
|
+
0040,9210 LUT Label SH 1
|
1922
|
+
0040,9211 Real World Value Last Value Mapped US,SS 1
|
1923
|
+
0040,9212 Real World Value LUT Data FD 1-n
|
1924
|
+
0040,9216 Real World Value First Value Mapped US,SS 1
|
1925
|
+
0040,9224 Real World Value Intercept FD 1
|
1926
|
+
0040,9225 Real World Value Slope FD 1
|
1927
|
+
0040,A007 Findings Flag (Trial) CS 1 R
|
1928
|
+
0040,A010 Relationship Type CS 1
|
1929
|
+
0040,A020 Findings Sequence (Trial) SQ 1 R
|
1930
|
+
0040,A021 Findings Group UID (Trial) UI 1 R
|
1931
|
+
0040,A022 Referenced Findings Group UID (Trial) UI 1 R
|
1932
|
+
0040,A023 Findings Group Recording Date (Trial) DA 1 R
|
1933
|
+
0040,A024 Findings Group Recording Time (Trial) TM 1 R
|
1934
|
+
0040,A026 Findings Source Category Code Sequence (Trial) SQ 1 R
|
1935
|
+
0040,A027 Verifying Organization LO 1
|
1936
|
+
0040,A028 Documenting Organization Identifier Code Sequence (Trial) SQ 1 R
|
1937
|
+
0040,A030 Verification Date Time DT 1
|
1938
|
+
0040,A032 Observation Date Time DT 1
|
1939
|
+
0040,A040 Value Type CS 1
|
1940
|
+
0040,A043 Concept Name Code Sequence SQ 1
|
1941
|
+
0040,A047 Measurement Precision Description (Trial) LO 1 R
|
1942
|
+
0040,A050 Continuity Of Content CS 1
|
1943
|
+
0040,A057 Urgency or Priority Alerts (Trial) CS 1-n R
|
1944
|
+
0040,A060 Sequencing Indicator (Trial) LO 1 R
|
1945
|
+
0040,A066 Document Identifier Code Sequence (Trial) SQ 1 R
|
1946
|
+
0040,A067 Document Author (Trial) PN 1 R
|
1947
|
+
0040,A068 Document Author Identifier Code Sequence (Trial) SQ 1 R
|
1948
|
+
0040,A070 Identifier Code Sequence (Trial) SQ 1 R
|
1949
|
+
0040,A073 Verifying Observer Sequence SQ 1
|
1950
|
+
0040,A074 Object Binary Identifier (Trial) OB 1 R
|
1951
|
+
0040,A075 Verifying Observer Name PN 1
|
1952
|
+
0040,A076 Documenting Observer Identifier Code Sequence (Trial) SQ 1 R
|
1953
|
+
0040,A078 Author Observer Sequence SQ 1
|
1954
|
+
0040,A07A Participant Sequence SQ 1
|
1955
|
+
0040,A07C Custodial Organization Sequence SQ 1
|
1956
|
+
0040,A080 Participation Type CS 1
|
1957
|
+
0040,A082 Participation DateTime DT 1
|
1958
|
+
0040,A084 Observer Type CS 1
|
1959
|
+
0040,A085 Procedure Identifier Code Sequence (Trial) SQ 1 R
|
1960
|
+
0040,A088 Verifying Observer Identification Code Sequence SQ 1
|
1961
|
+
0040,A089 Object Directory Binary Identifier (Trial) OB 1 R
|
1962
|
+
0040,A090 Equivalent CDA Document Sequence SQ 1 R
|
1963
|
+
0040,A0B0 Referenced Waveform Channels US 2-2n
|
1964
|
+
0040,A110 Date of Document or Verbal Transaction (Trial) DA 1 R
|
1965
|
+
0040,A112 Time of Document Creation or Verbal Transaction (Trial) TM 1 R
|
1966
|
+
0040,A120 DateTime DT 1
|
1967
|
+
0040,A121 Date DA 1
|
1968
|
+
0040,A122 Time TM 1
|
1969
|
+
0040,A123 Person Name PN 1
|
1970
|
+
0040,A124 UID UI 1
|
1971
|
+
0040,A125 Report Status ID (Trial) CS 2 R
|
1972
|
+
0040,A130 Temporal Range Type CS 1
|
1973
|
+
0040,A132 Referenced Sample Positions UL 1-n
|
1974
|
+
0040,A136 Referenced Frame Numbers US 1-n
|
1975
|
+
0040,A138 Referenced Time Offsets DS 1-n
|
1976
|
+
0040,A13A Referenced DateTime DT 1-n
|
1977
|
+
0040,A160 Text Value UT 1
|
1978
|
+
0040,A167 Observation Category Code Sequence (Trial) SQ 1 R
|
1979
|
+
0040,A168 Concept Code Sequence SQ 1
|
1980
|
+
0040,A16A Bibliographic Citation (Trial) ST 1 R
|
1981
|
+
0040,A170 Purpose of Reference Code Sequence SQ 1
|
1982
|
+
0040,A171 Observation UID (Trial) UI 1 R
|
1983
|
+
0040,A172 Referenced Observation UID (Trial) UI 1 R
|
1984
|
+
0040,A173 Referenced Observation Class (Trial) CS 1 R
|
1985
|
+
0040,A174 Referenced Object Observation Class (Trial) CS 1 R
|
1986
|
+
0040,A180 Annotation Group Number US 1
|
1987
|
+
0040,A192 Observation Date (Trial) DA 1 R
|
1988
|
+
0040,A193 Observation Time (Trial) TM 1 R
|
1989
|
+
0040,A194 Measurement Automation (Trial) CS 1 R
|
1990
|
+
0040,A195 Modifier Code Sequence SQ 1
|
1991
|
+
0040,A224 Identification Description (Trial) ST 1 R
|
1992
|
+
0040,A290 Coordinates Set Geometric Type (Trial) CS 1 R
|
1993
|
+
0040,A296 Algorithm Code Sequence (Trial) SQ 1 R
|
1994
|
+
0040,A297 Algorithm Description (Trial) ST 1 R
|
1995
|
+
0040,A29A Pixel Coordinates Set (Trial) SL 2-2n R
|
1996
|
+
0040,A300 Measured Value Sequence SQ 1
|
1997
|
+
0040,A301 Numeric Value Qualifier Code Sequence SQ 1
|
1998
|
+
0040,A307 Current Observer (Trial) PN 1 R
|
1999
|
+
0040,A30A Numeric Value DS 1-n
|
2000
|
+
0040,A313 Referenced Accession Sequence (Trial) SQ 1 R
|
2001
|
+
0040,A33A Report Status Comment (Trial) ST 1 R
|
2002
|
+
0040,A340 Procedure Context Sequence (Trial) SQ 1 R
|
2003
|
+
0040,A352 Verbal Source (Trial) PN 1 R
|
2004
|
+
0040,A353 Address (Trial) ST 1 R
|
2005
|
+
0040,A354 Telephone Number (Trial) LO 1 R
|
2006
|
+
0040,A358 Verbal Source Identifier Code Sequence (Trial) SQ 1 R
|
2007
|
+
0040,A360 Predecessor Documents Sequence SQ 1
|
2008
|
+
0040,A370 Referenced Request Sequence SQ 1
|
2009
|
+
0040,A372 Performed Procedure Code Sequence SQ 1
|
2010
|
+
0040,A375 Current Requested Procedure Evidence Sequence SQ 1
|
2011
|
+
0040,A380 Report Detail Sequence (Trial) SQ 1 R
|
2012
|
+
0040,A385 Pertinent Other Evidence Sequence SQ 1
|
2013
|
+
0040,A390 HL7 Structured Document Reference Sequence SQ 1
|
2014
|
+
0040,A402 Observation Subject UID (Trial) UI 1 R
|
2015
|
+
0040,A403 Observation Subject Class (Trial) CS 1 R
|
2016
|
+
0040,A404 Observation Subject Type Code Sequence (Trial) SQ 1 R
|
2017
|
+
0040,A491 Completion Flag CS 1
|
2018
|
+
0040,A492 Completion Flag Description LO 1
|
2019
|
+
0040,A493 Verification Flag CS 1
|
2020
|
+
0040,A494 Archive Requested CS 1
|
2021
|
+
0040,A496 Preliminary Flag CS 1
|
2022
|
+
0040,A504 Content Template Sequence SQ 1
|
2023
|
+
0040,A525 Identical Documents Sequence SQ 1
|
2024
|
+
0040,A600 Observation Subject Context Flag (Trial) CS 1 R
|
2025
|
+
0040,A601 Observer Context Flag (Trial) CS 1 R
|
2026
|
+
0040,A603 Procedure Context Flag (Trial) CS 1 R
|
2027
|
+
0040,A730 Content Sequence SQ 1
|
2028
|
+
0040,A731 Relationship Sequence (Trial) SQ 1 R
|
2029
|
+
0040,A732 Relationship Type Code Sequence (Trial) SQ 1 R
|
2030
|
+
0040,A744 Language Code Sequence (Trial) SQ 1 R
|
2031
|
+
0040,A992 Uniform Resource Locator (Trial) ST 1 R
|
2032
|
+
0040,B020 Waveform Annotation Sequence SQ 1
|
2033
|
+
0040,DB00 Template Identifier CS 1
|
2034
|
+
0040,DB06 Template Version DT 1 R
|
2035
|
+
0040,DB07 Template Local Version DT 1 R
|
2036
|
+
0040,DB0B Template Extension Flag CS 1 R
|
2037
|
+
0040,DB0C Template Extension Organization UID UI 1 R
|
2038
|
+
0040,DB0D Template Extension Creator UID UI 1 R
|
2039
|
+
0040,DB73 Referenced Content Item Identifier UL 1-n
|
2040
|
+
0040,E001 HL7 Instance Identifier ST 1
|
2041
|
+
0040,E004 HL7 Document Effective Time DT 1
|
2042
|
+
0040,E006 HL7 Document Type Code Sequence SQ 1
|
2043
|
+
0040,E008 Document Class Code Sequence SQ 1
|
2044
|
+
0040,E010 Retrieve URI UT 1
|
2045
|
+
0040,E011 Retrieve Location UID UI 1
|
2046
|
+
0040,E020 Type of Instances CS 1
|
2047
|
+
0040,E021 DICOM Retrieval Sequence SQ 1
|
2048
|
+
0040,E022 DICOM Media Retrieval Sequence SQ 1
|
2049
|
+
0040,E023 WADO Retrieval Sequence SQ 1
|
2050
|
+
0040,E024 XDS Retrieval Sequence SQ 1
|
2051
|
+
0040,E030 Repository Unique ID UI 1
|
2052
|
+
0040,E031 Home Community ID UI 1
|
2053
|
+
0042,0010 Document Title ST 1
|
2054
|
+
0042,0011 Encapsulated Document OB 1
|
2055
|
+
0042,0012 MIME Type of Encapsulated Document LO 1
|
2056
|
+
0042,0013 Source Instance Sequence SQ 1
|
2057
|
+
0042,0014 List of MIME Types LO 1-n
|
2058
|
+
0044,0001 Product Package Identifier ST 1
|
2059
|
+
0044,0002 Substance Administration Approval CS 1
|
2060
|
+
0044,0003 Approval Status Further Description LT 1
|
2061
|
+
0044,0004 Approval Status DateTime DT 1
|
2062
|
+
0044,0007 Product Type Code Sequence SQ 1
|
2063
|
+
0044,0008 Product Name LO 1-n
|
2064
|
+
0044,0009 Product Description LT 1
|
2065
|
+
0044,000A Product Lot Identifier LO 1
|
2066
|
+
0044,000B Product Expiration DateTime DT 1
|
2067
|
+
0044,0010 Substance Administration DateTime DT 1
|
2068
|
+
0044,0011 Substance Administration Notes LO 1
|
2069
|
+
0044,0012 Substance Administration Device ID LO 1
|
2070
|
+
0044,0013 Product Parameter Sequence SQ 1
|
2071
|
+
0044,0019 Substance Administration Parameter Sequence SQ 1
|
2072
|
+
0046,0012 Lens Description LO 1
|
2073
|
+
0046,0014 Right Lens Sequence SQ 1
|
2074
|
+
0046,0015 Left Lens Sequence SQ 1
|
2075
|
+
0046,0016 Unspecified Laterality Lens Sequence SQ 1
|
2076
|
+
0046,0018 Cylinder Sequence SQ 1
|
2077
|
+
0046,0028 Prism Sequence SQ 1
|
2078
|
+
0046,0030 Horizontal Prism Power FD 1
|
2079
|
+
0046,0032 Horizontal Prism Base CS 1
|
2080
|
+
0046,0034 Vertical Prism Power FD 1
|
2081
|
+
0046,0036 Vertical Prism Base CS 1
|
2082
|
+
0046,0038 Lens Segment Type CS 1
|
2083
|
+
0046,0040 Optical Transmittance FD 1
|
2084
|
+
0046,0042 Channel Width FD 1
|
2085
|
+
0046,0044 Pupil Size FD 1
|
2086
|
+
0046,0046 Corneal Size FD 1
|
2087
|
+
0046,0050 Autorefraction Right Eye Sequence SQ 1
|
2088
|
+
0046,0052 Autorefraction Left Eye Sequence SQ 1
|
2089
|
+
0046,0060 Distance Pupillary Distance FD 1
|
2090
|
+
0046,0062 Near Pupillary Distance FD 1
|
2091
|
+
0046,0063 Intermediate Pupillary Distance FD 1
|
2092
|
+
0046,0064 Other Pupillary Distance FD 1
|
2093
|
+
0046,0070 Keratometry Right Eye Sequence SQ 1
|
2094
|
+
0046,0071 Keratometry Left Eye Sequence SQ 1
|
2095
|
+
0046,0074 Steep Keratometric Axis Sequence SQ 1
|
2096
|
+
0046,0075 Radius of Curvature FD 1
|
2097
|
+
0046,0076 Keratometric Power FD 1
|
2098
|
+
0046,0077 Keratometric Axis FD 1
|
2099
|
+
0046,0080 Flat Keratometric Axis Sequence SQ 1
|
2100
|
+
0046,0092 Background Color CS 1
|
2101
|
+
0046,0094 Optotype CS 1
|
2102
|
+
0046,0095 Optotype Presentation CS 1
|
2103
|
+
0046,0097 Subjective Refraction Right Eye Sequence SQ 1
|
2104
|
+
0046,0098 Subjective Refraction Left Eye Sequence SQ 1
|
2105
|
+
0046,0100 Add Near Sequence SQ 1
|
2106
|
+
0046,0101 Add Intermediate Sequence SQ 1
|
2107
|
+
0046,0102 Add Other Sequence SQ 1
|
2108
|
+
0046,0104 Add Power FD 1
|
2109
|
+
0046,0106 Viewing Distance FD 1
|
2110
|
+
0046,0121 Visual Acuity Type Code Sequence SQ 1
|
2111
|
+
0046,0122 Visual Acuity Right Eye Sequence SQ 1
|
2112
|
+
0046,0123 Visual Acuity Left Eye Sequence SQ 1
|
2113
|
+
0046,0124 Visual Acuity Both Eyes Open Sequence SQ 1
|
2114
|
+
0046,0125 Viewing Distance Type CS 1
|
2115
|
+
0046,0135 Visual Acuity Modifiers SS 2
|
2116
|
+
0046,0137 Decimal Visual Acuity FD 1
|
2117
|
+
0046,0139 Optotype Detailed Definition LO 1
|
2118
|
+
0046,0145 Referenced Refractive Measurements Sequence SQ 1
|
2119
|
+
0046,0146 Sphere Power FD 1
|
2120
|
+
0046,0147 Cylinder Power FD 1
|
2121
|
+
0048,0001 Imaged Volume Width FL 1
|
2122
|
+
0048,0002 Imaged Volume Height FL 1
|
2123
|
+
0048,0003 Imaged Volume Depth FL 1
|
2124
|
+
0048,0006 Total Pixel Matrix Columns UL 1
|
2125
|
+
0048,0007 Total Pixel Matrix Rows UL 1
|
2126
|
+
0048,0008 Total Pixel Matrix Origin Sequence SQ 1
|
2127
|
+
0048,0010 Specimen Label in Image CS 1
|
2128
|
+
0048,0011 Focus Method CS 1
|
2129
|
+
0048,0012 Extended Depth of Field CS 1
|
2130
|
+
0048,0013 Number of Focal Planes US 1
|
2131
|
+
0048,0014 Distance Between Focal Planes FL 1
|
2132
|
+
0048,0015 Recommended Absent Pixel CIELab Value US 3
|
2133
|
+
0048,0100 Illuminator Type Code Sequence SQ 1
|
2134
|
+
0048,0102 Image Orientation (Slide) DS 6
|
2135
|
+
0048,0105 Optical Path Sequence SQ 1
|
2136
|
+
0048,0106 Optical Path Identifier SH 1
|
2137
|
+
0048,0107 Optical Path Description ST 1
|
2138
|
+
0048,0108 Illumination Color Code Sequence SQ 1
|
2139
|
+
0048,0110 Specimen Reference Sequence SQ 1
|
2140
|
+
0048,0111 Condenser Lens Power DS 1
|
2141
|
+
0048,0112 Objective Lens Power DS 1
|
2142
|
+
0048,0113 Objective Lens Numerical Aperture DS 1
|
2143
|
+
0048,0120 Palette Color Lookup Table Sequence SQ 1
|
2144
|
+
0048,0200 Referenced Image Navigation Sequence SQ 1
|
2145
|
+
0048,0201 Top Left Hand Corner of Localizer Area US 2
|
2146
|
+
0048,0202 Bottom Right Hand Corner of Localizer Area US 2
|
2147
|
+
0048,0207 Optical Path Identification Sequence SQ 1
|
2148
|
+
0048,021A Plane Position (Slide) Sequence SQ 1
|
2149
|
+
0048,021E Row Position In Total Image Pixel Matrix SL 1
|
2150
|
+
0048,021F Column Position In Total Image Pixel Matrix SL 1
|
2151
|
+
0048,0301 Pixel Origin Interpretation CS 1
|
2152
|
+
0050,0004 Calibration Image CS 1
|
2153
|
+
0050,0010 Device Sequence SQ 1
|
2154
|
+
0050,0012 Container Component Type Code Sequence SQ 1
|
2155
|
+
0050,0013 Container Component Thickness FD 1
|
2156
|
+
0050,0014 Device Length DS 1
|
2157
|
+
0050,0015 Container Component Width FD 1
|
2158
|
+
0050,0016 Device Diameter DS 1
|
2159
|
+
0050,0017 Device Diameter Units CS 1
|
2160
|
+
0050,0018 Device Volume DS 1
|
2161
|
+
0050,0019 Inter-Marker Distance DS 1
|
2162
|
+
0050,001A Container Component Material CS 1
|
2163
|
+
0050,001B Container Component ID LO 1
|
2164
|
+
0050,001C Container Component Length FD 1
|
2165
|
+
0050,001D Container Component Diameter FD 1
|
2166
|
+
0050,001E Container Component Description LO 1
|
2167
|
+
0050,0020 Device Description LO 1
|
2168
|
+
0052,0001 Contrast/Bolus Ingredient Percent by Volume FL 1
|
2169
|
+
0052,0002 OCT Focal Distance FD 1
|
2170
|
+
0052,0003 Beam Spot Size FD 1
|
2171
|
+
0052,0004 Effective Refractive Index FD 1
|
2172
|
+
0052,0006 OCT Acquisition Domain CS 1
|
2173
|
+
0052,0007 OCT Optical Center Wavelength FD 1
|
2174
|
+
0052,0008 Axial Resolution FD 1
|
2175
|
+
0052,0009 Ranging Depth FD 1
|
2176
|
+
0052,0011 A‑line Rate FD 1
|
2177
|
+
0052,0012 A‑lines Per Frame US 1
|
2178
|
+
0052,0013 Catheter Rotational Rate FD 1
|
2179
|
+
0052,0014 A‑line Pixel Spacing FD 1
|
2180
|
+
0052,0016 Mode of Percutaneous Access Sequence SQ 1
|
2181
|
+
0052,0025 Intravascular OCT Frame Type Sequence SQ 1
|
2182
|
+
0052,0026 OCT Z Offset Applied CS 1
|
2183
|
+
0052,0027 Intravascular Frame Content Sequence SQ 1
|
2184
|
+
0052,0028 Intravascular Longitudinal Distance FD 1
|
2185
|
+
0052,0029 Intravascular OCT Frame Content Sequence SQ 1
|
2186
|
+
0052,0030 OCT Z Offset Correction SS 1
|
2187
|
+
0052,0031 Catheter Direction of Rotation CS 1
|
2188
|
+
0052,0033 Seam Line Location FD 1
|
2189
|
+
0052,0034 First A‑line Location FD 1
|
2190
|
+
0052,0036 Seam Line Index US 1
|
2191
|
+
0052,0038 Number of Padded A‑lines US 1
|
2192
|
+
0052,0039 Interpolation Type CS 1
|
2193
|
+
0052,003A Refractive Index Applied CS 1
|
2194
|
+
0054,0011 Number of Energy Windows US 1
|
2195
|
+
0054,0012 Energy Window Information Sequence SQ 1
|
2196
|
+
0054,0013 Energy Window Range Sequence SQ 1
|
2197
|
+
0054,0014 Energy Window Lower Limit DS 1
|
2198
|
+
0054,0015 Energy Window Upper Limit DS 1
|
2199
|
+
0054,0016 Radiopharmaceutical Information Sequence SQ 1
|
2200
|
+
0054,0017 Residual Syringe Counts IS 1
|
2201
|
+
0054,0018 Energy Window Name SH 1
|
2202
|
+
0054,0020 Detector Vector US 1-n
|
2203
|
+
0054,0021 Number of Detectors US 1
|
2204
|
+
0054,0022 Detector Information Sequence SQ 1
|
2205
|
+
0054,0030 Phase Vector US 1-n
|
2206
|
+
0054,0031 Number of Phases US 1
|
2207
|
+
0054,0032 Phase Information Sequence SQ 1
|
2208
|
+
0054,0033 Number of Frames in Phase US 1
|
2209
|
+
0054,0036 Phase Delay IS 1
|
2210
|
+
0054,0038 Pause Between Frames IS 1
|
2211
|
+
0054,0039 Phase Description CS 1
|
2212
|
+
0054,0050 Rotation Vector US 1-n
|
2213
|
+
0054,0051 Number of Rotations US 1
|
2214
|
+
0054,0052 Rotation Information Sequence SQ 1
|
2215
|
+
0054,0053 Number of Frames in Rotation US 1
|
2216
|
+
0054,0060 R-R Interval Vector US 1-n
|
2217
|
+
0054,0061 Number of R-R Intervals US 1
|
2218
|
+
0054,0062 Gated Information Sequence SQ 1
|
2219
|
+
0054,0063 Data Information Sequence SQ 1
|
2220
|
+
0054,0070 Time Slot Vector US 1-n
|
2221
|
+
0054,0071 Number of Time Slots US 1
|
2222
|
+
0054,0072 Time Slot Information Sequence SQ 1
|
2223
|
+
0054,0073 Time Slot Time DS 1
|
2224
|
+
0054,0080 Slice Vector US 1-n
|
2225
|
+
0054,0081 Number of Slices US 1
|
2226
|
+
0054,0090 Angular View Vector US 1-n
|
2227
|
+
0054,0100 Time Slice Vector US 1-n
|
2228
|
+
0054,0101 Number of Time Slices US 1
|
2229
|
+
0054,0200 Start Angle DS 1
|
2230
|
+
0054,0202 Type of Detector Motion CS 1
|
2231
|
+
0054,0210 Trigger Vector IS 1-n
|
2232
|
+
0054,0211 Number of Triggers in Phase US 1
|
2233
|
+
0054,0220 View Code Sequence SQ 1
|
2234
|
+
0054,0222 View Modifier Code Sequence SQ 1
|
2235
|
+
0054,0300 Radionuclide Code Sequence SQ 1
|
2236
|
+
0054,0302 Administration Route Code Sequence SQ 1
|
2237
|
+
0054,0304 Radiopharmaceutical Code Sequence SQ 1
|
2238
|
+
0054,0306 Calibration Data Sequence SQ 1
|
2239
|
+
0054,0308 Energy Window Number US 1
|
2240
|
+
0054,0400 Image ID SH 1
|
2241
|
+
0054,0410 Patient Orientation Code Sequence SQ 1
|
2242
|
+
0054,0412 Patient Orientation Modifier Code Sequence SQ 1
|
2243
|
+
0054,0414 Patient Gantry Relationship Code Sequence SQ 1
|
2244
|
+
0054,0500 Slice Progression Direction CS 1
|
2245
|
+
0054,1000 Series Type CS 2
|
2246
|
+
0054,1001 Units CS 1
|
2247
|
+
0054,1002 Counts Source CS 1
|
2248
|
+
0054,1004 Reprojection Method CS 1
|
2249
|
+
0054,1006 SUV Type CS 1
|
2250
|
+
0054,1100 Randoms Correction Method CS 1
|
2251
|
+
0054,1101 Attenuation Correction Method LO 1
|
2252
|
+
0054,1102 Decay Correction CS 1
|
2253
|
+
0054,1103 Reconstruction Method LO 1
|
2254
|
+
0054,1104 Detector Lines of Response Used LO 1
|
2255
|
+
0054,1105 Scatter Correction Method LO 1
|
2256
|
+
0054,1200 Axial Acceptance DS 1
|
2257
|
+
0054,1201 Axial Mash IS 2
|
2258
|
+
0054,1202 Transverse Mash IS 1
|
2259
|
+
0054,1203 Detector Element Size DS 2
|
2260
|
+
0054,1210 Coincidence Window Width DS 1
|
2261
|
+
0054,1220 Secondary Counts Type CS 1-n
|
2262
|
+
0054,1300 Frame Reference Time DS 1
|
2263
|
+
0054,1310 Primary (Prompts) Counts Accumulated IS 1
|
2264
|
+
0054,1311 Secondary Counts Accumulated IS 1-n
|
2265
|
+
0054,1320 Slice Sensitivity Factor DS 1
|
2266
|
+
0054,1321 Decay Factor DS 1
|
2267
|
+
0054,1322 Dose Calibration Factor DS 1
|
2268
|
+
0054,1323 Scatter Fraction Factor DS 1
|
2269
|
+
0054,1324 Dead Time Factor DS 1
|
2270
|
+
0054,1330 Image Index US 1
|
2271
|
+
0054,1400 Counts Included CS 1-n R
|
2272
|
+
0054,1401 Dead Time Correction Flag CS 1 R
|
2273
|
+
0060,3000 Histogram Sequence SQ 1
|
2274
|
+
0060,3002 Histogram Number of Bins US 1
|
2275
|
+
0060,3004 Histogram First Bin Value US,SS 1
|
2276
|
+
0060,3006 Histogram Last Bin Value US,SS 1
|
2277
|
+
0060,3008 Histogram Bin Width US 1
|
2278
|
+
0060,3010 Histogram Explanation LO 1
|
2279
|
+
0060,3020 Histogram Data UL 1-n
|
2280
|
+
0062,0001 Segmentation Type CS 1
|
2281
|
+
0062,0002 Segment Sequence SQ 1
|
2282
|
+
0062,0003 Segmented Property Category Code Sequence SQ 1
|
2283
|
+
0062,0004 Segment Number US 1
|
2284
|
+
0062,0005 Segment Label LO 1
|
2285
|
+
0062,0006 Segment Description ST 1
|
2286
|
+
0062,0008 Segment Algorithm Type CS 1
|
2287
|
+
0062,0009 Segment Algorithm Name LO 1
|
2288
|
+
0062,000A Segment Identification Sequence SQ 1
|
2289
|
+
0062,000B Referenced Segment Number US 1-n
|
2290
|
+
0062,000C Recommended Display Grayscale Value US 1
|
2291
|
+
0062,000D Recommended Display CIELab Value US 3
|
2292
|
+
0062,000E Maximum Fractional Value US 1
|
2293
|
+
0062,000F Segmented Property Type Code Sequence SQ 1
|
2294
|
+
0062,0010 Segmentation Fractional Type CS 1
|
2295
|
+
0064,0002 Deformable Registration Sequence SQ 1
|
2296
|
+
0064,0003 Source Frame of Reference UID UI 1
|
2297
|
+
0064,0005 Deformable Registration Grid Sequence SQ 1
|
2298
|
+
0064,0007 Grid Dimensions UL 3
|
2299
|
+
0064,0008 Grid Resolution FD 3
|
2300
|
+
0064,0009 Vector Grid Data OF 1
|
2301
|
+
0064,000F Pre Deformation Matrix Registration Sequence SQ 1
|
2302
|
+
0064,0010 Post Deformation Matrix Registration Sequence SQ 1
|
2303
|
+
0066,0001 Number of Surfaces UL 1
|
2304
|
+
0066,0002 Surface Sequence SQ 1
|
2305
|
+
0066,0003 Surface Number UL 1
|
2306
|
+
0066,0004 Surface Comments LT 1
|
2307
|
+
0066,0009 Surface Processing CS 1
|
2308
|
+
0066,000A Surface Processing Ratio FL 1
|
2309
|
+
0066,000B Surface Processing Description LO 1
|
2310
|
+
0066,000C Recommended Presentation Opacity FL 1
|
2311
|
+
0066,000D Recommended Presentation Type CS 1
|
2312
|
+
0066,000E Finite Volume CS 1
|
2313
|
+
0066,0010 Manifold CS 1
|
2314
|
+
0066,0011 Surface Points Sequence SQ 1
|
2315
|
+
0066,0012 Surface Points Normals Sequence SQ 1
|
2316
|
+
0066,0013 Surface Mesh Primitives Sequence SQ 1
|
2317
|
+
0066,0015 Number of Surface Points UL 1
|
2318
|
+
0066,0016 Point Coordinates Data OF 1
|
2319
|
+
0066,0017 Point Position Accuracy FL 3
|
2320
|
+
0066,0018 Mean Point Distance FL 1
|
2321
|
+
0066,0019 Maximum Point Distance FL 1
|
2322
|
+
0066,001A Points Bounding Box Coordinates FL 6
|
2323
|
+
0066,001B Axis of Rotation FL 3
|
2324
|
+
0066,001C Center of Rotation FL 3
|
2325
|
+
0066,001E Number of Vectors UL 1
|
2326
|
+
0066,001F Vector Dimensionality US 1
|
2327
|
+
0066,0020 Vector Accuracy FL 1-n
|
2328
|
+
0066,0021 Vector Coordinate Data OF 1
|
2329
|
+
0066,0023 Triangle Point Index List OW 1
|
2330
|
+
0066,0024 Edge Point Index List OW 1
|
2331
|
+
0066,0025 Vertex Point Index List OW 1
|
2332
|
+
0066,0026 Triangle Strip Sequence SQ 1
|
2333
|
+
0066,0027 Triangle Fan Sequence SQ 1
|
2334
|
+
0066,0028 Line Sequence SQ 1
|
2335
|
+
0066,0029 Primitive Point Index List OW 1
|
2336
|
+
0066,002A Surface Count UL 1
|
2337
|
+
0066,002B Referenced Surface Sequence SQ 1
|
2338
|
+
0066,002C Referenced Surface Number UL 1
|
2339
|
+
0066,002D Segment Surface Generation Algorithm Identification Sequence SQ 1
|
2340
|
+
0066,002E Segment Surface Source Instance Sequence SQ 1
|
2341
|
+
0066,002F Algorithm Family Code Sequence SQ 1
|
2342
|
+
0066,0030 Algorithm Name Code Sequence SQ 1
|
2343
|
+
0066,0031 Algorithm Version LO 1
|
2344
|
+
0066,0032 Algorithm Parameters LT 1
|
2345
|
+
0066,0034 Facet Sequence SQ 1
|
2346
|
+
0066,0035 Surface Processing Algorithm Identification Sequence SQ 1
|
2347
|
+
0066,0036 Algorithm Name LO 1
|
2348
|
+
0068,6210 Implant Size LO 1
|
2349
|
+
0068,6221 Implant Template Version LO 1
|
2350
|
+
0068,6222 Replaced Implant Template Sequence SQ 1
|
2351
|
+
0068,6223 Implant Type CS 1
|
2352
|
+
0068,6224 Derivation Implant Template Sequence SQ 1
|
2353
|
+
0068,6225 Original Implant Template Sequence SQ 1
|
2354
|
+
0068,6226 Effective DateTime DT 1
|
2355
|
+
0068,6230 Implant Target Anatomy Sequence SQ 1
|
2356
|
+
0068,6260 Information From Manufacturer Sequence SQ 1
|
2357
|
+
0068,6265 Notification From Manufacturer Sequence SQ 1
|
2358
|
+
0068,6270 Information Issue DateTime DT 1
|
2359
|
+
0068,6280 Information Summary ST 1
|
2360
|
+
0068,62A0 Implant Regulatory Disapproval Code Sequence SQ 1
|
2361
|
+
0068,62A5 Overall Template Spatial Tolerance FD 1
|
2362
|
+
0068,62C0 HPGL Document Sequence SQ 1
|
2363
|
+
0068,62D0 HPGL Document ID US 1
|
2364
|
+
0068,62D5 HPGL Document Label LO 1
|
2365
|
+
0068,62E0 View Orientation Code Sequence SQ 1
|
2366
|
+
0068,62F0 View Orientation Modifier FD 9
|
2367
|
+
0068,62F2 HPGL Document Scaling FD 1
|
2368
|
+
0068,6300 HPGL Document OB 1
|
2369
|
+
0068,6310 HPGL Contour Pen Number US 1
|
2370
|
+
0068,6320 HPGL Pen Sequence SQ 1
|
2371
|
+
0068,6330 HPGL Pen Number US 1
|
2372
|
+
0068,6340 HPGL Pen Label LO 1
|
2373
|
+
0068,6345 HPGL Pen Description ST 1
|
2374
|
+
0068,6346 Recommended Rotation Point FD 2
|
2375
|
+
0068,6347 Bounding Rectangle FD 4
|
2376
|
+
0068,6350 Implant Template 3D Model Surface Number US 1-n
|
2377
|
+
0068,6360 Surface Model Description Sequence SQ 1
|
2378
|
+
0068,6380 Surface Model Label LO 1
|
2379
|
+
0068,6390 Surface Model Scaling Factor FD 1
|
2380
|
+
0068,63A0 Materials Code Sequence SQ 1
|
2381
|
+
0068,63A4 Coating Materials Code Sequence SQ 1
|
2382
|
+
0068,63A8 Implant Type Code Sequence SQ 1
|
2383
|
+
0068,63AC Fixation Method Code Sequence SQ 1
|
2384
|
+
0068,63B0 Mating Feature Sets Sequence SQ 1
|
2385
|
+
0068,63C0 Mating Feature Set ID US 1
|
2386
|
+
0068,63D0 Mating Feature Set Label LO 1
|
2387
|
+
0068,63E0 Mating Feature Sequence SQ 1
|
2388
|
+
0068,63F0 Mating Feature ID US 1
|
2389
|
+
0068,6400 Mating Feature Degree of Freedom Sequence SQ 1
|
2390
|
+
0068,6410 Degree of Freedom ID US 1
|
2391
|
+
0068,6420 Degree of Freedom Type CS 1
|
2392
|
+
0068,6430 2D Mating Feature Coordinates Sequence SQ 1
|
2393
|
+
0068,6440 Referenced HPGL Document ID US 1
|
2394
|
+
0068,6450 2D Mating Point FD 2
|
2395
|
+
0068,6460 2D Mating Axes FD 4
|
2396
|
+
0068,6470 2D Degree of Freedom Sequence SQ 1
|
2397
|
+
0068,6490 3D Degree of Freedom Axis FD 3
|
2398
|
+
0068,64A0 Range of Freedom FD 2
|
2399
|
+
0068,64C0 3D Mating Point FD 3
|
2400
|
+
0068,64D0 3D Mating Axes FD 9
|
2401
|
+
0068,64F0 2D Degree of Freedom Axis FD 3
|
2402
|
+
0068,6500 Planning Landmark Point Sequence SQ 1
|
2403
|
+
0068,6510 Planning Landmark Line Sequence SQ 1
|
2404
|
+
0068,6520 Planning Landmark Plane Sequence SQ 1
|
2405
|
+
0068,6530 Planning Landmark ID US 1
|
2406
|
+
0068,6540 Planning Landmark Description LO 1
|
2407
|
+
0068,6545 Planning Landmark Identification Code Sequence SQ 1
|
2408
|
+
0068,6550 2D Point Coordinates Sequence SQ 1
|
2409
|
+
0068,6560 2D Point Coordinates FD 2
|
2410
|
+
0068,6590 3D Point Coordinates FD 3
|
2411
|
+
0068,65A0 2D Line Coordinates Sequence SQ 1
|
2412
|
+
0068,65B0 2D Line Coordinates FD 4
|
2413
|
+
0068,65D0 3D Line Coordinates FD 6
|
2414
|
+
0068,65E0 2D Plane Coordinates Sequence SQ 1
|
2415
|
+
0068,65F0 2D Plane Intersection FD 4
|
2416
|
+
0068,6610 3D Plane Origin FD 3
|
2417
|
+
0068,6620 3D Plane Normal FD 3
|
2418
|
+
0070,0001 Graphic Annotation Sequence SQ 1
|
2419
|
+
0070,0002 Graphic Layer CS 1
|
2420
|
+
0070,0003 Bounding Box Annotation Units CS 1
|
2421
|
+
0070,0004 Anchor Point Annotation Units CS 1
|
2422
|
+
0070,0005 Graphic Annotation Units CS 1
|
2423
|
+
0070,0006 Unformatted Text Value ST 1
|
2424
|
+
0070,0008 Text Object Sequence SQ 1
|
2425
|
+
0070,0009 Graphic Object Sequence SQ 1
|
2426
|
+
0070,0010 Bounding Box Top Left Hand Corner FL 2
|
2427
|
+
0070,0011 Bounding Box Bottom Right Hand Corner FL 2
|
2428
|
+
0070,0012 Bounding Box Text Horizontal Justification CS 1
|
2429
|
+
0070,0014 Anchor Point FL 2
|
2430
|
+
0070,0015 Anchor Point Visibility CS 1
|
2431
|
+
0070,0020 Graphic Dimensions US 1
|
2432
|
+
0070,0021 Number of Graphic Points US 1
|
2433
|
+
0070,0022 Graphic Data FL 2-n
|
2434
|
+
0070,0023 Graphic Type CS 1
|
2435
|
+
0070,0024 Graphic Filled CS 1
|
2436
|
+
0070,0040 Image Rotation (Retired) IS 1 R
|
2437
|
+
0070,0041 Image Horizontal Flip CS 1
|
2438
|
+
0070,0042 Image Rotation US 1
|
2439
|
+
0070,0050 Displayed Area Top Left Hand Corner (Trial) US 2 R
|
2440
|
+
0070,0051 Displayed Area Bottom Right Hand Corner (Trial) US 2 R
|
2441
|
+
0070,0052 Displayed Area Top Left Hand Corner SL 2
|
2442
|
+
0070,0053 Displayed Area Bottom Right Hand Corner SL 2
|
2443
|
+
0070,005A Displayed Area Selection Sequence SQ 1
|
2444
|
+
0070,0060 Graphic Layer Sequence SQ 1
|
2445
|
+
0070,0062 Graphic Layer Order IS 1
|
2446
|
+
0070,0066 Graphic Layer Recommended Display Grayscale Value US 1
|
2447
|
+
0070,0067 Graphic Layer Recommended Display RGB Value US 3 R
|
2448
|
+
0070,0068 Graphic Layer Description LO 1
|
2449
|
+
0070,0080 Content Label CS 1
|
2450
|
+
0070,0081 Content Description LO 1
|
2451
|
+
0070,0082 Presentation Creation Date DA 1
|
2452
|
+
0070,0083 Presentation Creation Time TM 1
|
2453
|
+
0070,0084 Content Creator's Name PN 1
|
2454
|
+
0070,0086 Content Creator's Identification Code Sequence SQ 1
|
2455
|
+
0070,0087 Alternate Content Description Sequence SQ 1
|
2456
|
+
0070,0100 Presentation Size Mode CS 1
|
2457
|
+
0070,0101 Presentation Pixel Spacing DS 2
|
2458
|
+
0070,0102 Presentation Pixel Aspect Ratio IS 2
|
2459
|
+
0070,0103 Presentation Pixel Magnification Ratio FL 1
|
2460
|
+
0070,0207 Graphic Group Label LO 1
|
2461
|
+
0070,0208 Graphic Group Description ST 1
|
2462
|
+
0070,0209 Compound Graphic Sequence SQ 1
|
2463
|
+
0070,0226 Compound Graphic Instance ID UL 1
|
2464
|
+
0070,0227 Font Name LO 1
|
2465
|
+
0070,0228 Font Name Type CS 1
|
2466
|
+
0070,0229 CSS Font Name LO 1
|
2467
|
+
0070,0230 Rotation Angle FD 1
|
2468
|
+
0070,0231 Text Style Sequence SQ 1
|
2469
|
+
0070,0232 Line Style Sequence SQ 1
|
2470
|
+
0070,0233 Fill Style Sequence SQ 1
|
2471
|
+
0070,0234 Graphic Group Sequence SQ 1
|
2472
|
+
0070,0241 Text Color CIELab Value US 3
|
2473
|
+
0070,0242 Horizontal Alignment CS 1
|
2474
|
+
0070,0243 Vertical Alignment CS 1
|
2475
|
+
0070,0244 Shadow Style CS 1
|
2476
|
+
0070,0245 Shadow Offset X FL 1
|
2477
|
+
0070,0246 Shadow Offset Y FL 1
|
2478
|
+
0070,0247 Shadow Color CIELab Value US 3
|
2479
|
+
0070,0248 Underlined CS 1
|
2480
|
+
0070,0249 Bold CS 1
|
2481
|
+
0070,0250 Italic CS 1
|
2482
|
+
0070,0251 Pattern On Color CIELab Value US 3
|
2483
|
+
0070,0252 Pattern Off Color CIELab Value US 3
|
2484
|
+
0070,0253 Line Thickness FL 1
|
2485
|
+
0070,0254 Line Dashing Style CS 1
|
2486
|
+
0070,0255 Line Pattern UL 1
|
2487
|
+
0070,0256 Fill Pattern OB 1
|
2488
|
+
0070,0257 Fill Mode CS 1
|
2489
|
+
0070,0258 Shadow Opacity FL 1
|
2490
|
+
0070,0261 Gap Length FL 1
|
2491
|
+
0070,0262 Diameter of Visibility FL 1
|
2492
|
+
0070,0273 Rotation Point FL 2
|
2493
|
+
0070,0274 Tick Alignment CS 1
|
2494
|
+
0070,0278 Show Tick Label CS 1
|
2495
|
+
0070,0279 Tick Label Alignment CS 1
|
2496
|
+
0070,0282 Compound Graphic Units CS 1
|
2497
|
+
0070,0284 Pattern On Opacity FL 1
|
2498
|
+
0070,0285 Pattern Off Opacity FL 1
|
2499
|
+
0070,0287 Major Ticks Sequence SQ 1
|
2500
|
+
0070,0288 Tick Position FL 1
|
2501
|
+
0070,0289 Tick Label SH 1
|
2502
|
+
0070,0294 Compound Graphic Type CS 1
|
2503
|
+
0070,0295 Graphic Group ID UL 1
|
2504
|
+
0070,0306 Shape Type CS 1
|
2505
|
+
0070,0308 Registration Sequence SQ 1
|
2506
|
+
0070,0309 Matrix Registration Sequence SQ 1
|
2507
|
+
0070,030A Matrix Sequence SQ 1
|
2508
|
+
0070,030C Frame of Reference Transformation Matrix Type CS 1
|
2509
|
+
0070,030D Registration Type Code Sequence SQ 1
|
2510
|
+
0070,030F Fiducial Description ST 1
|
2511
|
+
0070,0310 Fiducial Identifier SH 1
|
2512
|
+
0070,0311 Fiducial Identifier Code Sequence SQ 1
|
2513
|
+
0070,0312 Contour Uncertainty Radius FD 1
|
2514
|
+
0070,0314 Used Fiducials Sequence SQ 1
|
2515
|
+
0070,0318 Graphic Coordinates Data Sequence SQ 1
|
2516
|
+
0070,031A Fiducial UID UI 1
|
2517
|
+
0070,031C Fiducial Set Sequence SQ 1
|
2518
|
+
0070,031E Fiducial Sequence SQ 1
|
2519
|
+
0070,0401 Graphic Layer Recommended Display CIELab Value US 3
|
2520
|
+
0070,0402 Blending Sequence SQ 1
|
2521
|
+
0070,0403 Relative Opacity FL 1
|
2522
|
+
0070,0404 Referenced Spatial Registration Sequence SQ 1
|
2523
|
+
0070,0405 Blending Position CS 1
|
2524
|
+
0072,0002 Hanging Protocol Name SH 1
|
2525
|
+
0072,0004 Hanging Protocol Description LO 1
|
2526
|
+
0072,0006 Hanging Protocol Level CS 1
|
2527
|
+
0072,0008 Hanging Protocol Creator LO 1
|
2528
|
+
0072,000A Hanging Protocol Creation DateTime DT 1
|
2529
|
+
0072,000C Hanging Protocol Definition Sequence SQ 1
|
2530
|
+
0072,000E Hanging Protocol User Identification Code Sequence SQ 1
|
2531
|
+
0072,0010 Hanging Protocol User Group Name LO 1
|
2532
|
+
0072,0012 Source Hanging Protocol Sequence SQ 1
|
2533
|
+
0072,0014 Number of Priors Referenced US 1
|
2534
|
+
0072,0020 Image Sets Sequence SQ 1
|
2535
|
+
0072,0022 Image Set Selector Sequence SQ 1
|
2536
|
+
0072,0024 Image Set Selector Usage Flag CS 1
|
2537
|
+
0072,0026 Selector Attribute AT 1
|
2538
|
+
0072,0028 Selector Value Number US 1
|
2539
|
+
0072,0030 Time Based Image Sets Sequence SQ 1
|
2540
|
+
0072,0032 Image Set Number US 1
|
2541
|
+
0072,0034 Image Set Selector Category CS 1
|
2542
|
+
0072,0038 Relative Time US 2
|
2543
|
+
0072,003A Relative Time Units CS 1
|
2544
|
+
0072,003C Abstract Prior Value SS 2
|
2545
|
+
0072,003E Abstract Prior Code Sequence SQ 1
|
2546
|
+
0072,0040 Image Set Label LO 1
|
2547
|
+
0072,0050 Selector Attribute VR CS 1
|
2548
|
+
0072,0052 Selector Sequence Pointer AT 1-n
|
2549
|
+
0072,0054 Selector Sequence Pointer Private Creator LO 1-n
|
2550
|
+
0072,0056 Selector Attribute Private Creator LO 1
|
2551
|
+
0072,0060 Selector AT Value AT 1-n
|
2552
|
+
0072,0062 Selector CS Value CS 1-n
|
2553
|
+
0072,0064 Selector IS Value IS 1-n
|
2554
|
+
0072,0066 Selector LO Value LO 1-n
|
2555
|
+
0072,0068 Selector LT Value LT 1
|
2556
|
+
0072,006A Selector PN Value PN 1-n
|
2557
|
+
0072,006C Selector SH Value SH 1-n
|
2558
|
+
0072,006E Selector ST Value ST 1
|
2559
|
+
0072,0070 Selector UT Value UT 1
|
2560
|
+
0072,0072 Selector DS Value DS 1-n
|
2561
|
+
0072,0074 Selector FD Value FD 1-n
|
2562
|
+
0072,0076 Selector FL Value FL 1-n
|
2563
|
+
0072,0078 Selector UL Value UL 1-n
|
2564
|
+
0072,007A Selector US Value US 1-n
|
2565
|
+
0072,007C Selector SL Value SL 1-n
|
2566
|
+
0072,007E Selector SS Value SS 1-n
|
2567
|
+
0072,0080 Selector Code Sequence Value SQ 1
|
2568
|
+
0072,0100 Number of Screens US 1
|
2569
|
+
0072,0102 Nominal Screen Definition Sequence SQ 1
|
2570
|
+
0072,0104 Number of Vertical Pixels US 1
|
2571
|
+
0072,0106 Number of Horizontal Pixels US 1
|
2572
|
+
0072,0108 Display Environment Spatial Position FD 4
|
2573
|
+
0072,010A Screen Minimum Grayscale Bit Depth US 1
|
2574
|
+
0072,010C Screen Minimum Color Bit Depth US 1
|
2575
|
+
0072,010E Application Maximum Repaint Time US 1
|
2576
|
+
0072,0200 Display Sets Sequence SQ 1
|
2577
|
+
0072,0202 Display Set Number US 1
|
2578
|
+
0072,0203 Display Set Label LO 1
|
2579
|
+
0072,0204 Display Set Presentation Group US 1
|
2580
|
+
0072,0206 Display Set Presentation Group Description LO 1
|
2581
|
+
0072,0208 Partial Data Display Handling CS 1
|
2582
|
+
0072,0210 Synchronized Scrolling Sequence SQ 1
|
2583
|
+
0072,0212 Display Set Scrolling Group US 2-n
|
2584
|
+
0072,0214 Navigation Indicator Sequence SQ 1
|
2585
|
+
0072,0216 Navigation Display Set US 1
|
2586
|
+
0072,0218 Reference Display Sets US 1-n
|
2587
|
+
0072,0300 Image Boxes Sequence SQ 1
|
2588
|
+
0072,0302 Image Box Number US 1
|
2589
|
+
0072,0304 Image Box Layout Type CS 1
|
2590
|
+
0072,0306 Image Box Tile Horizontal Dimension US 1
|
2591
|
+
0072,0308 Image Box Tile Vertical Dimension US 1
|
2592
|
+
0072,0310 Image Box Scroll Direction CS 1
|
2593
|
+
0072,0312 Image Box Small Scroll Type CS 1
|
2594
|
+
0072,0314 Image Box Small Scroll Amount US 1
|
2595
|
+
0072,0316 Image Box Large Scroll Type CS 1
|
2596
|
+
0072,0318 Image Box Large Scroll Amount US 1
|
2597
|
+
0072,0320 Image Box Overlap Priority US 1
|
2598
|
+
0072,0330 Cine Relative to Real-Time FD 1
|
2599
|
+
0072,0400 Filter Operations Sequence SQ 1
|
2600
|
+
0072,0402 Filter-by Category CS 1
|
2601
|
+
0072,0404 Filter-by Attribute Presence CS 1
|
2602
|
+
0072,0406 Filter-by Operator CS 1
|
2603
|
+
0072,0420 Structured Display Background CIELab Value US 3
|
2604
|
+
0072,0421 Empty Image Box CIELab Value US 3
|
2605
|
+
0072,0422 Structured Display Image Box Sequence SQ 1
|
2606
|
+
0072,0424 Structured Display Text Box Sequence SQ 1
|
2607
|
+
0072,0427 Referenced First Frame Sequence SQ 1
|
2608
|
+
0072,0430 Image Box Synchronization Sequence SQ 1
|
2609
|
+
0072,0432 Synchronized Image Box List US 2-n
|
2610
|
+
0072,0434 Type of Synchronization CS 1
|
2611
|
+
0072,0500 Blending Operation Type CS 1
|
2612
|
+
0072,0510 Reformatting Operation Type CS 1
|
2613
|
+
0072,0512 Reformatting Thickness FD 1
|
2614
|
+
0072,0514 Reformatting Interval FD 1
|
2615
|
+
0072,0516 Reformatting Operation Initial View Direction CS 1
|
2616
|
+
0072,0520 3D Rendering Type CS 1-n
|
2617
|
+
0072,0600 Sorting Operations Sequence SQ 1
|
2618
|
+
0072,0602 Sort-by Category CS 1
|
2619
|
+
0072,0604 Sorting Direction CS 1
|
2620
|
+
0072,0700 Display Set Patient Orientation CS 2
|
2621
|
+
0072,0702 VOI Type CS 1
|
2622
|
+
0072,0704 Pseudo-Color Type CS 1
|
2623
|
+
0072,0705 Pseudo-Color Palette Instance Reference Sequence SQ 1
|
2624
|
+
0072,0706 Show Grayscale Inverted CS 1
|
2625
|
+
0072,0710 Show Image True Size Flag CS 1
|
2626
|
+
0072,0712 Show Graphic Annotation Flag CS 1
|
2627
|
+
0072,0714 Show Patient Demographics Flag CS 1
|
2628
|
+
0072,0716 Show Acquisition Techniques Flag CS 1
|
2629
|
+
0072,0717 Display Set Horizontal Justification CS 1
|
2630
|
+
0072,0718 Display Set Vertical Justification CS 1
|
2631
|
+
0074,0120 Continuation Start Meterset FD 1
|
2632
|
+
0074,0121 Continuation End Meterset FD 1
|
2633
|
+
0074,1000 Procedure Step State CS 1
|
2634
|
+
0074,1002 Procedure Step Progress Information Sequence SQ 1
|
2635
|
+
0074,1004 Procedure Step Progress DS 1
|
2636
|
+
0074,1006 Procedure Step Progress Description ST 1
|
2637
|
+
0074,1008 Procedure Step Communications URI Sequence SQ 1
|
2638
|
+
0074,100a Contact URI ST 1
|
2639
|
+
0074,100c Contact Display Name LO 1
|
2640
|
+
0074,100e Procedure Step Discontinuation Reason Code Sequence SQ 1
|
2641
|
+
0074,1020 Beam Task Sequence SQ 1
|
2642
|
+
0074,1022 Beam Task Type CS 1
|
2643
|
+
0074,1024 Beam Order Index (Trial) IS 1 R
|
2644
|
+
0074,1026 Table Top Vertical Adjusted Position FD 1
|
2645
|
+
0074,1027 Table Top Longitudinal Adjusted Position FD 1
|
2646
|
+
0074,1028 Table Top Lateral Adjusted Position FD 1
|
2647
|
+
0074,102A Patient Support Adjusted Angle FD 1
|
2648
|
+
0074,102B Table Top Eccentric Adjusted Angle FD 1
|
2649
|
+
0074,102C Table Top Pitch Adjusted Angle FD 1
|
2650
|
+
0074,102D Table Top Roll Adjusted Angle FD 1
|
2651
|
+
0074,1030 Delivery Verification Image Sequence SQ 1
|
2652
|
+
0074,1032 Verification Image Timing CS 1
|
2653
|
+
0074,1034 Double Exposure Flag CS 1
|
2654
|
+
0074,1036 Double Exposure Ordering CS 1
|
2655
|
+
0074,1038 Double Exposure Meterset (Trial) DS 1 R
|
2656
|
+
0074,103A Double Exposure Field Delta (Trial) DS 4 R
|
2657
|
+
0074,1040 Related Reference RT Image Sequence SQ 1
|
2658
|
+
0074,1042 General Machine Verification Sequence SQ 1
|
2659
|
+
0074,1044 Conventional Machine Verification Sequence SQ 1
|
2660
|
+
0074,1046 Ion Machine Verification Sequence SQ 1
|
2661
|
+
0074,1048 Failed Attributes Sequence SQ 1
|
2662
|
+
0074,104A Overridden Attributes Sequence SQ 1
|
2663
|
+
0074,104C Conventional Control Point Verification Sequence SQ 1
|
2664
|
+
0074,104E Ion Control Point Verification Sequence SQ 1
|
2665
|
+
0074,1050 Attribute Occurrence Sequence SQ 1
|
2666
|
+
0074,1052 Attribute Occurrence Pointer AT 1
|
2667
|
+
0074,1054 Attribute Item Selector UL 1
|
2668
|
+
0074,1056 Attribute Occurrence Private Creator LO 1
|
2669
|
+
0074,1057 Selector Sequence Pointer Items IS 1-n
|
2670
|
+
0074,1200 Scheduled Procedure Step Priority CS 1
|
2671
|
+
0074,1202 Worklist Label LO 1
|
2672
|
+
0074,1204 Procedure Step Label LO 1
|
2673
|
+
0074,1210 Scheduled Processing Parameters Sequence SQ 1
|
2674
|
+
0074,1212 Performed Processing Parameters Sequence SQ 1
|
2675
|
+
0074,1216 Unified Procedure Step Performed Procedure Sequence SQ 1
|
2676
|
+
0074,1220 Related Procedure Step Sequence SQ 1 R
|
2677
|
+
0074,1222 Procedure Step Relationship Type LO 1 R
|
2678
|
+
0074,1224 Replaced Procedure Step Sequence SQ 1
|
2679
|
+
0074,1230 Deletion Lock LO 1
|
2680
|
+
0074,1234 Receiving AE AE 1
|
2681
|
+
0074,1236 Requesting AE AE 1
|
2682
|
+
0074,1238 Reason for Cancellation LT 1
|
2683
|
+
0074,1242 SCP Status CS 1
|
2684
|
+
0074,1244 Subscription List Status CS 1
|
2685
|
+
0074,1246 Unified Procedure Step List Status CS 1
|
2686
|
+
0074,1324 Beam Order Index UL 1
|
2687
|
+
0074,1338 Double Exposure Meterset FD 1
|
2688
|
+
0074,133A Double Exposure Field Delta FD 4
|
2689
|
+
0076,0001 Implant Assembly Template Name LO 1
|
2690
|
+
0076,0003 Implant Assembly Template Issuer LO 1
|
2691
|
+
0076,0006 Implant Assembly Template Version LO 1
|
2692
|
+
0076,0008 Replaced Implant Assembly Template Sequence SQ 1
|
2693
|
+
0076,000A Implant Assembly Template Type CS 1
|
2694
|
+
0076,000C Original Implant Assembly Template Sequence SQ 1
|
2695
|
+
0076,000E Derivation Implant Assembly Template Sequence SQ 1
|
2696
|
+
0076,0010 Implant Assembly Template Target Anatomy Sequence SQ 1
|
2697
|
+
0076,0020 Procedure Type Code Sequence SQ 1
|
2698
|
+
0076,0030 Surgical Technique LO 1
|
2699
|
+
0076,0032 Component Types Sequence SQ 1
|
2700
|
+
0076,0034 Component Type Code Sequence CS 1
|
2701
|
+
0076,0036 Exclusive Component Type CS 1
|
2702
|
+
0076,0038 Mandatory Component Type CS 1
|
2703
|
+
0076,0040 Component Sequence SQ 1
|
2704
|
+
0076,0055 Component ID US 1
|
2705
|
+
0076,0060 Component Assembly Sequence SQ 1
|
2706
|
+
0076,0070 Component 1 Referenced ID US 1
|
2707
|
+
0076,0080 Component 1 Referenced Mating Feature Set ID US 1
|
2708
|
+
0076,0090 Component 1 Referenced Mating Feature ID US 1
|
2709
|
+
0076,00A0 Component 2 Referenced ID US 1
|
2710
|
+
0076,00B0 Component 2 Referenced Mating Feature Set ID US 1
|
2711
|
+
0076,00C0 Component 2 Referenced Mating Feature ID US 1
|
2712
|
+
0078,0001 Implant Template Group Name LO 1
|
2713
|
+
0078,0010 Implant Template Group Description ST 1
|
2714
|
+
0078,0020 Implant Template Group Issuer LO 1
|
2715
|
+
0078,0024 Implant Template Group Version LO 1
|
2716
|
+
0078,0026 Replaced Implant Template Group Sequence SQ 1
|
2717
|
+
0078,0028 Implant Template Group Target Anatomy Sequence SQ 1
|
2718
|
+
0078,002A Implant Template Group Members Sequence SQ 1
|
2719
|
+
0078,002E Implant Template Group Member ID US 1
|
2720
|
+
0078,0050 3D Implant Template Group Member Matching Point FD 3
|
2721
|
+
0078,0060 3D Implant Template Group Member Matching Axes FD 9
|
2722
|
+
0078,0070 Implant Template Group Member Matching 2D Coordinates Sequence SQ 1
|
2723
|
+
0078,0090 2D Implant Template Group Member Matching Point FD 2
|
2724
|
+
0078,00A0 2D Implant Template Group Member Matching Axes FD 4
|
2725
|
+
0078,00B0 Implant Template Group Variation Dimension Sequence SQ 1
|
2726
|
+
0078,00B2 Implant Template Group Variation Dimension Name LO 1
|
2727
|
+
0078,00B4 Implant Template Group Variation Dimension Rank Sequence SQ 1
|
2728
|
+
0078,00B6 Referenced Implant Template Group Member ID US 1
|
2729
|
+
0078,00B8 Implant Template Group Variation Dimension Rank US 1
|
2730
|
+
0088,0130 Storage Media File-set ID SH 1
|
2731
|
+
0088,0140 Storage Media File-set UID UI 1
|
2732
|
+
0088,0200 Icon Image Sequence SQ 1
|
2733
|
+
0088,0904 Topic Title LO 1 R
|
2734
|
+
0088,0906 Topic Subject ST 1 R
|
2735
|
+
0088,0910 Topic Author LO 1 R
|
2736
|
+
0088,0912 Topic Keywords LO 1-32 R
|
2737
|
+
0100,0410 SOP Instance Status CS 1
|
2738
|
+
0100,0420 SOP Authorization DateTime DT 1
|
2739
|
+
0100,0424 SOP Authorization Comment LT 1
|
2740
|
+
0100,0426 Authorization Equipment Certification Number LO 1
|
2741
|
+
0400,0005 MAC ID Number US 1
|
2742
|
+
0400,0010 MAC Calculation Transfer Syntax UID UI 1
|
2743
|
+
0400,0015 MAC Algorithm CS 1
|
2744
|
+
0400,0020 Data Elements Signed AT 1-n
|
2745
|
+
0400,0100 Digital Signature UID UI 1
|
2746
|
+
0400,0105 Digital Signature DateTime DT 1
|
2747
|
+
0400,0110 Certificate Type CS 1
|
2748
|
+
0400,0115 Certificate of Signer OB 1
|
2749
|
+
0400,0120 Signature OB 1
|
2750
|
+
0400,0305 Certified Timestamp Type CS 1
|
2751
|
+
0400,0310 Certified Timestamp OB 1
|
2752
|
+
0400,0401 Digital Signature Purpose Code Sequence SQ 1
|
2753
|
+
0400,0402 Referenced Digital Signature Sequence SQ 1
|
2754
|
+
0400,0403 Referenced SOP Instance MAC Sequence SQ 1
|
2755
|
+
0400,0404 MAC OB 1
|
2756
|
+
0400,0500 Encrypted Attributes Sequence SQ 1
|
2757
|
+
0400,0510 Encrypted Content Transfer Syntax UID UI 1
|
2758
|
+
0400,0520 Encrypted Content OB 1
|
2759
|
+
0400,0550 Modified Attributes Sequence SQ 1
|
2760
|
+
0400,0561 Original Attributes Sequence SQ 1
|
2761
|
+
0400,0562 Attribute Modification DateTime DT 1
|
2762
|
+
0400,0563 Modifying System LO 1
|
2763
|
+
0400,0564 Source of Previous Values LO 1
|
2764
|
+
0400,0565 Reason for the Attribute Modification CS 1
|
2765
|
+
1000,xxx0 Escape Triplet US 3 R
|
2766
|
+
1000,xxx1 Run Length Triplet US 3 R
|
2767
|
+
1000,xxx2 Huffman Table Size US 1 R
|
2768
|
+
1000,xxx3 Huffman Table Triplet US 3 R
|
2769
|
+
1000,xxx4 Shift Table Size US 1 R
|
2770
|
+
1000,xxx5 Shift Table Triplet US 3 R
|
2771
|
+
1010,xxxx Zonal Map US 1-n R
|
2772
|
+
2000,0010 Number of Copies IS 1
|
2773
|
+
2000,001E Printer Configuration Sequence SQ 1
|
2774
|
+
2000,0020 Print Priority CS 1
|
2775
|
+
2000,0030 Medium Type CS 1
|
2776
|
+
2000,0040 Film Destination CS 1
|
2777
|
+
2000,0050 Film Session Label LO 1
|
2778
|
+
2000,0060 Memory Allocation IS 1
|
2779
|
+
2000,0061 Maximum Memory Allocation IS 1
|
2780
|
+
2000,0062 Color Image Printing Flag CS 1 R
|
2781
|
+
2000,0063 Collation Flag CS 1 R
|
2782
|
+
2000,0065 Annotation Flag CS 1 R
|
2783
|
+
2000,0067 Image Overlay Flag CS 1 R
|
2784
|
+
2000,0069 Presentation LUT Flag CS 1 R
|
2785
|
+
2000,006A Image Box Presentation LUT Flag CS 1 R
|
2786
|
+
2000,00A0 Memory Bit Depth US 1
|
2787
|
+
2000,00A1 Printing Bit Depth US 1
|
2788
|
+
2000,00A2 Media Installed Sequence SQ 1
|
2789
|
+
2000,00A4 Other Media Available Sequence SQ 1
|
2790
|
+
2000,00A8 Supported Image Display Formats Sequence SQ 1
|
2791
|
+
2000,0500 Referenced Film Box Sequence SQ 1
|
2792
|
+
2000,0510 Referenced Stored Print Sequence SQ 1 R
|
2793
|
+
2010,0010 Image Display Format ST 1
|
2794
|
+
2010,0030 Annotation Display Format ID CS 1
|
2795
|
+
2010,0040 Film Orientation CS 1
|
2796
|
+
2010,0050 Film Size ID CS 1
|
2797
|
+
2010,0052 Printer Resolution ID CS 1
|
2798
|
+
2010,0054 Default Printer Resolution ID CS 1
|
2799
|
+
2010,0060 Magnification Type CS 1
|
2800
|
+
2010,0080 Smoothing Type CS 1
|
2801
|
+
2010,00A6 Default Magnification Type CS 1
|
2802
|
+
2010,00A7 Other Magnification Types Available CS 1-n
|
2803
|
+
2010,00A8 Default Smoothing Type CS 1
|
2804
|
+
2010,00A9 Other Smoothing Types Available CS 1-n
|
2805
|
+
2010,0100 Border Density CS 1
|
2806
|
+
2010,0110 Empty Image Density CS 1
|
2807
|
+
2010,0120 Min Density US 1
|
2808
|
+
2010,0130 Max Density US 1
|
2809
|
+
2010,0140 Trim CS 1
|
2810
|
+
2010,0150 Configuration Information ST 1
|
2811
|
+
2010,0152 Configuration Information Description LT 1
|
2812
|
+
2010,0154 Maximum Collated Films IS 1
|
2813
|
+
2010,015E Illumination US 1
|
2814
|
+
2010,0160 Reflected Ambient Light US 1
|
2815
|
+
2010,0376 Printer Pixel Spacing DS 2
|
2816
|
+
2010,0500 Referenced Film Session Sequence SQ 1
|
2817
|
+
2010,0510 Referenced Image Box Sequence SQ 1
|
2818
|
+
2010,0520 Referenced Basic Annotation Box Sequence SQ 1
|
2819
|
+
2020,0010 Image Box Position US 1
|
2820
|
+
2020,0020 Polarity CS 1
|
2821
|
+
2020,0030 Requested Image Size DS 1
|
2822
|
+
2020,0040 Requested Decimate/Crop Behavior CS 1
|
2823
|
+
2020,0050 Requested Resolution ID CS 1
|
2824
|
+
2020,00A0 Requested Image Size Flag CS 1
|
2825
|
+
2020,00A2 Decimate/Crop Result CS 1
|
2826
|
+
2020,0110 Basic Grayscale Image Sequence SQ 1
|
2827
|
+
2020,0111 Basic Color Image Sequence SQ 1
|
2828
|
+
2020,0130 Referenced Image Overlay Box Sequence SQ 1 R
|
2829
|
+
2020,0140 Referenced VOI LUT Box Sequence SQ 1 R
|
2830
|
+
2030,0010 Annotation Position US 1
|
2831
|
+
2030,0020 Text String LO 1
|
2832
|
+
2040,0010 Referenced Overlay Plane Sequence SQ 1 R
|
2833
|
+
2040,0011 Referenced Overlay Plane Groups US 1-99 R
|
2834
|
+
2040,0020 Overlay Pixel Data Sequence SQ 1 R
|
2835
|
+
2040,0060 Overlay Magnification Type CS 1 R
|
2836
|
+
2040,0070 Overlay Smoothing Type CS 1 R
|
2837
|
+
2040,0072 Overlay or Image Magnification CS 1 R
|
2838
|
+
2040,0074 Magnify to Number of Columns US 1 R
|
2839
|
+
2040,0080 Overlay Foreground Density CS 1 R
|
2840
|
+
2040,0082 Overlay Background Density CS 1 R
|
2841
|
+
2040,0090 Overlay Mode CS 1 R
|
2842
|
+
2040,0100 Threshold Density CS 1 R
|
2843
|
+
2040,0500 Referenced Image Box Sequence (Retired) SQ 1 R
|
2844
|
+
2050,0010 Presentation LUT Sequence SQ 1
|
2845
|
+
2050,0020 Presentation LUT Shape CS 1
|
2846
|
+
2050,0500 Referenced Presentation LUT Sequence SQ 1
|
2847
|
+
2100,0010 Print Job ID SH 1 R
|
2848
|
+
2100,0020 Execution Status CS 1
|
2849
|
+
2100,0030 Execution Status Info CS 1
|
2850
|
+
2100,0040 Creation Date DA 1
|
2851
|
+
2100,0050 Creation Time TM 1
|
2852
|
+
2100,0070 Originator AE 1
|
2853
|
+
2100,0140 Destination AE AE 1 R
|
2854
|
+
2100,0160 Owner ID SH 1
|
2855
|
+
2100,0170 Number of Films IS 1
|
2856
|
+
2100,0500 Referenced Print Job Sequence (Pull Stored Print) SQ 1 R
|
2857
|
+
2110,0010 Printer Status CS 1
|
2858
|
+
2110,0020 Printer Status Info CS 1
|
2859
|
+
2110,0030 Printer Name LO 1
|
2860
|
+
2110,0099 Print Queue ID SH 1 R
|
2861
|
+
2120,0010 Queue Status CS 1 R
|
2862
|
+
2120,0050 Print Job Description Sequence SQ 1 R
|
2863
|
+
2120,0070 Referenced Print Job Sequence SQ 1 R
|
2864
|
+
2130,0010 Print Management Capabilities Sequence SQ 1 R
|
2865
|
+
2130,0015 Printer Characteristics Sequence SQ 1 R
|
2866
|
+
2130,0030 Film Box Content Sequence SQ 1 R
|
2867
|
+
2130,0040 Image Box Content Sequence SQ 1 R
|
2868
|
+
2130,0050 Annotation Content Sequence SQ 1 R
|
2869
|
+
2130,0060 Image Overlay Box Content Sequence SQ 1 R
|
2870
|
+
2130,0080 Presentation LUT Content Sequence SQ 1 R
|
2871
|
+
2130,00A0 Proposed Study Sequence SQ 1 R
|
2872
|
+
2130,00C0 Original Image Sequence SQ 1 R
|
2873
|
+
2200,0001 Label Using Information Extracted From Instances CS 1
|
2874
|
+
2200,0002 Label Text UT 1
|
2875
|
+
2200,0003 Label Style Selection CS 1
|
2876
|
+
2200,0004 Media Disposition LT 1
|
2877
|
+
2200,0005 Barcode Value LT 1
|
2878
|
+
2200,0006 Barcode Symbology CS 1
|
2879
|
+
2200,0007 Allow Media Splitting CS 1
|
2880
|
+
2200,0008 Include Non-DICOM Objects CS 1
|
2881
|
+
2200,0009 Include Display Application CS 1
|
2882
|
+
2200,000A Preserve Composite Instances After Media Creation CS 1
|
2883
|
+
2200,000B Total Number of Pieces of Media Created US 1
|
2884
|
+
2200,000C Requested Media Application Profile LO 1
|
2885
|
+
2200,000D Referenced Storage Media Sequence SQ 1
|
2886
|
+
2200,000E Failure Attributes AT 1-n
|
2887
|
+
2200,000F Allow Lossy Compression CS 1
|
2888
|
+
2200,0020 Request Priority CS 1
|
2889
|
+
3002,0002 RT Image Label SH 1
|
2890
|
+
3002,0003 RT Image Name LO 1
|
2891
|
+
3002,0004 RT Image Description ST 1
|
2892
|
+
3002,000A Reported Values Origin CS 1
|
2893
|
+
3002,000C RT Image Plane CS 1
|
2894
|
+
3002,000D X-Ray Image Receptor Translation DS 3
|
2895
|
+
3002,000E X-Ray Image Receptor Angle DS 1
|
2896
|
+
3002,0010 RT Image Orientation DS 6
|
2897
|
+
3002,0011 Image Plane Pixel Spacing DS 2
|
2898
|
+
3002,0012 RT Image Position DS 2
|
2899
|
+
3002,0020 Radiation Machine Name SH 1
|
2900
|
+
3002,0022 Radiation Machine SAD DS 1
|
2901
|
+
3002,0024 Radiation Machine SSD DS 1
|
2902
|
+
3002,0026 RT Image SID DS 1
|
2903
|
+
3002,0028 Source to Reference Object Distance DS 1
|
2904
|
+
3002,0029 Fraction Number IS 1
|
2905
|
+
3002,0030 Exposure Sequence SQ 1
|
2906
|
+
3002,0032 Meterset Exposure DS 1
|
2907
|
+
3002,0034 Diaphragm Position DS 4
|
2908
|
+
3002,0040 Fluence Map Sequence SQ 1
|
2909
|
+
3002,0041 Fluence Data Source CS 1
|
2910
|
+
3002,0042 Fluence Data Scale DS 1
|
2911
|
+
3002,0050 Primary Fluence Mode Sequence SQ 1
|
2912
|
+
3002,0051 Fluence Mode CS 1
|
2913
|
+
3002,0052 Fluence Mode ID SH 1
|
2914
|
+
3004,0001 DVH Type CS 1
|
2915
|
+
3004,0002 Dose Units CS 1
|
2916
|
+
3004,0004 Dose Type CS 1
|
2917
|
+
3004,0006 Dose Comment LO 1
|
2918
|
+
3004,0008 Normalization Point DS 3
|
2919
|
+
3004,000A Dose Summation Type CS 1
|
2920
|
+
3004,000C Grid Frame Offset Vector DS 2-n
|
2921
|
+
3004,000E Dose Grid Scaling DS 1
|
2922
|
+
3004,0010 RT Dose ROI Sequence SQ 1
|
2923
|
+
3004,0012 Dose Value DS 1
|
2924
|
+
3004,0014 Tissue Heterogeneity Correction CS 1-3
|
2925
|
+
3004,0040 DVH Normalization Point DS 3
|
2926
|
+
3004,0042 DVH Normalization Dose Value DS 1
|
2927
|
+
3004,0050 DVH Sequence SQ 1
|
2928
|
+
3004,0052 DVH Dose Scaling DS 1
|
2929
|
+
3004,0054 DVH Volume Units CS 1
|
2930
|
+
3004,0056 DVH Number of Bins IS 1
|
2931
|
+
3004,0058 DVH Data DS 2-2n
|
2932
|
+
3004,0060 DVH Referenced ROI Sequence SQ 1
|
2933
|
+
3004,0062 DVH ROI Contribution Type CS 1
|
2934
|
+
3004,0070 DVH Minimum Dose DS 1
|
2935
|
+
3004,0072 DVH Maximum Dose DS 1
|
2936
|
+
3004,0074 DVH Mean Dose DS 1
|
2937
|
+
3006,0002 Structure Set Label SH 1
|
2938
|
+
3006,0004 Structure Set Name LO 1
|
2939
|
+
3006,0006 Structure Set Description ST 1
|
2940
|
+
3006,0008 Structure Set Date DA 1
|
2941
|
+
3006,0009 Structure Set Time TM 1
|
2942
|
+
3006,0010 Referenced Frame of Reference Sequence SQ 1
|
2943
|
+
3006,0012 RT Referenced Study Sequence SQ 1
|
2944
|
+
3006,0014 RT Referenced Series Sequence SQ 1
|
2945
|
+
3006,0016 Contour Image Sequence SQ 1
|
2946
|
+
3006,0020 Structure Set ROI Sequence SQ 1
|
2947
|
+
3006,0022 ROI Number IS 1
|
2948
|
+
3006,0024 Referenced Frame of Reference UID UI 1
|
2949
|
+
3006,0026 ROI Name LO 1
|
2950
|
+
3006,0028 ROI Description ST 1
|
2951
|
+
3006,002A ROI Display Color IS 3
|
2952
|
+
3006,002C ROI Volume DS 1
|
2953
|
+
3006,0030 RT Related ROI Sequence SQ 1
|
2954
|
+
3006,0033 RT ROI Relationship CS 1
|
2955
|
+
3006,0036 ROI Generation Algorithm CS 1
|
2956
|
+
3006,0038 ROI Generation Description LO 1
|
2957
|
+
3006,0039 ROI Contour Sequence SQ 1
|
2958
|
+
3006,0040 Contour Sequence SQ 1
|
2959
|
+
3006,0042 Contour Geometric Type CS 1
|
2960
|
+
3006,0044 Contour Slab Thickness DS 1
|
2961
|
+
3006,0045 Contour Offset Vector DS 3
|
2962
|
+
3006,0046 Number of Contour Points IS 1
|
2963
|
+
3006,0048 Contour Number IS 1
|
2964
|
+
3006,0049 Attached Contours IS 1-n
|
2965
|
+
3006,0050 Contour Data DS 3-3n
|
2966
|
+
3006,0080 RT ROI Observations Sequence SQ 1
|
2967
|
+
3006,0082 Observation Number IS 1
|
2968
|
+
3006,0084 Referenced ROI Number IS 1
|
2969
|
+
3006,0085 ROI Observation Label SH 1
|
2970
|
+
3006,0086 RT ROI Identification Code Sequence SQ 1
|
2971
|
+
3006,0088 ROI Observation Description ST 1
|
2972
|
+
3006,00A0 Related RT ROI Observations Sequence SQ 1
|
2973
|
+
3006,00A4 RT ROI Interpreted Type CS 1
|
2974
|
+
3006,00A6 ROI Interpreter PN 1
|
2975
|
+
3006,00B0 ROI Physical Properties Sequence SQ 1
|
2976
|
+
3006,00B2 ROI Physical Property CS 1
|
2977
|
+
3006,00B4 ROI Physical Property Value DS 1
|
2978
|
+
3006,00B6 ROI Elemental Composition Sequence SQ 1
|
2979
|
+
3006,00B7 ROI Elemental Composition Atomic Number US 1
|
2980
|
+
3006,00B8 ROI Elemental Composition Atomic Mass Fraction FL 1
|
2981
|
+
3006,00C0 Frame of Reference Relationship Sequence SQ 1
|
2982
|
+
3006,00C2 Related Frame of Reference UID UI 1
|
2983
|
+
3006,00C4 Frame of Reference Transformation Type CS 1
|
2984
|
+
3006,00C6 Frame of Reference Transformation Matrix DS 16
|
2985
|
+
3006,00C8 Frame of Reference Transformation Comment LO 1
|
2986
|
+
3008,0010 Measured Dose Reference Sequence SQ 1
|
2987
|
+
3008,0012 Measured Dose Description ST 1
|
2988
|
+
3008,0014 Measured Dose Type CS 1
|
2989
|
+
3008,0016 Measured Dose Value DS 1
|
2990
|
+
3008,0020 Treatment Session Beam Sequence SQ 1
|
2991
|
+
3008,0021 Treatment Session Ion Beam Sequence SQ 1
|
2992
|
+
3008,0022 Current Fraction Number IS 1
|
2993
|
+
3008,0024 Treatment Control Point Date DA 1
|
2994
|
+
3008,0025 Treatment Control Point Time TM 1
|
2995
|
+
3008,002A Treatment Termination Status CS 1
|
2996
|
+
3008,002B Treatment Termination Code SH 1
|
2997
|
+
3008,002C Treatment Verification Status CS 1
|
2998
|
+
3008,0030 Referenced Treatment Record Sequence SQ 1
|
2999
|
+
3008,0032 Specified Primary Meterset DS 1
|
3000
|
+
3008,0033 Specified Secondary Meterset DS 1
|
3001
|
+
3008,0036 Delivered Primary Meterset DS 1
|
3002
|
+
3008,0037 Delivered Secondary Meterset DS 1
|
3003
|
+
3008,003A Specified Treatment Time DS 1
|
3004
|
+
3008,003B Delivered Treatment Time DS 1
|
3005
|
+
3008,0040 Control Point Delivery Sequence SQ 1
|
3006
|
+
3008,0041 Ion Control Point Delivery Sequence SQ 1
|
3007
|
+
3008,0042 Specified Meterset DS 1
|
3008
|
+
3008,0044 Delivered Meterset DS 1
|
3009
|
+
3008,0045 Meterset Rate Set FL 1
|
3010
|
+
3008,0046 Meterset Rate Delivered FL 1
|
3011
|
+
3008,0047 Scan Spot Metersets Delivered FL 1-n
|
3012
|
+
3008,0048 Dose Rate Delivered DS 1
|
3013
|
+
3008,0050 Treatment Summary Calculated Dose Reference Sequence SQ 1
|
3014
|
+
3008,0052 Cumulative Dose to Dose Reference DS 1
|
3015
|
+
3008,0054 First Treatment Date DA 1
|
3016
|
+
3008,0056 Most Recent Treatment Date DA 1
|
3017
|
+
3008,005A Number of Fractions Delivered IS 1
|
3018
|
+
3008,0060 Override Sequence SQ 1
|
3019
|
+
3008,0061 Parameter Sequence Pointer AT 1
|
3020
|
+
3008,0062 Override Parameter Pointer AT 1
|
3021
|
+
3008,0063 Parameter Item Index IS 1
|
3022
|
+
3008,0064 Measured Dose Reference Number IS 1
|
3023
|
+
3008,0065 Parameter Pointer AT 1
|
3024
|
+
3008,0066 Override Reason ST 1
|
3025
|
+
3008,0068 Corrected Parameter Sequence SQ 1
|
3026
|
+
3008,006A Correction Value FL 1
|
3027
|
+
3008,0070 Calculated Dose Reference Sequence SQ 1
|
3028
|
+
3008,0072 Calculated Dose Reference Number IS 1
|
3029
|
+
3008,0074 Calculated Dose Reference Description ST 1
|
3030
|
+
3008,0076 Calculated Dose Reference Dose Value DS 1
|
3031
|
+
3008,0078 Start Meterset DS 1
|
3032
|
+
3008,007A End Meterset DS 1
|
3033
|
+
3008,0080 Referenced Measured Dose Reference Sequence SQ 1
|
3034
|
+
3008,0082 Referenced Measured Dose Reference Number IS 1
|
3035
|
+
3008,0090 Referenced Calculated Dose Reference Sequence SQ 1
|
3036
|
+
3008,0092 Referenced Calculated Dose Reference Number IS 1
|
3037
|
+
3008,00A0 Beam Limiting Device Leaf Pairs Sequence SQ 1
|
3038
|
+
3008,00B0 Recorded Wedge Sequence SQ 1
|
3039
|
+
3008,00C0 Recorded Compensator Sequence SQ 1
|
3040
|
+
3008,00D0 Recorded Block Sequence SQ 1
|
3041
|
+
3008,00E0 Treatment Summary Measured Dose Reference Sequence SQ 1
|
3042
|
+
3008,00F0 Recorded Snout Sequence SQ 1
|
3043
|
+
3008,00F2 Recorded Range Shifter Sequence SQ 1
|
3044
|
+
3008,00F4 Recorded Lateral Spreading Device Sequence SQ 1
|
3045
|
+
3008,00F6 Recorded Range Modulator Sequence SQ 1
|
3046
|
+
3008,0100 Recorded Source Sequence SQ 1
|
3047
|
+
3008,0105 Source Serial Number LO 1
|
3048
|
+
3008,0110 Treatment Session Application Setup Sequence SQ 1
|
3049
|
+
3008,0116 Application Setup Check CS 1
|
3050
|
+
3008,0120 Recorded Brachy Accessory Device Sequence SQ 1
|
3051
|
+
3008,0122 Referenced Brachy Accessory Device Number IS 1
|
3052
|
+
3008,0130 Recorded Channel Sequence SQ 1
|
3053
|
+
3008,0132 Specified Channel Total Time DS 1
|
3054
|
+
3008,0134 Delivered Channel Total Time DS 1
|
3055
|
+
3008,0136 Specified Number of Pulses IS 1
|
3056
|
+
3008,0138 Delivered Number of Pulses IS 1
|
3057
|
+
3008,013A Specified Pulse Repetition Interval DS 1
|
3058
|
+
3008,013C Delivered Pulse Repetition Interval DS 1
|
3059
|
+
3008,0140 Recorded Source Applicator Sequence SQ 1
|
3060
|
+
3008,0142 Referenced Source Applicator Number IS 1
|
3061
|
+
3008,0150 Recorded Channel Shield Sequence SQ 1
|
3062
|
+
3008,0152 Referenced Channel Shield Number IS 1
|
3063
|
+
3008,0160 Brachy Control Point Delivered Sequence SQ 1
|
3064
|
+
3008,0162 Safe Position Exit Date DA 1
|
3065
|
+
3008,0164 Safe Position Exit Time TM 1
|
3066
|
+
3008,0166 Safe Position Return Date DA 1
|
3067
|
+
3008,0168 Safe Position Return Time TM 1
|
3068
|
+
3008,0200 Current Treatment Status CS 1
|
3069
|
+
3008,0202 Treatment Status Comment ST 1
|
3070
|
+
3008,0220 Fraction Group Summary Sequence SQ 1
|
3071
|
+
3008,0223 Referenced Fraction Number IS 1
|
3072
|
+
3008,0224 Fraction Group Type CS 1
|
3073
|
+
3008,0230 Beam Stopper Position CS 1
|
3074
|
+
3008,0240 Fraction Status Summary Sequence SQ 1
|
3075
|
+
3008,0250 Treatment Date DA 1
|
3076
|
+
3008,0251 Treatment Time TM 1
|
3077
|
+
300A,0002 RT Plan Label SH 1
|
3078
|
+
300A,0003 RT Plan Name LO 1
|
3079
|
+
300A,0004 RT Plan Description ST 1
|
3080
|
+
300A,0006 RT Plan Date DA 1
|
3081
|
+
300A,0007 RT Plan Time TM 1
|
3082
|
+
300A,0009 Treatment Protocols LO 1-n
|
3083
|
+
300A,000A Plan Intent CS 1
|
3084
|
+
300A,000B Treatment Sites LO 1-n
|
3085
|
+
300A,000C RT Plan Geometry CS 1
|
3086
|
+
300A,000E Prescription Description ST 1
|
3087
|
+
300A,0010 Dose Reference Sequence SQ 1
|
3088
|
+
300A,0012 Dose Reference Number IS 1
|
3089
|
+
300A,0013 Dose Reference UID UI 1
|
3090
|
+
300A,0014 Dose Reference Structure Type CS 1
|
3091
|
+
300A,0015 Nominal Beam Energy Unit CS 1
|
3092
|
+
300A,0016 Dose Reference Description LO 1
|
3093
|
+
300A,0018 Dose Reference Point Coordinates DS 3
|
3094
|
+
300A,001A Nominal Prior Dose DS 1
|
3095
|
+
300A,0020 Dose Reference Type CS 1
|
3096
|
+
300A,0021 Constraint Weight DS 1
|
3097
|
+
300A,0022 Delivery Warning Dose DS 1
|
3098
|
+
300A,0023 Delivery Maximum Dose DS 1
|
3099
|
+
300A,0025 Target Minimum Dose DS 1
|
3100
|
+
300A,0026 Target Prescription Dose DS 1
|
3101
|
+
300A,0027 Target Maximum Dose DS 1
|
3102
|
+
300A,0028 Target Underdose Volume Fraction DS 1
|
3103
|
+
300A,002A Organ at Risk Full-volume Dose DS 1
|
3104
|
+
300A,002B Organ at Risk Limit Dose DS 1
|
3105
|
+
300A,002C Organ at Risk Maximum Dose DS 1
|
3106
|
+
300A,002D Organ at Risk Overdose Volume Fraction DS 1
|
3107
|
+
300A,0040 Tolerance Table Sequence SQ 1
|
3108
|
+
300A,0042 Tolerance Table Number IS 1
|
3109
|
+
300A,0043 Tolerance Table Label SH 1
|
3110
|
+
300A,0044 Gantry Angle Tolerance DS 1
|
3111
|
+
300A,0046 Beam Limiting Device Angle Tolerance DS 1
|
3112
|
+
300A,0048 Beam Limiting Device Tolerance Sequence SQ 1
|
3113
|
+
300A,004A Beam Limiting Device Position Tolerance DS 1
|
3114
|
+
300A,004B Snout Position Tolerance FL 1
|
3115
|
+
300A,004C Patient Support Angle Tolerance DS 1
|
3116
|
+
300A,004E Table Top Eccentric Angle Tolerance DS 1
|
3117
|
+
300A,004F Table Top Pitch Angle Tolerance FL 1
|
3118
|
+
300A,0050 Table Top Roll Angle Tolerance FL 1
|
3119
|
+
300A,0051 Table Top Vertical Position Tolerance DS 1
|
3120
|
+
300A,0052 Table Top Longitudinal Position Tolerance DS 1
|
3121
|
+
300A,0053 Table Top Lateral Position Tolerance DS 1
|
3122
|
+
300A,0055 RT Plan Relationship CS 1
|
3123
|
+
300A,0070 Fraction Group Sequence SQ 1
|
3124
|
+
300A,0071 Fraction Group Number IS 1
|
3125
|
+
300A,0072 Fraction Group Description LO 1
|
3126
|
+
300A,0078 Number of Fractions Planned IS 1
|
3127
|
+
300A,0079 Number of Fraction Pattern Digits Per Day IS 1
|
3128
|
+
300A,007A Repeat Fraction Cycle Length IS 1
|
3129
|
+
300A,007B Fraction Pattern LT 1
|
3130
|
+
300A,0080 Number of Beams IS 1
|
3131
|
+
300A,0082 Beam Dose Specification Point DS 3
|
3132
|
+
300A,0084 Beam Dose DS 1
|
3133
|
+
300A,0086 Beam Meterset DS 1
|
3134
|
+
300A,0088 Beam Dose Point Depth FL 1
|
3135
|
+
300A,0089 Beam Dose Point Equivalent Depth FL 1
|
3136
|
+
300A,008A Beam Dose Point SSD FL 1
|
3137
|
+
300A,00A0 Number of Brachy Application Setups IS 1
|
3138
|
+
300A,00A2 Brachy Application Setup Dose Specification Point DS 3
|
3139
|
+
300A,00A4 Brachy Application Setup Dose DS 1
|
3140
|
+
300A,00B0 Beam Sequence SQ 1
|
3141
|
+
300A,00B2 Treatment Machine Name SH 1
|
3142
|
+
300A,00B3 Primary Dosimeter Unit CS 1
|
3143
|
+
300A,00B4 Source-Axis Distance DS 1
|
3144
|
+
300A,00B6 Beam Limiting Device Sequence SQ 1
|
3145
|
+
300A,00B8 RT Beam Limiting Device Type CS 1
|
3146
|
+
300A,00BA Source to Beam Limiting Device Distance DS 1
|
3147
|
+
300A,00BB Isocenter to Beam Limiting Device Distance FL 1
|
3148
|
+
300A,00BC Number of Leaf/Jaw Pairs IS 1
|
3149
|
+
300A,00BE Leaf Position Boundaries DS 3-n
|
3150
|
+
300A,00C0 Beam Number IS 1
|
3151
|
+
300A,00C2 Beam Name LO 1
|
3152
|
+
300A,00C3 Beam Description ST 1
|
3153
|
+
300A,00C4 Beam Type CS 1
|
3154
|
+
300A,00C6 Radiation Type CS 1
|
3155
|
+
300A,00C7 High-Dose Technique Type CS 1
|
3156
|
+
300A,00C8 Reference Image Number IS 1
|
3157
|
+
300A,00CA Planned Verification Image Sequence SQ 1
|
3158
|
+
300A,00CC Imaging Device-Specific Acquisition Parameters LO 1-n
|
3159
|
+
300A,00CE Treatment Delivery Type CS 1
|
3160
|
+
300A,00D0 Number of Wedges IS 1
|
3161
|
+
300A,00D1 Wedge Sequence SQ 1
|
3162
|
+
300A,00D2 Wedge Number IS 1
|
3163
|
+
300A,00D3 Wedge Type CS 1
|
3164
|
+
300A,00D4 Wedge ID SH 1
|
3165
|
+
300A,00D5 Wedge Angle IS 1
|
3166
|
+
300A,00D6 Wedge Factor DS 1
|
3167
|
+
300A,00D7 Total Wedge Tray Water-Equivalent Thickness FL 1
|
3168
|
+
300A,00D8 Wedge Orientation DS 1
|
3169
|
+
300A,00D9 Isocenter to Wedge Tray Distance FL 1
|
3170
|
+
300A,00DA Source to Wedge Tray Distance DS 1
|
3171
|
+
300A,00DB Wedge Thin Edge Position FL 1
|
3172
|
+
300A,00DC Bolus ID SH 1
|
3173
|
+
300A,00DD Bolus Description ST 1
|
3174
|
+
300A,00E0 Number of Compensators IS 1
|
3175
|
+
300A,00E1 Material ID SH 1
|
3176
|
+
300A,00E2 Total Compensator Tray Factor DS 1
|
3177
|
+
300A,00E3 Compensator Sequence SQ 1
|
3178
|
+
300A,00E4 Compensator Number IS 1
|
3179
|
+
300A,00E5 Compensator ID SH 1
|
3180
|
+
300A,00E6 Source to Compensator Tray Distance DS 1
|
3181
|
+
300A,00E7 Compensator Rows IS 1
|
3182
|
+
300A,00E8 Compensator Columns IS 1
|
3183
|
+
300A,00E9 Compensator Pixel Spacing DS 2
|
3184
|
+
300A,00EA Compensator Position DS 2
|
3185
|
+
300A,00EB Compensator Transmission Data DS 1-n
|
3186
|
+
300A,00EC Compensator Thickness Data DS 1-n
|
3187
|
+
300A,00ED Number of Boli IS 1
|
3188
|
+
300A,00EE Compensator Type CS 1
|
3189
|
+
300A,00F0 Number of Blocks IS 1
|
3190
|
+
300A,00F2 Total Block Tray Factor DS 1
|
3191
|
+
300A,00F3 Total Block Tray Water-Equivalent Thickness FL 1
|
3192
|
+
300A,00F4 Block Sequence SQ 1
|
3193
|
+
300A,00F5 Block Tray ID SH 1
|
3194
|
+
300A,00F6 Source to Block Tray Distance DS 1
|
3195
|
+
300A,00F7 Isocenter to Block Tray Distance FL 1
|
3196
|
+
300A,00F8 Block Type CS 1
|
3197
|
+
300A,00F9 Accessory Code LO 1
|
3198
|
+
300A,00FA Block Divergence CS 1
|
3199
|
+
300A,00FB Block Mounting Position CS 1
|
3200
|
+
300A,00FC Block Number IS 1
|
3201
|
+
300A,00FE Block Name LO 1
|
3202
|
+
300A,0100 Block Thickness DS 1
|
3203
|
+
300A,0102 Block Transmission DS 1
|
3204
|
+
300A,0104 Block Number of Points IS 1
|
3205
|
+
300A,0106 Block Data DS 2-2n
|
3206
|
+
300A,0107 Applicator Sequence SQ 1
|
3207
|
+
300A,0108 Applicator ID SH 1
|
3208
|
+
300A,0109 Applicator Type CS 1
|
3209
|
+
300A,010A Applicator Description LO 1
|
3210
|
+
300A,010C Cumulative Dose Reference Coefficient DS 1
|
3211
|
+
300A,010E Final Cumulative Meterset Weight DS 1
|
3212
|
+
300A,0110 Number of Control Points IS 1
|
3213
|
+
300A,0111 Control Point Sequence SQ 1
|
3214
|
+
300A,0112 Control Point Index IS 1
|
3215
|
+
300A,0114 Nominal Beam Energy DS 1
|
3216
|
+
300A,0115 Dose Rate Set DS 1
|
3217
|
+
300A,0116 Wedge Position Sequence SQ 1
|
3218
|
+
300A,0118 Wedge Position CS 1
|
3219
|
+
300A,011A Beam Limiting Device Position Sequence SQ 1
|
3220
|
+
300A,011C Leaf/Jaw Positions DS 2-2n
|
3221
|
+
300A,011E Gantry Angle DS 1
|
3222
|
+
300A,011F Gantry Rotation Direction CS 1
|
3223
|
+
300A,0120 Beam Limiting Device Angle DS 1
|
3224
|
+
300A,0121 Beam Limiting Device Rotation Direction CS 1
|
3225
|
+
300A,0122 Patient Support Angle DS 1
|
3226
|
+
300A,0123 Patient Support Rotation Direction CS 1
|
3227
|
+
300A,0124 Table Top Eccentric Axis Distance DS 1
|
3228
|
+
300A,0125 Table Top Eccentric Angle DS 1
|
3229
|
+
300A,0126 Table Top Eccentric Rotation Direction CS 1
|
3230
|
+
300A,0128 Table Top Vertical Position DS 1
|
3231
|
+
300A,0129 Table Top Longitudinal Position DS 1
|
3232
|
+
300A,012A Table Top Lateral Position DS 1
|
3233
|
+
300A,012C Isocenter Position DS 3
|
3234
|
+
300A,012E Surface Entry Point DS 3
|
3235
|
+
300A,0130 Source to Surface Distance DS 1
|
3236
|
+
300A,0134 Cumulative Meterset Weight DS 1
|
3237
|
+
300A,0140 Table Top Pitch Angle FL 1
|
3238
|
+
300A,0142 Table Top Pitch Rotation Direction CS 1
|
3239
|
+
300A,0144 Table Top Roll Angle FL 1
|
3240
|
+
300A,0146 Table Top Roll Rotation Direction CS 1
|
3241
|
+
300A,0148 Head Fixation Angle FL 1
|
3242
|
+
300A,014A Gantry Pitch Angle FL 1
|
3243
|
+
300A,014C Gantry Pitch Rotation Direction CS 1
|
3244
|
+
300A,014E Gantry Pitch Angle Tolerance FL 1
|
3245
|
+
300A,0180 Patient Setup Sequence SQ 1
|
3246
|
+
300A,0182 Patient Setup Number IS 1
|
3247
|
+
300A,0183 Patient Setup Label LO 1
|
3248
|
+
300A,0184 Patient Additional Position LO 1
|
3249
|
+
300A,0190 Fixation Device Sequence SQ 1
|
3250
|
+
300A,0192 Fixation Device Type CS 1
|
3251
|
+
300A,0194 Fixation Device Label SH 1
|
3252
|
+
300A,0196 Fixation Device Description ST 1
|
3253
|
+
300A,0198 Fixation Device Position SH 1
|
3254
|
+
300A,0199 Fixation Device Pitch Angle FL 1
|
3255
|
+
300A,019A Fixation Device Roll Angle FL 1
|
3256
|
+
300A,01A0 Shielding Device Sequence SQ 1
|
3257
|
+
300A,01A2 Shielding Device Type CS 1
|
3258
|
+
300A,01A4 Shielding Device Label SH 1
|
3259
|
+
300A,01A6 Shielding Device Description ST 1
|
3260
|
+
300A,01A8 Shielding Device Position SH 1
|
3261
|
+
300A,01B0 Setup Technique CS 1
|
3262
|
+
300A,01B2 Setup Technique Description ST 1
|
3263
|
+
300A,01B4 Setup Device Sequence SQ 1
|
3264
|
+
300A,01B6 Setup Device Type CS 1
|
3265
|
+
300A,01B8 Setup Device Label SH 1
|
3266
|
+
300A,01BA Setup Device Description ST 1
|
3267
|
+
300A,01BC Setup Device Parameter DS 1
|
3268
|
+
300A,01D0 Setup Reference Description ST 1
|
3269
|
+
300A,01D2 Table Top Vertical Setup Displacement DS 1
|
3270
|
+
300A,01D4 Table Top Longitudinal Setup Displacement DS 1
|
3271
|
+
300A,01D6 Table Top Lateral Setup Displacement DS 1
|
3272
|
+
300A,0200 Brachy Treatment Technique CS 1
|
3273
|
+
300A,0202 Brachy Treatment Type CS 1
|
3274
|
+
300A,0206 Treatment Machine Sequence SQ 1
|
3275
|
+
300A,0210 Source Sequence SQ 1
|
3276
|
+
300A,0212 Source Number IS 1
|
3277
|
+
300A,0214 Source Type CS 1
|
3278
|
+
300A,0216 Source Manufacturer LO 1
|
3279
|
+
300A,0218 Active Source Diameter DS 1
|
3280
|
+
300A,021A Active Source Length DS 1
|
3281
|
+
300A,0222 Source Encapsulation Nominal Thickness DS 1
|
3282
|
+
300A,0224 Source Encapsulation Nominal Transmission DS 1
|
3283
|
+
300A,0226 Source Isotope Name LO 1
|
3284
|
+
300A,0228 Source Isotope Half Life DS 1
|
3285
|
+
300A,0229 Source Strength Units CS 1
|
3286
|
+
300A,022A Reference Air Kerma Rate DS 1
|
3287
|
+
300A,022B Source Strength DS 1
|
3288
|
+
300A,022C Source Strength Reference Date DA 1
|
3289
|
+
300A,022E Source Strength Reference Time TM 1
|
3290
|
+
300A,0230 Application Setup Sequence SQ 1
|
3291
|
+
300A,0232 Application Setup Type CS 1
|
3292
|
+
300A,0234 Application Setup Number IS 1
|
3293
|
+
300A,0236 Application Setup Name LO 1
|
3294
|
+
300A,0238 Application Setup Manufacturer LO 1
|
3295
|
+
300A,0240 Template Number IS 1
|
3296
|
+
300A,0242 Template Type SH 1
|
3297
|
+
300A,0244 Template Name LO 1
|
3298
|
+
300A,0250 Total Reference Air Kerma DS 1
|
3299
|
+
300A,0260 Brachy Accessory Device Sequence SQ 1
|
3300
|
+
300A,0262 Brachy Accessory Device Number IS 1
|
3301
|
+
300A,0263 Brachy Accessory Device ID SH 1
|
3302
|
+
300A,0264 Brachy Accessory Device Type CS 1
|
3303
|
+
300A,0266 Brachy Accessory Device Name LO 1
|
3304
|
+
300A,026A Brachy Accessory Device Nominal Thickness DS 1
|
3305
|
+
300A,026C Brachy Accessory Device Nominal Transmission DS 1
|
3306
|
+
300A,0280 Channel Sequence SQ 1
|
3307
|
+
300A,0282 Channel Number IS 1
|
3308
|
+
300A,0284 Channel Length DS 1
|
3309
|
+
300A,0286 Channel Total Time DS 1
|
3310
|
+
300A,0288 Source Movement Type CS 1
|
3311
|
+
300A,028A Number of Pulses IS 1
|
3312
|
+
300A,028C Pulse Repetition Interval DS 1
|
3313
|
+
300A,0290 Source Applicator Number IS 1
|
3314
|
+
300A,0291 Source Applicator ID SH 1
|
3315
|
+
300A,0292 Source Applicator Type CS 1
|
3316
|
+
300A,0294 Source Applicator Name LO 1
|
3317
|
+
300A,0296 Source Applicator Length DS 1
|
3318
|
+
300A,0298 Source Applicator Manufacturer LO 1
|
3319
|
+
300A,029C Source Applicator Wall Nominal Thickness DS 1
|
3320
|
+
300A,029E Source Applicator Wall Nominal Transmission DS 1
|
3321
|
+
300A,02A0 Source Applicator Step Size DS 1
|
3322
|
+
300A,02A2 Transfer Tube Number IS 1
|
3323
|
+
300A,02A4 Transfer Tube Length DS 1
|
3324
|
+
300A,02B0 Channel Shield Sequence SQ 1
|
3325
|
+
300A,02B2 Channel Shield Number IS 1
|
3326
|
+
300A,02B3 Channel Shield ID SH 1
|
3327
|
+
300A,02B4 Channel Shield Name LO 1
|
3328
|
+
300A,02B8 Channel Shield Nominal Thickness DS 1
|
3329
|
+
300A,02BA Channel Shield Nominal Transmission DS 1
|
3330
|
+
300A,02C8 Final Cumulative Time Weight DS 1
|
3331
|
+
300A,02D0 Brachy Control Point Sequence SQ 1
|
3332
|
+
300A,02D2 Control Point Relative Position DS 1
|
3333
|
+
300A,02D4 Control Point 3D Position DS 3
|
3334
|
+
300A,02D6 Cumulative Time Weight DS 1
|
3335
|
+
300A,02E0 Compensator Divergence CS 1
|
3336
|
+
300A,02E1 Compensator Mounting Position CS 1
|
3337
|
+
300A,02E2 Source to Compensator Distance DS 1-n
|
3338
|
+
300A,02E3 Total Compensator Tray Water-Equivalent Thickness FL 1
|
3339
|
+
300A,02E4 Isocenter to Compensator Tray Distance FL 1
|
3340
|
+
300A,02E5 Compensator Column Offset FL 1
|
3341
|
+
300A,02E6 Isocenter to Compensator Distances FL 1-n
|
3342
|
+
300A,02E7 Compensator Relative Stopping Power Ratio FL 1
|
3343
|
+
300A,02E8 Compensator Milling Tool Diameter FL 1
|
3344
|
+
300A,02EA Ion Range Compensator Sequence SQ 1
|
3345
|
+
300A,02EB Compensator Description LT 1
|
3346
|
+
300A,0302 Radiation Mass Number IS 1
|
3347
|
+
300A,0304 Radiation Atomic Number IS 1
|
3348
|
+
300A,0306 Radiation Charge State SS 1
|
3349
|
+
300A,0308 Scan Mode CS 1
|
3350
|
+
300A,030A Virtual Source-Axis Distances FL 2
|
3351
|
+
300A,030C Snout Sequence SQ 1
|
3352
|
+
300A,030D Snout Position FL 1
|
3353
|
+
300A,030F Snout ID SH 1
|
3354
|
+
300A,0312 Number of Range Shifters IS 1
|
3355
|
+
300A,0314 Range Shifter Sequence SQ 1
|
3356
|
+
300A,0316 Range Shifter Number IS 1
|
3357
|
+
300A,0318 Range Shifter ID SH 1
|
3358
|
+
300A,0320 Range Shifter Type CS 1
|
3359
|
+
300A,0322 Range Shifter Description LO 1
|
3360
|
+
300A,0330 Number of Lateral Spreading Devices IS 1
|
3361
|
+
300A,0332 Lateral Spreading Device Sequence SQ 1
|
3362
|
+
300A,0334 Lateral Spreading Device Number IS 1
|
3363
|
+
300A,0336 Lateral Spreading Device ID SH 1
|
3364
|
+
300A,0338 Lateral Spreading Device Type CS 1
|
3365
|
+
300A,033A Lateral Spreading Device Description LO 1
|
3366
|
+
300A,033C Lateral Spreading Device Water Equivalent Thickness FL 1
|
3367
|
+
300A,0340 Number of Range Modulators IS 1
|
3368
|
+
300A,0342 Range Modulator Sequence SQ 1
|
3369
|
+
300A,0344 Range Modulator Number IS 1
|
3370
|
+
300A,0346 Range Modulator ID SH 1
|
3371
|
+
300A,0348 Range Modulator Type CS 1
|
3372
|
+
300A,034A Range Modulator Description LO 1
|
3373
|
+
300A,034C Beam Current Modulation ID SH 1
|
3374
|
+
300A,0350 Patient Support Type CS 1
|
3375
|
+
300A,0352 Patient Support ID SH 1
|
3376
|
+
300A,0354 Patient Support Accessory Code LO 1
|
3377
|
+
300A,0356 Fixation Light Azimuthal Angle FL 1
|
3378
|
+
300A,0358 Fixation Light Polar Angle FL 1
|
3379
|
+
300A,035A Meterset Rate FL 1
|
3380
|
+
300A,0360 Range Shifter Settings Sequence SQ 1
|
3381
|
+
300A,0362 Range Shifter Setting LO 1
|
3382
|
+
300A,0364 Isocenter to Range Shifter Distance FL 1
|
3383
|
+
300A,0366 Range Shifter Water Equivalent Thickness FL 1
|
3384
|
+
300A,0370 Lateral Spreading Device Settings Sequence SQ 1
|
3385
|
+
300A,0372 Lateral Spreading Device Setting LO 1
|
3386
|
+
300A,0374 Isocenter to Lateral Spreading Device Distance FL 1
|
3387
|
+
300A,0380 Range Modulator Settings Sequence SQ 1
|
3388
|
+
300A,0382 Range Modulator Gating Start Value FL 1
|
3389
|
+
300A,0384 Range Modulator Gating Stop Value FL 1
|
3390
|
+
300A,0386 Range Modulator Gating Start Water Equivalent Thickness FL 1
|
3391
|
+
300A,0388 Range Modulator Gating Stop Water Equivalent Thickness FL 1
|
3392
|
+
300A,038A Isocenter to Range Modulator Distance FL 1
|
3393
|
+
300A,0390 Scan Spot Tune ID SH 1
|
3394
|
+
300A,0392 Number of Scan Spot Positions IS 1
|
3395
|
+
300A,0394 Scan Spot Position Map FL 1-n
|
3396
|
+
300A,0396 Scan Spot Meterset Weights FL 1-n
|
3397
|
+
300A,0398 Scanning Spot Size FL 2
|
3398
|
+
300A,039A Number of Paintings IS 1
|
3399
|
+
300A,03A0 Ion Tolerance Table Sequence SQ 1
|
3400
|
+
300A,03A2 Ion Beam Sequence SQ 1
|
3401
|
+
300A,03A4 Ion Beam Limiting Device Sequence SQ 1
|
3402
|
+
300A,03A6 Ion Block Sequence SQ 1
|
3403
|
+
300A,03A8 Ion Control Point Sequence SQ 1
|
3404
|
+
300A,03AA Ion Wedge Sequence SQ 1
|
3405
|
+
300A,03AC Ion Wedge Position Sequence SQ 1
|
3406
|
+
300A,0401 Referenced Setup Image Sequence SQ 1
|
3407
|
+
300A,0402 Setup Image Comment ST 1
|
3408
|
+
300A,0410 Motion Synchronization Sequence SQ 1
|
3409
|
+
300A,0412 Control Point Orientation FL 3
|
3410
|
+
300A,0420 General Accessory Sequence SQ 1
|
3411
|
+
300A,0421 General Accessory ID SH 1
|
3412
|
+
300A,0422 General Accessory Description ST 1
|
3413
|
+
300A,0423 General Accessory Type CS 1
|
3414
|
+
300A,0424 General Accessory Number IS 1
|
3415
|
+
300A,0431 Applicator Geometry Sequence SQ 1
|
3416
|
+
300A,0432 Applicator Aperture Shape CS 1
|
3417
|
+
300A,0433 Applicator Opening FL 1
|
3418
|
+
300A,0434 Applicator Opening X FL 1
|
3419
|
+
300A,0435 Applicator Opening Y FL 1
|
3420
|
+
300A,0436 Source to Applicator Mounting Position Distance FL 1
|
3421
|
+
300C,0002 Referenced RT Plan Sequence SQ 1
|
3422
|
+
300C,0004 Referenced Beam Sequence SQ 1
|
3423
|
+
300C,0006 Referenced Beam Number IS 1
|
3424
|
+
300C,0007 Referenced Reference Image Number IS 1
|
3425
|
+
300C,0008 Start Cumulative Meterset Weight DS 1
|
3426
|
+
300C,0009 End Cumulative Meterset Weight DS 1
|
3427
|
+
300C,000A Referenced Brachy Application Setup Sequence SQ 1
|
3428
|
+
300C,000C Referenced Brachy Application Setup Number IS 1
|
3429
|
+
300C,000E Referenced Source Number IS 1
|
3430
|
+
300C,0020 Referenced Fraction Group Sequence SQ 1
|
3431
|
+
300C,0022 Referenced Fraction Group Number IS 1
|
3432
|
+
300C,0040 Referenced Verification Image Sequence SQ 1
|
3433
|
+
300C,0042 Referenced Reference Image Sequence SQ 1
|
3434
|
+
300C,0050 Referenced Dose Reference Sequence SQ 1
|
3435
|
+
300C,0051 Referenced Dose Reference Number IS 1
|
3436
|
+
300C,0055 Brachy Referenced Dose Reference Sequence SQ 1
|
3437
|
+
300C,0060 Referenced Structure Set Sequence SQ 1
|
3438
|
+
300C,006A Referenced Patient Setup Number IS 1
|
3439
|
+
300C,0080 Referenced Dose Sequence SQ 1
|
3440
|
+
300C,00A0 Referenced Tolerance Table Number IS 1
|
3441
|
+
300C,00B0 Referenced Bolus Sequence SQ 1
|
3442
|
+
300C,00C0 Referenced Wedge Number IS 1
|
3443
|
+
300C,00D0 Referenced Compensator Number IS 1
|
3444
|
+
300C,00E0 Referenced Block Number IS 1
|
3445
|
+
300C,00F0 Referenced Control Point Index IS 1
|
3446
|
+
300C,00F2 Referenced Control Point Sequence SQ 1
|
3447
|
+
300C,00F4 Referenced Start Control Point Index IS 1
|
3448
|
+
300C,00F6 Referenced Stop Control Point Index IS 1
|
3449
|
+
300C,0100 Referenced Range Shifter Number IS 1
|
3450
|
+
300C,0102 Referenced Lateral Spreading Device Number IS 1
|
3451
|
+
300C,0104 Referenced Range Modulator Number IS 1
|
3452
|
+
300E,0002 Approval Status CS 1
|
3453
|
+
300E,0004 Review Date DA 1
|
3454
|
+
300E,0005 Review Time TM 1
|
3455
|
+
300E,0008 Reviewer Name PN 1
|
3456
|
+
4000,0010 Arbitrary LT 1 R
|
3457
|
+
4000,4000 Text Comments LT 1 R
|
3458
|
+
4008,0040 Results ID SH 1 R
|
3459
|
+
4008,0042 Results ID Issuer LO 1 R
|
3460
|
+
4008,0050 Referenced Interpretation Sequence SQ 1 R
|
3461
|
+
4008,00FF Report Production Status (Trial) CS 1 R
|
3462
|
+
4008,0100 Interpretation Recorded Date DA 1 R
|
3463
|
+
4008,0101 Interpretation Recorded Time TM 1 R
|
3464
|
+
4008,0102 Interpretation Recorder PN 1 R
|
3465
|
+
4008,0103 Reference to Recorded Sound LO 1 R
|
3466
|
+
4008,0108 Interpretation Transcription Date DA 1 R
|
3467
|
+
4008,0109 Interpretation Transcription Time TM 1 R
|
3468
|
+
4008,010A Interpretation Transcriber PN 1 R
|
3469
|
+
4008,010B Interpretation Text ST 1 R
|
3470
|
+
4008,010C Interpretation Author PN 1 R
|
3471
|
+
4008,0111 Interpretation Approver Sequence SQ 1 R
|
3472
|
+
4008,0112 Interpretation Approval Date DA 1 R
|
3473
|
+
4008,0113 Interpretation Approval Time TM 1 R
|
3474
|
+
4008,0114 Physician Approving Interpretation PN 1 R
|
3475
|
+
4008,0115 Interpretation Diagnosis Description LT 1 R
|
3476
|
+
4008,0117 Interpretation Diagnosis Code Sequence SQ 1 R
|
3477
|
+
4008,0118 Results Distribution List Sequence SQ 1 R
|
3478
|
+
4008,0119 Distribution Name PN 1 R
|
3479
|
+
4008,011A Distribution Address LO 1 R
|
3480
|
+
4008,0200 Interpretation ID SH 1 R
|
3481
|
+
4008,0202 Interpretation ID Issuer LO 1 R
|
3482
|
+
4008,0210 Interpretation Type ID CS 1 R
|
3483
|
+
4008,0212 Interpretation Status ID CS 1 R
|
3484
|
+
4008,0300 Impressions ST 1 R
|
3485
|
+
4008,4000 Results Comments ST 1 R
|
3486
|
+
4010,0001 Low Energy Detectors CS 1
|
3487
|
+
4010,0002 High Energy Detectors CS 1
|
3488
|
+
4010,0004 Detector Geometry Sequence SQ 1
|
3489
|
+
4010,1001 Threat ROI Voxel Sequence SQ 1
|
3490
|
+
4010,1004 Threat ROI Base FL 3
|
3491
|
+
4010,1005 Threat ROI Extents FL 3
|
3492
|
+
4010,1006 Threat ROI Bitmap OB 1
|
3493
|
+
4010,1007 Route Segment ID SH 1
|
3494
|
+
4010,1008 Gantry Type CS 1
|
3495
|
+
4010,1009 OOI Owner Type CS 1
|
3496
|
+
4010,100A Route Segment Sequence SQ 1
|
3497
|
+
4010,1010 Potential Threat Object ID US 1
|
3498
|
+
4010,1011 Threat Sequence SQ 1
|
3499
|
+
4010,1012 Threat Category CS 1
|
3500
|
+
4010,1013 Threat Category Description LT 1
|
3501
|
+
4010,1014 ATD Ability Assessment CS 1
|
3502
|
+
4010,1015 ATD Assessment Flag CS 1
|
3503
|
+
4010,1016 ATD Assessment Probability FL 1
|
3504
|
+
4010,1017 Mass FL 1
|
3505
|
+
4010,1018 Density FL 1
|
3506
|
+
4010,1019 Z Effective FL 1
|
3507
|
+
4010,101A Boarding Pass ID SH 1
|
3508
|
+
4010,101B Center of Mass FL 3
|
3509
|
+
4010,101C Center of PTO FL 3
|
3510
|
+
4010,101D Bounding Polygon FL 6-n
|
3511
|
+
4010,101E Route Segment Start Location ID SH 1
|
3512
|
+
4010,101F Route Segment End Location ID SH 1
|
3513
|
+
4010,1020 Route Segment Location ID Type CS 1
|
3514
|
+
4010,1021 Abort Reason CS 1-n
|
3515
|
+
4010,1023 Volume of PTO FL 1
|
3516
|
+
4010,1024 Abort Flag CS 1
|
3517
|
+
4010,1025 Route Segment Start Time DT 1
|
3518
|
+
4010,1026 Route Segment End Time DT 1
|
3519
|
+
4010,1027 TDR Type CS 1
|
3520
|
+
4010,1028 International Route Segment CS 1
|
3521
|
+
4010,1029 Threat Detection Algorithm and Version LO 1-n
|
3522
|
+
4010,102A Assigned Location SH 1
|
3523
|
+
4010,102B Alarm Decision Time DT 1
|
3524
|
+
4010,1031 Alarm Decision CS 1
|
3525
|
+
4010,1033 Number of Total Objects US 1
|
3526
|
+
4010,1034 Number of Alarm Objects US 1
|
3527
|
+
4010,1037 PTO Representation Sequence SQ 1
|
3528
|
+
4010,1038 ATD Assessment Sequence SQ 1
|
3529
|
+
4010,1039 TIP Type CS 1
|
3530
|
+
4010,103A DICOS Version CS 1
|
3531
|
+
4010,1041 OOI Owner Creation Time DT 1
|
3532
|
+
4010,1042 OOI Type CS 1
|
3533
|
+
4010,1043 OOI Size FL 3
|
3534
|
+
4010,1044 Acquisition Status CS 1
|
3535
|
+
4010,1045 Basis Materials Code Sequence SQ 1
|
3536
|
+
4010,1046 Phantom Type CS 1
|
3537
|
+
4010,1047 OOI Owner Sequence SQ 1
|
3538
|
+
4010,1048 Scan Type CS 1
|
3539
|
+
4010,1051 Itinerary ID LO 1
|
3540
|
+
4010,1052 Itinerary ID Type SH 1
|
3541
|
+
4010,1053 Itinerary ID Assigning Authority LO 1
|
3542
|
+
4010,1054 Route ID SH 1
|
3543
|
+
4010,1055 Route ID Assigning Authority SH 1
|
3544
|
+
4010,1056 Inbound Arrival Type CS 1
|
3545
|
+
4010,1058 Carrier ID SH 1
|
3546
|
+
4010,1059 Carrier ID Assigning Authority CS 1
|
3547
|
+
4010,1060 Source Orientation FL 3
|
3548
|
+
4010,1061 Source Position FL 3
|
3549
|
+
4010,1062 Belt Height FL 1
|
3550
|
+
4010,1064 Algorithm Routing Code Sequence SQ 1
|
3551
|
+
4010,1067 Transport Classification CS 1
|
3552
|
+
4010,1068 OOI Type Descriptor LT 1
|
3553
|
+
4010,1069 Total Processing Time FL 1
|
3554
|
+
4010,106C Detector Calibration Data OB 1
|
3555
|
+
4FFE,0001 MAC Parameters Sequence SQ 1
|
3556
|
+
50xx,0005 Curve Dimensions US 1 R
|
3557
|
+
50xx,0010 Number of Points US 1 R
|
3558
|
+
50xx,0020 Type of Data CS 1 R
|
3559
|
+
50xx,0022 Curve Description LO 1 R
|
3560
|
+
50xx,0030 Axis Units SH 1-n R
|
3561
|
+
50xx,0040 Axis Labels SH 1-n R
|
3562
|
+
50xx,0103 Data Value Representation US 1 R
|
3563
|
+
50xx,0104 Minimum Coordinate Value US 1-n R
|
3564
|
+
50xx,0105 Maximum Coordinate Value US 1-n R
|
3565
|
+
50xx,0106 Curve Range SH 1-n R
|
3566
|
+
50xx,0110 Curve Data Descriptor US 1-n R
|
3567
|
+
50xx,0112 Coordinate Start Value US 1-n R
|
3568
|
+
50xx,0114 Coordinate Step Value US 1-n R
|
3569
|
+
50xx,1001 Curve Activation Layer CS 1 R
|
3570
|
+
50xx,2000 Audio Type US 1 R
|
3571
|
+
50xx,2002 Audio Sample Format US 1 R
|
3572
|
+
50xx,2004 Number of Channels US 1 R
|
3573
|
+
50xx,2006 Number of Samples UL 1 R
|
3574
|
+
50xx,2008 Sample Rate UL 1 R
|
3575
|
+
50xx,200A Total Time UL 1 R
|
3576
|
+
50xx,200C Audio Sample Data OW,OB 1 R
|
3577
|
+
50xx,200E Audio Comments LT 1 R
|
3578
|
+
50xx,2500 Curve Label LO 1 R
|
3579
|
+
50xx,2600 Curve Referenced Overlay Sequence SQ 1 R
|
3580
|
+
50xx,2610 Curve Referenced Overlay Group US 1 R
|
3581
|
+
50xx,3000 Curve Data OW,OB 1 R
|
3582
|
+
5200,9229 Shared Functional Groups Sequence SQ 1
|
3583
|
+
5200,9230 Per-frame Functional Groups Sequence SQ 1
|
3584
|
+
5400,0100 Waveform Sequence SQ 1
|
3585
|
+
5400,0110 Channel Minimum Value OB,OW 1
|
3586
|
+
5400,0112 Channel Maximum Value OB,OW 1
|
3587
|
+
5400,1004 Waveform Bits Allocated US 1
|
3588
|
+
5400,1006 Waveform Sample Interpretation CS 1
|
3589
|
+
5400,100A Waveform Padding Value OB,OW 1
|
3590
|
+
5400,1010 Waveform Data OB,OW 1
|
3591
|
+
5600,0010 First Order Phase Correction Angle OF 1
|
3592
|
+
5600,0020 Spectroscopy Data OF 1
|
3593
|
+
60xx,0010 Overlay Rows US 1
|
3594
|
+
60xx,0011 Overlay Columns US 1
|
3595
|
+
60xx,0012 Overlay Planes US 1 R
|
3596
|
+
60xx,0015 Number of Frames in Overlay IS 1
|
3597
|
+
60xx,0022 Overlay Description LO 1
|
3598
|
+
60xx,0040 Overlay Type CS 1
|
3599
|
+
60xx,0045 Overlay Subtype LO 1
|
3600
|
+
60xx,0050 Overlay Origin SS 2
|
3601
|
+
60xx,0051 Image Frame Origin US 1
|
3602
|
+
60xx,0052 Overlay Plane Origin US 1 R
|
3603
|
+
60xx,0060 Overlay Compression Code CS 1 R
|
3604
|
+
60xx,0061 Overlay Compression Originator SH 1 R
|
3605
|
+
60xx,0062 Overlay Compression Label SH 1 R
|
3606
|
+
60xx,0063 Overlay Compression Description CS 1 R
|
3607
|
+
60xx,0066 Overlay Compression Step Pointers AT 1-n R
|
3608
|
+
60xx,0068 Overlay Repeat Interval US 1 R
|
3609
|
+
60xx,0069 Overlay Bits Grouped US 1 R
|
3610
|
+
60xx,0100 Overlay Bits Allocated US 1
|
3611
|
+
60xx,0102 Overlay Bit Position US 1
|
3612
|
+
60xx,0110 Overlay Format CS 1 R
|
3613
|
+
60xx,0200 Overlay Location US 1 R
|
3614
|
+
60xx,0800 Overlay Code Label CS 1-n R
|
3615
|
+
60xx,0802 Overlay Number of Tables US 1 R
|
3616
|
+
60xx,0803 Overlay Code Table Location AT 1-n R
|
3617
|
+
60xx,0804 Overlay Bits For Code Word US 1 R
|
3618
|
+
60xx,1001 Overlay Activation Layer CS 1
|
3619
|
+
60xx,1100 Overlay Descriptor - Gray US 1 R
|
3620
|
+
60xx,1101 Overlay Descriptor - Red US 1 R
|
3621
|
+
60xx,1102 Overlay Descriptor - Green US 1 R
|
3622
|
+
60xx,1103 Overlay Descriptor - Blue US 1 R
|
3623
|
+
60xx,1200 Overlays - Gray US 1-n R
|
3624
|
+
60xx,1201 Overlays - Red US 1-n R
|
3625
|
+
60xx,1202 Overlays - Green US 1-n R
|
3626
|
+
60xx,1203 Overlays - Blue US 1-n R
|
3627
|
+
60xx,1301 ROI Area IS 1
|
3628
|
+
60xx,1302 ROI Mean DS 1
|
3629
|
+
60xx,1303 ROI Standard Deviation DS 1
|
3630
|
+
60xx,1500 Overlay Label LO 1
|
3631
|
+
60xx,3000 Overlay Data OB,OW 1
|
3632
|
+
60xx,4000 Overlay Comments LT 1 R
|
3633
|
+
7FE0,0010 Pixel Data OW,OB 1
|
3634
|
+
7FE0,0020 Coefficients SDVN OW 1 R
|
3635
|
+
7FE0,0030 Coefficients SDHN OW 1 R
|
3636
|
+
7FE0,0040 Coefficients SDDN OW 1 R
|
3637
|
+
7Fxx,0010 Variable Pixel Data OW,OB 1 R
|
3638
|
+
7Fxx,0011 Variable Next Data Group US 1 R
|
3639
|
+
7Fxx,0020 Variable Coefficients SDVN OW 1 R
|
3640
|
+
7Fxx,0030 Variable Coefficients SDHN OW 1 R
|
3641
|
+
7Fxx,0040 Variable Coefficients SDDN OW 1 R
|
3642
|
+
FFFA,FFFA Digital Signatures Sequence SQ 1
|
3643
|
+
FFFC,FFFC Data Set Trailing Padding OB 1
|
3644
|
+
FFFE,E000 Item 1
|
3645
|
+
FFFE,E00D Item Delimitation Item 1
|
3646
|
+
FFFE,E0DD Sequence Delimitation Item 1
|