001/* ***** BEGIN LICENSE BLOCK *****
002 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
003 *
004 * The contents of this file are subject to the Mozilla Public License Version
005 * 1.1 (the "License"); you may not use this file except in compliance with
006 * the License. You may obtain a copy of the License at
007 * http://www.mozilla.org/MPL/
008 *
009 * Software distributed under the License is distributed on an "AS IS" basis,
010 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
011 * for the specific language governing rights and limitations under the
012 * License.
013 *
014 * The Original Code is part of dcm4che, an implementation of DICOM(TM) in
015 * Java(TM), hosted at https://github.com/gunterze/dcm4che.
016 *
017 * The Initial Developer of the Original Code is
018 * Agfa Healthcare.
019 * Portions created by the Initial Developer are Copyright (C) 2011
020 * the Initial Developer. All Rights Reserved.
021 *
022 * Contributor(s):
023 * See @authors listed below
024 *
025 * Alternatively, the contents of this file may be used under the terms of
026 * either the GNU General Public License Version 2 or later (the "GPL"), or
027 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
028 * in which case the provisions of the GPL or the LGPL are applicable instead
029 * of those above. If you wish to allow use of your version of this file only
030 * under the terms of either the GPL or the LGPL, and not to allow others to
031 * use your version of this file under the terms of the MPL, indicate your
032 * decision by deleting the provisions above and replace them with the notice
033 * and other provisions required by the GPL or the LGPL. If you do not delete
034 * the provisions above, a recipient may use your version of this file under
035 * the terms of any one of the MPL, the GPL or the LGPL.
036 *
037 * ***** END LICENSE BLOCK *****
038 * This file is generated from Part 6 and 7 of the Standard Text Edition 2011.
039 */
040 
041package org.dcm4che3.data;
042
043/**
044 * @author Gunter Zeilinger <gunterze@gmail.com>
045 */
046public class Tag {
047
048    /** (0000,0000) VR=UL VM=1 Command Group Length */
049    public static final int CommandGroupLength = 0x00000000;
050
051    /** (0000,0001) VR=UL VM=1 Command Length to End (retired) */
052    public static final int CommandLengthToEnd = 0x00000001;
053
054    /** (0000,0002) VR=UI VM=1 Affected SOP Class UID */
055    public static final int AffectedSOPClassUID = 0x00000002;
056
057    /** (0000,0003) VR=UI VM=1 Requested SOP Class UID */
058    public static final int RequestedSOPClassUID = 0x00000003;
059
060    /** (0000,0010) VR=SH VM=1 Command Recognition Code (retired) */
061    public static final int CommandRecognitionCode = 0x00000010;
062
063    /** (0000,0100) VR=US VM=1 Command Field */
064    public static final int CommandField = 0x00000100;
065
066    /** (0000,0110) VR=US VM=1 Message ID */
067    public static final int MessageID = 0x00000110;
068
069    /** (0000,0120) VR=US VM=1 Message ID Being Responded To */
070    public static final int MessageIDBeingRespondedTo = 0x00000120;
071
072    /** (0000,0200) VR=AE VM=1 Initiator (retired) */
073    public static final int Initiator = 0x00000200;
074
075    /** (0000,0300) VR=AE VM=1 Receiver (retired) */
076    public static final int Receiver = 0x00000300;
077
078    /** (0000,0400) VR=AE VM=1 Find Location (retired) */
079    public static final int FindLocation = 0x00000400;
080
081    /** (0000,0600) VR=AE VM=1 Move Destination */
082    public static final int MoveDestination = 0x00000600;
083
084    /** (0000,0700) VR=US VM=1 Priority */
085    public static final int Priority = 0x00000700;
086
087    /** (0000,0800) VR=US VM=1 Command Data Set Type */
088    public static final int CommandDataSetType = 0x00000800;
089
090    /** (0000,0850) VR=US VM=1 Number of Matches (retired) */
091    public static final int NumberOfMatches = 0x00000850;
092
093    /** (0000,0860) VR=US VM=1 Response Sequence Number (retired) */
094    public static final int ResponseSequenceNumber = 0x00000860;
095
096    /** (0000,0900) VR=US VM=1 Status */
097    public static final int Status = 0x00000900;
098
099    /** (0000,0901) VR=AT VM=1-n Offending Element */
100    public static final int OffendingElement = 0x00000901;
101
102    /** (0000,0902) VR=LO VM=1 Error Comment */
103    public static final int ErrorComment = 0x00000902;
104
105    /** (0000,0903) VR=US VM=1 Error ID */
106    public static final int ErrorID = 0x00000903;
107
108    /** (0000,1000) VR=UI VM=1 Affected SOP Instance UID */
109    public static final int AffectedSOPInstanceUID = 0x00001000;
110
111    /** (0000,1001) VR=UI VM=1 Requested SOP Instance UID */
112    public static final int RequestedSOPInstanceUID = 0x00001001;
113
114    /** (0000,1002) VR=US VM=1 Event Type ID */
115    public static final int EventTypeID = 0x00001002;
116
117    /** (0000,1005) VR=AT VM=1-n Attribute Identifier List */
118    public static final int AttributeIdentifierList = 0x00001005;
119
120    /** (0000,1008) VR=US VM=1 Action Type ID */
121    public static final int ActionTypeID = 0x00001008;
122
123    /** (0000,1020) VR=US VM=1 Number of Remaining Sub-operations */
124    public static final int NumberOfRemainingSuboperations = 0x00001020;
125
126    /** (0000,1021) VR=US VM=1 Number of Completed Sub-operations */
127    public static final int NumberOfCompletedSuboperations = 0x00001021;
128
129    /** (0000,1022) VR=US VM=1 Number of Failed Sub-operations */
130    public static final int NumberOfFailedSuboperations = 0x00001022;
131
132    /** (0000,1023) VR=US VM=1 Number of Warning Sub-operations */
133    public static final int NumberOfWarningSuboperations = 0x00001023;
134
135    /** (0000,1030) VR=AE VM=1 Move Originator Application Entity Title */
136    public static final int MoveOriginatorApplicationEntityTitle = 0x00001030;
137
138    /** (0000,1031) VR=US VM=1 Move Originator Message ID */
139    public static final int MoveOriginatorMessageID = 0x00001031;
140
141    /** (0000,4000) VR=LT VM=1 Dialog Receiver (retired) */
142    public static final int DialogReceiver = 0x00004000;
143
144    /** (0000,4010) VR=LT VM=1 Terminal Type (retired) */
145    public static final int TerminalType = 0x00004010;
146
147    /** (0000,5010) VR=SH VM=1 Message Set ID (retired) */
148    public static final int MessageSetID = 0x00005010;
149
150    /** (0000,5020) VR=SH VM=1 End Message ID (retired) */
151    public static final int EndMessageID = 0x00005020;
152
153    /** (0000,5110) VR=LT VM=1 Display Format (retired) */
154    public static final int DisplayFormat = 0x00005110;
155
156    /** (0000,5120) VR=LT VM=1 Page Position ID (retired) */
157    public static final int PagePositionID = 0x00005120;
158
159    /** (0000,5130) VR=CS VM=1 Text Format ID (retired) */
160    public static final int TextFormatID = 0x00005130;
161
162    /** (0000,5140) VR=CS VM=1 Normal/Reverse (retired) */
163    public static final int NormalReverse = 0x00005140;
164
165    /** (0000,5150) VR=CS VM=1 Add Gray Scale (retired) */
166    public static final int AddGrayScale = 0x00005150;
167
168    /** (0000,5160) VR=CS VM=1 Borders (retired) */
169    public static final int Borders = 0x00005160;
170
171    /** (0000,5170) VR=IS VM=1 Copies (retired) */
172    public static final int Copies = 0x00005170;
173
174    /** (0000,5180) VR=CS VM=1 Command Magnification Type (retired) */
175    public static final int CommandMagnificationType = 0x00005180;
176
177    /** (0000,5190) VR=CS VM=1 Erase (retired) */
178    public static final int Erase = 0x00005190;
179
180    /** (0000,51A0) VR=CS VM=1 Print (retired) */
181    public static final int Print = 0x000051A0;
182
183    /** (0000,51B0) VR=US VM=1-n Overlays (retired) */
184    public static final int Overlays = 0x000051B0;
185
186    /** (0002,0000) VR=UL VM=1 File Meta Information Group Length */
187    public static final int FileMetaInformationGroupLength = 0x00020000;
188
189    /** (0002,0001) VR=OB VM=1 File Meta Information Version */
190    public static final int FileMetaInformationVersion = 0x00020001;
191
192    /** (0002,0002) VR=UI VM=1 Media Storage SOP Class UID */
193    public static final int MediaStorageSOPClassUID = 0x00020002;
194
195    /** (0002,0003) VR=UI VM=1 Media Storage SOP Instance UID */
196    public static final int MediaStorageSOPInstanceUID = 0x00020003;
197
198    /** (0002,0010) VR=UI VM=1 Transfer Syntax UID */
199    public static final int TransferSyntaxUID = 0x00020010;
200
201    /** (0002,0012) VR=UI VM=1 Implementation Class UID */
202    public static final int ImplementationClassUID = 0x00020012;
203
204    /** (0002,0013) VR=SH VM=1 Implementation Version Name */
205    public static final int ImplementationVersionName = 0x00020013;
206
207    /** (0002,0016) VR=AE VM=1 Source Application Entity Title */
208    public static final int SourceApplicationEntityTitle = 0x00020016;
209
210    /** (0002,0017) VR=AE VM=1 Sending Application Entity Title */
211    public static final int SendingApplicationEntityTitle = 0x00020017;
212
213    /** (0002,0018) VR=AE VM=1 Receiving Application Entity Title */
214    public static final int ReceivingApplicationEntityTitle = 0x00020018;
215
216    /** (0002,0100) VR=UI VM=1 Private Information Creator UID */
217    public static final int PrivateInformationCreatorUID = 0x00020100;
218
219    /** (0002,0102) VR=OB VM=1 Private Information */
220    public static final int PrivateInformation = 0x00020102;
221
222    /** (0004,1130) VR=CS VM=1 File-set ID */
223    public static final int FileSetID = 0x00041130;
224
225    /** (0004,1141) VR=CS VM=1-8 File-set Descriptor File ID */
226    public static final int FileSetDescriptorFileID = 0x00041141;
227
228    /** (0004,1142) VR=CS VM=1 Specific Character Set of File-set Descriptor File */
229    public static final int SpecificCharacterSetOfFileSetDescriptorFile = 0x00041142;
230
231    /** (0004,1200) VR=UL VM=1 Offset of the First Directory Record of the Root Directory Entity */
232    public static final int OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity = 0x00041200;
233
234    /** (0004,1202) VR=UL VM=1 Offset of the Last Directory Record of the Root Directory Entity */
235    public static final int OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity = 0x00041202;
236
237    /** (0004,1212) VR=US VM=1 File-set Consistency Flag */
238    public static final int FileSetConsistencyFlag = 0x00041212;
239
240    /** (0004,1220) VR=SQ VM=1 Directory Record Sequence */
241    public static final int DirectoryRecordSequence = 0x00041220;
242
243    /** (0004,1400) VR=UL VM=1 Offset of the Next Directory Record */
244    public static final int OffsetOfTheNextDirectoryRecord = 0x00041400;
245
246    /** (0004,1410) VR=US VM=1 Record In-use Flag */
247    public static final int RecordInUseFlag = 0x00041410;
248
249    /** (0004,1420) VR=UL VM=1 Offset of Referenced Lower-Level Directory Entity */
250    public static final int OffsetOfReferencedLowerLevelDirectoryEntity = 0x00041420;
251
252    /** (0004,1430) VR=CS VM=1 Directory Record Type */
253    public static final int DirectoryRecordType = 0x00041430;
254
255    /** (0004,1432) VR=UI VM=1 Private Record UID */
256    public static final int PrivateRecordUID = 0x00041432;
257
258    /** (0004,1500) VR=CS VM=1-8 Referenced File ID */
259    public static final int ReferencedFileID = 0x00041500;
260
261    /** (0004,1504) VR=UL VM=1 MRDR Directory Record Offset (retired) */
262    public static final int MRDRDirectoryRecordOffset = 0x00041504;
263
264    /** (0004,1510) VR=UI VM=1 Referenced SOP Class UID in File */
265    public static final int ReferencedSOPClassUIDInFile = 0x00041510;
266
267    /** (0004,1511) VR=UI VM=1 Referenced SOP Instance UID in File */
268    public static final int ReferencedSOPInstanceUIDInFile = 0x00041511;
269
270    /** (0004,1512) VR=UI VM=1 Referenced Transfer Syntax UID in File */
271    public static final int ReferencedTransferSyntaxUIDInFile = 0x00041512;
272
273    /** (0004,151A) VR=UI VM=1-n Referenced Related General SOP Class UID in File */
274    public static final int ReferencedRelatedGeneralSOPClassUIDInFile = 0x0004151A;
275
276    /** (0004,1600) VR=UL VM=1 Number of References (retired) */
277    public static final int NumberOfReferences = 0x00041600;
278
279    /** (0008,0001) VR=UL VM=1 Length to End (retired) */
280    public static final int LengthToEnd = 0x00080001;
281
282    /** (0008,0005) VR=CS VM=1-n Specific Character Set */
283    public static final int SpecificCharacterSet = 0x00080005;
284
285    /** (0008,0006) VR=SQ VM=1 Language Code Sequence */
286    public static final int LanguageCodeSequence = 0x00080006;
287
288    /** (0008,0008) VR=CS VM=2-n Image Type */
289    public static final int ImageType = 0x00080008;
290
291    /** (0008,0010) VR=SH VM=1 Recognition Code (retired) */
292    public static final int RecognitionCode = 0x00080010;
293
294    /** (0008,0012) VR=DA VM=1 Instance Creation Date */
295    public static final int InstanceCreationDate = 0x00080012;
296
297    /** (0008,0013) VR=TM VM=1 Instance Creation Time */
298    public static final int InstanceCreationTime = 0x00080013;
299
300    /** (0008,0014) VR=UI VM=1 Instance Creator UID */
301    public static final int InstanceCreatorUID = 0x00080014;
302
303    /** (0008,0015) VR=DT VM=1 Instance Coercion DateTime */
304    public static final int InstanceCoercionDateTime = 0x00080015;
305
306    /** (0008,0016) VR=UI VM=1 SOP Class UID */
307    public static final int SOPClassUID = 0x00080016;
308
309    /** (0008,0018) VR=UI VM=1 SOP Instance UID */
310    public static final int SOPInstanceUID = 0x00080018;
311
312    /** (0008,001A) VR=UI VM=1-n Related General SOP Class UID */
313    public static final int RelatedGeneralSOPClassUID = 0x0008001A;
314
315    /** (0008,001B) VR=UI VM=1 Original Specialized SOP Class UID */
316    public static final int OriginalSpecializedSOPClassUID = 0x0008001B;
317
318    /** (0008,0020) VR=DA VM=1 Study Date */
319    public static final int StudyDate = 0x00080020;
320
321    /** (0008,0021) VR=DA VM=1 Series Date */
322    public static final int SeriesDate = 0x00080021;
323
324    /** (0008,0022) VR=DA VM=1 Acquisition Date */
325    public static final int AcquisitionDate = 0x00080022;
326
327    /** (0008,0023) VR=DA VM=1 Content Date */
328    public static final int ContentDate = 0x00080023;
329
330    /** (0008,0024) VR=DA VM=1 Overlay Date (retired) */
331    public static final int OverlayDate = 0x00080024;
332
333    /** (0008,0025) VR=DA VM=1 Curve Date (retired) */
334    public static final int CurveDate = 0x00080025;
335
336    /** (0008,002A) VR=DT VM=1 Acquisition DateTime */
337    public static final int AcquisitionDateTime = 0x0008002A;
338
339    /** (0008,0030) VR=TM VM=1 Study Time */
340    public static final int StudyTime = 0x00080030;
341
342    /** (0008,0031) VR=TM VM=1 Series Time */
343    public static final int SeriesTime = 0x00080031;
344
345    /** (0008,0032) VR=TM VM=1 Acquisition Time */
346    public static final int AcquisitionTime = 0x00080032;
347
348    /** (0008,0033) VR=TM VM=1 Content Time */
349    public static final int ContentTime = 0x00080033;
350
351    /** (0008,0034) VR=TM VM=1 Overlay Time (retired) */
352    public static final int OverlayTime = 0x00080034;
353
354    /** (0008,0035) VR=TM VM=1 Curve Time (retired) */
355    public static final int CurveTime = 0x00080035;
356
357    /** (0008,0040) VR=US VM=1 Data Set Type (retired) */
358    public static final int DataSetType = 0x00080040;
359
360    /** (0008,0041) VR=LO VM=1 Data Set Subtype (retired) */
361    public static final int DataSetSubtype = 0x00080041;
362
363    /** (0008,0042) VR=CS VM=1 Nuclear Medicine Series Type (retired) */
364    public static final int NuclearMedicineSeriesType = 0x00080042;
365
366    /** (0008,0050) VR=SH VM=1 Accession Number */
367    public static final int AccessionNumber = 0x00080050;
368
369    /** (0008,0051) VR=SQ VM=1 Issuer of Accession Number Sequence */
370    public static final int IssuerOfAccessionNumberSequence = 0x00080051;
371
372    /** (0008,0052) VR=CS VM=1 Query/Retrieve Level */
373    public static final int QueryRetrieveLevel = 0x00080052;
374
375    /** (0008,0053) VR=CS VM=1 Query/Retrieve View */
376    public static final int QueryRetrieveView = 0x00080053;
377
378    /** (0008,0054) VR=AE VM=1-n Retrieve AE Title */
379    public static final int RetrieveAETitle = 0x00080054;
380
381    /** (0008,0055) VR=AE VM=1 Station  AE Title */
382    public static final int StationAETitle = 0x00080055;
383
384    /** (0008,0056) VR=CS VM=1 Instance Availability */
385    public static final int InstanceAvailability = 0x00080056;
386
387    /** (0008,0058) VR=UI VM=1-n Failed SOP Instance UID List */
388    public static final int FailedSOPInstanceUIDList = 0x00080058;
389
390    /** (0008,0060) VR=CS VM=1 Modality */
391    public static final int Modality = 0x00080060;
392
393    /** (0008,0061) VR=CS VM=1-n Modalities in Study */
394    public static final int ModalitiesInStudy = 0x00080061;
395
396    /** (0008,0062) VR=UI VM=1-n SOP Classes in Study */
397    public static final int SOPClassesInStudy = 0x00080062;
398
399    /** (0008,0064) VR=CS VM=1 Conversion Type */
400    public static final int ConversionType = 0x00080064;
401
402    /** (0008,0068) VR=CS VM=1 Presentation Intent Type */
403    public static final int PresentationIntentType = 0x00080068;
404
405    /** (0008,0070) VR=LO VM=1 Manufacturer */
406    public static final int Manufacturer = 0x00080070;
407
408    /** (0008,0080) VR=LO VM=1 Institution Name */
409    public static final int InstitutionName = 0x00080080;
410
411    /** (0008,0081) VR=ST VM=1 Institution Address */
412    public static final int InstitutionAddress = 0x00080081;
413
414    /** (0008,0082) VR=SQ VM=1 Institution Code Sequence */
415    public static final int InstitutionCodeSequence = 0x00080082;
416
417    /** (0008,0090) VR=PN VM=1 Referring Physician's Name */
418    public static final int ReferringPhysicianName = 0x00080090;
419
420    /** (0008,0092) VR=ST VM=1 Referring Physician's Address */
421    public static final int ReferringPhysicianAddress = 0x00080092;
422
423    /** (0008,0094) VR=SH VM=1-n Referring Physician's Telephone Numbers */
424    public static final int ReferringPhysicianTelephoneNumbers = 0x00080094;
425
426    /** (0008,0096) VR=SQ VM=1 Referring Physician Identification Sequence */
427    public static final int ReferringPhysicianIdentificationSequence = 0x00080096;
428
429    /** (0008,009C) VR=PN VM=1-n Consulting Physician's Name */
430    public static final int ConsultingPhysicianName = 0x0008009C;
431
432    /** (0008,009D) VR=SQ VM=1 Consulting Physician Identification Sequence */
433    public static final int ConsultingPhysicianIdentificationSequence = 0x0008009D;
434
435    /** (0008,0100) VR=SH VM=1 Code Value */
436    public static final int CodeValue = 0x00080100;
437
438    /** (0008,0101) VR=LO VM=1 Extended Code Value */
439    public static final int ExtendedCodeValue = 0x00080101;
440
441    /** (0008,0102) VR=SH VM=1 Coding Scheme Designator */
442    public static final int CodingSchemeDesignator = 0x00080102;
443
444    /** (0008,0103) VR=SH VM=1 Coding Scheme Version */
445    public static final int CodingSchemeVersion = 0x00080103;
446
447    /** (0008,0104) VR=LO VM=1 Code Meaning */
448    public static final int CodeMeaning = 0x00080104;
449
450    /** (0008,0105) VR=CS VM=1 Mapping Resource */
451    public static final int MappingResource = 0x00080105;
452
453    /** (0008,0106) VR=DT VM=1 Context Group Version */
454    public static final int ContextGroupVersion = 0x00080106;
455
456    /** (0008,0107) VR=DT VM=1 Context Group Local Version */
457    public static final int ContextGroupLocalVersion = 0x00080107;
458
459    /** (0008,0108) VR=LT VM=1 Extended Code Meaning */
460    public static final int ExtendedCodeMeaning = 0x00080108;
461
462    /** (0008,010B) VR=CS VM=1 Context Group Extension Flag */
463    public static final int ContextGroupExtensionFlag = 0x0008010B;
464
465    /** (0008,010C) VR=UI VM=1 Coding Scheme UID */
466    public static final int CodingSchemeUID = 0x0008010C;
467
468    /** (0008,010D) VR=UI VM=1 Context Group Extension Creator UID */
469    public static final int ContextGroupExtensionCreatorUID = 0x0008010D;
470
471    /** (0008,010F) VR=CS VM=1 Context Identifier */
472    public static final int ContextIdentifier = 0x0008010F;
473
474    /** (0008,0110) VR=SQ VM=1 Coding Scheme Identification Sequence */
475    public static final int CodingSchemeIdentificationSequence = 0x00080110;
476
477    /** (0008,0112) VR=LO VM=1 Coding Scheme Registry */
478    public static final int CodingSchemeRegistry = 0x00080112;
479
480    /** (0008,0114) VR=ST VM=1 Coding Scheme External ID */
481    public static final int CodingSchemeExternalID = 0x00080114;
482
483    /** (0008,0115) VR=ST VM=1 Coding Scheme Name */
484    public static final int CodingSchemeName = 0x00080115;
485
486    /** (0008,0116) VR=ST VM=1 Coding Scheme Responsible Organization */
487    public static final int CodingSchemeResponsibleOrganization = 0x00080116;
488
489    /** (0008,0117) VR=UI VM=1 Context UID */
490    public static final int ContextUID = 0x00080117;
491
492    /** (0008,0118) VR=UI VM=1 Mapping Resource UID */
493    public static final int MappingResourceUID = 0x00080118;
494
495    /** (0008,0119) VR=UC VM=1 Long Code Value */
496    public static final int LongCodeValue = 0x00080119;
497
498    /** (0008,0120) VR=UR VM=1 URN Code Value */
499    public static final int URNCodeValue = 0x00080120;
500
501    /** (0008,0121) VR=SQ VM=1 Equivalent Code Sequence */
502    public static final int EquivalentCodeSequence = 0x00080121;
503
504    /** (0008,0122) VR=LO VM=1 Mapping Resource Name */
505    public static final int MappingResourceName = 0x00080122;
506
507    /** (0008,0123) VR=SQ VM=1 Context Group Identification Sequence */
508    public static final int ContextGroupIdentificationSequence = 0x00080123;
509
510    /** (0008,0124) VR=SQ VM=1 Mapping Resource Identification Sequence */
511    public static final int MappingResourceIdentificationSequence = 0x00080124;
512
513    /** (0008,0201) VR=SH VM=1 Timezone Offset From UTC */
514    public static final int TimezoneOffsetFromUTC = 0x00080201;
515
516    /** (0008,0220) VR=SQ VM=1 Responsible Group Code Sequence */
517    public static final int ResponsibleGroupCodeSequence = 0x00080220;
518
519    /** (0008,0221) VR=CS VM=1 Equipment Modality */
520    public static final int EquipmentModality = 0x00080221;
521
522    /** (0008,0222) VR=LO VM=1 Manufacturer's Related Model Group */
523    public static final int ManufacturerRelatedModelGroup = 0x00080222;
524
525    /** (0008,0300) VR=SQ VM=1 Private Data Element Characteristics Sequence */
526    public static final int PrivateDataElementCharacteristicsSequence = 0x00080300;
527
528    /** (0008,0301) VR=US VM=1 Private Group Reference */
529    public static final int PrivateGroupReference = 0x00080301;
530
531    /** (0008,0302) VR=LO VM=1 Private Creator Reference */
532    public static final int PrivateCreatorReference = 0x00080302;
533
534    /** (0008,0303) VR=CS VM=1 Block Identifying Information Status */
535    public static final int BlockIdentifyingInformationStatus = 0x00080303;
536
537    /** (0008,0304) VR=US VM=1-n Nonidentifying Private Elements */
538    public static final int NonidentifyingPrivateElements = 0x00080304;
539
540    /** (0008,0306) VR=US VM=1-n Identifying Private Elements */
541    public static final int IdentifyingPrivateElements = 0x00080306;
542
543    /** (0008,0305) VR=SQ VM=1 Deidentification Action Sequence */
544    public static final int DeidentificationActionSequence = 0x00080305;
545
546    /** (0008,0307) VR=CS VM=1 Deidentification Action */
547    public static final int DeidentificationAction = 0x00080307;
548
549    /** (0008,0308) VR=US VM=1 Private Data Element */
550    public static final int PrivateDataElement = 0x00080308;
551
552    /** (0008,0309) VR=UL VM=1-3 Private Data Element Value Multiplicity */
553    public static final int PrivateDataElementValueMultiplicity = 0x00080309;
554
555    /** (0008,030A) VR=CS VM=1 Private Data Element Value Representation */
556    public static final int PrivateDataElementValueRepresentation = 0x0008030A;
557
558    /** (0008,030B) VR=UL VM=1-2 Private Data Element Number of Items */
559    public static final int PrivateDataElementNumberOfItems = 0x0008030B;
560
561    /** (0008,030C) VR=UC VM=1 Private Data Element Name */
562    public static final int PrivateDataElementName = 0x0008030C;
563
564    /** (0008,030D) VR=UC VM=1 Private Data Element Keyword */
565    public static final int PrivateDataElementKeyword = 0x0008030D;
566
567    /** (0008,030E) VR=UT VM=1 Private Data Element Description */
568    public static final int PrivateDataElementDescription = 0x0008030E;
569
570    /** (0008,030F) VR=UT VM=1 Private Data Element Encoding */
571    public static final int PrivateDataElementEncoding = 0x0008030F;
572
573    /** (0008,0310) VR=SQ VM=1 Private Data Element Definition Sequence */
574    public static final int PrivateDataElementDefinitionSequence = 0x00080310;
575
576    /** (0008,1000) VR=AE VM=1 Network ID (retired) */
577    public static final int NetworkID = 0x00081000;
578
579    /** (0008,1010) VR=SH VM=1 Station Name */
580    public static final int StationName = 0x00081010;
581
582    /** (0008,1030) VR=LO VM=1 Study Description */
583    public static final int StudyDescription = 0x00081030;
584
585    /** (0008,1032) VR=SQ VM=1 Procedure Code Sequence */
586    public static final int ProcedureCodeSequence = 0x00081032;
587
588    /** (0008,103E) VR=LO VM=1 Series Description */
589    public static final int SeriesDescription = 0x0008103E;
590
591    /** (0008,103F) VR=SQ VM=1 Series Description Code Sequence */
592    public static final int SeriesDescriptionCodeSequence = 0x0008103F;
593
594    /** (0008,1040) VR=LO VM=1 Institutional Department Name */
595    public static final int InstitutionalDepartmentName = 0x00081040;
596
597    /** (0008,1048) VR=PN VM=1-n Physician(s) of Record */
598    public static final int PhysiciansOfRecord = 0x00081048;
599
600    /** (0008,1049) VR=SQ VM=1 Physician(s) of Record Identification Sequence */
601    public static final int PhysiciansOfRecordIdentificationSequence = 0x00081049;
602
603    /** (0008,1050) VR=PN VM=1-n Performing Physician's Name */
604    public static final int PerformingPhysicianName = 0x00081050;
605
606    /** (0008,1052) VR=SQ VM=1 Performing Physician Identification Sequence */
607    public static final int PerformingPhysicianIdentificationSequence = 0x00081052;
608
609    /** (0008,1060) VR=PN VM=1-n Name of Physician(s) Reading Study */
610    public static final int NameOfPhysiciansReadingStudy = 0x00081060;
611
612    /** (0008,1062) VR=SQ VM=1 Physician(s) Reading Study Identification Sequence */
613    public static final int PhysiciansReadingStudyIdentificationSequence = 0x00081062;
614
615    /** (0008,1070) VR=PN VM=1-n Operators' Name */
616    public static final int OperatorsName = 0x00081070;
617
618    /** (0008,1072) VR=SQ VM=1 Operator Identification Sequence */
619    public static final int OperatorIdentificationSequence = 0x00081072;
620
621    /** (0008,1080) VR=LO VM=1-n Admitting Diagnoses Description */
622    public static final int AdmittingDiagnosesDescription = 0x00081080;
623
624    /** (0008,1084) VR=SQ VM=1 Admitting Diagnoses Code Sequence */
625    public static final int AdmittingDiagnosesCodeSequence = 0x00081084;
626
627    /** (0008,1090) VR=LO VM=1 Manufacturer's Model Name */
628    public static final int ManufacturerModelName = 0x00081090;
629
630    /** (0008,1100) VR=SQ VM=1 Referenced Results Sequence (retired) */
631    public static final int ReferencedResultsSequence = 0x00081100;
632
633    /** (0008,1110) VR=SQ VM=1 Referenced Study Sequence */
634    public static final int ReferencedStudySequence = 0x00081110;
635
636    /** (0008,1111) VR=SQ VM=1 Referenced Performed Procedure Step Sequence */
637    public static final int ReferencedPerformedProcedureStepSequence = 0x00081111;
638
639    /** (0008,1115) VR=SQ VM=1 Referenced Series Sequence */
640    public static final int ReferencedSeriesSequence = 0x00081115;
641
642    /** (0008,1120) VR=SQ VM=1 Referenced Patient Sequence */
643    public static final int ReferencedPatientSequence = 0x00081120;
644
645    /** (0008,1125) VR=SQ VM=1 Referenced Visit Sequence */
646    public static final int ReferencedVisitSequence = 0x00081125;
647
648    /** (0008,1130) VR=SQ VM=1 Referenced Overlay Sequence (retired) */
649    public static final int ReferencedOverlaySequence = 0x00081130;
650
651    /** (0008,1134) VR=SQ VM=1 Referenced Stereometric Instance Sequence */
652    public static final int ReferencedStereometricInstanceSequence = 0x00081134;
653
654    /** (0008,113A) VR=SQ VM=1 Referenced Waveform Sequence */
655    public static final int ReferencedWaveformSequence = 0x0008113A;
656
657    /** (0008,1140) VR=SQ VM=1 Referenced Image Sequence */
658    public static final int ReferencedImageSequence = 0x00081140;
659
660    /** (0008,1145) VR=SQ VM=1 Referenced Curve Sequence (retired) */
661    public static final int ReferencedCurveSequence = 0x00081145;
662
663    /** (0008,114A) VR=SQ VM=1 Referenced Instance Sequence */
664    public static final int ReferencedInstanceSequence = 0x0008114A;
665
666    /** (0008,114B) VR=SQ VM=1 Referenced Real World Value Mapping Instance Sequence */
667    public static final int ReferencedRealWorldValueMappingInstanceSequence = 0x0008114B;
668
669    /** (0008,1150) VR=UI VM=1 Referenced SOP Class UID */
670    public static final int ReferencedSOPClassUID = 0x00081150;
671
672    /** (0008,1155) VR=UI VM=1 Referenced SOP Instance UID */
673    public static final int ReferencedSOPInstanceUID = 0x00081155;
674
675    /** (0008,115A) VR=UI VM=1-n SOP Classes Supported */
676    public static final int SOPClassesSupported = 0x0008115A;
677
678    /** (0008,1160) VR=IS VM=1-n Referenced Frame Number */
679    public static final int ReferencedFrameNumber = 0x00081160;
680
681    /** (0008,1161) VR=UL VM=1-n Simple Frame List */
682    public static final int SimpleFrameList = 0x00081161;
683
684    /** (0008,1162) VR=UL VM=3-3n Calculated Frame List */
685    public static final int CalculatedFrameList = 0x00081162;
686
687    /** (0008,1163) VR=FD VM=2 Time Range */
688    public static final int TimeRange = 0x00081163;
689
690    /** (0008,1164) VR=SQ VM=1 Frame Extraction Sequence */
691    public static final int FrameExtractionSequence = 0x00081164;
692
693    /** (0008,1167) VR=UI VM=1 Multi-frame Source SOP Instance UID */
694    public static final int MultiFrameSourceSOPInstanceUID = 0x00081167;
695
696    /** (0008,1190) VR=UR VM=1 Retrieve URL */
697    public static final int RetrieveURL = 0x00081190;
698
699    /** (0008,1195) VR=UI VM=1 Transaction UID */
700    public static final int TransactionUID = 0x00081195;
701
702    /** (0008,1196) VR=US VM=1 Warning Reason */
703    public static final int WarningReason = 0x00081196;
704
705    /** (0008,1197) VR=US VM=1 Failure Reason */
706    public static final int FailureReason = 0x00081197;
707
708    /** (0008,1198) VR=SQ VM=1 Failed SOP Sequence */
709    public static final int FailedSOPSequence = 0x00081198;
710
711    /** (0008,1199) VR=SQ VM=1 Referenced SOP Sequence */
712    public static final int ReferencedSOPSequence = 0x00081199;
713
714    /** (0008,119A) VR=SQ VM=1 Other Failures Sequence */
715    public static final int OtherFailuresSequence = 0x0008119A;
716
717    /** (0008,1200) VR=SQ VM=1 Studies Containing Other Referenced Instances Sequence */
718    public static final int StudiesContainingOtherReferencedInstancesSequence = 0x00081200;
719
720    /** (0008,1250) VR=SQ VM=1 Related Series Sequence */
721    public static final int RelatedSeriesSequence = 0x00081250;
722
723    /** (0008,2110) VR=CS VM=1 Lossy Image Compression (Retired) (retired) */
724    public static final int LossyImageCompressionRetired = 0x00082110;
725
726    /** (0008,2111) VR=ST VM=1 Derivation Description */
727    public static final int DerivationDescription = 0x00082111;
728
729    /** (0008,2112) VR=SQ VM=1 Source Image Sequence */
730    public static final int SourceImageSequence = 0x00082112;
731
732    /** (0008,2120) VR=SH VM=1 Stage Name */
733    public static final int StageName = 0x00082120;
734
735    /** (0008,2122) VR=IS VM=1 Stage Number */
736    public static final int StageNumber = 0x00082122;
737
738    /** (0008,2124) VR=IS VM=1 Number of Stages */
739    public static final int NumberOfStages = 0x00082124;
740
741    /** (0008,2127) VR=SH VM=1 View Name */
742    public static final int ViewName = 0x00082127;
743
744    /** (0008,2128) VR=IS VM=1 View Number */
745    public static final int ViewNumber = 0x00082128;
746
747    /** (0008,2129) VR=IS VM=1 Number of Event Timers */
748    public static final int NumberOfEventTimers = 0x00082129;
749
750    /** (0008,212A) VR=IS VM=1 Number of Views in Stage */
751    public static final int NumberOfViewsInStage = 0x0008212A;
752
753    /** (0008,2130) VR=DS VM=1-n Event Elapsed Time(s) */
754    public static final int EventElapsedTimes = 0x00082130;
755
756    /** (0008,2132) VR=LO VM=1-n Event Timer Name(s) */
757    public static final int EventTimerNames = 0x00082132;
758
759    /** (0008,2133) VR=SQ VM=1 Event Timer Sequence */
760    public static final int EventTimerSequence = 0x00082133;
761
762    /** (0008,2134) VR=FD VM=1 Event Time Offset */
763    public static final int EventTimeOffset = 0x00082134;
764
765    /** (0008,2135) VR=SQ VM=1 Event Code Sequence */
766    public static final int EventCodeSequence = 0x00082135;
767
768    /** (0008,2142) VR=IS VM=1 Start Trim */
769    public static final int StartTrim = 0x00082142;
770
771    /** (0008,2143) VR=IS VM=1 Stop Trim */
772    public static final int StopTrim = 0x00082143;
773
774    /** (0008,2144) VR=IS VM=1 Recommended Display Frame Rate */
775    public static final int RecommendedDisplayFrameRate = 0x00082144;
776
777    /** (0008,2200) VR=CS VM=1 Transducer Position (retired) */
778    public static final int TransducerPosition = 0x00082200;
779
780    /** (0008,2204) VR=CS VM=1 Transducer Orientation (retired) */
781    public static final int TransducerOrientation = 0x00082204;
782
783    /** (0008,2208) VR=CS VM=1 Anatomic Structure (retired) */
784    public static final int AnatomicStructure = 0x00082208;
785
786    /** (0008,2218) VR=SQ VM=1 Anatomic Region Sequence */
787    public static final int AnatomicRegionSequence = 0x00082218;
788
789    /** (0008,2220) VR=SQ VM=1 Anatomic Region Modifier Sequence */
790    public static final int AnatomicRegionModifierSequence = 0x00082220;
791
792    /** (0008,2228) VR=SQ VM=1 Primary Anatomic Structure Sequence */
793    public static final int PrimaryAnatomicStructureSequence = 0x00082228;
794
795    /** (0008,2229) VR=SQ VM=1 Anatomic Structure, Space or Region Sequence */
796    public static final int AnatomicStructureSpaceOrRegionSequence = 0x00082229;
797
798    /** (0008,2230) VR=SQ VM=1 Primary Anatomic Structure Modifier Sequence */
799    public static final int PrimaryAnatomicStructureModifierSequence = 0x00082230;
800
801    /** (0008,2240) VR=SQ VM=1 Transducer Position Sequence (retired) */
802    public static final int TransducerPositionSequence = 0x00082240;
803
804    /** (0008,2242) VR=SQ VM=1 Transducer Position Modifier Sequence (retired) */
805    public static final int TransducerPositionModifierSequence = 0x00082242;
806
807    /** (0008,2244) VR=SQ VM=1 Transducer Orientation Sequence (retired) */
808    public static final int TransducerOrientationSequence = 0x00082244;
809
810    /** (0008,2246) VR=SQ VM=1 Transducer Orientation Modifier Sequence (retired) */
811    public static final int TransducerOrientationModifierSequence = 0x00082246;
812
813    /** (0008,2251) VR=SQ VM=1 Anatomic Structure Space Or Region Code Sequence (Trial) (retired) */
814    public static final int AnatomicStructureSpaceOrRegionCodeSequenceTrial = 0x00082251;
815
816    /** (0008,2253) VR=SQ VM=1 Anatomic Portal Of Entrance Code Sequence (Trial) (retired) */
817    public static final int AnatomicPortalOfEntranceCodeSequenceTrial = 0x00082253;
818
819    /** (0008,2255) VR=SQ VM=1 Anatomic Approach Direction Code Sequence (Trial) (retired) */
820    public static final int AnatomicApproachDirectionCodeSequenceTrial = 0x00082255;
821
822    /** (0008,2256) VR=ST VM=1 Anatomic Perspective Description (Trial) (retired) */
823    public static final int AnatomicPerspectiveDescriptionTrial = 0x00082256;
824
825    /** (0008,2257) VR=SQ VM=1 Anatomic Perspective Code Sequence (Trial) (retired) */
826    public static final int AnatomicPerspectiveCodeSequenceTrial = 0x00082257;
827
828    /** (0008,2258) VR=ST VM=1 Anatomic Location Of Examining Instrument Description (Trial) (retired) */
829    public static final int AnatomicLocationOfExaminingInstrumentDescriptionTrial = 0x00082258;
830
831    /** (0008,2259) VR=SQ VM=1 Anatomic Location Of Examining Instrument Code Sequence (Trial) (retired) */
832    public static final int AnatomicLocationOfExaminingInstrumentCodeSequenceTrial = 0x00082259;
833
834    /** (0008,225A) VR=SQ VM=1 Anatomic Structure Space Or Region Modifier Code Sequence (Trial) (retired) */
835    public static final int AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial = 0x0008225A;
836
837    /** (0008,225C) VR=SQ VM=1 On Axis Background Anatomic Structure Code Sequence (Trial) (retired) */
838    public static final int OnAxisBackgroundAnatomicStructureCodeSequenceTrial = 0x0008225C;
839
840    /** (0008,3001) VR=SQ VM=1 Alternate Representation Sequence */
841    public static final int AlternateRepresentationSequence = 0x00083001;
842
843    /** (0008,3010) VR=UI VM=1-n Irradiation Event UID */
844    public static final int IrradiationEventUID = 0x00083010;
845
846    /** (0008,3011) VR=SQ VM=1 Source Irradiation Event Sequence */
847    public static final int SourceIrradiationEventSequence = 0x00083011;
848
849    /** (0008,3012) VR=UI VM=1 Radiopharmaceutical Administration Event UID */
850    public static final int RadiopharmaceuticalAdministrationEventUID = 0x00083012;
851
852    /** (0008,4000) VR=LT VM=1 Identifying Comments (retired) */
853    public static final int IdentifyingComments = 0x00084000;
854
855    /** (0008,9007) VR=CS VM=4 Frame Type */
856    public static final int FrameType = 0x00089007;
857
858    /** (0008,9092) VR=SQ VM=1 Referenced Image Evidence Sequence */
859    public static final int ReferencedImageEvidenceSequence = 0x00089092;
860
861    /** (0008,9121) VR=SQ VM=1 Referenced Raw Data Sequence */
862    public static final int ReferencedRawDataSequence = 0x00089121;
863
864    /** (0008,9123) VR=UI VM=1 Creator-Version UID */
865    public static final int CreatorVersionUID = 0x00089123;
866
867    /** (0008,9124) VR=SQ VM=1 Derivation Image Sequence */
868    public static final int DerivationImageSequence = 0x00089124;
869
870    /** (0008,9154) VR=SQ VM=1 Source Image Evidence Sequence */
871    public static final int SourceImageEvidenceSequence = 0x00089154;
872
873    /** (0008,9205) VR=CS VM=1 Pixel Presentation */
874    public static final int PixelPresentation = 0x00089205;
875
876    /** (0008,9206) VR=CS VM=1 Volumetric Properties */
877    public static final int VolumetricProperties = 0x00089206;
878
879    /** (0008,9207) VR=CS VM=1 Volume Based Calculation Technique */
880    public static final int VolumeBasedCalculationTechnique = 0x00089207;
881
882    /** (0008,9208) VR=CS VM=1 Complex Image Component */
883    public static final int ComplexImageComponent = 0x00089208;
884
885    /** (0008,9209) VR=CS VM=1 Acquisition Contrast */
886    public static final int AcquisitionContrast = 0x00089209;
887
888    /** (0008,9215) VR=SQ VM=1 Derivation Code Sequence */
889    public static final int DerivationCodeSequence = 0x00089215;
890
891    /** (0008,9237) VR=SQ VM=1 Referenced Presentation State Sequence */
892    public static final int ReferencedPresentationStateSequence = 0x00089237;
893
894    /** (0008,9410) VR=SQ VM=1 Referenced Other Plane Sequence */
895    public static final int ReferencedOtherPlaneSequence = 0x00089410;
896
897    /** (0008,9458) VR=SQ VM=1 Frame Display Sequence */
898    public static final int FrameDisplaySequence = 0x00089458;
899
900    /** (0008,9459) VR=FL VM=1 Recommended Display Frame Rate in Float */
901    public static final int RecommendedDisplayFrameRateInFloat = 0x00089459;
902
903    /** (0008,9460) VR=CS VM=1 Skip Frame Range Flag */
904    public static final int SkipFrameRangeFlag = 0x00089460;
905
906    /** (0010,0010) VR=PN VM=1 Patient's Name */
907    public static final int PatientName = 0x00100010;
908
909    /** (0010,0020) VR=LO VM=1 Patient ID */
910    public static final int PatientID = 0x00100020;
911
912    /** (0010,0021) VR=LO VM=1 Issuer of Patient ID */
913    public static final int IssuerOfPatientID = 0x00100021;
914
915    /** (0010,0022) VR=CS VM=1 Type of Patient ID */
916    public static final int TypeOfPatientID = 0x00100022;
917
918    /** (0010,0024) VR=SQ VM=1 Issuer of Patient ID Qualifiers Sequence */
919    public static final int IssuerOfPatientIDQualifiersSequence = 0x00100024;
920
921    /** (0010,0026) VR=SQ VM=1 Source Patient Group Identification Sequence */
922    public static final int SourcePatientGroupIdentificationSequence = 0x00100026;
923
924    /** (0010,0027) VR=SQ VM=1 Group of Patients Identification Sequence */
925    public static final int GroupOfPatientsIdentificationSequence = 0x00100027;
926
927    /** (0010,0028) VR=US VM=3 Subject Relative Position in Image */
928    public static final int SubjectRelativePositionInImage = 0x00100028;
929
930    /** (0010,0030) VR=DA VM=1 Patient's Birth Date */
931    public static final int PatientBirthDate = 0x00100030;
932
933    /** (0010,0032) VR=TM VM=1 Patient's Birth Time */
934    public static final int PatientBirthTime = 0x00100032;
935
936    /** (0010,0033) VR=LO VM=1 Patient's Birth Date in Alternative Calendar */
937    public static final int PatientBirthDateInAlternativeCalendar = 0x00100033;
938
939    /** (0010,0034) VR=LO VM=1 Patient's Death Date in Alternative Calendar */
940    public static final int PatientDeathDateInAlternativeCalendar = 0x00100034;
941
942    /** (0010,0035) VR=CS VM=1 Patient's Alternative Calendar */
943    public static final int PatientAlternativeCalendar = 0x00100035;
944
945    /** (0010,0040) VR=CS VM=1 Patient's Sex */
946    public static final int PatientSex = 0x00100040;
947
948    /** (0010,0050) VR=SQ VM=1 Patient's Insurance Plan Code Sequence */
949    public static final int PatientInsurancePlanCodeSequence = 0x00100050;
950
951    /** (0010,0101) VR=SQ VM=1 Patient's Primary Language Code Sequence */
952    public static final int PatientPrimaryLanguageCodeSequence = 0x00100101;
953
954    /** (0010,0102) VR=SQ VM=1 Patient's Primary Language Modifier Code Sequence */
955    public static final int PatientPrimaryLanguageModifierCodeSequence = 0x00100102;
956
957    /** (0010,0200) VR=CS VM=1 Quality Control Subject */
958    public static final int QualityControlSubject = 0x00100200;
959
960    /** (0010,0201) VR=SQ VM=1 Quality Control Subject Type Code Sequence */
961    public static final int QualityControlSubjectTypeCodeSequence = 0x00100201;
962
963    /** (0010,0212) VR=UC VM=1 Strain Description */
964    public static final int StrainDescription = 0x00100212;
965
966    /** (0010,0213) VR=LO VM=1 Strain Nomenclature */
967    public static final int StrainNomenclature = 0x00100213;
968
969    /** (0010,0214) VR=LO VM=1 Strain Stock Number */
970    public static final int StrainStockNumber = 0x00100214;
971
972    /** (0010,0215) VR=SQ VM=1 Strain Source Registry Code Sequence */
973    public static final int StrainSourceRegistryCodeSequence = 0x00100215;
974
975    /** (0010,0216) VR=SQ VM=1 Strain Stock Sequence */
976    public static final int StrainStockSequence = 0x00100216;
977
978    /** (0010,0217) VR=LO VM=1 Strain Source */
979    public static final int StrainSource = 0x00100217;
980
981    /** (0010,0218) VR=UT VM=1 Strain Additional Information */
982    public static final int StrainAdditionalInformation = 0x00100218;
983
984    /** (0010,0219) VR=SQ VM=1 Strain Code Sequence */
985    public static final int StrainCodeSequence = 0x00100219;
986
987    /** (0010,0221) VR=SQ VM=1 Genetic Modifications Sequence */
988    public static final int GeneticModificationsSequence = 0x00100221;
989
990    /** (0010,0222) VR=UC VM=1 Genetic Modifications Description */
991    public static final int GeneticModificationsDescription = 0x00100222;
992
993    /** (0010,0223) VR=LO VM=1 Genetic Modifications Nomenclature */
994    public static final int GeneticModificationsNomenclature = 0x00100223;
995
996    /** (0010,0229) VR=SQ VM=1 Genetic Modifications Code Sequence */
997    public static final int GeneticModificationsCodeSequence = 0x00100229;
998
999    /** (0010,1000) VR=LO VM=1-n Other Patient IDs (retired) */
1000    public static final int OtherPatientIDs = 0x00101000;
1001
1002    /** (0010,1001) VR=PN VM=1-n Other Patient Names */
1003    public static final int OtherPatientNames = 0x00101001;
1004
1005    /** (0010,1002) VR=SQ VM=1 Other Patient IDs Sequence */
1006    public static final int OtherPatientIDsSequence = 0x00101002;
1007
1008    /** (0010,1005) VR=PN VM=1 Patient's Birth Name */
1009    public static final int PatientBirthName = 0x00101005;
1010
1011    /** (0010,1010) VR=AS VM=1 Patient's Age */
1012    public static final int PatientAge = 0x00101010;
1013
1014    /** (0010,1020) VR=DS VM=1 Patient's Size */
1015    public static final int PatientSize = 0x00101020;
1016
1017    /** (0010,1021) VR=SQ VM=1 Patient's Size Code Sequence */
1018    public static final int PatientSizeCodeSequence = 0x00101021;
1019
1020    /** (0010,1022) VR=DS VM=1 Patient's Body Mass Index */
1021    public static final int PatientBodyMassIndex = 0x00101022;
1022
1023    /** (0010,1023) VR=DS VM=1 Measured AP Dimension */
1024    public static final int MeasuredAPDimension = 0x00101023;
1025
1026    /** (0010,1024) VR=DS VM=1 Measured Lateral Dimension */
1027    public static final int MeasuredLateralDimension = 0x00101024;
1028
1029    /** (0010,1030) VR=DS VM=1 Patient's Weight */
1030    public static final int PatientWeight = 0x00101030;
1031
1032    /** (0010,1040) VR=LO VM=1 Patient's Address */
1033    public static final int PatientAddress = 0x00101040;
1034
1035    /** (0010,1050) VR=LO VM=1-n Insurance Plan Identification (retired) */
1036    public static final int InsurancePlanIdentification = 0x00101050;
1037
1038    /** (0010,1060) VR=PN VM=1 Patient's Mother's Birth Name */
1039    public static final int PatientMotherBirthName = 0x00101060;
1040
1041    /** (0010,1080) VR=LO VM=1 Military Rank */
1042    public static final int MilitaryRank = 0x00101080;
1043
1044    /** (0010,1081) VR=LO VM=1 Branch of Service */
1045    public static final int BranchOfService = 0x00101081;
1046
1047    /** (0010,1090) VR=LO VM=1 Medical Record Locator (retired) */
1048    public static final int MedicalRecordLocator = 0x00101090;
1049
1050    /** (0010,1100) VR=SQ VM=1 Referenced Patient Photo Sequence */
1051    public static final int ReferencedPatientPhotoSequence = 0x00101100;
1052
1053    /** (0010,2000) VR=LO VM=1-n Medical Alerts */
1054    public static final int MedicalAlerts = 0x00102000;
1055
1056    /** (0010,2110) VR=LO VM=1-n Allergies */
1057    public static final int Allergies = 0x00102110;
1058
1059    /** (0010,2150) VR=LO VM=1 Country of Residence */
1060    public static final int CountryOfResidence = 0x00102150;
1061
1062    /** (0010,2152) VR=LO VM=1 Region of Residence */
1063    public static final int RegionOfResidence = 0x00102152;
1064
1065    /** (0010,2154) VR=SH VM=1-n Patient's Telephone Numbers */
1066    public static final int PatientTelephoneNumbers = 0x00102154;
1067
1068    /** (0010,2155) VR=LT VM=1 Patient's Telecom Information */
1069    public static final int PatientTelecomInformation = 0x00102155;
1070
1071    /** (0010,2160) VR=SH VM=1 Ethnic Group */
1072    public static final int EthnicGroup = 0x00102160;
1073
1074    /** (0010,2180) VR=SH VM=1 Occupation */
1075    public static final int Occupation = 0x00102180;
1076
1077    /** (0010,21A0) VR=CS VM=1 Smoking Status */
1078    public static final int SmokingStatus = 0x001021A0;
1079
1080    /** (0010,21B0) VR=LT VM=1 Additional Patient History */
1081    public static final int AdditionalPatientHistory = 0x001021B0;
1082
1083    /** (0010,21C0) VR=US VM=1 Pregnancy Status */
1084    public static final int PregnancyStatus = 0x001021C0;
1085
1086    /** (0010,21D0) VR=DA VM=1 Last Menstrual Date */
1087    public static final int LastMenstrualDate = 0x001021D0;
1088
1089    /** (0010,21F0) VR=LO VM=1 Patient's Religious Preference */
1090    public static final int PatientReligiousPreference = 0x001021F0;
1091
1092    /** (0010,2201) VR=LO VM=1 Patient Species Description */
1093    public static final int PatientSpeciesDescription = 0x00102201;
1094
1095    /** (0010,2202) VR=SQ VM=1 Patient Species Code Sequence */
1096    public static final int PatientSpeciesCodeSequence = 0x00102202;
1097
1098    /** (0010,2203) VR=CS VM=1 Patient's Sex Neutered */
1099    public static final int PatientSexNeutered = 0x00102203;
1100
1101    /** (0010,2210) VR=CS VM=1 Anatomical Orientation Type */
1102    public static final int AnatomicalOrientationType = 0x00102210;
1103
1104    /** (0010,2292) VR=LO VM=1 Patient Breed Description */
1105    public static final int PatientBreedDescription = 0x00102292;
1106
1107    /** (0010,2293) VR=SQ VM=1 Patient Breed Code Sequence */
1108    public static final int PatientBreedCodeSequence = 0x00102293;
1109
1110    /** (0010,2294) VR=SQ VM=1 Breed Registration Sequence */
1111    public static final int BreedRegistrationSequence = 0x00102294;
1112
1113    /** (0010,2295) VR=LO VM=1 Breed Registration Number */
1114    public static final int BreedRegistrationNumber = 0x00102295;
1115
1116    /** (0010,2296) VR=SQ VM=1 Breed Registry Code Sequence */
1117    public static final int BreedRegistryCodeSequence = 0x00102296;
1118
1119    /** (0010,2297) VR=PN VM=1 Responsible Person */
1120    public static final int ResponsiblePerson = 0x00102297;
1121
1122    /** (0010,2298) VR=CS VM=1 Responsible Person Role */
1123    public static final int ResponsiblePersonRole = 0x00102298;
1124
1125    /** (0010,2299) VR=LO VM=1 Responsible Organization */
1126    public static final int ResponsibleOrganization = 0x00102299;
1127
1128    /** (0010,4000) VR=LT VM=1 Patient Comments */
1129    public static final int PatientComments = 0x00104000;
1130
1131    /** (0010,9431) VR=FL VM=1 Examined Body Thickness */
1132    public static final int ExaminedBodyThickness = 0x00109431;
1133
1134    /** (0012,0010) VR=LO VM=1 Clinical Trial Sponsor Name */
1135    public static final int ClinicalTrialSponsorName = 0x00120010;
1136
1137    /** (0012,0020) VR=LO VM=1 Clinical Trial Protocol ID */
1138    public static final int ClinicalTrialProtocolID = 0x00120020;
1139
1140    /** (0012,0021) VR=LO VM=1 Clinical Trial Protocol Name */
1141    public static final int ClinicalTrialProtocolName = 0x00120021;
1142
1143    /** (0012,0030) VR=LO VM=1 Clinical Trial Site ID */
1144    public static final int ClinicalTrialSiteID = 0x00120030;
1145
1146    /** (0012,0031) VR=LO VM=1 Clinical Trial Site Name */
1147    public static final int ClinicalTrialSiteName = 0x00120031;
1148
1149    /** (0012,0040) VR=LO VM=1 Clinical Trial Subject ID */
1150    public static final int ClinicalTrialSubjectID = 0x00120040;
1151
1152    /** (0012,0042) VR=LO VM=1 Clinical Trial Subject Reading ID */
1153    public static final int ClinicalTrialSubjectReadingID = 0x00120042;
1154
1155    /** (0012,0050) VR=LO VM=1 Clinical Trial Time Point ID */
1156    public static final int ClinicalTrialTimePointID = 0x00120050;
1157
1158    /** (0012,0051) VR=ST VM=1 Clinical Trial Time Point Description */
1159    public static final int ClinicalTrialTimePointDescription = 0x00120051;
1160
1161    /** (0012,0060) VR=LO VM=1 Clinical Trial Coordinating Center Name */
1162    public static final int ClinicalTrialCoordinatingCenterName = 0x00120060;
1163
1164    /** (0012,0062) VR=CS VM=1 Patient Identity Removed */
1165    public static final int PatientIdentityRemoved = 0x00120062;
1166
1167    /** (0012,0063) VR=LO VM=1-n De-identification Method */
1168    public static final int DeidentificationMethod = 0x00120063;
1169
1170    /** (0012,0064) VR=SQ VM=1 De-identification Method Code Sequence */
1171    public static final int DeidentificationMethodCodeSequence = 0x00120064;
1172
1173    /** (0012,0071) VR=LO VM=1 Clinical Trial Series ID */
1174    public static final int ClinicalTrialSeriesID = 0x00120071;
1175
1176    /** (0012,0072) VR=LO VM=1 Clinical Trial Series Description */
1177    public static final int ClinicalTrialSeriesDescription = 0x00120072;
1178
1179    /** (0012,0081) VR=LO VM=1 Clinical Trial Protocol Ethics Committee Name */
1180    public static final int ClinicalTrialProtocolEthicsCommitteeName = 0x00120081;
1181
1182    /** (0012,0082) VR=LO VM=1 Clinical Trial Protocol Ethics Committee Approval Number */
1183    public static final int ClinicalTrialProtocolEthicsCommitteeApprovalNumber = 0x00120082;
1184
1185    /** (0012,0083) VR=SQ VM=1 Consent for Clinical Trial Use Sequence */
1186    public static final int ConsentForClinicalTrialUseSequence = 0x00120083;
1187
1188    /** (0012,0084) VR=CS VM=1 Distribution Type */
1189    public static final int DistributionType = 0x00120084;
1190
1191    /** (0012,0085) VR=CS VM=1 Consent for Distribution Flag */
1192    public static final int ConsentForDistributionFlag = 0x00120085;
1193
1194    /** (0012,0086) VR=DA VM=1 Ethics Committee Approval Effectiveness Start Date */
1195    public static final int EthicsCommitteeApprovalEffectivenessStartDate = 0x00120086;
1196
1197    /** (0012,0087) VR=DA VM=1 Ethics Committee Approval Effectiveness End Date */
1198    public static final int EthicsCommitteeApprovalEffectivenessEndDate = 0x00120087;
1199
1200    /** (0014,0023) VR=ST VM=1 CAD File Format (retired) */
1201    public static final int CADFileFormat = 0x00140023;
1202
1203    /** (0014,0024) VR=ST VM=1 Component Reference System (retired) */
1204    public static final int ComponentReferenceSystem = 0x00140024;
1205
1206    /** (0014,0025) VR=ST VM=1 Component Manufacturing Procedure */
1207    public static final int ComponentManufacturingProcedure = 0x00140025;
1208
1209    /** (0014,0028) VR=ST VM=1 Component Manufacturer */
1210    public static final int ComponentManufacturer = 0x00140028;
1211
1212    /** (0014,0030) VR=DS VM=1-n Material Thickness */
1213    public static final int MaterialThickness = 0x00140030;
1214
1215    /** (0014,0032) VR=DS VM=1-n Material Pipe Diameter */
1216    public static final int MaterialPipeDiameter = 0x00140032;
1217
1218    /** (0014,0034) VR=DS VM=1-n Material Isolation Diameter */
1219    public static final int MaterialIsolationDiameter = 0x00140034;
1220
1221    /** (0014,0042) VR=ST VM=1 Material Grade */
1222    public static final int MaterialGrade = 0x00140042;
1223
1224    /** (0014,0044) VR=ST VM=1 Material Properties Description */
1225    public static final int MaterialPropertiesDescription = 0x00140044;
1226
1227    /** (0014,0045) VR=ST VM=1 Material Properties File Format (Retired) (retired) */
1228    public static final int MaterialPropertiesFileFormatRetired = 0x00140045;
1229
1230    /** (0014,0046) VR=LT VM=1 Material Notes */
1231    public static final int MaterialNotes = 0x00140046;
1232
1233    /** (0014,0050) VR=CS VM=1 Component Shape */
1234    public static final int ComponentShape = 0x00140050;
1235
1236    /** (0014,0052) VR=CS VM=1 Curvature Type */
1237    public static final int CurvatureType = 0x00140052;
1238
1239    /** (0014,0054) VR=DS VM=1 Outer Diameter */
1240    public static final int OuterDiameter = 0x00140054;
1241
1242    /** (0014,0056) VR=DS VM=1 Inner Diameter */
1243    public static final int InnerDiameter = 0x00140056;
1244
1245    /** (0014,0100) VR=LO VM=1-n Component Welder IDs */
1246    public static final int ComponentWelderIDs = 0x00140100;
1247
1248    /** (0014,0101) VR=CS VM=1 Secondary Approval Status */
1249    public static final int SecondaryApprovalStatus = 0x00140101;
1250
1251    /** (0014,0102) VR=DA VM=1 Secondary Review Date */
1252    public static final int SecondaryReviewDate = 0x00140102;
1253
1254    /** (0014,0103) VR=TM VM=1 Secondary Review Time */
1255    public static final int SecondaryReviewTime = 0x00140103;
1256
1257    /** (0014,0104) VR=PN VM=1 Secondary Reviewer Name */
1258    public static final int SecondaryReviewerName = 0x00140104;
1259
1260    /** (0014,0105) VR=ST VM=1 Repair ID */
1261    public static final int RepairID = 0x00140105;
1262
1263    /** (0014,0106) VR=SQ VM=1 Multiple Component Approval Sequence */
1264    public static final int MultipleComponentApprovalSequence = 0x00140106;
1265
1266    /** (0014,0107) VR=CS VM=1-n Other Approval Status */
1267    public static final int OtherApprovalStatus = 0x00140107;
1268
1269    /** (0014,0108) VR=CS VM=1-n Other Secondary Approval Status */
1270    public static final int OtherSecondaryApprovalStatus = 0x00140108;
1271
1272    /** (0014,1010) VR=ST VM=1 Actual Environmental Conditions */
1273    public static final int ActualEnvironmentalConditions = 0x00141010;
1274
1275    /** (0014,1020) VR=DA VM=1 Expiry Date */
1276    public static final int ExpiryDate = 0x00141020;
1277
1278    /** (0014,1040) VR=ST VM=1 Environmental Conditions */
1279    public static final int EnvironmentalConditions = 0x00141040;
1280
1281    /** (0014,2002) VR=SQ VM=1 Evaluator Sequence */
1282    public static final int EvaluatorSequence = 0x00142002;
1283
1284    /** (0014,2004) VR=IS VM=1 Evaluator Number */
1285    public static final int EvaluatorNumber = 0x00142004;
1286
1287    /** (0014,2006) VR=PN VM=1 Evaluator Name */
1288    public static final int EvaluatorName = 0x00142006;
1289
1290    /** (0014,2008) VR=IS VM=1 Evaluation Attempt */
1291    public static final int EvaluationAttempt = 0x00142008;
1292
1293    /** (0014,2012) VR=SQ VM=1 Indication Sequence */
1294    public static final int IndicationSequence = 0x00142012;
1295
1296    /** (0014,2014) VR=IS VM=1 Indication Number */
1297    public static final int IndicationNumber = 0x00142014;
1298
1299    /** (0014,2016) VR=SH VM=1 Indication Label */
1300    public static final int IndicationLabel = 0x00142016;
1301
1302    /** (0014,2018) VR=ST VM=1 Indication Description */
1303    public static final int IndicationDescription = 0x00142018;
1304
1305    /** (0014,201A) VR=CS VM=1-n Indication Type */
1306    public static final int IndicationType = 0x0014201A;
1307
1308    /** (0014,201C) VR=CS VM=1 Indication Disposition */
1309    public static final int IndicationDisposition = 0x0014201C;
1310
1311    /** (0014,201E) VR=SQ VM=1 Indication ROI Sequence */
1312    public static final int IndicationROISequence = 0x0014201E;
1313
1314    /** (0014,2030) VR=SQ VM=1 Indication Physical Property Sequence */
1315    public static final int IndicationPhysicalPropertySequence = 0x00142030;
1316
1317    /** (0014,2032) VR=SH VM=1 Property Label */
1318    public static final int PropertyLabel = 0x00142032;
1319
1320    /** (0014,2202) VR=IS VM=1 Coordinate System Number of Axes */
1321    public static final int CoordinateSystemNumberOfAxes = 0x00142202;
1322
1323    /** (0014,2204) VR=SQ VM=1 Coordinate System Axes Sequence */
1324    public static final int CoordinateSystemAxesSequence = 0x00142204;
1325
1326    /** (0014,2206) VR=ST VM=1 Coordinate System Axis Description */
1327    public static final int CoordinateSystemAxisDescription = 0x00142206;
1328
1329    /** (0014,2208) VR=CS VM=1 Coordinate System Data Set Mapping */
1330    public static final int CoordinateSystemDataSetMapping = 0x00142208;
1331
1332    /** (0014,220A) VR=IS VM=1 Coordinate System Axis Number */
1333    public static final int CoordinateSystemAxisNumber = 0x0014220A;
1334
1335    /** (0014,220C) VR=CS VM=1 Coordinate System Axis Type */
1336    public static final int CoordinateSystemAxisType = 0x0014220C;
1337
1338    /** (0014,220E) VR=CS VM=1 Coordinate System Axis Units */
1339    public static final int CoordinateSystemAxisUnits = 0x0014220E;
1340
1341    /** (0014,2210) VR=OB VM=1 Coordinate System Axis Values */
1342    public static final int CoordinateSystemAxisValues = 0x00142210;
1343
1344    /** (0014,2220) VR=SQ VM=1 Coordinate System Transform Sequence */
1345    public static final int CoordinateSystemTransformSequence = 0x00142220;
1346
1347    /** (0014,2222) VR=ST VM=1 Transform Description */
1348    public static final int TransformDescription = 0x00142222;
1349
1350    /** (0014,2224) VR=IS VM=1 Transform Number of Axes */
1351    public static final int TransformNumberOfAxes = 0x00142224;
1352
1353    /** (0014,2226) VR=IS VM=1-n Transform Order of Axes */
1354    public static final int TransformOrderOfAxes = 0x00142226;
1355
1356    /** (0014,2228) VR=CS VM=1 Transformed Axis Units */
1357    public static final int TransformedAxisUnits = 0x00142228;
1358
1359    /** (0014,222A) VR=DS VM=1-n Coordinate System Transform Rotation and Scale Matrix */
1360    public static final int CoordinateSystemTransformRotationAndScaleMatrix = 0x0014222A;
1361
1362    /** (0014,222C) VR=DS VM=1-n Coordinate System Transform Translation Matrix */
1363    public static final int CoordinateSystemTransformTranslationMatrix = 0x0014222C;
1364
1365    /** (0014,3011) VR=DS VM=1 Internal Detector Frame Time */
1366    public static final int InternalDetectorFrameTime = 0x00143011;
1367
1368    /** (0014,3012) VR=DS VM=1 Number of Frames Integrated */
1369    public static final int NumberOfFramesIntegrated = 0x00143012;
1370
1371    /** (0014,3020) VR=SQ VM=1 Detector Temperature Sequence */
1372    public static final int DetectorTemperatureSequence = 0x00143020;
1373
1374    /** (0014,3022) VR=ST VM=1 Sensor Name */
1375    public static final int SensorName = 0x00143022;
1376
1377    /** (0014,3024) VR=DS VM=1 Horizontal Offset of Sensor */
1378    public static final int HorizontalOffsetOfSensor = 0x00143024;
1379
1380    /** (0014,3026) VR=DS VM=1 Vertical Offset of Sensor */
1381    public static final int VerticalOffsetOfSensor = 0x00143026;
1382
1383    /** (0014,3028) VR=DS VM=1 Sensor Temperature */
1384    public static final int SensorTemperature = 0x00143028;
1385
1386    /** (0014,3040) VR=SQ VM=1 Dark Current Sequence */
1387    public static final int DarkCurrentSequence = 0x00143040;
1388
1389    /** (0014,3050) VR=OB or OW VM=1 Dark Current Counts */
1390    public static final int DarkCurrentCounts = 0x00143050;
1391
1392    /** (0014,3060) VR=SQ VM=1 Gain Correction Reference Sequence */
1393    public static final int GainCorrectionReferenceSequence = 0x00143060;
1394
1395    /** (0014,3070) VR=OB or OW VM=1 Air Counts */
1396    public static final int AirCounts = 0x00143070;
1397
1398    /** (0014,3071) VR=DS VM=1 KV Used in Gain Calibration */
1399    public static final int KVUsedInGainCalibration = 0x00143071;
1400
1401    /** (0014,3072) VR=DS VM=1 MA Used in Gain Calibration */
1402    public static final int MAUsedInGainCalibration = 0x00143072;
1403
1404    /** (0014,3073) VR=DS VM=1 Number of Frames Used for Integration */
1405    public static final int NumberOfFramesUsedForIntegration = 0x00143073;
1406
1407    /** (0014,3074) VR=LO VM=1 Filter Material Used in Gain Calibration */
1408    public static final int FilterMaterialUsedInGainCalibration = 0x00143074;
1409
1410    /** (0014,3075) VR=DS VM=1 Filter Thickness Used in Gain Calibration */
1411    public static final int FilterThicknessUsedInGainCalibration = 0x00143075;
1412
1413    /** (0014,3076) VR=DA VM=1 Date of Gain Calibration */
1414    public static final int DateOfGainCalibration = 0x00143076;
1415
1416    /** (0014,3077) VR=TM VM=1 Time of Gain Calibration */
1417    public static final int TimeOfGainCalibration = 0x00143077;
1418
1419    /** (0014,3080) VR=OB VM=1 Bad Pixel Image */
1420    public static final int BadPixelImage = 0x00143080;
1421
1422    /** (0014,3099) VR=LT VM=1 Calibration Notes */
1423    public static final int CalibrationNotes = 0x00143099;
1424
1425    /** (0014,4002) VR=SQ VM=1 Pulser Equipment Sequence */
1426    public static final int PulserEquipmentSequence = 0x00144002;
1427
1428    /** (0014,4004) VR=CS VM=1 Pulser Type */
1429    public static final int PulserType = 0x00144004;
1430
1431    /** (0014,4006) VR=LT VM=1 Pulser Notes */
1432    public static final int PulserNotes = 0x00144006;
1433
1434    /** (0014,4008) VR=SQ VM=1 Receiver Equipment Sequence */
1435    public static final int ReceiverEquipmentSequence = 0x00144008;
1436
1437    /** (0014,400A) VR=CS VM=1 Amplifier Type */
1438    public static final int AmplifierType = 0x0014400A;
1439
1440    /** (0014,400C) VR=LT VM=1 Receiver Notes */
1441    public static final int ReceiverNotes = 0x0014400C;
1442
1443    /** (0014,400E) VR=SQ VM=1 Pre-Amplifier Equipment Sequence */
1444    public static final int PreAmplifierEquipmentSequence = 0x0014400E;
1445
1446    /** (0014,400F) VR=LT VM=1 Pre-Amplifier Notes */
1447    public static final int PreAmplifierNotes = 0x0014400F;
1448
1449    /** (0014,4010) VR=SQ VM=1 Transmit Transducer Sequence */
1450    public static final int TransmitTransducerSequence = 0x00144010;
1451
1452    /** (0014,4011) VR=SQ VM=1 Receive Transducer Sequence */
1453    public static final int ReceiveTransducerSequence = 0x00144011;
1454
1455    /** (0014,4012) VR=US VM=1 Number of Elements */
1456    public static final int NumberOfElements = 0x00144012;
1457
1458    /** (0014,4013) VR=CS VM=1 Element Shape */
1459    public static final int ElementShape = 0x00144013;
1460
1461    /** (0014,4014) VR=DS VM=1 Element Dimension A */
1462    public static final int ElementDimensionA = 0x00144014;
1463
1464    /** (0014,4015) VR=DS VM=1 Element Dimension B */
1465    public static final int ElementDimensionB = 0x00144015;
1466
1467    /** (0014,4016) VR=DS VM=1 Element Pitch A */
1468    public static final int ElementPitchA = 0x00144016;
1469
1470    /** (0014,4017) VR=DS VM=1 Measured Beam Dimension A */
1471    public static final int MeasuredBeamDimensionA = 0x00144017;
1472
1473    /** (0014,4018) VR=DS VM=1 Measured Beam Dimension B */
1474    public static final int MeasuredBeamDimensionB = 0x00144018;
1475
1476    /** (0014,4019) VR=DS VM=1 Location of Measured Beam Diameter */
1477    public static final int LocationOfMeasuredBeamDiameter = 0x00144019;
1478
1479    /** (0014,401A) VR=DS VM=1 Nominal Frequency */
1480    public static final int NominalFrequency = 0x0014401A;
1481
1482    /** (0014,401B) VR=DS VM=1 Measured Center Frequency */
1483    public static final int MeasuredCenterFrequency = 0x0014401B;
1484
1485    /** (0014,401C) VR=DS VM=1 Measured Bandwidth */
1486    public static final int MeasuredBandwidth = 0x0014401C;
1487
1488    /** (0014,401D) VR=DS VM=1 Element Pitch B */
1489    public static final int ElementPitchB = 0x0014401D;
1490
1491    /** (0014,4020) VR=SQ VM=1 Pulser Settings Sequence */
1492    public static final int PulserSettingsSequence = 0x00144020;
1493
1494    /** (0014,4022) VR=DS VM=1 Pulse Width */
1495    public static final int PulseWidth = 0x00144022;
1496
1497    /** (0014,4024) VR=DS VM=1 Excitation Frequency */
1498    public static final int ExcitationFrequency = 0x00144024;
1499
1500    /** (0014,4026) VR=CS VM=1 Modulation Type */
1501    public static final int ModulationType = 0x00144026;
1502
1503    /** (0014,4028) VR=DS VM=1 Damping */
1504    public static final int Damping = 0x00144028;
1505
1506    /** (0014,4030) VR=SQ VM=1 Receiver Settings Sequence */
1507    public static final int ReceiverSettingsSequence = 0x00144030;
1508
1509    /** (0014,4031) VR=DS VM=1 Acquired Soundpath Length */
1510    public static final int AcquiredSoundpathLength = 0x00144031;
1511
1512    /** (0014,4032) VR=CS VM=1 Acquisition Compression Type */
1513    public static final int AcquisitionCompressionType = 0x00144032;
1514
1515    /** (0014,4033) VR=IS VM=1 Acquisition Sample Size */
1516    public static final int AcquisitionSampleSize = 0x00144033;
1517
1518    /** (0014,4034) VR=DS VM=1 Rectifier Smoothing */
1519    public static final int RectifierSmoothing = 0x00144034;
1520
1521    /** (0014,4035) VR=SQ VM=1 DAC Sequence */
1522    public static final int DACSequence = 0x00144035;
1523
1524    /** (0014,4036) VR=CS VM=1 DAC Type */
1525    public static final int DACType = 0x00144036;
1526
1527    /** (0014,4038) VR=DS VM=1-n DAC Gain Points */
1528    public static final int DACGainPoints = 0x00144038;
1529
1530    /** (0014,403A) VR=DS VM=1-n DAC Time Points */
1531    public static final int DACTimePoints = 0x0014403A;
1532
1533    /** (0014,403C) VR=DS VM=1-n DAC Amplitude */
1534    public static final int DACAmplitude = 0x0014403C;
1535
1536    /** (0014,4040) VR=SQ VM=1 Pre-Amplifier Settings Sequence */
1537    public static final int PreAmplifierSettingsSequence = 0x00144040;
1538
1539    /** (0014,4050) VR=SQ VM=1 Transmit Transducer Settings Sequence */
1540    public static final int TransmitTransducerSettingsSequence = 0x00144050;
1541
1542    /** (0014,4051) VR=SQ VM=1 Receive Transducer Settings Sequence */
1543    public static final int ReceiveTransducerSettingsSequence = 0x00144051;
1544
1545    /** (0014,4052) VR=DS VM=1 Incident Angle */
1546    public static final int IncidentAngle = 0x00144052;
1547
1548    /** (0014,4054) VR=ST VM=1 Coupling Technique */
1549    public static final int CouplingTechnique = 0x00144054;
1550
1551    /** (0014,4056) VR=ST VM=1 Coupling Medium */
1552    public static final int CouplingMedium = 0x00144056;
1553
1554    /** (0014,4057) VR=DS VM=1 Coupling Velocity */
1555    public static final int CouplingVelocity = 0x00144057;
1556
1557    /** (0014,4058) VR=DS VM=1 Probe Center Location X */
1558    public static final int ProbeCenterLocationX = 0x00144058;
1559
1560    /** (0014,4059) VR=DS VM=1 Probe Center Location Z */
1561    public static final int ProbeCenterLocationZ = 0x00144059;
1562
1563    /** (0014,405A) VR=DS VM=1 Sound Path Length */
1564    public static final int SoundPathLength = 0x0014405A;
1565
1566    /** (0014,405C) VR=ST VM=1 Delay Law Identifier */
1567    public static final int DelayLawIdentifier = 0x0014405C;
1568
1569    /** (0014,4060) VR=SQ VM=1 Gate Settings Sequence */
1570    public static final int GateSettingsSequence = 0x00144060;
1571
1572    /** (0014,4062) VR=DS VM=1 Gate Threshold */
1573    public static final int GateThreshold = 0x00144062;
1574
1575    /** (0014,4064) VR=DS VM=1 Velocity of Sound */
1576    public static final int VelocityOfSound = 0x00144064;
1577
1578    /** (0014,4070) VR=SQ VM=1 Calibration Settings Sequence */
1579    public static final int CalibrationSettingsSequence = 0x00144070;
1580
1581    /** (0014,4072) VR=ST VM=1 Calibration Procedure */
1582    public static final int CalibrationProcedure = 0x00144072;
1583
1584    /** (0014,4074) VR=SH VM=1 Procedure Version */
1585    public static final int ProcedureVersion = 0x00144074;
1586
1587    /** (0014,4076) VR=DA VM=1 Procedure Creation Date */
1588    public static final int ProcedureCreationDate = 0x00144076;
1589
1590    /** (0014,4078) VR=DA VM=1 Procedure Expiration Date */
1591    public static final int ProcedureExpirationDate = 0x00144078;
1592
1593    /** (0014,407A) VR=DA VM=1 Procedure Last Modified Date */
1594    public static final int ProcedureLastModifiedDate = 0x0014407A;
1595
1596    /** (0014,407C) VR=TM VM=1-n Calibration Time */
1597    public static final int CalibrationTime = 0x0014407C;
1598
1599    /** (0014,407E) VR=DA VM=1-n Calibration Date */
1600    public static final int CalibrationDate = 0x0014407E;
1601
1602    /** (0014,4080) VR=SQ VM=1 Probe Drive Equipment Sequence */
1603    public static final int ProbeDriveEquipmentSequence = 0x00144080;
1604
1605    /** (0014,4081) VR=CS VM=1 Drive Type */
1606    public static final int DriveType = 0x00144081;
1607
1608    /** (0014,4082) VR=LT VM=1 Probe Drive Notes */
1609    public static final int ProbeDriveNotes = 0x00144082;
1610
1611    /** (0014,4083) VR=SQ VM=1 Drive Probe Sequence */
1612    public static final int DriveProbeSequence = 0x00144083;
1613
1614    /** (0014,4084) VR=DS VM=1 Probe Inductance */
1615    public static final int ProbeInductance = 0x00144084;
1616
1617    /** (0014,4085) VR=DS VM=1 Probe Resistance */
1618    public static final int ProbeResistance = 0x00144085;
1619
1620    /** (0014,4086) VR=SQ VM=1 Receive Probe Sequence */
1621    public static final int ReceiveProbeSequence = 0x00144086;
1622
1623    /** (0014,4087) VR=SQ VM=1 Probe Drive Settings Sequence */
1624    public static final int ProbeDriveSettingsSequence = 0x00144087;
1625
1626    /** (0014,4088) VR=DS VM=1 Bridge Resistors */
1627    public static final int BridgeResistors = 0x00144088;
1628
1629    /** (0014,4089) VR=DS VM=1 Probe Orientation Angle */
1630    public static final int ProbeOrientationAngle = 0x00144089;
1631
1632    /** (0014,408B) VR=DS VM=1 User Selected Gain Y */
1633    public static final int UserSelectedGainY = 0x0014408B;
1634
1635    /** (0014,408C) VR=DS VM=1 User Selected Phase */
1636    public static final int UserSelectedPhase = 0x0014408C;
1637
1638    /** (0014,408D) VR=DS VM=1 User Selected Offset X */
1639    public static final int UserSelectedOffsetX = 0x0014408D;
1640
1641    /** (0014,408E) VR=DS VM=1 User Selected Offset Y */
1642    public static final int UserSelectedOffsetY = 0x0014408E;
1643
1644    /** (0014,4091) VR=SQ VM=1 Channel Settings Sequence */
1645    public static final int ChannelSettingsSequence = 0x00144091;
1646
1647    /** (0014,4092) VR=DS VM=1 Channel Threshold */
1648    public static final int ChannelThreshold = 0x00144092;
1649
1650    /** (0014,409A) VR=SQ VM=1 Scanner Settings Sequence */
1651    public static final int ScannerSettingsSequence = 0x0014409A;
1652
1653    /** (0014,409B) VR=ST VM=1 Scan Procedure */
1654    public static final int ScanProcedure = 0x0014409B;
1655
1656    /** (0014,409C) VR=DS VM=1 Translation Rate X */
1657    public static final int TranslationRateX = 0x0014409C;
1658
1659    /** (0014,409D) VR=DS VM=1 Translation Rate Y */
1660    public static final int TranslationRateY = 0x0014409D;
1661
1662    /** (0014,409F) VR=DS VM=1 Channel Overlap */
1663    public static final int ChannelOverlap = 0x0014409F;
1664
1665    /** (0014,40A0) VR=LO VM=1 Image Quality Indicator Type */
1666    public static final int ImageQualityIndicatorType = 0x001440A0;
1667
1668    /** (0014,40A1) VR=LO VM=1 Image Quality Indicator Material */
1669    public static final int ImageQualityIndicatorMaterial = 0x001440A1;
1670
1671    /** (0014,40A2) VR=LO VM=1 Image Quality Indicator Size */
1672    public static final int ImageQualityIndicatorSize = 0x001440A2;
1673
1674    /** (0014,5002) VR=IS VM=1 LINAC Energy */
1675    public static final int LINACEnergy = 0x00145002;
1676
1677    /** (0014,5004) VR=IS VM=1 LINAC Output */
1678    public static final int LINACOutput = 0x00145004;
1679
1680    /** (0014,5100) VR=US VM=1 Active Aperture */
1681    public static final int ActiveAperture = 0x00145100;
1682
1683    /** (0014,5101) VR=DS VM=1 Total Aperture */
1684    public static final int TotalAperture = 0x00145101;
1685
1686    /** (0014,5102) VR=DS VM=1 Aperture Elevation */
1687    public static final int ApertureElevation = 0x00145102;
1688
1689    /** (0014,5103) VR=DS VM=1 Main Lobe Angle */
1690    public static final int MainLobeAngle = 0x00145103;
1691
1692    /** (0014,5104) VR=DS VM=1 Main Roof Angle */
1693    public static final int MainRoofAngle = 0x00145104;
1694
1695    /** (0014,5105) VR=CS VM=1 Connector Type */
1696    public static final int ConnectorType = 0x00145105;
1697
1698    /** (0014,5106) VR=SH VM=1 Wedge Model Number */
1699    public static final int WedgeModelNumber = 0x00145106;
1700
1701    /** (0014,5107) VR=DS VM=1 Wedge Angle Float */
1702    public static final int WedgeAngleFloat = 0x00145107;
1703
1704    /** (0014,5108) VR=DS VM=1 Wedge Roof Angle */
1705    public static final int WedgeRoofAngle = 0x00145108;
1706
1707    /** (0014,5109) VR=CS VM=1 Wedge Element 1 Position */
1708    public static final int WedgeElement1Position = 0x00145109;
1709
1710    /** (0014,510A) VR=DS VM=1 Wedge Material Velocity */
1711    public static final int WedgeMaterialVelocity = 0x0014510A;
1712
1713    /** (0014,510B) VR=SH VM=1 Wedge Material */
1714    public static final int WedgeMaterial = 0x0014510B;
1715
1716    /** (0014,510C) VR=DS VM=1 Wedge Offset Z */
1717    public static final int WedgeOffsetZ = 0x0014510C;
1718
1719    /** (0014,510D) VR=DS VM=1 Wedge Origin Offset X */
1720    public static final int WedgeOriginOffsetX = 0x0014510D;
1721
1722    /** (0014,510E) VR=DS VM=1 Wedge Time Delay */
1723    public static final int WedgeTimeDelay = 0x0014510E;
1724
1725    /** (0014,510F) VR=SH VM=1 Wedge Name */
1726    public static final int WedgeName = 0x0014510F;
1727
1728    /** (0014,5110) VR=SH VM=1 Wedge Manufacturer Name */
1729    public static final int WedgeManufacturerName = 0x00145110;
1730
1731    /** (0014,5111) VR=LO VM=1 Wedge Description */
1732    public static final int WedgeDescription = 0x00145111;
1733
1734    /** (0014,5112) VR=DS VM=1 Nominal Beam Angle */
1735    public static final int NominalBeamAngle = 0x00145112;
1736
1737    /** (0014,5113) VR=DS VM=1 Wedge Offset X */
1738    public static final int WedgeOffsetX = 0x00145113;
1739
1740    /** (0014,5114) VR=DS VM=1 Wedge Offset Y */
1741    public static final int WedgeOffsetY = 0x00145114;
1742
1743    /** (0014,5115) VR=DS VM=1 Wedge Total Length */
1744    public static final int WedgeTotalLength = 0x00145115;
1745
1746    /** (0014,5116) VR=DS VM=1 Wedge In Contact Length */
1747    public static final int WedgeInContactLength = 0x00145116;
1748
1749    /** (0014,5117) VR=DS VM=1 Wedge Front Gap */
1750    public static final int WedgeFrontGap = 0x00145117;
1751
1752    /** (0014,5118) VR=DS VM=1 Wedge Total Height */
1753    public static final int WedgeTotalHeight = 0x00145118;
1754
1755    /** (0014,5119) VR=DS VM=1 Wedge Front Height */
1756    public static final int WedgeFrontHeight = 0x00145119;
1757
1758    /** (0014,511A) VR=DS VM=1 Wedge Rear Height */
1759    public static final int WedgeRearHeight = 0x0014511A;
1760
1761    /** (0014,511B) VR=DS VM=1 Wedge Total Width */
1762    public static final int WedgeTotalWidth = 0x0014511B;
1763
1764    /** (0014,511C) VR=DS VM=1 Wedge In Contact Width */
1765    public static final int WedgeInContactWidth = 0x0014511C;
1766
1767    /** (0014,511D) VR=DS VM=1 Wedge Chamfer Height */
1768    public static final int WedgeChamferHeight = 0x0014511D;
1769
1770    /** (0014,511E) VR=CS VM=1 Wedge Curve */
1771    public static final int WedgeCurve = 0x0014511E;
1772
1773    /** (0014,511F) VR=DS VM=1 Radius Along the Wedge */
1774    public static final int RadiusAlongWedge = 0x0014511F;
1775
1776    /** (0018,0010) VR=LO VM=1 Contrast/Bolus Agent */
1777    public static final int ContrastBolusAgent = 0x00180010;
1778
1779    /** (0018,0012) VR=SQ VM=1 Contrast/Bolus Agent Sequence */
1780    public static final int ContrastBolusAgentSequence = 0x00180012;
1781
1782    /** (0018,0013) VR=FL VM=1 Contrast/Bolus T1 Relaxivity */
1783    public static final int ContrastBolusT1Relaxivity = 0x00180013;
1784
1785    /** (0018,0014) VR=SQ VM=1 Contrast/Bolus Administration Route Sequence */
1786    public static final int ContrastBolusAdministrationRouteSequence = 0x00180014;
1787
1788    /** (0018,0015) VR=CS VM=1 Body Part Examined */
1789    public static final int BodyPartExamined = 0x00180015;
1790
1791    /** (0018,0020) VR=CS VM=1-n Scanning Sequence */
1792    public static final int ScanningSequence = 0x00180020;
1793
1794    /** (0018,0021) VR=CS VM=1-n Sequence Variant */
1795    public static final int SequenceVariant = 0x00180021;
1796
1797    /** (0018,0022) VR=CS VM=1-n Scan Options */
1798    public static final int ScanOptions = 0x00180022;
1799
1800    /** (0018,0023) VR=CS VM=1 MR Acquisition Type */
1801    public static final int MRAcquisitionType = 0x00180023;
1802
1803    /** (0018,0024) VR=SH VM=1 Sequence Name */
1804    public static final int SequenceName = 0x00180024;
1805
1806    /** (0018,0025) VR=CS VM=1 Angio Flag */
1807    public static final int AngioFlag = 0x00180025;
1808
1809    /** (0018,0026) VR=SQ VM=1 Intervention Drug Information Sequence */
1810    public static final int InterventionDrugInformationSequence = 0x00180026;
1811
1812    /** (0018,0027) VR=TM VM=1 Intervention Drug Stop Time */
1813    public static final int InterventionDrugStopTime = 0x00180027;
1814
1815    /** (0018,0028) VR=DS VM=1 Intervention Drug Dose */
1816    public static final int InterventionDrugDose = 0x00180028;
1817
1818    /** (0018,0029) VR=SQ VM=1 Intervention Drug Code Sequence */
1819    public static final int InterventionDrugCodeSequence = 0x00180029;
1820
1821    /** (0018,002A) VR=SQ VM=1 Additional Drug Sequence */
1822    public static final int AdditionalDrugSequence = 0x0018002A;
1823
1824    /** (0018,0030) VR=LO VM=1-n Radionuclide (retired) */
1825    public static final int Radionuclide = 0x00180030;
1826
1827    /** (0018,0031) VR=LO VM=1 Radiopharmaceutical */
1828    public static final int Radiopharmaceutical = 0x00180031;
1829
1830    /** (0018,0032) VR=DS VM=1 Energy Window Centerline (retired) */
1831    public static final int EnergyWindowCenterline = 0x00180032;
1832
1833    /** (0018,0033) VR=DS VM=1-n Energy Window Total Width (retired) */
1834    public static final int EnergyWindowTotalWidth = 0x00180033;
1835
1836    /** (0018,0034) VR=LO VM=1 Intervention Drug Name */
1837    public static final int InterventionDrugName = 0x00180034;
1838
1839    /** (0018,0035) VR=TM VM=1 Intervention Drug Start Time */
1840    public static final int InterventionDrugStartTime = 0x00180035;
1841
1842    /** (0018,0036) VR=SQ VM=1 Intervention Sequence */
1843    public static final int InterventionSequence = 0x00180036;
1844
1845    /** (0018,0037) VR=CS VM=1 Therapy Type (retired) */
1846    public static final int TherapyType = 0x00180037;
1847
1848    /** (0018,0038) VR=CS VM=1 Intervention Status */
1849    public static final int InterventionStatus = 0x00180038;
1850
1851    /** (0018,0039) VR=CS VM=1 Therapy Description (retired) */
1852    public static final int TherapyDescription = 0x00180039;
1853
1854    /** (0018,003A) VR=ST VM=1 Intervention Description */
1855    public static final int InterventionDescription = 0x0018003A;
1856
1857    /** (0018,0040) VR=IS VM=1 Cine Rate */
1858    public static final int CineRate = 0x00180040;
1859
1860    /** (0018,0042) VR=CS VM=1 Initial Cine Run State */
1861    public static final int InitialCineRunState = 0x00180042;
1862
1863    /** (0018,0050) VR=DS VM=1 Slice Thickness */
1864    public static final int SliceThickness = 0x00180050;
1865
1866    /** (0018,0060) VR=DS VM=1 KVP */
1867    public static final int KVP = 0x00180060;
1868
1869    /** (0018,0070) VR=IS VM=1 Counts Accumulated */
1870    public static final int CountsAccumulated = 0x00180070;
1871
1872    /** (0018,0071) VR=CS VM=1 Acquisition Termination Condition */
1873    public static final int AcquisitionTerminationCondition = 0x00180071;
1874
1875    /** (0018,0072) VR=DS VM=1 Effective Duration */
1876    public static final int EffectiveDuration = 0x00180072;
1877
1878    /** (0018,0073) VR=CS VM=1 Acquisition Start Condition */
1879    public static final int AcquisitionStartCondition = 0x00180073;
1880
1881    /** (0018,0074) VR=IS VM=1 Acquisition Start Condition Data */
1882    public static final int AcquisitionStartConditionData = 0x00180074;
1883
1884    /** (0018,0075) VR=IS VM=1 Acquisition Termination Condition Data */
1885    public static final int AcquisitionTerminationConditionData = 0x00180075;
1886
1887    /** (0018,0080) VR=DS VM=1 Repetition Time */
1888    public static final int RepetitionTime = 0x00180080;
1889
1890    /** (0018,0081) VR=DS VM=1 Echo Time */
1891    public static final int EchoTime = 0x00180081;
1892
1893    /** (0018,0082) VR=DS VM=1 Inversion Time */
1894    public static final int InversionTime = 0x00180082;
1895
1896    /** (0018,0083) VR=DS VM=1 Number of Averages */
1897    public static final int NumberOfAverages = 0x00180083;
1898
1899    /** (0018,0084) VR=DS VM=1 Imaging Frequency */
1900    public static final int ImagingFrequency = 0x00180084;
1901
1902    /** (0018,0085) VR=SH VM=1 Imaged Nucleus */
1903    public static final int ImagedNucleus = 0x00180085;
1904
1905    /** (0018,0086) VR=IS VM=1-n Echo Number(s) */
1906    public static final int EchoNumbers = 0x00180086;
1907
1908    /** (0018,0087) VR=DS VM=1 Magnetic Field Strength */
1909    public static final int MagneticFieldStrength = 0x00180087;
1910
1911    /** (0018,0088) VR=DS VM=1 Spacing Between Slices */
1912    public static final int SpacingBetweenSlices = 0x00180088;
1913
1914    /** (0018,0089) VR=IS VM=1 Number of Phase Encoding Steps */
1915    public static final int NumberOfPhaseEncodingSteps = 0x00180089;
1916
1917    /** (0018,0090) VR=DS VM=1 Data Collection Diameter */
1918    public static final int DataCollectionDiameter = 0x00180090;
1919
1920    /** (0018,0091) VR=IS VM=1 Echo Train Length */
1921    public static final int EchoTrainLength = 0x00180091;
1922
1923    /** (0018,0093) VR=DS VM=1 Percent Sampling */
1924    public static final int PercentSampling = 0x00180093;
1925
1926    /** (0018,0094) VR=DS VM=1 Percent Phase Field of View */
1927    public static final int PercentPhaseFieldOfView = 0x00180094;
1928
1929    /** (0018,0095) VR=DS VM=1 Pixel Bandwidth */
1930    public static final int PixelBandwidth = 0x00180095;
1931
1932    /** (0018,1000) VR=LO VM=1 Device Serial Number */
1933    public static final int DeviceSerialNumber = 0x00181000;
1934
1935    /** (0018,1002) VR=UI VM=1 Device UID */
1936    public static final int DeviceUID = 0x00181002;
1937
1938    /** (0018,1003) VR=LO VM=1 Device ID */
1939    public static final int DeviceID = 0x00181003;
1940
1941    /** (0018,1004) VR=LO VM=1 Plate ID */
1942    public static final int PlateID = 0x00181004;
1943
1944    /** (0018,1005) VR=LO VM=1 Generator ID */
1945    public static final int GeneratorID = 0x00181005;
1946
1947    /** (0018,1006) VR=LO VM=1 Grid ID */
1948    public static final int GridID = 0x00181006;
1949
1950    /** (0018,1007) VR=LO VM=1 Cassette ID */
1951    public static final int CassetteID = 0x00181007;
1952
1953    /** (0018,1008) VR=LO VM=1 Gantry ID */
1954    public static final int GantryID = 0x00181008;
1955
1956    /** (0018,1009) VR=UT VM=1 Unique Device Identifier */
1957    public static final int UniqueDeviceIdentifier = 0x00181009;
1958
1959    /** (0018,100A) VR=SQ VM=1 UDI Sequence */
1960    public static final int UDISequence = 0x0018100A;
1961
1962    /** (0018,1010) VR=LO VM=1 Secondary Capture Device ID */
1963    public static final int SecondaryCaptureDeviceID = 0x00181010;
1964
1965    /** (0018,1011) VR=LO VM=1 Hardcopy Creation Device ID (retired) */
1966    public static final int HardcopyCreationDeviceID = 0x00181011;
1967
1968    /** (0018,1012) VR=DA VM=1 Date of Secondary Capture */
1969    public static final int DateOfSecondaryCapture = 0x00181012;
1970
1971    /** (0018,1014) VR=TM VM=1 Time of Secondary Capture */
1972    public static final int TimeOfSecondaryCapture = 0x00181014;
1973
1974    /** (0018,1016) VR=LO VM=1 Secondary Capture Device Manufacturer */
1975    public static final int SecondaryCaptureDeviceManufacturer = 0x00181016;
1976
1977    /** (0018,1017) VR=LO VM=1 Hardcopy Device Manufacturer (retired) */
1978    public static final int HardcopyDeviceManufacturer = 0x00181017;
1979
1980    /** (0018,1018) VR=LO VM=1 Secondary Capture Device Manufacturer's Model Name */
1981    public static final int SecondaryCaptureDeviceManufacturerModelName = 0x00181018;
1982
1983    /** (0018,1019) VR=LO VM=1-n Secondary Capture Device Software Versions */
1984    public static final int SecondaryCaptureDeviceSoftwareVersions = 0x00181019;
1985
1986    /** (0018,101A) VR=LO VM=1-n Hardcopy Device Software Version (retired) */
1987    public static final int HardcopyDeviceSoftwareVersion = 0x0018101A;
1988
1989    /** (0018,101B) VR=LO VM=1 Hardcopy Device Manufacturer's Model Name (retired) */
1990    public static final int HardcopyDeviceManufacturerModelName = 0x0018101B;
1991
1992    /** (0018,1020) VR=LO VM=1-n Software Version(s) */
1993    public static final int SoftwareVersions = 0x00181020;
1994
1995    /** (0018,1022) VR=SH VM=1 Video Image Format Acquired */
1996    public static final int VideoImageFormatAcquired = 0x00181022;
1997
1998    /** (0018,1023) VR=LO VM=1 Digital Image Format Acquired */
1999    public static final int DigitalImageFormatAcquired = 0x00181023;
2000
2001    /** (0018,1030) VR=LO VM=1 Protocol Name */
2002    public static final int ProtocolName = 0x00181030;
2003
2004    /** (0018,1040) VR=LO VM=1 Contrast/Bolus Route */
2005    public static final int ContrastBolusRoute = 0x00181040;
2006
2007    /** (0018,1041) VR=DS VM=1 Contrast/Bolus Volume */
2008    public static final int ContrastBolusVolume = 0x00181041;
2009
2010    /** (0018,1042) VR=TM VM=1 Contrast/Bolus Start Time */
2011    public static final int ContrastBolusStartTime = 0x00181042;
2012
2013    /** (0018,1043) VR=TM VM=1 Contrast/Bolus Stop Time */
2014    public static final int ContrastBolusStopTime = 0x00181043;
2015
2016    /** (0018,1044) VR=DS VM=1 Contrast/Bolus Total Dose */
2017    public static final int ContrastBolusTotalDose = 0x00181044;
2018
2019    /** (0018,1045) VR=IS VM=1 Syringe Counts */
2020    public static final int SyringeCounts = 0x00181045;
2021
2022    /** (0018,1046) VR=DS VM=1-n Contrast Flow Rate */
2023    public static final int ContrastFlowRate = 0x00181046;
2024
2025    /** (0018,1047) VR=DS VM=1-n Contrast Flow Duration */
2026    public static final int ContrastFlowDuration = 0x00181047;
2027
2028    /** (0018,1048) VR=CS VM=1 Contrast/Bolus Ingredient */
2029    public static final int ContrastBolusIngredient = 0x00181048;
2030
2031    /** (0018,1049) VR=DS VM=1 Contrast/Bolus Ingredient Concentration */
2032    public static final int ContrastBolusIngredientConcentration = 0x00181049;
2033
2034    /** (0018,1050) VR=DS VM=1 Spatial Resolution */
2035    public static final int SpatialResolution = 0x00181050;
2036
2037    /** (0018,1060) VR=DS VM=1 Trigger Time */
2038    public static final int TriggerTime = 0x00181060;
2039
2040    /** (0018,1061) VR=LO VM=1 Trigger Source or Type */
2041    public static final int TriggerSourceOrType = 0x00181061;
2042
2043    /** (0018,1062) VR=IS VM=1 Nominal Interval */
2044    public static final int NominalInterval = 0x00181062;
2045
2046    /** (0018,1063) VR=DS VM=1 Frame Time */
2047    public static final int FrameTime = 0x00181063;
2048
2049    /** (0018,1064) VR=LO VM=1 Cardiac Framing Type */
2050    public static final int CardiacFramingType = 0x00181064;
2051
2052    /** (0018,1065) VR=DS VM=1-n Frame Time Vector */
2053    public static final int FrameTimeVector = 0x00181065;
2054
2055    /** (0018,1066) VR=DS VM=1 Frame Delay */
2056    public static final int FrameDelay = 0x00181066;
2057
2058    /** (0018,1067) VR=DS VM=1 Image Trigger Delay */
2059    public static final int ImageTriggerDelay = 0x00181067;
2060
2061    /** (0018,1068) VR=DS VM=1 Multiplex Group Time Offset */
2062    public static final int MultiplexGroupTimeOffset = 0x00181068;
2063
2064    /** (0018,1069) VR=DS VM=1 Trigger Time Offset */
2065    public static final int TriggerTimeOffset = 0x00181069;
2066
2067    /** (0018,106A) VR=CS VM=1 Synchronization Trigger */
2068    public static final int SynchronizationTrigger = 0x0018106A;
2069
2070    /** (0018,106C) VR=US VM=2 Synchronization Channel */
2071    public static final int SynchronizationChannel = 0x0018106C;
2072
2073    /** (0018,106E) VR=UL VM=1 Trigger Sample Position */
2074    public static final int TriggerSamplePosition = 0x0018106E;
2075
2076    /** (0018,1070) VR=LO VM=1 Radiopharmaceutical Route */
2077    public static final int RadiopharmaceuticalRoute = 0x00181070;
2078
2079    /** (0018,1071) VR=DS VM=1 Radiopharmaceutical Volume */
2080    public static final int RadiopharmaceuticalVolume = 0x00181071;
2081
2082    /** (0018,1072) VR=TM VM=1 Radiopharmaceutical Start Time */
2083    public static final int RadiopharmaceuticalStartTime = 0x00181072;
2084
2085    /** (0018,1073) VR=TM VM=1 Radiopharmaceutical Stop Time */
2086    public static final int RadiopharmaceuticalStopTime = 0x00181073;
2087
2088    /** (0018,1074) VR=DS VM=1 Radionuclide Total Dose */
2089    public static final int RadionuclideTotalDose = 0x00181074;
2090
2091    /** (0018,1075) VR=DS VM=1 Radionuclide Half Life */
2092    public static final int RadionuclideHalfLife = 0x00181075;
2093
2094    /** (0018,1076) VR=DS VM=1 Radionuclide Positron Fraction */
2095    public static final int RadionuclidePositronFraction = 0x00181076;
2096
2097    /** (0018,1077) VR=DS VM=1 Radiopharmaceutical Specific Activity */
2098    public static final int RadiopharmaceuticalSpecificActivity = 0x00181077;
2099
2100    /** (0018,1078) VR=DT VM=1 Radiopharmaceutical Start DateTime */
2101    public static final int RadiopharmaceuticalStartDateTime = 0x00181078;
2102
2103    /** (0018,1079) VR=DT VM=1 Radiopharmaceutical Stop DateTime */
2104    public static final int RadiopharmaceuticalStopDateTime = 0x00181079;
2105
2106    /** (0018,1080) VR=CS VM=1 Beat Rejection Flag */
2107    public static final int BeatRejectionFlag = 0x00181080;
2108
2109    /** (0018,1081) VR=IS VM=1 Low R-R Value */
2110    public static final int LowRRValue = 0x00181081;
2111
2112    /** (0018,1082) VR=IS VM=1 High R-R Value */
2113    public static final int HighRRValue = 0x00181082;
2114
2115    /** (0018,1083) VR=IS VM=1 Intervals Acquired */
2116    public static final int IntervalsAcquired = 0x00181083;
2117
2118    /** (0018,1084) VR=IS VM=1 Intervals Rejected */
2119    public static final int IntervalsRejected = 0x00181084;
2120
2121    /** (0018,1085) VR=LO VM=1 PVC Rejection */
2122    public static final int PVCRejection = 0x00181085;
2123
2124    /** (0018,1086) VR=IS VM=1 Skip Beats */
2125    public static final int SkipBeats = 0x00181086;
2126
2127    /** (0018,1088) VR=IS VM=1 Heart Rate */
2128    public static final int HeartRate = 0x00181088;
2129
2130    /** (0018,1090) VR=IS VM=1 Cardiac Number of Images */
2131    public static final int CardiacNumberOfImages = 0x00181090;
2132
2133    /** (0018,1094) VR=IS VM=1 Trigger Window */
2134    public static final int TriggerWindow = 0x00181094;
2135
2136    /** (0018,1100) VR=DS VM=1 Reconstruction Diameter */
2137    public static final int ReconstructionDiameter = 0x00181100;
2138
2139    /** (0018,1110) VR=DS VM=1 Distance Source to Detector */
2140    public static final int DistanceSourceToDetector = 0x00181110;
2141
2142    /** (0018,1111) VR=DS VM=1 Distance Source to Patient */
2143    public static final int DistanceSourceToPatient = 0x00181111;
2144
2145    /** (0018,1114) VR=DS VM=1 Estimated Radiographic Magnification Factor */
2146    public static final int EstimatedRadiographicMagnificationFactor = 0x00181114;
2147
2148    /** (0018,1120) VR=DS VM=1 Gantry/Detector Tilt */
2149    public static final int GantryDetectorTilt = 0x00181120;
2150
2151    /** (0018,1121) VR=DS VM=1 Gantry/Detector Slew */
2152    public static final int GantryDetectorSlew = 0x00181121;
2153
2154    /** (0018,1130) VR=DS VM=1 Table Height */
2155    public static final int TableHeight = 0x00181130;
2156
2157    /** (0018,1131) VR=DS VM=1 Table Traverse */
2158    public static final int TableTraverse = 0x00181131;
2159
2160    /** (0018,1134) VR=CS VM=1 Table Motion */
2161    public static final int TableMotion = 0x00181134;
2162
2163    /** (0018,1135) VR=DS VM=1-n Table Vertical Increment */
2164    public static final int TableVerticalIncrement = 0x00181135;
2165
2166    /** (0018,1136) VR=DS VM=1-n Table Lateral Increment */
2167    public static final int TableLateralIncrement = 0x00181136;
2168
2169    /** (0018,1137) VR=DS VM=1-n Table Longitudinal Increment */
2170    public static final int TableLongitudinalIncrement = 0x00181137;
2171
2172    /** (0018,1138) VR=DS VM=1 Table Angle */
2173    public static final int TableAngle = 0x00181138;
2174
2175    /** (0018,113A) VR=CS VM=1 Table Type */
2176    public static final int TableType = 0x0018113A;
2177
2178    /** (0018,1140) VR=CS VM=1 Rotation Direction */
2179    public static final int RotationDirection = 0x00181140;
2180
2181    /** (0018,1141) VR=DS VM=1 Angular Position (retired) */
2182    public static final int AngularPosition = 0x00181141;
2183
2184    /** (0018,1142) VR=DS VM=1-n Radial Position */
2185    public static final int RadialPosition = 0x00181142;
2186
2187    /** (0018,1143) VR=DS VM=1 Scan Arc */
2188    public static final int ScanArc = 0x00181143;
2189
2190    /** (0018,1144) VR=DS VM=1 Angular Step */
2191    public static final int AngularStep = 0x00181144;
2192
2193    /** (0018,1145) VR=DS VM=1 Center of Rotation Offset */
2194    public static final int CenterOfRotationOffset = 0x00181145;
2195
2196    /** (0018,1146) VR=DS VM=1-n Rotation Offset (retired) */
2197    public static final int RotationOffset = 0x00181146;
2198
2199    /** (0018,1147) VR=CS VM=1 Field of View Shape */
2200    public static final int FieldOfViewShape = 0x00181147;
2201
2202    /** (0018,1149) VR=IS VM=1-2 Field of View Dimension(s) */
2203    public static final int FieldOfViewDimensions = 0x00181149;
2204
2205    /** (0018,1150) VR=IS VM=1 Exposure Time */
2206    public static final int ExposureTime = 0x00181150;
2207
2208    /** (0018,1151) VR=IS VM=1 X-Ray Tube Current */
2209    public static final int XRayTubeCurrent = 0x00181151;
2210
2211    /** (0018,1152) VR=IS VM=1 Exposure */
2212    public static final int Exposure = 0x00181152;
2213
2214    /** (0018,1153) VR=IS VM=1 Exposure in µAs */
2215    public static final int ExposureInuAs = 0x00181153;
2216
2217    /** (0018,1154) VR=DS VM=1 Average Pulse Width */
2218    public static final int AveragePulseWidth = 0x00181154;
2219
2220    /** (0018,1155) VR=CS VM=1 Radiation Setting */
2221    public static final int RadiationSetting = 0x00181155;
2222
2223    /** (0018,1156) VR=CS VM=1 Rectification Type */
2224    public static final int RectificationType = 0x00181156;
2225
2226    /** (0018,115A) VR=CS VM=1 Radiation Mode */
2227    public static final int RadiationMode = 0x0018115A;
2228
2229    /** (0018,115E) VR=DS VM=1 Image and Fluoroscopy Area Dose Product */
2230    public static final int ImageAndFluoroscopyAreaDoseProduct = 0x0018115E;
2231
2232    /** (0018,1160) VR=SH VM=1 Filter Type */
2233    public static final int FilterType = 0x00181160;
2234
2235    /** (0018,1161) VR=LO VM=1-n Type of Filters */
2236    public static final int TypeOfFilters = 0x00181161;
2237
2238    /** (0018,1162) VR=DS VM=1 Intensifier Size */
2239    public static final int IntensifierSize = 0x00181162;
2240
2241    /** (0018,1164) VR=DS VM=2 Imager Pixel Spacing */
2242    public static final int ImagerPixelSpacing = 0x00181164;
2243
2244    /** (0018,1166) VR=CS VM=1-n Grid */
2245    public static final int Grid = 0x00181166;
2246
2247    /** (0018,1170) VR=IS VM=1 Generator Power */
2248    public static final int GeneratorPower = 0x00181170;
2249
2250    /** (0018,1180) VR=SH VM=1 Collimator/grid Name */
2251    public static final int CollimatorGridName = 0x00181180;
2252
2253    /** (0018,1181) VR=CS VM=1 Collimator Type */
2254    public static final int CollimatorType = 0x00181181;
2255
2256    /** (0018,1182) VR=IS VM=1-2 Focal Distance */
2257    public static final int FocalDistance = 0x00181182;
2258
2259    /** (0018,1183) VR=DS VM=1-2 X Focus Center */
2260    public static final int XFocusCenter = 0x00181183;
2261
2262    /** (0018,1184) VR=DS VM=1-2 Y Focus Center */
2263    public static final int YFocusCenter = 0x00181184;
2264
2265    /** (0018,1190) VR=DS VM=1-n Focal Spot(s) */
2266    public static final int FocalSpots = 0x00181190;
2267
2268    /** (0018,1191) VR=CS VM=1 Anode Target Material */
2269    public static final int AnodeTargetMaterial = 0x00181191;
2270
2271    /** (0018,11A0) VR=DS VM=1 Body Part Thickness */
2272    public static final int BodyPartThickness = 0x001811A0;
2273
2274    /** (0018,11A2) VR=DS VM=1 Compression Force */
2275    public static final int CompressionForce = 0x001811A2;
2276
2277    /** (0018,11A4) VR=LO VM=1 Paddle Description */
2278    public static final int PaddleDescription = 0x001811A4;
2279
2280    /** (0018,1200) VR=DA VM=1-n Date of Last Calibration */
2281    public static final int DateOfLastCalibration = 0x00181200;
2282
2283    /** (0018,1201) VR=TM VM=1-n Time of Last Calibration */
2284    public static final int TimeOfLastCalibration = 0x00181201;
2285
2286    /** (0018,1202) VR=DT VM=1 DateTime of Last Calibration */
2287    public static final int DateTimeOfLastCalibration = 0x00181202;
2288
2289    /** (0018,1210) VR=SH VM=1-n Convolution Kernel */
2290    public static final int ConvolutionKernel = 0x00181210;
2291
2292    /** (0018,1240) VR=IS VM=1-n Upper/Lower Pixel Values (retired) */
2293    public static final int UpperLowerPixelValues = 0x00181240;
2294
2295    /** (0018,1242) VR=IS VM=1 Actual Frame Duration */
2296    public static final int ActualFrameDuration = 0x00181242;
2297
2298    /** (0018,1243) VR=IS VM=1 Count Rate */
2299    public static final int CountRate = 0x00181243;
2300
2301    /** (0018,1244) VR=US VM=1 Preferred Playback Sequencing */
2302    public static final int PreferredPlaybackSequencing = 0x00181244;
2303
2304    /** (0018,1250) VR=SH VM=1 Receive Coil Name */
2305    public static final int ReceiveCoilName = 0x00181250;
2306
2307    /** (0018,1251) VR=SH VM=1 Transmit Coil Name */
2308    public static final int TransmitCoilName = 0x00181251;
2309
2310    /** (0018,1260) VR=SH VM=1 Plate Type */
2311    public static final int PlateType = 0x00181260;
2312
2313    /** (0018,1261) VR=LO VM=1 Phosphor Type */
2314    public static final int PhosphorType = 0x00181261;
2315
2316    /** (0018,1271) VR=FD VM=1 Water Equivalent Diameter */
2317    public static final int WaterEquivalentDiameter = 0x00181271;
2318
2319    /** (0018,1272) VR=SQ VM=1 Water Equivalent Diameter Calculation Method Code Sequence */
2320    public static final int WaterEquivalentDiameterCalculationMethodCodeSequence = 0x00181272;
2321
2322    /** (0018,1300) VR=DS VM=1 Scan Velocity */
2323    public static final int ScanVelocity = 0x00181300;
2324
2325    /** (0018,1301) VR=CS VM=1-n Whole Body Technique */
2326    public static final int WholeBodyTechnique = 0x00181301;
2327
2328    /** (0018,1302) VR=IS VM=1 Scan Length */
2329    public static final int ScanLength = 0x00181302;
2330
2331    /** (0018,1310) VR=US VM=4 Acquisition Matrix */
2332    public static final int AcquisitionMatrix = 0x00181310;
2333
2334    /** (0018,1312) VR=CS VM=1 In-plane Phase Encoding Direction */
2335    public static final int InPlanePhaseEncodingDirection = 0x00181312;
2336
2337    /** (0018,1314) VR=DS VM=1 Flip Angle */
2338    public static final int FlipAngle = 0x00181314;
2339
2340    /** (0018,1315) VR=CS VM=1 Variable Flip Angle Flag */
2341    public static final int VariableFlipAngleFlag = 0x00181315;
2342
2343    /** (0018,1316) VR=DS VM=1 SAR */
2344    public static final int SAR = 0x00181316;
2345
2346    /** (0018,1318) VR=DS VM=1 dB/dt */
2347    public static final int dBdt = 0x00181318;
2348
2349    /** (0018,1320) VR=FL VM=1 B1rms */
2350    public static final int B1rms = 0x00181320;
2351
2352    /** (0018,1400) VR=LO VM=1 Acquisition Device Processing Description */
2353    public static final int AcquisitionDeviceProcessingDescription = 0x00181400;
2354
2355    /** (0018,1401) VR=LO VM=1 Acquisition Device Processing Code */
2356    public static final int AcquisitionDeviceProcessingCode = 0x00181401;
2357
2358    /** (0018,1402) VR=CS VM=1 Cassette Orientation */
2359    public static final int CassetteOrientation = 0x00181402;
2360
2361    /** (0018,1403) VR=CS VM=1 Cassette Size */
2362    public static final int CassetteSize = 0x00181403;
2363
2364    /** (0018,1404) VR=US VM=1 Exposures on Plate */
2365    public static final int ExposuresOnPlate = 0x00181404;
2366
2367    /** (0018,1405) VR=IS VM=1 Relative X-Ray Exposure */
2368    public static final int RelativeXRayExposure = 0x00181405;
2369
2370    /** (0018,1411) VR=DS VM=1 Exposure Index */
2371    public static final int ExposureIndex = 0x00181411;
2372
2373    /** (0018,1412) VR=DS VM=1 Target Exposure Index */
2374    public static final int TargetExposureIndex = 0x00181412;
2375
2376    /** (0018,1413) VR=DS VM=1 Deviation Index */
2377    public static final int DeviationIndex = 0x00181413;
2378
2379    /** (0018,1450) VR=DS VM=1 Column Angulation */
2380    public static final int ColumnAngulation = 0x00181450;
2381
2382    /** (0018,1460) VR=DS VM=1 Tomo Layer Height */
2383    public static final int TomoLayerHeight = 0x00181460;
2384
2385    /** (0018,1470) VR=DS VM=1 Tomo Angle */
2386    public static final int TomoAngle = 0x00181470;
2387
2388    /** (0018,1480) VR=DS VM=1 Tomo Time */
2389    public static final int TomoTime = 0x00181480;
2390
2391    /** (0018,1490) VR=CS VM=1 Tomo Type */
2392    public static final int TomoType = 0x00181490;
2393
2394    /** (0018,1491) VR=CS VM=1 Tomo Class */
2395    public static final int TomoClass = 0x00181491;
2396
2397    /** (0018,1495) VR=IS VM=1 Number of Tomosynthesis Source Images */
2398    public static final int NumberOfTomosynthesisSourceImages = 0x00181495;
2399
2400    /** (0018,1500) VR=CS VM=1 Positioner Motion */
2401    public static final int PositionerMotion = 0x00181500;
2402
2403    /** (0018,1508) VR=CS VM=1 Positioner Type */
2404    public static final int PositionerType = 0x00181508;
2405
2406    /** (0018,1510) VR=DS VM=1 Positioner Primary Angle */
2407    public static final int PositionerPrimaryAngle = 0x00181510;
2408
2409    /** (0018,1511) VR=DS VM=1 Positioner Secondary Angle */
2410    public static final int PositionerSecondaryAngle = 0x00181511;
2411
2412    /** (0018,1520) VR=DS VM=1-n Positioner Primary Angle Increment */
2413    public static final int PositionerPrimaryAngleIncrement = 0x00181520;
2414
2415    /** (0018,1521) VR=DS VM=1-n Positioner Secondary Angle Increment */
2416    public static final int PositionerSecondaryAngleIncrement = 0x00181521;
2417
2418    /** (0018,1530) VR=DS VM=1 Detector Primary Angle */
2419    public static final int DetectorPrimaryAngle = 0x00181530;
2420
2421    /** (0018,1531) VR=DS VM=1 Detector Secondary Angle */
2422    public static final int DetectorSecondaryAngle = 0x00181531;
2423
2424    /** (0018,1600) VR=CS VM=1-3 Shutter Shape */
2425    public static final int ShutterShape = 0x00181600;
2426
2427    /** (0018,1602) VR=IS VM=1 Shutter Left Vertical Edge */
2428    public static final int ShutterLeftVerticalEdge = 0x00181602;
2429
2430    /** (0018,1604) VR=IS VM=1 Shutter Right Vertical Edge */
2431    public static final int ShutterRightVerticalEdge = 0x00181604;
2432
2433    /** (0018,1606) VR=IS VM=1 Shutter Upper Horizontal Edge */
2434    public static final int ShutterUpperHorizontalEdge = 0x00181606;
2435
2436    /** (0018,1608) VR=IS VM=1 Shutter Lower Horizontal Edge */
2437    public static final int ShutterLowerHorizontalEdge = 0x00181608;
2438
2439    /** (0018,1610) VR=IS VM=2 Center of Circular Shutter */
2440    public static final int CenterOfCircularShutter = 0x00181610;
2441
2442    /** (0018,1612) VR=IS VM=1 Radius of Circular Shutter */
2443    public static final int RadiusOfCircularShutter = 0x00181612;
2444
2445    /** (0018,1620) VR=IS VM=2-2n Vertices of the Polygonal Shutter */
2446    public static final int VerticesOfThePolygonalShutter = 0x00181620;
2447
2448    /** (0018,1622) VR=US VM=1 Shutter Presentation Value */
2449    public static final int ShutterPresentationValue = 0x00181622;
2450
2451    /** (0018,1623) VR=US VM=1 Shutter Overlay Group */
2452    public static final int ShutterOverlayGroup = 0x00181623;
2453
2454    /** (0018,1624) VR=US VM=3 Shutter Presentation Color CIELab Value */
2455    public static final int ShutterPresentationColorCIELabValue = 0x00181624;
2456
2457    /** (0018,1700) VR=CS VM=1-3 Collimator Shape */
2458    public static final int CollimatorShape = 0x00181700;
2459
2460    /** (0018,1702) VR=IS VM=1 Collimator Left Vertical Edge */
2461    public static final int CollimatorLeftVerticalEdge = 0x00181702;
2462
2463    /** (0018,1704) VR=IS VM=1 Collimator Right Vertical Edge */
2464    public static final int CollimatorRightVerticalEdge = 0x00181704;
2465
2466    /** (0018,1706) VR=IS VM=1 Collimator Upper Horizontal Edge */
2467    public static final int CollimatorUpperHorizontalEdge = 0x00181706;
2468
2469    /** (0018,1708) VR=IS VM=1 Collimator Lower Horizontal Edge */
2470    public static final int CollimatorLowerHorizontalEdge = 0x00181708;
2471
2472    /** (0018,1710) VR=IS VM=2 Center of Circular Collimator */
2473    public static final int CenterOfCircularCollimator = 0x00181710;
2474
2475    /** (0018,1712) VR=IS VM=1 Radius of Circular Collimator */
2476    public static final int RadiusOfCircularCollimator = 0x00181712;
2477
2478    /** (0018,1720) VR=IS VM=2-2n Vertices of the Polygonal Collimator */
2479    public static final int VerticesOfThePolygonalCollimator = 0x00181720;
2480
2481    /** (0018,1800) VR=CS VM=1 Acquisition Time Synchronized */
2482    public static final int AcquisitionTimeSynchronized = 0x00181800;
2483
2484    /** (0018,1801) VR=SH VM=1 Time Source */
2485    public static final int TimeSource = 0x00181801;
2486
2487    /** (0018,1802) VR=CS VM=1 Time Distribution Protocol */
2488    public static final int TimeDistributionProtocol = 0x00181802;
2489
2490    /** (0018,1803) VR=LO VM=1 NTP Source Address */
2491    public static final int NTPSourceAddress = 0x00181803;
2492
2493    /** (0018,2001) VR=IS VM=1-n Page Number Vector */
2494    public static final int PageNumberVector = 0x00182001;
2495
2496    /** (0018,2002) VR=SH VM=1-n Frame Label Vector */
2497    public static final int FrameLabelVector = 0x00182002;
2498
2499    /** (0018,2003) VR=DS VM=1-n Frame Primary Angle Vector */
2500    public static final int FramePrimaryAngleVector = 0x00182003;
2501
2502    /** (0018,2004) VR=DS VM=1-n Frame Secondary Angle Vector */
2503    public static final int FrameSecondaryAngleVector = 0x00182004;
2504
2505    /** (0018,2005) VR=DS VM=1-n Slice Location Vector */
2506    public static final int SliceLocationVector = 0x00182005;
2507
2508    /** (0018,2006) VR=SH VM=1-n Display Window Label Vector */
2509    public static final int DisplayWindowLabelVector = 0x00182006;
2510
2511    /** (0018,2010) VR=DS VM=2 Nominal Scanned Pixel Spacing */
2512    public static final int NominalScannedPixelSpacing = 0x00182010;
2513
2514    /** (0018,2020) VR=CS VM=1 Digitizing Device Transport Direction */
2515    public static final int DigitizingDeviceTransportDirection = 0x00182020;
2516
2517    /** (0018,2030) VR=DS VM=1 Rotation of Scanned Film */
2518    public static final int RotationOfScannedFilm = 0x00182030;
2519
2520    /** (0018,2041) VR=SQ VM=1 Biopsy Target Sequence */
2521    public static final int BiopsyTargetSequence = 0x00182041;
2522
2523    /** (0018,2042) VR=UI VM=1 Target UID */
2524    public static final int TargetUID = 0x00182042;
2525
2526    /** (0018,2043) VR=FL VM=2 Localizing Cursor Position */
2527    public static final int LocalizingCursorPosition = 0x00182043;
2528
2529    /** (0018,2044) VR=FL VM=3 Calculated Target Position */
2530    public static final int CalculatedTargetPosition = 0x00182044;
2531
2532    /** (0018,2045) VR=SH VM=1 Target Label */
2533    public static final int TargetLabel = 0x00182045;
2534
2535    /** (0018,2046) VR=FL VM=1 Displayed Z Value */
2536    public static final int DisplayedZValue = 0x00182046;
2537
2538    /** (0018,3100) VR=CS VM=1 IVUS Acquisition */
2539    public static final int IVUSAcquisition = 0x00183100;
2540
2541    /** (0018,3101) VR=DS VM=1 IVUS Pullback Rate */
2542    public static final int IVUSPullbackRate = 0x00183101;
2543
2544    /** (0018,3102) VR=DS VM=1 IVUS Gated Rate */
2545    public static final int IVUSGatedRate = 0x00183102;
2546
2547    /** (0018,3103) VR=IS VM=1 IVUS Pullback Start Frame Number */
2548    public static final int IVUSPullbackStartFrameNumber = 0x00183103;
2549
2550    /** (0018,3104) VR=IS VM=1 IVUS Pullback Stop Frame Number */
2551    public static final int IVUSPullbackStopFrameNumber = 0x00183104;
2552
2553    /** (0018,3105) VR=IS VM=1-n Lesion Number */
2554    public static final int LesionNumber = 0x00183105;
2555
2556    /** (0018,4000) VR=LT VM=1 Acquisition Comments (retired) */
2557    public static final int AcquisitionComments = 0x00184000;
2558
2559    /** (0018,5000) VR=SH VM=1-n Output Power */
2560    public static final int OutputPower = 0x00185000;
2561
2562    /** (0018,5010) VR=LO VM=1-n Transducer Data */
2563    public static final int TransducerData = 0x00185010;
2564
2565    /** (0018,5012) VR=DS VM=1 Focus Depth */
2566    public static final int FocusDepth = 0x00185012;
2567
2568    /** (0018,5020) VR=LO VM=1 Processing Function */
2569    public static final int ProcessingFunction = 0x00185020;
2570
2571    /** (0018,5021) VR=LO VM=1 Postprocessing Function (retired) */
2572    public static final int PostprocessingFunction = 0x00185021;
2573
2574    /** (0018,5022) VR=DS VM=1 Mechanical Index */
2575    public static final int MechanicalIndex = 0x00185022;
2576
2577    /** (0018,5024) VR=DS VM=1 Bone Thermal Index */
2578    public static final int BoneThermalIndex = 0x00185024;
2579
2580    /** (0018,5026) VR=DS VM=1 Cranial Thermal Index */
2581    public static final int CranialThermalIndex = 0x00185026;
2582
2583    /** (0018,5027) VR=DS VM=1 Soft Tissue Thermal Index */
2584    public static final int SoftTissueThermalIndex = 0x00185027;
2585
2586    /** (0018,5028) VR=DS VM=1 Soft Tissue-focus Thermal Index */
2587    public static final int SoftTissueFocusThermalIndex = 0x00185028;
2588
2589    /** (0018,5029) VR=DS VM=1 Soft Tissue-surface Thermal Index */
2590    public static final int SoftTissueSurfaceThermalIndex = 0x00185029;
2591
2592    /** (0018,5030) VR=DS VM=1 Dynamic Range (retired) */
2593    public static final int DynamicRange = 0x00185030;
2594
2595    /** (0018,5040) VR=DS VM=1 Total Gain (retired) */
2596    public static final int TotalGain = 0x00185040;
2597
2598    /** (0018,5050) VR=IS VM=1 Depth of Scan Field */
2599    public static final int DepthOfScanField = 0x00185050;
2600
2601    /** (0018,5100) VR=CS VM=1 Patient Position */
2602    public static final int PatientPosition = 0x00185100;
2603
2604    /** (0018,5101) VR=CS VM=1 View Position */
2605    public static final int ViewPosition = 0x00185101;
2606
2607    /** (0018,5104) VR=SQ VM=1 Projection Eponymous Name Code Sequence */
2608    public static final int ProjectionEponymousNameCodeSequence = 0x00185104;
2609
2610    /** (0018,5210) VR=DS VM=6 Image Transformation Matrix (retired) */
2611    public static final int ImageTransformationMatrix = 0x00185210;
2612
2613    /** (0018,5212) VR=DS VM=3 Image Translation Vector (retired) */
2614    public static final int ImageTranslationVector = 0x00185212;
2615
2616    /** (0018,6000) VR=DS VM=1 Sensitivity */
2617    public static final int Sensitivity = 0x00186000;
2618
2619    /** (0018,6011) VR=SQ VM=1 Sequence of Ultrasound Regions */
2620    public static final int SequenceOfUltrasoundRegions = 0x00186011;
2621
2622    /** (0018,6012) VR=US VM=1 Region Spatial Format */
2623    public static final int RegionSpatialFormat = 0x00186012;
2624
2625    /** (0018,6014) VR=US VM=1 Region Data Type */
2626    public static final int RegionDataType = 0x00186014;
2627
2628    /** (0018,6016) VR=UL VM=1 Region Flags */
2629    public static final int RegionFlags = 0x00186016;
2630
2631    /** (0018,6018) VR=UL VM=1 Region Location Min X0 */
2632    public static final int RegionLocationMinX0 = 0x00186018;
2633
2634    /** (0018,601A) VR=UL VM=1 Region Location Min Y0 */
2635    public static final int RegionLocationMinY0 = 0x0018601A;
2636
2637    /** (0018,601C) VR=UL VM=1 Region Location Max X1 */
2638    public static final int RegionLocationMaxX1 = 0x0018601C;
2639
2640    /** (0018,601E) VR=UL VM=1 Region Location Max Y1 */
2641    public static final int RegionLocationMaxY1 = 0x0018601E;
2642
2643    /** (0018,6020) VR=SL VM=1 Reference Pixel X0 */
2644    public static final int ReferencePixelX0 = 0x00186020;
2645
2646    /** (0018,6022) VR=SL VM=1 Reference Pixel Y0 */
2647    public static final int ReferencePixelY0 = 0x00186022;
2648
2649    /** (0018,6024) VR=US VM=1 Physical Units X Direction */
2650    public static final int PhysicalUnitsXDirection = 0x00186024;
2651
2652    /** (0018,6026) VR=US VM=1 Physical Units Y Direction */
2653    public static final int PhysicalUnitsYDirection = 0x00186026;
2654
2655    /** (0018,6028) VR=FD VM=1 Reference Pixel Physical Value X */
2656    public static final int ReferencePixelPhysicalValueX = 0x00186028;
2657
2658    /** (0018,602A) VR=FD VM=1 Reference Pixel Physical Value Y */
2659    public static final int ReferencePixelPhysicalValueY = 0x0018602A;
2660
2661    /** (0018,602C) VR=FD VM=1 Physical Delta X */
2662    public static final int PhysicalDeltaX = 0x0018602C;
2663
2664    /** (0018,602E) VR=FD VM=1 Physical Delta Y */
2665    public static final int PhysicalDeltaY = 0x0018602E;
2666
2667    /** (0018,6030) VR=UL VM=1 Transducer Frequency */
2668    public static final int TransducerFrequency = 0x00186030;
2669
2670    /** (0018,6031) VR=CS VM=1 Transducer Type */
2671    public static final int TransducerType = 0x00186031;
2672
2673    /** (0018,6032) VR=UL VM=1 Pulse Repetition Frequency */
2674    public static final int PulseRepetitionFrequency = 0x00186032;
2675
2676    /** (0018,6034) VR=FD VM=1 Doppler Correction Angle */
2677    public static final int DopplerCorrectionAngle = 0x00186034;
2678
2679    /** (0018,6036) VR=FD VM=1 Steering Angle */
2680    public static final int SteeringAngle = 0x00186036;
2681
2682    /** (0018,6038) VR=UL VM=1 Doppler Sample Volume X Position (Retired) (retired) */
2683    public static final int DopplerSampleVolumeXPositionRetired = 0x00186038;
2684
2685    /** (0018,6039) VR=SL VM=1 Doppler Sample Volume X Position */
2686    public static final int DopplerSampleVolumeXPosition = 0x00186039;
2687
2688    /** (0018,603A) VR=UL VM=1 Doppler Sample Volume Y Position (Retired) (retired) */
2689    public static final int DopplerSampleVolumeYPositionRetired = 0x0018603A;
2690
2691    /** (0018,603B) VR=SL VM=1 Doppler Sample Volume Y Position */
2692    public static final int DopplerSampleVolumeYPosition = 0x0018603B;
2693
2694    /** (0018,603C) VR=UL VM=1 TM-Line Position X0 (Retired) (retired) */
2695    public static final int TMLinePositionX0Retired = 0x0018603C;
2696
2697    /** (0018,603D) VR=SL VM=1 TM-Line Position X0 */
2698    public static final int TMLinePositionX0 = 0x0018603D;
2699
2700    /** (0018,603E) VR=UL VM=1 TM-Line Position Y0 (Retired) (retired) */
2701    public static final int TMLinePositionY0Retired = 0x0018603E;
2702
2703    /** (0018,603F) VR=SL VM=1 TM-Line Position Y0 */
2704    public static final int TMLinePositionY0 = 0x0018603F;
2705
2706    /** (0018,6040) VR=UL VM=1 TM-Line Position X1 (Retired) (retired) */
2707    public static final int TMLinePositionX1Retired = 0x00186040;
2708
2709    /** (0018,6041) VR=SL VM=1 TM-Line Position X1 */
2710    public static final int TMLinePositionX1 = 0x00186041;
2711
2712    /** (0018,6042) VR=UL VM=1 TM-Line Position Y1 (Retired) (retired) */
2713    public static final int TMLinePositionY1Retired = 0x00186042;
2714
2715    /** (0018,6043) VR=SL VM=1 TM-Line Position Y1 */
2716    public static final int TMLinePositionY1 = 0x00186043;
2717
2718    /** (0018,6044) VR=US VM=1 Pixel Component Organization */
2719    public static final int PixelComponentOrganization = 0x00186044;
2720
2721    /** (0018,6046) VR=UL VM=1 Pixel Component Mask */
2722    public static final int PixelComponentMask = 0x00186046;
2723
2724    /** (0018,6048) VR=UL VM=1 Pixel Component Range Start */
2725    public static final int PixelComponentRangeStart = 0x00186048;
2726
2727    /** (0018,604A) VR=UL VM=1 Pixel Component Range Stop */
2728    public static final int PixelComponentRangeStop = 0x0018604A;
2729
2730    /** (0018,604C) VR=US VM=1 Pixel Component Physical Units */
2731    public static final int PixelComponentPhysicalUnits = 0x0018604C;
2732
2733    /** (0018,604E) VR=US VM=1 Pixel Component Data Type */
2734    public static final int PixelComponentDataType = 0x0018604E;
2735
2736    /** (0018,6050) VR=UL VM=1 Number of Table Break Points */
2737    public static final int NumberOfTableBreakPoints = 0x00186050;
2738
2739    /** (0018,6052) VR=UL VM=1-n Table of X Break Points */
2740    public static final int TableOfXBreakPoints = 0x00186052;
2741
2742    /** (0018,6054) VR=FD VM=1-n Table of Y Break Points */
2743    public static final int TableOfYBreakPoints = 0x00186054;
2744
2745    /** (0018,6056) VR=UL VM=1 Number of Table Entries */
2746    public static final int NumberOfTableEntries = 0x00186056;
2747
2748    /** (0018,6058) VR=UL VM=1-n Table of Pixel Values */
2749    public static final int TableOfPixelValues = 0x00186058;
2750
2751    /** (0018,605A) VR=FL VM=1-n Table of Parameter Values */
2752    public static final int TableOfParameterValues = 0x0018605A;
2753
2754    /** (0018,6060) VR=FL VM=1-n R Wave Time Vector */
2755    public static final int RWaveTimeVector = 0x00186060;
2756
2757    /** (0018,7000) VR=CS VM=1 Detector Conditions Nominal Flag */
2758    public static final int DetectorConditionsNominalFlag = 0x00187000;
2759
2760    /** (0018,7001) VR=DS VM=1 Detector Temperature */
2761    public static final int DetectorTemperature = 0x00187001;
2762
2763    /** (0018,7004) VR=CS VM=1 Detector Type */
2764    public static final int DetectorType = 0x00187004;
2765
2766    /** (0018,7005) VR=CS VM=1 Detector Configuration */
2767    public static final int DetectorConfiguration = 0x00187005;
2768
2769    /** (0018,7006) VR=LT VM=1 Detector Description */
2770    public static final int DetectorDescription = 0x00187006;
2771
2772    /** (0018,7008) VR=LT VM=1 Detector Mode */
2773    public static final int DetectorMode = 0x00187008;
2774
2775    /** (0018,700A) VR=SH VM=1 Detector ID */
2776    public static final int DetectorID = 0x0018700A;
2777
2778    /** (0018,700C) VR=DA VM=1 Date of Last Detector Calibration */
2779    public static final int DateOfLastDetectorCalibration = 0x0018700C;
2780
2781    /** (0018,700E) VR=TM VM=1 Time of Last Detector Calibration */
2782    public static final int TimeOfLastDetectorCalibration = 0x0018700E;
2783
2784    /** (0018,7010) VR=IS VM=1 Exposures on Detector Since Last Calibration */
2785    public static final int ExposuresOnDetectorSinceLastCalibration = 0x00187010;
2786
2787    /** (0018,7011) VR=IS VM=1 Exposures on Detector Since Manufactured */
2788    public static final int ExposuresOnDetectorSinceManufactured = 0x00187011;
2789
2790    /** (0018,7012) VR=DS VM=1 Detector Time Since Last Exposure */
2791    public static final int DetectorTimeSinceLastExposure = 0x00187012;
2792
2793    /** (0018,7014) VR=DS VM=1 Detector Active Time */
2794    public static final int DetectorActiveTime = 0x00187014;
2795
2796    /** (0018,7016) VR=DS VM=1 Detector Activation Offset From Exposure */
2797    public static final int DetectorActivationOffsetFromExposure = 0x00187016;
2798
2799    /** (0018,701A) VR=DS VM=2 Detector Binning */
2800    public static final int DetectorBinning = 0x0018701A;
2801
2802    /** (0018,7020) VR=DS VM=2 Detector Element Physical Size */
2803    public static final int DetectorElementPhysicalSize = 0x00187020;
2804
2805    /** (0018,7022) VR=DS VM=2 Detector Element Spacing */
2806    public static final int DetectorElementSpacing = 0x00187022;
2807
2808    /** (0018,7024) VR=CS VM=1 Detector Active Shape */
2809    public static final int DetectorActiveShape = 0x00187024;
2810
2811    /** (0018,7026) VR=DS VM=1-2 Detector Active Dimension(s) */
2812    public static final int DetectorActiveDimensions = 0x00187026;
2813
2814    /** (0018,7028) VR=DS VM=2 Detector Active Origin */
2815    public static final int DetectorActiveOrigin = 0x00187028;
2816
2817    /** (0018,702A) VR=LO VM=1 Detector Manufacturer Name */
2818    public static final int DetectorManufacturerName = 0x0018702A;
2819
2820    /** (0018,702B) VR=LO VM=1 Detector Manufacturer's Model Name */
2821    public static final int DetectorManufacturerModelName = 0x0018702B;
2822
2823    /** (0018,7030) VR=DS VM=2 Field of View Origin */
2824    public static final int FieldOfViewOrigin = 0x00187030;
2825
2826    /** (0018,7032) VR=DS VM=1 Field of View Rotation */
2827    public static final int FieldOfViewRotation = 0x00187032;
2828
2829    /** (0018,7034) VR=CS VM=1 Field of View Horizontal Flip */
2830    public static final int FieldOfViewHorizontalFlip = 0x00187034;
2831
2832    /** (0018,7036) VR=FL VM=2 Pixel Data Area Origin Relative To FOV */
2833    public static final int PixelDataAreaOriginRelativeToFOV = 0x00187036;
2834
2835    /** (0018,7038) VR=FL VM=1 Pixel Data Area Rotation Angle Relative To FOV */
2836    public static final int PixelDataAreaRotationAngleRelativeToFOV = 0x00187038;
2837
2838    /** (0018,7040) VR=LT VM=1 Grid Absorbing Material */
2839    public static final int GridAbsorbingMaterial = 0x00187040;
2840
2841    /** (0018,7041) VR=LT VM=1 Grid Spacing Material */
2842    public static final int GridSpacingMaterial = 0x00187041;
2843
2844    /** (0018,7042) VR=DS VM=1 Grid Thickness */
2845    public static final int GridThickness = 0x00187042;
2846
2847    /** (0018,7044) VR=DS VM=1 Grid Pitch */
2848    public static final int GridPitch = 0x00187044;
2849
2850    /** (0018,7046) VR=IS VM=2 Grid Aspect Ratio */
2851    public static final int GridAspectRatio = 0x00187046;
2852
2853    /** (0018,7048) VR=DS VM=1 Grid Period */
2854    public static final int GridPeriod = 0x00187048;
2855
2856    /** (0018,704C) VR=DS VM=1 Grid Focal Distance */
2857    public static final int GridFocalDistance = 0x0018704C;
2858
2859    /** (0018,7050) VR=CS VM=1-n Filter Material */
2860    public static final int FilterMaterial = 0x00187050;
2861
2862    /** (0018,7052) VR=DS VM=1-n Filter Thickness Minimum */
2863    public static final int FilterThicknessMinimum = 0x00187052;
2864
2865    /** (0018,7054) VR=DS VM=1-n Filter Thickness Maximum */
2866    public static final int FilterThicknessMaximum = 0x00187054;
2867
2868    /** (0018,7056) VR=FL VM=1-n Filter Beam Path Length Minimum */
2869    public static final int FilterBeamPathLengthMinimum = 0x00187056;
2870
2871    /** (0018,7058) VR=FL VM=1-n Filter Beam Path Length Maximum */
2872    public static final int FilterBeamPathLengthMaximum = 0x00187058;
2873
2874    /** (0018,7060) VR=CS VM=1 Exposure Control Mode */
2875    public static final int ExposureControlMode = 0x00187060;
2876
2877    /** (0018,7062) VR=LT VM=1 Exposure Control Mode Description */
2878    public static final int ExposureControlModeDescription = 0x00187062;
2879
2880    /** (0018,7064) VR=CS VM=1 Exposure Status */
2881    public static final int ExposureStatus = 0x00187064;
2882
2883    /** (0018,7065) VR=DS VM=1 Phototimer Setting */
2884    public static final int PhototimerSetting = 0x00187065;
2885
2886    /** (0018,8150) VR=DS VM=1 Exposure Time in µS */
2887    public static final int ExposureTimeInuS = 0x00188150;
2888
2889    /** (0018,8151) VR=DS VM=1 X-Ray Tube Current in µA */
2890    public static final int XRayTubeCurrentInuA = 0x00188151;
2891
2892    /** (0018,9004) VR=CS VM=1 Content Qualification */
2893    public static final int ContentQualification = 0x00189004;
2894
2895    /** (0018,9005) VR=SH VM=1 Pulse Sequence Name */
2896    public static final int PulseSequenceName = 0x00189005;
2897
2898    /** (0018,9006) VR=SQ VM=1 MR Imaging Modifier Sequence */
2899    public static final int MRImagingModifierSequence = 0x00189006;
2900
2901    /** (0018,9008) VR=CS VM=1 Echo Pulse Sequence */
2902    public static final int EchoPulseSequence = 0x00189008;
2903
2904    /** (0018,9009) VR=CS VM=1 Inversion Recovery */
2905    public static final int InversionRecovery = 0x00189009;
2906
2907    /** (0018,9010) VR=CS VM=1 Flow Compensation */
2908    public static final int FlowCompensation = 0x00189010;
2909
2910    /** (0018,9011) VR=CS VM=1 Multiple Spin Echo */
2911    public static final int MultipleSpinEcho = 0x00189011;
2912
2913    /** (0018,9012) VR=CS VM=1 Multi-planar Excitation */
2914    public static final int MultiPlanarExcitation = 0x00189012;
2915
2916    /** (0018,9014) VR=CS VM=1 Phase Contrast */
2917    public static final int PhaseContrast = 0x00189014;
2918
2919    /** (0018,9015) VR=CS VM=1 Time of Flight Contrast */
2920    public static final int TimeOfFlightContrast = 0x00189015;
2921
2922    /** (0018,9016) VR=CS VM=1 Spoiling */
2923    public static final int Spoiling = 0x00189016;
2924
2925    /** (0018,9017) VR=CS VM=1 Steady State Pulse Sequence */
2926    public static final int SteadyStatePulseSequence = 0x00189017;
2927
2928    /** (0018,9018) VR=CS VM=1 Echo Planar Pulse Sequence */
2929    public static final int EchoPlanarPulseSequence = 0x00189018;
2930
2931    /** (0018,9019) VR=FD VM=1 Tag Angle First Axis */
2932    public static final int TagAngleFirstAxis = 0x00189019;
2933
2934    /** (0018,9020) VR=CS VM=1 Magnetization Transfer */
2935    public static final int MagnetizationTransfer = 0x00189020;
2936
2937    /** (0018,9021) VR=CS VM=1 T2 Preparation */
2938    public static final int T2Preparation = 0x00189021;
2939
2940    /** (0018,9022) VR=CS VM=1 Blood Signal Nulling */
2941    public static final int BloodSignalNulling = 0x00189022;
2942
2943    /** (0018,9024) VR=CS VM=1 Saturation Recovery */
2944    public static final int SaturationRecovery = 0x00189024;
2945
2946    /** (0018,9025) VR=CS VM=1 Spectrally Selected Suppression */
2947    public static final int SpectrallySelectedSuppression = 0x00189025;
2948
2949    /** (0018,9026) VR=CS VM=1 Spectrally Selected Excitation */
2950    public static final int SpectrallySelectedExcitation = 0x00189026;
2951
2952    /** (0018,9027) VR=CS VM=1 Spatial Pre-saturation */
2953    public static final int SpatialPresaturation = 0x00189027;
2954
2955    /** (0018,9028) VR=CS VM=1 Tagging */
2956    public static final int Tagging = 0x00189028;
2957
2958    /** (0018,9029) VR=CS VM=1 Oversampling Phase */
2959    public static final int OversamplingPhase = 0x00189029;
2960
2961    /** (0018,9030) VR=FD VM=1 Tag Spacing First Dimension */
2962    public static final int TagSpacingFirstDimension = 0x00189030;
2963
2964    /** (0018,9032) VR=CS VM=1 Geometry of k-Space Traversal */
2965    public static final int GeometryOfKSpaceTraversal = 0x00189032;
2966
2967    /** (0018,9033) VR=CS VM=1 Segmented k-Space Traversal */
2968    public static final int SegmentedKSpaceTraversal = 0x00189033;
2969
2970    /** (0018,9034) VR=CS VM=1 Rectilinear Phase Encode Reordering */
2971    public static final int RectilinearPhaseEncodeReordering = 0x00189034;
2972
2973    /** (0018,9035) VR=FD VM=1 Tag Thickness */
2974    public static final int TagThickness = 0x00189035;
2975
2976    /** (0018,9036) VR=CS VM=1 Partial Fourier Direction */
2977    public static final int PartialFourierDirection = 0x00189036;
2978
2979    /** (0018,9037) VR=CS VM=1 Cardiac Synchronization Technique */
2980    public static final int CardiacSynchronizationTechnique = 0x00189037;
2981
2982    /** (0018,9041) VR=LO VM=1 Receive Coil Manufacturer Name */
2983    public static final int ReceiveCoilManufacturerName = 0x00189041;
2984
2985    /** (0018,9042) VR=SQ VM=1 MR Receive Coil Sequence */
2986    public static final int MRReceiveCoilSequence = 0x00189042;
2987
2988    /** (0018,9043) VR=CS VM=1 Receive Coil Type */
2989    public static final int ReceiveCoilType = 0x00189043;
2990
2991    /** (0018,9044) VR=CS VM=1 Quadrature Receive Coil */
2992    public static final int QuadratureReceiveCoil = 0x00189044;
2993
2994    /** (0018,9045) VR=SQ VM=1 Multi-Coil Definition Sequence */
2995    public static final int MultiCoilDefinitionSequence = 0x00189045;
2996
2997    /** (0018,9046) VR=LO VM=1 Multi-Coil Configuration */
2998    public static final int MultiCoilConfiguration = 0x00189046;
2999
3000    /** (0018,9047) VR=SH VM=1 Multi-Coil Element Name */
3001    public static final int MultiCoilElementName = 0x00189047;
3002
3003    /** (0018,9048) VR=CS VM=1 Multi-Coil Element Used */
3004    public static final int MultiCoilElementUsed = 0x00189048;
3005
3006    /** (0018,9049) VR=SQ VM=1 MR Transmit Coil Sequence */
3007    public static final int MRTransmitCoilSequence = 0x00189049;
3008
3009    /** (0018,9050) VR=LO VM=1 Transmit Coil Manufacturer Name */
3010    public static final int TransmitCoilManufacturerName = 0x00189050;
3011
3012    /** (0018,9051) VR=CS VM=1 Transmit Coil Type */
3013    public static final int TransmitCoilType = 0x00189051;
3014
3015    /** (0018,9052) VR=FD VM=1-2 Spectral Width */
3016    public static final int SpectralWidth = 0x00189052;
3017
3018    /** (0018,9053) VR=FD VM=1-2 Chemical Shift Reference */
3019    public static final int ChemicalShiftReference = 0x00189053;
3020
3021    /** (0018,9054) VR=CS VM=1 Volume Localization Technique */
3022    public static final int VolumeLocalizationTechnique = 0x00189054;
3023
3024    /** (0018,9058) VR=US VM=1 MR Acquisition Frequency Encoding Steps */
3025    public static final int MRAcquisitionFrequencyEncodingSteps = 0x00189058;
3026
3027    /** (0018,9059) VR=CS VM=1 De-coupling */
3028    public static final int Decoupling = 0x00189059;
3029
3030    /** (0018,9060) VR=CS VM=1-2 De-coupled Nucleus */
3031    public static final int DecoupledNucleus = 0x00189060;
3032
3033    /** (0018,9061) VR=FD VM=1-2 De-coupling Frequency */
3034    public static final int DecouplingFrequency = 0x00189061;
3035
3036    /** (0018,9062) VR=CS VM=1 De-coupling Method */
3037    public static final int DecouplingMethod = 0x00189062;
3038
3039    /** (0018,9063) VR=FD VM=1-2 De-coupling Chemical Shift Reference */
3040    public static final int DecouplingChemicalShiftReference = 0x00189063;
3041
3042    /** (0018,9064) VR=CS VM=1 k-space Filtering */
3043    public static final int KSpaceFiltering = 0x00189064;
3044
3045    /** (0018,9065) VR=CS VM=1-2 Time Domain Filtering */
3046    public static final int TimeDomainFiltering = 0x00189065;
3047
3048    /** (0018,9066) VR=US VM=1-2 Number of Zero Fills */
3049    public static final int NumberOfZeroFills = 0x00189066;
3050
3051    /** (0018,9067) VR=CS VM=1 Baseline Correction */
3052    public static final int BaselineCorrection = 0x00189067;
3053
3054    /** (0018,9069) VR=FD VM=1 Parallel Reduction Factor In-plane */
3055    public static final int ParallelReductionFactorInPlane = 0x00189069;
3056
3057    /** (0018,9070) VR=FD VM=1 Cardiac R-R Interval Specified */
3058    public static final int CardiacRRIntervalSpecified = 0x00189070;
3059
3060    /** (0018,9073) VR=FD VM=1 Acquisition Duration */
3061    public static final int AcquisitionDuration = 0x00189073;
3062
3063    /** (0018,9074) VR=DT VM=1 Frame Acquisition DateTime */
3064    public static final int FrameAcquisitionDateTime = 0x00189074;
3065
3066    /** (0018,9075) VR=CS VM=1 Diffusion Directionality */
3067    public static final int DiffusionDirectionality = 0x00189075;
3068
3069    /** (0018,9076) VR=SQ VM=1 Diffusion Gradient Direction Sequence */
3070    public static final int DiffusionGradientDirectionSequence = 0x00189076;
3071
3072    /** (0018,9077) VR=CS VM=1 Parallel Acquisition */
3073    public static final int ParallelAcquisition = 0x00189077;
3074
3075    /** (0018,9078) VR=CS VM=1 Parallel Acquisition Technique */
3076    public static final int ParallelAcquisitionTechnique = 0x00189078;
3077
3078    /** (0018,9079) VR=FD VM=1-n Inversion Times */
3079    public static final int InversionTimes = 0x00189079;
3080
3081    /** (0018,9080) VR=ST VM=1 Metabolite Map Description */
3082    public static final int MetaboliteMapDescription = 0x00189080;
3083
3084    /** (0018,9081) VR=CS VM=1 Partial Fourier */
3085    public static final int PartialFourier = 0x00189081;
3086
3087    /** (0018,9082) VR=FD VM=1 Effective Echo Time */
3088    public static final int EffectiveEchoTime = 0x00189082;
3089
3090    /** (0018,9083) VR=SQ VM=1 Metabolite Map Code Sequence */
3091    public static final int MetaboliteMapCodeSequence = 0x00189083;
3092
3093    /** (0018,9084) VR=SQ VM=1 Chemical Shift Sequence */
3094    public static final int ChemicalShiftSequence = 0x00189084;
3095
3096    /** (0018,9085) VR=CS VM=1 Cardiac Signal Source */
3097    public static final int CardiacSignalSource = 0x00189085;
3098
3099    /** (0018,9087) VR=FD VM=1 Diffusion b-value */
3100    public static final int DiffusionBValue = 0x00189087;
3101
3102    /** (0018,9089) VR=FD VM=3 Diffusion Gradient Orientation */
3103    public static final int DiffusionGradientOrientation = 0x00189089;
3104
3105    /** (0018,9090) VR=FD VM=3 Velocity Encoding Direction */
3106    public static final int VelocityEncodingDirection = 0x00189090;
3107
3108    /** (0018,9091) VR=FD VM=1 Velocity Encoding Minimum Value */
3109    public static final int VelocityEncodingMinimumValue = 0x00189091;
3110
3111    /** (0018,9092) VR=SQ VM=1 Velocity Encoding Acquisition Sequence */
3112    public static final int VelocityEncodingAcquisitionSequence = 0x00189092;
3113
3114    /** (0018,9093) VR=US VM=1 Number of k-Space Trajectories */
3115    public static final int NumberOfKSpaceTrajectories = 0x00189093;
3116
3117    /** (0018,9094) VR=CS VM=1 Coverage of k-Space */
3118    public static final int CoverageOfKSpace = 0x00189094;
3119
3120    /** (0018,9095) VR=UL VM=1 Spectroscopy Acquisition Phase Rows */
3121    public static final int SpectroscopyAcquisitionPhaseRows = 0x00189095;
3122
3123    /** (0018,9096) VR=FD VM=1 Parallel Reduction Factor In-plane (Retired) (retired) */
3124    public static final int ParallelReductionFactorInPlaneRetired = 0x00189096;
3125
3126    /** (0018,9098) VR=FD VM=1-2 Transmitter Frequency */
3127    public static final int TransmitterFrequency = 0x00189098;
3128
3129    /** (0018,9100) VR=CS VM=1-2 Resonant Nucleus */
3130    public static final int ResonantNucleus = 0x00189100;
3131
3132    /** (0018,9101) VR=CS VM=1 Frequency Correction */
3133    public static final int FrequencyCorrection = 0x00189101;
3134
3135    /** (0018,9103) VR=SQ VM=1 MR Spectroscopy FOV/Geometry Sequence */
3136    public static final int MRSpectroscopyFOVGeometrySequence = 0x00189103;
3137
3138    /** (0018,9104) VR=FD VM=1 Slab Thickness */
3139    public static final int SlabThickness = 0x00189104;
3140
3141    /** (0018,9105) VR=FD VM=3 Slab Orientation */
3142    public static final int SlabOrientation = 0x00189105;
3143
3144    /** (0018,9106) VR=FD VM=3 Mid Slab Position */
3145    public static final int MidSlabPosition = 0x00189106;
3146
3147    /** (0018,9107) VR=SQ VM=1 MR Spatial Saturation Sequence */
3148    public static final int MRSpatialSaturationSequence = 0x00189107;
3149
3150    /** (0018,9112) VR=SQ VM=1 MR Timing and Related Parameters Sequence */
3151    public static final int MRTimingAndRelatedParametersSequence = 0x00189112;
3152
3153    /** (0018,9114) VR=SQ VM=1 MR Echo Sequence */
3154    public static final int MREchoSequence = 0x00189114;
3155
3156    /** (0018,9115) VR=SQ VM=1 MR Modifier Sequence */
3157    public static final int MRModifierSequence = 0x00189115;
3158
3159    /** (0018,9117) VR=SQ VM=1 MR Diffusion Sequence */
3160    public static final int MRDiffusionSequence = 0x00189117;
3161
3162    /** (0018,9118) VR=SQ VM=1 Cardiac Synchronization Sequence */
3163    public static final int CardiacSynchronizationSequence = 0x00189118;
3164
3165    /** (0018,9119) VR=SQ VM=1 MR Averages Sequence */
3166    public static final int MRAveragesSequence = 0x00189119;
3167
3168    /** (0018,9125) VR=SQ VM=1 MR FOV/Geometry Sequence */
3169    public static final int MRFOVGeometrySequence = 0x00189125;
3170
3171    /** (0018,9126) VR=SQ VM=1 Volume Localization Sequence */
3172    public static final int VolumeLocalizationSequence = 0x00189126;
3173
3174    /** (0018,9127) VR=UL VM=1 Spectroscopy Acquisition Data Columns */
3175    public static final int SpectroscopyAcquisitionDataColumns = 0x00189127;
3176
3177    /** (0018,9147) VR=CS VM=1 Diffusion Anisotropy Type */
3178    public static final int DiffusionAnisotropyType = 0x00189147;
3179
3180    /** (0018,9151) VR=DT VM=1 Frame Reference DateTime */
3181    public static final int FrameReferenceDateTime = 0x00189151;
3182
3183    /** (0018,9152) VR=SQ VM=1 MR Metabolite Map Sequence */
3184    public static final int MRMetaboliteMapSequence = 0x00189152;
3185
3186    /** (0018,9155) VR=FD VM=1 Parallel Reduction Factor out-of-plane */
3187    public static final int ParallelReductionFactorOutOfPlane = 0x00189155;
3188
3189    /** (0018,9159) VR=UL VM=1 Spectroscopy Acquisition Out-of-plane Phase Steps */
3190    public static final int SpectroscopyAcquisitionOutOfPlanePhaseSteps = 0x00189159;
3191
3192    /** (0018,9166) VR=CS VM=1 Bulk Motion Status (retired) */
3193    public static final int BulkMotionStatus = 0x00189166;
3194
3195    /** (0018,9168) VR=FD VM=1 Parallel Reduction Factor Second In-plane */
3196    public static final int ParallelReductionFactorSecondInPlane = 0x00189168;
3197
3198    /** (0018,9169) VR=CS VM=1 Cardiac Beat Rejection Technique */
3199    public static final int CardiacBeatRejectionTechnique = 0x00189169;
3200
3201    /** (0018,9170) VR=CS VM=1 Respiratory Motion Compensation Technique */
3202    public static final int RespiratoryMotionCompensationTechnique = 0x00189170;
3203
3204    /** (0018,9171) VR=CS VM=1 Respiratory Signal Source */
3205    public static final int RespiratorySignalSource = 0x00189171;
3206
3207    /** (0018,9172) VR=CS VM=1 Bulk Motion Compensation Technique */
3208    public static final int BulkMotionCompensationTechnique = 0x00189172;
3209
3210    /** (0018,9173) VR=CS VM=1 Bulk Motion Signal Source */
3211    public static final int BulkMotionSignalSource = 0x00189173;
3212
3213    /** (0018,9174) VR=CS VM=1 Applicable Safety Standard Agency */
3214    public static final int ApplicableSafetyStandardAgency = 0x00189174;
3215
3216    /** (0018,9175) VR=LO VM=1 Applicable Safety Standard Description */
3217    public static final int ApplicableSafetyStandardDescription = 0x00189175;
3218
3219    /** (0018,9176) VR=SQ VM=1 Operating Mode Sequence */
3220    public static final int OperatingModeSequence = 0x00189176;
3221
3222    /** (0018,9177) VR=CS VM=1 Operating Mode Type */
3223    public static final int OperatingModeType = 0x00189177;
3224
3225    /** (0018,9178) VR=CS VM=1 Operating Mode */
3226    public static final int OperatingMode = 0x00189178;
3227
3228    /** (0018,9179) VR=CS VM=1 Specific Absorption Rate Definition */
3229    public static final int SpecificAbsorptionRateDefinition = 0x00189179;
3230
3231    /** (0018,9180) VR=CS VM=1 Gradient Output Type */
3232    public static final int GradientOutputType = 0x00189180;
3233
3234    /** (0018,9181) VR=FD VM=1 Specific Absorption Rate Value */
3235    public static final int SpecificAbsorptionRateValue = 0x00189181;
3236
3237    /** (0018,9182) VR=FD VM=1 Gradient Output */
3238    public static final int GradientOutput = 0x00189182;
3239
3240    /** (0018,9183) VR=CS VM=1 Flow Compensation Direction */
3241    public static final int FlowCompensationDirection = 0x00189183;
3242
3243    /** (0018,9184) VR=FD VM=1 Tagging Delay */
3244    public static final int TaggingDelay = 0x00189184;
3245
3246    /** (0018,9185) VR=ST VM=1 Respiratory Motion Compensation Technique Description */
3247    public static final int RespiratoryMotionCompensationTechniqueDescription = 0x00189185;
3248
3249    /** (0018,9186) VR=SH VM=1 Respiratory Signal Source ID */
3250    public static final int RespiratorySignalSourceID = 0x00189186;
3251
3252    /** (0018,9195) VR=FD VM=1 Chemical Shift Minimum Integration Limit in Hz (retired) */
3253    public static final int ChemicalShiftMinimumIntegrationLimitInHz = 0x00189195;
3254
3255    /** (0018,9196) VR=FD VM=1 Chemical Shift Maximum Integration Limit in Hz (retired) */
3256    public static final int ChemicalShiftMaximumIntegrationLimitInHz = 0x00189196;
3257
3258    /** (0018,9197) VR=SQ VM=1 MR Velocity Encoding Sequence */
3259    public static final int MRVelocityEncodingSequence = 0x00189197;
3260
3261    /** (0018,9198) VR=CS VM=1 First Order Phase Correction */
3262    public static final int FirstOrderPhaseCorrection = 0x00189198;
3263
3264    /** (0018,9199) VR=CS VM=1 Water Referenced Phase Correction */
3265    public static final int WaterReferencedPhaseCorrection = 0x00189199;
3266
3267    /** (0018,9200) VR=CS VM=1 MR Spectroscopy Acquisition Type */
3268    public static final int MRSpectroscopyAcquisitionType = 0x00189200;
3269
3270    /** (0018,9214) VR=CS VM=1 Respiratory Cycle Position */
3271    public static final int RespiratoryCyclePosition = 0x00189214;
3272
3273    /** (0018,9217) VR=FD VM=1 Velocity Encoding Maximum Value */
3274    public static final int VelocityEncodingMaximumValue = 0x00189217;
3275
3276    /** (0018,9218) VR=FD VM=1 Tag Spacing Second Dimension */
3277    public static final int TagSpacingSecondDimension = 0x00189218;
3278
3279    /** (0018,9219) VR=SS VM=1 Tag Angle Second Axis */
3280    public static final int TagAngleSecondAxis = 0x00189219;
3281
3282    /** (0018,9220) VR=FD VM=1 Frame Acquisition Duration */
3283    public static final int FrameAcquisitionDuration = 0x00189220;
3284
3285    /** (0018,9226) VR=SQ VM=1 MR Image Frame Type Sequence */
3286    public static final int MRImageFrameTypeSequence = 0x00189226;
3287
3288    /** (0018,9227) VR=SQ VM=1 MR Spectroscopy Frame Type Sequence */
3289    public static final int MRSpectroscopyFrameTypeSequence = 0x00189227;
3290
3291    /** (0018,9231) VR=US VM=1 MR Acquisition Phase Encoding Steps in-plane */
3292    public static final int MRAcquisitionPhaseEncodingStepsInPlane = 0x00189231;
3293
3294    /** (0018,9232) VR=US VM=1 MR Acquisition Phase Encoding Steps out-of-plane */
3295    public static final int MRAcquisitionPhaseEncodingStepsOutOfPlane = 0x00189232;
3296
3297    /** (0018,9234) VR=UL VM=1 Spectroscopy Acquisition Phase Columns */
3298    public static final int SpectroscopyAcquisitionPhaseColumns = 0x00189234;
3299
3300    /** (0018,9236) VR=CS VM=1 Cardiac Cycle Position */
3301    public static final int CardiacCyclePosition = 0x00189236;
3302
3303    /** (0018,9239) VR=SQ VM=1 Specific Absorption Rate Sequence */
3304    public static final int SpecificAbsorptionRateSequence = 0x00189239;
3305
3306    /** (0018,9240) VR=US VM=1 RF Echo Train Length */
3307    public static final int RFEchoTrainLength = 0x00189240;
3308
3309    /** (0018,9241) VR=US VM=1 Gradient Echo Train Length */
3310    public static final int GradientEchoTrainLength = 0x00189241;
3311
3312    /** (0018,9250) VR=CS VM=1 Arterial Spin Labeling Contrast */
3313    public static final int ArterialSpinLabelingContrast = 0x00189250;
3314
3315    /** (0018,9251) VR=SQ VM=1 MR Arterial Spin Labeling Sequence */
3316    public static final int MRArterialSpinLabelingSequence = 0x00189251;
3317
3318    /** (0018,9252) VR=LO VM=1 ASL Technique Description */
3319    public static final int ASLTechniqueDescription = 0x00189252;
3320
3321    /** (0018,9253) VR=US VM=1 ASL Slab Number */
3322    public static final int ASLSlabNumber = 0x00189253;
3323
3324    /** (0018,9254) VR=FD VM=1 ASL Slab Thickness */
3325    public static final int ASLSlabThickness = 0x00189254;
3326
3327    /** (0018,9255) VR=FD VM=3 ASL Slab Orientation */
3328    public static final int ASLSlabOrientation = 0x00189255;
3329
3330    /** (0018,9256) VR=FD VM=3 ASL Mid Slab Position */
3331    public static final int ASLMidSlabPosition = 0x00189256;
3332
3333    /** (0018,9257) VR=CS VM=1 ASL Context */
3334    public static final int ASLContext = 0x00189257;
3335
3336    /** (0018,9258) VR=UL VM=1 ASL Pulse Train Duration */
3337    public static final int ASLPulseTrainDuration = 0x00189258;
3338
3339    /** (0018,9259) VR=CS VM=1 ASL Crusher Flag */
3340    public static final int ASLCrusherFlag = 0x00189259;
3341
3342    /** (0018,925A) VR=FD VM=1 ASL Crusher Flow Limit */
3343    public static final int ASLCrusherFlowLimit = 0x0018925A;
3344
3345    /** (0018,925B) VR=LO VM=1 ASL Crusher Description */
3346    public static final int ASLCrusherDescription = 0x0018925B;
3347
3348    /** (0018,925C) VR=CS VM=1 ASL Bolus Cut-off Flag */
3349    public static final int ASLBolusCutoffFlag = 0x0018925C;
3350
3351    /** (0018,925D) VR=SQ VM=1 ASL Bolus Cut-off Timing Sequence */
3352    public static final int ASLBolusCutoffTimingSequence = 0x0018925D;
3353
3354    /** (0018,925E) VR=LO VM=1 ASL Bolus Cut-off Technique */
3355    public static final int ASLBolusCutoffTechnique = 0x0018925E;
3356
3357    /** (0018,925F) VR=UL VM=1 ASL Bolus Cut-off Delay Time */
3358    public static final int ASLBolusCutoffDelayTime = 0x0018925F;
3359
3360    /** (0018,9260) VR=SQ VM=1 ASL Slab Sequence */
3361    public static final int ASLSlabSequence = 0x00189260;
3362
3363    /** (0018,9295) VR=FD VM=1 Chemical Shift Minimum Integration Limit in ppm */
3364    public static final int ChemicalShiftMinimumIntegrationLimitInppm = 0x00189295;
3365
3366    /** (0018,9296) VR=FD VM=1 Chemical Shift Maximum Integration Limit in ppm */
3367    public static final int ChemicalShiftMaximumIntegrationLimitInppm = 0x00189296;
3368
3369    /** (0018,9297) VR=CS VM=1 Water Reference Acquisition */
3370    public static final int WaterReferenceAcquisition = 0x00189297;
3371
3372    /** (0018,9298) VR=IS VM=1 Echo Peak Position */
3373    public static final int EchoPeakPosition = 0x00189298;
3374
3375    /** (0018,9301) VR=SQ VM=1 CT Acquisition Type Sequence */
3376    public static final int CTAcquisitionTypeSequence = 0x00189301;
3377
3378    /** (0018,9302) VR=CS VM=1 Acquisition Type */
3379    public static final int AcquisitionType = 0x00189302;
3380
3381    /** (0018,9303) VR=FD VM=1 Tube Angle */
3382    public static final int TubeAngle = 0x00189303;
3383
3384    /** (0018,9304) VR=SQ VM=1 CT Acquisition Details Sequence */
3385    public static final int CTAcquisitionDetailsSequence = 0x00189304;
3386
3387    /** (0018,9305) VR=FD VM=1 Revolution Time */
3388    public static final int RevolutionTime = 0x00189305;
3389
3390    /** (0018,9306) VR=FD VM=1 Single Collimation Width */
3391    public static final int SingleCollimationWidth = 0x00189306;
3392
3393    /** (0018,9307) VR=FD VM=1 Total Collimation Width */
3394    public static final int TotalCollimationWidth = 0x00189307;
3395
3396    /** (0018,9308) VR=SQ VM=1 CT Table Dynamics Sequence */
3397    public static final int CTTableDynamicsSequence = 0x00189308;
3398
3399    /** (0018,9309) VR=FD VM=1 Table Speed */
3400    public static final int TableSpeed = 0x00189309;
3401
3402    /** (0018,9310) VR=FD VM=1 Table Feed per Rotation */
3403    public static final int TableFeedPerRotation = 0x00189310;
3404
3405    /** (0018,9311) VR=FD VM=1 Spiral Pitch Factor */
3406    public static final int SpiralPitchFactor = 0x00189311;
3407
3408    /** (0018,9312) VR=SQ VM=1 CT Geometry Sequence */
3409    public static final int CTGeometrySequence = 0x00189312;
3410
3411    /** (0018,9313) VR=FD VM=3 Data Collection Center (Patient) */
3412    public static final int DataCollectionCenterPatient = 0x00189313;
3413
3414    /** (0018,9314) VR=SQ VM=1 CT Reconstruction Sequence */
3415    public static final int CTReconstructionSequence = 0x00189314;
3416
3417    /** (0018,9315) VR=CS VM=1 Reconstruction Algorithm */
3418    public static final int ReconstructionAlgorithm = 0x00189315;
3419
3420    /** (0018,9316) VR=CS VM=1 Convolution Kernel Group */
3421    public static final int ConvolutionKernelGroup = 0x00189316;
3422
3423    /** (0018,9317) VR=FD VM=2 Reconstruction Field of View */
3424    public static final int ReconstructionFieldOfView = 0x00189317;
3425
3426    /** (0018,9318) VR=FD VM=3 Reconstruction Target Center (Patient) */
3427    public static final int ReconstructionTargetCenterPatient = 0x00189318;
3428
3429    /** (0018,9319) VR=FD VM=1 Reconstruction Angle */
3430    public static final int ReconstructionAngle = 0x00189319;
3431
3432    /** (0018,9320) VR=SH VM=1 Image Filter */
3433    public static final int ImageFilter = 0x00189320;
3434
3435    /** (0018,9321) VR=SQ VM=1 CT Exposure Sequence */
3436    public static final int CTExposureSequence = 0x00189321;
3437
3438    /** (0018,9322) VR=FD VM=2 Reconstruction Pixel Spacing */
3439    public static final int ReconstructionPixelSpacing = 0x00189322;
3440
3441    /** (0018,9323) VR=CS VM=1-n Exposure Modulation Type */
3442    public static final int ExposureModulationType = 0x00189323;
3443
3444    /** (0018,9324) VR=FD VM=1 Estimated Dose Saving */
3445    public static final int EstimatedDoseSaving = 0x00189324;
3446
3447    /** (0018,9325) VR=SQ VM=1 CT X-Ray Details Sequence */
3448    public static final int CTXRayDetailsSequence = 0x00189325;
3449
3450    /** (0018,9326) VR=SQ VM=1 CT Position Sequence */
3451    public static final int CTPositionSequence = 0x00189326;
3452
3453    /** (0018,9327) VR=FD VM=1 Table Position */
3454    public static final int TablePosition = 0x00189327;
3455
3456    /** (0018,9328) VR=FD VM=1 Exposure Time in ms */
3457    public static final int ExposureTimeInms = 0x00189328;
3458
3459    /** (0018,9329) VR=SQ VM=1 CT Image Frame Type Sequence */
3460    public static final int CTImageFrameTypeSequence = 0x00189329;
3461
3462    /** (0018,9330) VR=FD VM=1 X-Ray Tube Current in mA */
3463    public static final int XRayTubeCurrentInmA = 0x00189330;
3464
3465    /** (0018,9332) VR=FD VM=1 Exposure in mAs */
3466    public static final int ExposureInmAs = 0x00189332;
3467
3468    /** (0018,9333) VR=CS VM=1 Constant Volume Flag */
3469    public static final int ConstantVolumeFlag = 0x00189333;
3470
3471    /** (0018,9334) VR=CS VM=1 Fluoroscopy Flag */
3472    public static final int FluoroscopyFlag = 0x00189334;
3473
3474    /** (0018,9335) VR=FD VM=1 Distance Source to Data Collection Center */
3475    public static final int DistanceSourceToDataCollectionCenter = 0x00189335;
3476
3477    /** (0018,9337) VR=US VM=1 Contrast/Bolus Agent Number */
3478    public static final int ContrastBolusAgentNumber = 0x00189337;
3479
3480    /** (0018,9338) VR=SQ VM=1 Contrast/Bolus Ingredient Code Sequence */
3481    public static final int ContrastBolusIngredientCodeSequence = 0x00189338;
3482
3483    /** (0018,9340) VR=SQ VM=1 Contrast Administration Profile Sequence */
3484    public static final int ContrastAdministrationProfileSequence = 0x00189340;
3485
3486    /** (0018,9341) VR=SQ VM=1 Contrast/Bolus Usage Sequence */
3487    public static final int ContrastBolusUsageSequence = 0x00189341;
3488
3489    /** (0018,9342) VR=CS VM=1 Contrast/Bolus Agent Administered */
3490    public static final int ContrastBolusAgentAdministered = 0x00189342;
3491
3492    /** (0018,9343) VR=CS VM=1 Contrast/Bolus Agent Detected */
3493    public static final int ContrastBolusAgentDetected = 0x00189343;
3494
3495    /** (0018,9344) VR=CS VM=1 Contrast/Bolus Agent Phase */
3496    public static final int ContrastBolusAgentPhase = 0x00189344;
3497
3498    /** (0018,9345) VR=FD VM=1 CTDIvol */
3499    public static final int CTDIvol = 0x00189345;
3500
3501    /** (0018,9346) VR=SQ VM=1 CTDI Phantom Type Code Sequence */
3502    public static final int CTDIPhantomTypeCodeSequence = 0x00189346;
3503
3504    /** (0018,9351) VR=FL VM=1 Calcium Scoring Mass Factor Patient */
3505    public static final int CalciumScoringMassFactorPatient = 0x00189351;
3506
3507    /** (0018,9352) VR=FL VM=3 Calcium Scoring Mass Factor Device */
3508    public static final int CalciumScoringMassFactorDevice = 0x00189352;
3509
3510    /** (0018,9353) VR=FL VM=1 Energy Weighting Factor */
3511    public static final int EnergyWeightingFactor = 0x00189353;
3512
3513    /** (0018,9360) VR=SQ VM=1 CT Additional X-Ray Source Sequence */
3514    public static final int CTAdditionalXRaySourceSequence = 0x00189360;
3515
3516    /** (0018,9401) VR=SQ VM=1 Projection Pixel Calibration Sequence */
3517    public static final int ProjectionPixelCalibrationSequence = 0x00189401;
3518
3519    /** (0018,9402) VR=FL VM=1 Distance Source to Isocenter */
3520    public static final int DistanceSourceToIsocenter = 0x00189402;
3521
3522    /** (0018,9403) VR=FL VM=1 Distance Object to Table Top */
3523    public static final int DistanceObjectToTableTop = 0x00189403;
3524
3525    /** (0018,9404) VR=FL VM=2 Object Pixel Spacing in Center of Beam */
3526    public static final int ObjectPixelSpacingInCenterOfBeam = 0x00189404;
3527
3528    /** (0018,9405) VR=SQ VM=1 Positioner Position Sequence */
3529    public static final int PositionerPositionSequence = 0x00189405;
3530
3531    /** (0018,9406) VR=SQ VM=1 Table Position Sequence */
3532    public static final int TablePositionSequence = 0x00189406;
3533
3534    /** (0018,9407) VR=SQ VM=1 Collimator Shape Sequence */
3535    public static final int CollimatorShapeSequence = 0x00189407;
3536
3537    /** (0018,9410) VR=CS VM=1 Planes in Acquisition */
3538    public static final int PlanesInAcquisition = 0x00189410;
3539
3540    /** (0018,9412) VR=SQ VM=1 XA/XRF Frame Characteristics Sequence */
3541    public static final int XAXRFFrameCharacteristicsSequence = 0x00189412;
3542
3543    /** (0018,9417) VR=SQ VM=1 Frame Acquisition Sequence */
3544    public static final int FrameAcquisitionSequence = 0x00189417;
3545
3546    /** (0018,9420) VR=CS VM=1 X-Ray Receptor Type */
3547    public static final int XRayReceptorType = 0x00189420;
3548
3549    /** (0018,9423) VR=LO VM=1 Acquisition Protocol Name */
3550    public static final int AcquisitionProtocolName = 0x00189423;
3551
3552    /** (0018,9424) VR=LT VM=1 Acquisition Protocol Description */
3553    public static final int AcquisitionProtocolDescription = 0x00189424;
3554
3555    /** (0018,9425) VR=CS VM=1 Contrast/Bolus Ingredient Opaque */
3556    public static final int ContrastBolusIngredientOpaque = 0x00189425;
3557
3558    /** (0018,9426) VR=FL VM=1 Distance Receptor Plane to Detector Housing */
3559    public static final int DistanceReceptorPlaneToDetectorHousing = 0x00189426;
3560
3561    /** (0018,9427) VR=CS VM=1 Intensifier Active Shape */
3562    public static final int IntensifierActiveShape = 0x00189427;
3563
3564    /** (0018,9428) VR=FL VM=1-2 Intensifier Active Dimension(s) */
3565    public static final int IntensifierActiveDimensions = 0x00189428;
3566
3567    /** (0018,9429) VR=FL VM=2 Physical Detector Size */
3568    public static final int PhysicalDetectorSize = 0x00189429;
3569
3570    /** (0018,9430) VR=FL VM=2 Position of Isocenter Projection */
3571    public static final int PositionOfIsocenterProjection = 0x00189430;
3572
3573    /** (0018,9432) VR=SQ VM=1 Field of View Sequence */
3574    public static final int FieldOfViewSequence = 0x00189432;
3575
3576    /** (0018,9433) VR=LO VM=1 Field of View Description */
3577    public static final int FieldOfViewDescription = 0x00189433;
3578
3579    /** (0018,9434) VR=SQ VM=1 Exposure Control Sensing Regions Sequence */
3580    public static final int ExposureControlSensingRegionsSequence = 0x00189434;
3581
3582    /** (0018,9435) VR=CS VM=1 Exposure Control Sensing Region Shape */
3583    public static final int ExposureControlSensingRegionShape = 0x00189435;
3584
3585    /** (0018,9436) VR=SS VM=1 Exposure Control Sensing Region Left Vertical Edge */
3586    public static final int ExposureControlSensingRegionLeftVerticalEdge = 0x00189436;
3587
3588    /** (0018,9437) VR=SS VM=1 Exposure Control Sensing Region Right Vertical Edge */
3589    public static final int ExposureControlSensingRegionRightVerticalEdge = 0x00189437;
3590
3591    /** (0018,9438) VR=SS VM=1 Exposure Control Sensing Region Upper Horizontal Edge */
3592    public static final int ExposureControlSensingRegionUpperHorizontalEdge = 0x00189438;
3593
3594    /** (0018,9439) VR=SS VM=1 Exposure Control Sensing Region Lower Horizontal Edge */
3595    public static final int ExposureControlSensingRegionLowerHorizontalEdge = 0x00189439;
3596
3597    /** (0018,9440) VR=SS VM=2 Center of Circular Exposure Control Sensing Region */
3598    public static final int CenterOfCircularExposureControlSensingRegion = 0x00189440;
3599
3600    /** (0018,9441) VR=US VM=1 Radius of Circular Exposure Control Sensing Region */
3601    public static final int RadiusOfCircularExposureControlSensingRegion = 0x00189441;
3602
3603    /** (0018,9442) VR=SS VM=2-n Vertices of the Polygonal Exposure Control Sensing Region */
3604    public static final int VerticesOfThePolygonalExposureControlSensingRegion = 0x00189442;
3605
3606    /** (0018,9447) VR=FL VM=1 Column Angulation (Patient) */
3607    public static final int ColumnAngulationPatient = 0x00189447;
3608
3609    /** (0018,9449) VR=FL VM=1 Beam Angle */
3610    public static final int BeamAngle = 0x00189449;
3611
3612    /** (0018,9451) VR=SQ VM=1 Frame Detector Parameters Sequence */
3613    public static final int FrameDetectorParametersSequence = 0x00189451;
3614
3615    /** (0018,9452) VR=FL VM=1 Calculated Anatomy Thickness */
3616    public static final int CalculatedAnatomyThickness = 0x00189452;
3617
3618    /** (0018,9455) VR=SQ VM=1 Calibration Sequence */
3619    public static final int CalibrationSequence = 0x00189455;
3620
3621    /** (0018,9456) VR=SQ VM=1 Object Thickness Sequence */
3622    public static final int ObjectThicknessSequence = 0x00189456;
3623
3624    /** (0018,9457) VR=CS VM=1 Plane Identification */
3625    public static final int PlaneIdentification = 0x00189457;
3626
3627    /** (0018,9461) VR=FL VM=1-2 Field of View Dimension(s) in Float */
3628    public static final int FieldOfViewDimensionsInFloat = 0x00189461;
3629
3630    /** (0018,9462) VR=SQ VM=1 Isocenter Reference System Sequence */
3631    public static final int IsocenterReferenceSystemSequence = 0x00189462;
3632
3633    /** (0018,9463) VR=FL VM=1 Positioner Isocenter Primary Angle */
3634    public static final int PositionerIsocenterPrimaryAngle = 0x00189463;
3635
3636    /** (0018,9464) VR=FL VM=1 Positioner Isocenter Secondary Angle */
3637    public static final int PositionerIsocenterSecondaryAngle = 0x00189464;
3638
3639    /** (0018,9465) VR=FL VM=1 Positioner Isocenter Detector Rotation Angle */
3640    public static final int PositionerIsocenterDetectorRotationAngle = 0x00189465;
3641
3642    /** (0018,9466) VR=FL VM=1 Table X Position to Isocenter */
3643    public static final int TableXPositionToIsocenter = 0x00189466;
3644
3645    /** (0018,9467) VR=FL VM=1 Table Y Position to Isocenter */
3646    public static final int TableYPositionToIsocenter = 0x00189467;
3647
3648    /** (0018,9468) VR=FL VM=1 Table Z Position to Isocenter */
3649    public static final int TableZPositionToIsocenter = 0x00189468;
3650
3651    /** (0018,9469) VR=FL VM=1 Table Horizontal Rotation Angle */
3652    public static final int TableHorizontalRotationAngle = 0x00189469;
3653
3654    /** (0018,9470) VR=FL VM=1 Table Head Tilt Angle */
3655    public static final int TableHeadTiltAngle = 0x00189470;
3656
3657    /** (0018,9471) VR=FL VM=1 Table Cradle Tilt Angle */
3658    public static final int TableCradleTiltAngle = 0x00189471;
3659
3660    /** (0018,9472) VR=SQ VM=1 Frame Display Shutter Sequence */
3661    public static final int FrameDisplayShutterSequence = 0x00189472;
3662
3663    /** (0018,9473) VR=FL VM=1 Acquired Image Area Dose Product */
3664    public static final int AcquiredImageAreaDoseProduct = 0x00189473;
3665
3666    /** (0018,9474) VR=CS VM=1 C-arm Positioner Tabletop Relationship */
3667    public static final int CArmPositionerTabletopRelationship = 0x00189474;
3668
3669    /** (0018,9476) VR=SQ VM=1 X-Ray Geometry Sequence */
3670    public static final int XRayGeometrySequence = 0x00189476;
3671
3672    /** (0018,9477) VR=SQ VM=1 Irradiation Event Identification Sequence */
3673    public static final int IrradiationEventIdentificationSequence = 0x00189477;
3674
3675    /** (0018,9504) VR=SQ VM=1 X-Ray 3D Frame Type Sequence */
3676    public static final int XRay3DFrameTypeSequence = 0x00189504;
3677
3678    /** (0018,9506) VR=SQ VM=1 Contributing Sources Sequence */
3679    public static final int ContributingSourcesSequence = 0x00189506;
3680
3681    /** (0018,9507) VR=SQ VM=1 X-Ray 3D Acquisition Sequence */
3682    public static final int XRay3DAcquisitionSequence = 0x00189507;
3683
3684    /** (0018,9508) VR=FL VM=1 Primary Positioner Scan Arc */
3685    public static final int PrimaryPositionerScanArc = 0x00189508;
3686
3687    /** (0018,9509) VR=FL VM=1 Secondary Positioner Scan Arc */
3688    public static final int SecondaryPositionerScanArc = 0x00189509;
3689
3690    /** (0018,9510) VR=FL VM=1 Primary Positioner Scan Start Angle */
3691    public static final int PrimaryPositionerScanStartAngle = 0x00189510;
3692
3693    /** (0018,9511) VR=FL VM=1 Secondary Positioner Scan Start Angle */
3694    public static final int SecondaryPositionerScanStartAngle = 0x00189511;
3695
3696    /** (0018,9514) VR=FL VM=1 Primary Positioner Increment */
3697    public static final int PrimaryPositionerIncrement = 0x00189514;
3698
3699    /** (0018,9515) VR=FL VM=1 Secondary Positioner Increment */
3700    public static final int SecondaryPositionerIncrement = 0x00189515;
3701
3702    /** (0018,9516) VR=DT VM=1 Start Acquisition DateTime */
3703    public static final int StartAcquisitionDateTime = 0x00189516;
3704
3705    /** (0018,9517) VR=DT VM=1 End Acquisition DateTime */
3706    public static final int EndAcquisitionDateTime = 0x00189517;
3707
3708    /** (0018,9518) VR=SS VM=1 Primary Positioner Increment Sign */
3709    public static final int PrimaryPositionerIncrementSign = 0x00189518;
3710
3711    /** (0018,9519) VR=SS VM=1 Secondary Positioner Increment Sign */
3712    public static final int SecondaryPositionerIncrementSign = 0x00189519;
3713
3714    /** (0018,9524) VR=LO VM=1 Application Name */
3715    public static final int ApplicationName = 0x00189524;
3716
3717    /** (0018,9525) VR=LO VM=1 Application Version */
3718    public static final int ApplicationVersion = 0x00189525;
3719
3720    /** (0018,9526) VR=LO VM=1 Application Manufacturer */
3721    public static final int ApplicationManufacturer = 0x00189526;
3722
3723    /** (0018,9527) VR=CS VM=1 Algorithm Type */
3724    public static final int AlgorithmType = 0x00189527;
3725
3726    /** (0018,9528) VR=LO VM=1 Algorithm Description */
3727    public static final int AlgorithmDescription = 0x00189528;
3728
3729    /** (0018,9530) VR=SQ VM=1 X-Ray 3D Reconstruction Sequence */
3730    public static final int XRay3DReconstructionSequence = 0x00189530;
3731
3732    /** (0018,9531) VR=LO VM=1 Reconstruction Description */
3733    public static final int ReconstructionDescription = 0x00189531;
3734
3735    /** (0018,9538) VR=SQ VM=1 Per Projection Acquisition Sequence */
3736    public static final int PerProjectionAcquisitionSequence = 0x00189538;
3737
3738    /** (0018,9541) VR=SQ VM=1 Detector Position Sequence */
3739    public static final int DetectorPositionSequence = 0x00189541;
3740
3741    /** (0018,9542) VR=SQ VM=1 X-Ray Acquisition Dose Sequence */
3742    public static final int XRayAcquisitionDoseSequence = 0x00189542;
3743
3744    /** (0018,9543) VR=FD VM=1 X-Ray Source Isocenter Primary Angle */
3745    public static final int XRaySourceIsocenterPrimaryAngle = 0x00189543;
3746
3747    /** (0018,9544) VR=FD VM=1 X-Ray Source Isocenter Secondary Angle */
3748    public static final int XRaySourceIsocenterSecondaryAngle = 0x00189544;
3749
3750    /** (0018,9545) VR=FD VM=1 Breast Support Isocenter Primary Angle */
3751    public static final int BreastSupportIsocenterPrimaryAngle = 0x00189545;
3752
3753    /** (0018,9546) VR=FD VM=1 Breast Support Isocenter Secondary Angle */
3754    public static final int BreastSupportIsocenterSecondaryAngle = 0x00189546;
3755
3756    /** (0018,9547) VR=FD VM=1 Breast Support X Position to Isocenter */
3757    public static final int BreastSupportXPositionToIsocenter = 0x00189547;
3758
3759    /** (0018,9548) VR=FD VM=1 Breast Support Y Position to Isocenter */
3760    public static final int BreastSupportYPositionToIsocenter = 0x00189548;
3761
3762    /** (0018,9549) VR=FD VM=1 Breast Support Z Position to Isocenter */
3763    public static final int BreastSupportZPositionToIsocenter = 0x00189549;
3764
3765    /** (0018,9550) VR=FD VM=1 Detector Isocenter Primary Angle */
3766    public static final int DetectorIsocenterPrimaryAngle = 0x00189550;
3767
3768    /** (0018,9551) VR=FD VM=1 Detector Isocenter Secondary Angle */
3769    public static final int DetectorIsocenterSecondaryAngle = 0x00189551;
3770
3771    /** (0018,9552) VR=FD VM=1 Detector X Position to Isocenter */
3772    public static final int DetectorXPositionToIsocenter = 0x00189552;
3773
3774    /** (0018,9553) VR=FD VM=1 Detector Y Position to Isocenter */
3775    public static final int DetectorYPositionToIsocenter = 0x00189553;
3776
3777    /** (0018,9554) VR=FD VM=1 Detector Z Position to Isocenter */
3778    public static final int DetectorZPositionToIsocenter = 0x00189554;
3779
3780    /** (0018,9555) VR=SQ VM=1 X-Ray Grid Sequence */
3781    public static final int XRayGridSequence = 0x00189555;
3782
3783    /** (0018,9556) VR=SQ VM=1 X-Ray Filter Sequence */
3784    public static final int XRayFilterSequence = 0x00189556;
3785
3786    /** (0018,9557) VR=FD VM=3 Detector Active Area TLHC Position */
3787    public static final int DetectorActiveAreaTLHCPosition = 0x00189557;
3788
3789    /** (0018,9558) VR=FD VM=6 Detector Active Area Orientation */
3790    public static final int DetectorActiveAreaOrientation = 0x00189558;
3791
3792    /** (0018,9559) VR=CS VM=1 Positioner Primary Angle Direction */
3793    public static final int PositionerPrimaryAngleDirection = 0x00189559;
3794
3795    /** (0018,9601) VR=SQ VM=1 Diffusion b-matrix Sequence */
3796    public static final int DiffusionBMatrixSequence = 0x00189601;
3797
3798    /** (0018,9602) VR=FD VM=1 Diffusion b-value XX */
3799    public static final int DiffusionBValueXX = 0x00189602;
3800
3801    /** (0018,9603) VR=FD VM=1 Diffusion b-value XY */
3802    public static final int DiffusionBValueXY = 0x00189603;
3803
3804    /** (0018,9604) VR=FD VM=1 Diffusion b-value XZ */
3805    public static final int DiffusionBValueXZ = 0x00189604;
3806
3807    /** (0018,9605) VR=FD VM=1 Diffusion b-value YY */
3808    public static final int DiffusionBValueYY = 0x00189605;
3809
3810    /** (0018,9606) VR=FD VM=1 Diffusion b-value YZ */
3811    public static final int DiffusionBValueYZ = 0x00189606;
3812
3813    /** (0018,9607) VR=FD VM=1 Diffusion b-value ZZ */
3814    public static final int DiffusionBValueZZ = 0x00189607;
3815
3816    /** (0018,9621) VR=SQ VM=1 Functional MR Sequence */
3817    public static final int FunctionalMRSequence = 0x00189621;
3818
3819    /** (0018,9622) VR=CS VM=1 Functional Settling Phase Frames Present */
3820    public static final int FunctionalSettlingPhaseFramesPresent = 0x00189622;
3821
3822    /** (0018,9623) VR=DT VM=1 Functional Sync Pulse */
3823    public static final int FunctionalSyncPulse = 0x00189623;
3824
3825    /** (0018,9624) VR=CS VM=1 Settling Phase Frame */
3826    public static final int SettlingPhaseFrame = 0x00189624;
3827
3828    /** (0018,9701) VR=DT VM=1 Decay Correction DateTime */
3829    public static final int DecayCorrectionDateTime = 0x00189701;
3830
3831    /** (0018,9715) VR=FD VM=1 Start Density Threshold */
3832    public static final int StartDensityThreshold = 0x00189715;
3833
3834    /** (0018,9716) VR=FD VM=1 Start Relative Density Difference Threshold */
3835    public static final int StartRelativeDensityDifferenceThreshold = 0x00189716;
3836
3837    /** (0018,9717) VR=FD VM=1 Start Cardiac Trigger Count Threshold */
3838    public static final int StartCardiacTriggerCountThreshold = 0x00189717;
3839
3840    /** (0018,9718) VR=FD VM=1 Start Respiratory Trigger Count Threshold */
3841    public static final int StartRespiratoryTriggerCountThreshold = 0x00189718;
3842
3843    /** (0018,9719) VR=FD VM=1 Termination Counts Threshold */
3844    public static final int TerminationCountsThreshold = 0x00189719;
3845
3846    /** (0018,9720) VR=FD VM=1 Termination Density Threshold */
3847    public static final int TerminationDensityThreshold = 0x00189720;
3848
3849    /** (0018,9721) VR=FD VM=1 Termination Relative Density Threshold */
3850    public static final int TerminationRelativeDensityThreshold = 0x00189721;
3851
3852    /** (0018,9722) VR=FD VM=1 Termination Time Threshold */
3853    public static final int TerminationTimeThreshold = 0x00189722;
3854
3855    /** (0018,9723) VR=FD VM=1 Termination Cardiac Trigger Count Threshold */
3856    public static final int TerminationCardiacTriggerCountThreshold = 0x00189723;
3857
3858    /** (0018,9724) VR=FD VM=1 Termination Respiratory Trigger Count Threshold */
3859    public static final int TerminationRespiratoryTriggerCountThreshold = 0x00189724;
3860
3861    /** (0018,9725) VR=CS VM=1 Detector Geometry */
3862    public static final int DetectorGeometry = 0x00189725;
3863
3864    /** (0018,9726) VR=FD VM=1 Transverse Detector Separation */
3865    public static final int TransverseDetectorSeparation = 0x00189726;
3866
3867    /** (0018,9727) VR=FD VM=1 Axial Detector Dimension */
3868    public static final int AxialDetectorDimension = 0x00189727;
3869
3870    /** (0018,9729) VR=US VM=1 Radiopharmaceutical Agent Number */
3871    public static final int RadiopharmaceuticalAgentNumber = 0x00189729;
3872
3873    /** (0018,9732) VR=SQ VM=1 PET Frame Acquisition Sequence */
3874    public static final int PETFrameAcquisitionSequence = 0x00189732;
3875
3876    /** (0018,9733) VR=SQ VM=1 PET Detector Motion Details Sequence */
3877    public static final int PETDetectorMotionDetailsSequence = 0x00189733;
3878
3879    /** (0018,9734) VR=SQ VM=1 PET Table Dynamics Sequence */
3880    public static final int PETTableDynamicsSequence = 0x00189734;
3881
3882    /** (0018,9735) VR=SQ VM=1 PET Position Sequence */
3883    public static final int PETPositionSequence = 0x00189735;
3884
3885    /** (0018,9736) VR=SQ VM=1 PET Frame Correction Factors Sequence */
3886    public static final int PETFrameCorrectionFactorsSequence = 0x00189736;
3887
3888    /** (0018,9737) VR=SQ VM=1 Radiopharmaceutical Usage Sequence */
3889    public static final int RadiopharmaceuticalUsageSequence = 0x00189737;
3890
3891    /** (0018,9738) VR=CS VM=1 Attenuation Correction Source */
3892    public static final int AttenuationCorrectionSource = 0x00189738;
3893
3894    /** (0018,9739) VR=US VM=1 Number of Iterations */
3895    public static final int NumberOfIterations = 0x00189739;
3896
3897    /** (0018,9740) VR=US VM=1 Number of Subsets */
3898    public static final int NumberOfSubsets = 0x00189740;
3899
3900    /** (0018,9749) VR=SQ VM=1 PET Reconstruction Sequence */
3901    public static final int PETReconstructionSequence = 0x00189749;
3902
3903    /** (0018,9751) VR=SQ VM=1 PET Frame Type Sequence */
3904    public static final int PETFrameTypeSequence = 0x00189751;
3905
3906    /** (0018,9755) VR=CS VM=1 Time of Flight Information Used */
3907    public static final int TimeOfFlightInformationUsed = 0x00189755;
3908
3909    /** (0018,9756) VR=CS VM=1 Reconstruction Type */
3910    public static final int ReconstructionType = 0x00189756;
3911
3912    /** (0018,9758) VR=CS VM=1 Decay Corrected */
3913    public static final int DecayCorrected = 0x00189758;
3914
3915    /** (0018,9759) VR=CS VM=1 Attenuation Corrected */
3916    public static final int AttenuationCorrected = 0x00189759;
3917
3918    /** (0018,9760) VR=CS VM=1 Scatter Corrected */
3919    public static final int ScatterCorrected = 0x00189760;
3920
3921    /** (0018,9761) VR=CS VM=1 Dead Time Corrected */
3922    public static final int DeadTimeCorrected = 0x00189761;
3923
3924    /** (0018,9762) VR=CS VM=1 Gantry Motion Corrected */
3925    public static final int GantryMotionCorrected = 0x00189762;
3926
3927    /** (0018,9763) VR=CS VM=1 Patient Motion Corrected */
3928    public static final int PatientMotionCorrected = 0x00189763;
3929
3930    /** (0018,9764) VR=CS VM=1 Count Loss Normalization Corrected */
3931    public static final int CountLossNormalizationCorrected = 0x00189764;
3932
3933    /** (0018,9765) VR=CS VM=1 Randoms Corrected */
3934    public static final int RandomsCorrected = 0x00189765;
3935
3936    /** (0018,9766) VR=CS VM=1 Non-uniform Radial Sampling Corrected */
3937    public static final int NonUniformRadialSamplingCorrected = 0x00189766;
3938
3939    /** (0018,9767) VR=CS VM=1 Sensitivity Calibrated */
3940    public static final int SensitivityCalibrated = 0x00189767;
3941
3942    /** (0018,9768) VR=CS VM=1 Detector Normalization Correction */
3943    public static final int DetectorNormalizationCorrection = 0x00189768;
3944
3945    /** (0018,9769) VR=CS VM=1 Iterative Reconstruction Method */
3946    public static final int IterativeReconstructionMethod = 0x00189769;
3947
3948    /** (0018,9770) VR=CS VM=1 Attenuation Correction Temporal Relationship */
3949    public static final int AttenuationCorrectionTemporalRelationship = 0x00189770;
3950
3951    /** (0018,9771) VR=SQ VM=1 Patient Physiological State Sequence */
3952    public static final int PatientPhysiologicalStateSequence = 0x00189771;
3953
3954    /** (0018,9772) VR=SQ VM=1 Patient Physiological State Code Sequence */
3955    public static final int PatientPhysiologicalStateCodeSequence = 0x00189772;
3956
3957    /** (0018,9801) VR=FD VM=1-n Depth(s) of Focus */
3958    public static final int DepthsOfFocus = 0x00189801;
3959
3960    /** (0018,9803) VR=SQ VM=1 Excluded Intervals Sequence */
3961    public static final int ExcludedIntervalsSequence = 0x00189803;
3962
3963    /** (0018,9804) VR=DT VM=1 Exclusion Start DateTime */
3964    public static final int ExclusionStartDateTime = 0x00189804;
3965
3966    /** (0018,9805) VR=FD VM=1 Exclusion Duration */
3967    public static final int ExclusionDuration = 0x00189805;
3968
3969    /** (0018,9806) VR=SQ VM=1 US Image Description Sequence */
3970    public static final int USImageDescriptionSequence = 0x00189806;
3971
3972    /** (0018,9807) VR=SQ VM=1 Image Data Type Sequence */
3973    public static final int ImageDataTypeSequence = 0x00189807;
3974
3975    /** (0018,9808) VR=CS VM=1 Data Type */
3976    public static final int DataType = 0x00189808;
3977
3978    /** (0018,9809) VR=SQ VM=1 Transducer Scan Pattern Code Sequence */
3979    public static final int TransducerScanPatternCodeSequence = 0x00189809;
3980
3981    /** (0018,980B) VR=CS VM=1 Aliased Data Type */
3982    public static final int AliasedDataType = 0x0018980B;
3983
3984    /** (0018,980C) VR=CS VM=1 Position Measuring Device Used */
3985    public static final int PositionMeasuringDeviceUsed = 0x0018980C;
3986
3987    /** (0018,980D) VR=SQ VM=1 Transducer Geometry Code Sequence */
3988    public static final int TransducerGeometryCodeSequence = 0x0018980D;
3989
3990    /** (0018,980E) VR=SQ VM=1 Transducer Beam Steering Code Sequence */
3991    public static final int TransducerBeamSteeringCodeSequence = 0x0018980E;
3992
3993    /** (0018,980F) VR=SQ VM=1 Transducer Application Code Sequence */
3994    public static final int TransducerApplicationCodeSequence = 0x0018980F;
3995
3996    /** (0018,9810) VR=US or SS VM=1 Zero Velocity Pixel Value */
3997    public static final int ZeroVelocityPixelValue = 0x00189810;
3998
3999    /** (0018,9900) VR=LO VM=1 Reference Location Label */
4000    public static final int ReferenceLocationLabel = 0x00189900;
4001
4002    /** (0018,9901) VR=UT VM=1 Reference Location Description */
4003    public static final int ReferenceLocationDescription = 0x00189901;
4004
4005    /** (0018,9902) VR=SQ VM=1 Reference Basis Code Sequence */
4006    public static final int ReferenceBasisCodeSequence = 0x00189902;
4007
4008    /** (0018,9903) VR=SQ VM=1 Reference Geometry Code Sequence */
4009    public static final int ReferenceGeometryCodeSequence = 0x00189903;
4010
4011    /** (0018,9904) VR=DS VM=1 Offset Distance */
4012    public static final int OffsetDistance = 0x00189904;
4013
4014    /** (0018,9905) VR=CS VM=1 Offset Direction */
4015    public static final int OffsetDirection = 0x00189905;
4016
4017    /** (0018,9906) VR=SQ VM=1 Potential Scheduled Protocol Code Sequence */
4018    public static final int PotentialScheduledProtocolCodeSequence = 0x00189906;
4019
4020    /** (0018,9907) VR=SQ VM=1 Potential Requested Procedure Code Sequence */
4021    public static final int PotentialRequestedProcedureCodeSequence = 0x00189907;
4022
4023    /** (0018,9908) VR=UC VM=1-n Potential Reasons for Procedure */
4024    public static final int PotentialReasonsForProcedure = 0x00189908;
4025
4026    /** (0018,9909) VR=SQ VM=1 Potential Reasons for Procedure Code Sequence */
4027    public static final int PotentialReasonsForProcedureCodeSequence = 0x00189909;
4028
4029    /** (0018,990A) VR=UC VM=1-n Potential Diagnostic Tasks */
4030    public static final int PotentialDiagnosticTasks = 0x0018990A;
4031
4032    /** (0018,990B) VR=SQ VM=1 Contraindications Code Sequence */
4033    public static final int ContraindicationsCodeSequence = 0x0018990B;
4034
4035    /** (0018,990C) VR=SQ VM=1 Referenced Defined Protocol Sequence */
4036    public static final int ReferencedDefinedProtocolSequence = 0x0018990C;
4037
4038    /** (0018,990D) VR=SQ VM=1 Referenced Performed Protocol Sequence */
4039    public static final int ReferencedPerformedProtocolSequence = 0x0018990D;
4040
4041    /** (0018,990E) VR=SQ VM=1 Predecessor Protocol Sequence */
4042    public static final int PredecessorProtocolSequence = 0x0018990E;
4043
4044    /** (0018,990F) VR=UT VM=1 Protocol Planning Information */
4045    public static final int ProtocolPlanningInformation = 0x0018990F;
4046
4047    /** (0018,9910) VR=UT VM=1 Protocol Design Rationale */
4048    public static final int ProtocolDesignRationale = 0x00189910;
4049
4050    /** (0018,9911) VR=SQ VM=1 Patient Specification Sequence */
4051    public static final int PatientSpecificationSequence = 0x00189911;
4052
4053    /** (0018,9912) VR=SQ VM=1 Model Specification Sequence */
4054    public static final int ModelSpecificationSequence = 0x00189912;
4055
4056    /** (0018,9913) VR=SQ VM=1 Parameters Specification Sequence */
4057    public static final int ParametersSpecificationSequence = 0x00189913;
4058
4059    /** (0018,9914) VR=SQ VM=1 Instruction Sequence */
4060    public static final int InstructionSequence = 0x00189914;
4061
4062    /** (0018,9915) VR=US VM=1 Instruction Index */
4063    public static final int InstructionIndex = 0x00189915;
4064
4065    /** (0018,9916) VR=LO VM=1 Instruction Text */
4066    public static final int InstructionText = 0x00189916;
4067
4068    /** (0018,9917) VR=UT VM=1 Instruction Description */
4069    public static final int InstructionDescription = 0x00189917;
4070
4071    /** (0018,9918) VR=CS VM=1 Instruction Performed Flag */
4072    public static final int InstructionPerformedFlag = 0x00189918;
4073
4074    /** (0018,9919) VR=DT VM=1 Instruction Performed DateTime */
4075    public static final int InstructionPerformedDateTime = 0x00189919;
4076
4077    /** (0018,991A) VR=UT VM=1 Instruction Performance Comment */
4078    public static final int InstructionPerformanceComment = 0x0018991A;
4079
4080    /** (0018,991B) VR=SQ VM=1 Patient Positioning Instruction Sequence */
4081    public static final int PatientPositioningInstructionSequence = 0x0018991B;
4082
4083    /** (0018,991C) VR=SQ VM=1 Positioning Method Code Sequence */
4084    public static final int PositioningMethodCodeSequence = 0x0018991C;
4085
4086    /** (0018,991D) VR=SQ VM=1 Positioning Landmark Sequence */
4087    public static final int PositioningLandmarkSequence = 0x0018991D;
4088
4089    /** (0018,991E) VR=UI VM=1 Target Frame of Reference UID */
4090    public static final int TargetFrameOfReferenceUID = 0x0018991E;
4091
4092    /** (0018,991F) VR=SQ VM=1 Acquisition Protocol Element Specification Sequence */
4093    public static final int AcquisitionProtocolElementSpecificationSequence = 0x0018991F;
4094
4095    /** (0018,9920) VR=SQ VM=1 Acquisition Protocol Element Sequence */
4096    public static final int AcquisitionProtocolElementSequence = 0x00189920;
4097
4098    /** (0018,9921) VR=US VM=1 Protocol Element Number */
4099    public static final int ProtocolElementNumber = 0x00189921;
4100
4101    /** (0018,9922) VR=LO VM=1 Protocol Element Name */
4102    public static final int ProtocolElementName = 0x00189922;
4103
4104    /** (0018,9923) VR=UT VM=1 Protocol Element Characteristics Summary */
4105    public static final int ProtocolElementCharacteristicsSummary = 0x00189923;
4106
4107    /** (0018,9924) VR=UT VM=1 Protocol Element Purpose */
4108    public static final int ProtocolElementPurpose = 0x00189924;
4109
4110    /** (0018,9930) VR=CS VM=1 Acquisition Motion */
4111    public static final int AcquisitionMotion = 0x00189930;
4112
4113    /** (0018,9931) VR=SQ VM=1 Acquisition Start Location Sequence */
4114    public static final int AcquisitionStartLocationSequence = 0x00189931;
4115
4116    /** (0018,9932) VR=SQ VM=1 Acquisition End Location Sequence */
4117    public static final int AcquisitionEndLocationSequence = 0x00189932;
4118
4119    /** (0018,9933) VR=SQ VM=1 Reconstruction Protocol Element Specification Sequence */
4120    public static final int ReconstructionProtocolElementSpecificationSequence = 0x00189933;
4121
4122    /** (0018,9934) VR=SQ VM=1 Reconstruction Protocol Element Sequence */
4123    public static final int ReconstructionProtocolElementSequence = 0x00189934;
4124
4125    /** (0018,9935) VR=SQ VM=1 Storage Protocol Element Specification Sequence */
4126    public static final int StorageProtocolElementSpecificationSequence = 0x00189935;
4127
4128    /** (0018,9936) VR=SQ VM=1 Storage Protocol Element Sequence */
4129    public static final int StorageProtocolElementSequence = 0x00189936;
4130
4131    /** (0018,9937) VR=LO VM=1 Requested Series Description */
4132    public static final int RequestedSeriesDescription = 0x00189937;
4133
4134    /** (0018,9938) VR=US VM=1-n Source Acquisition Protocol Element Number */
4135    public static final int SourceAcquisitionProtocolElementNumber = 0x00189938;
4136
4137    /** (0018,9939) VR=US VM=1-n Source Acquisition Beam Number */
4138    public static final int SourceAcquisitionBeamNumber = 0x00189939;
4139
4140    /** (0018,993A) VR=US VM=1-n Source Reconstruction Protocol Element Number */
4141    public static final int SourceReconstructionProtocolElementNumber = 0x0018993A;
4142
4143    /** (0018,993B) VR=SQ VM=1 Reconstruction Start Location Sequence */
4144    public static final int ReconstructionStartLocationSequence = 0x0018993B;
4145
4146    /** (0018,993C) VR=SQ VM=1 Reconstruction End Location Sequence */
4147    public static final int ReconstructionEndLocationSequence = 0x0018993C;
4148
4149    /** (0018,993D) VR=SQ VM=1 Reconstruction Algorithm Sequence */
4150    public static final int ReconstructionAlgorithmSequence = 0x0018993D;
4151
4152    /** (0018,993E) VR=SQ VM=1 Reconstruction Target Center Location Sequence */
4153    public static final int ReconstructionTargetCenterLocationSequence = 0x0018993E;
4154
4155    /** (0018,9941) VR=UT VM=1 Image Filter Description */
4156    public static final int ImageFilterDescription = 0x00189941;
4157
4158    /** (0018,9942) VR=FD VM=1 CTDIvol Notification Trigger */
4159    public static final int CTDIvolNotificationTrigger = 0x00189942;
4160
4161    /** (0018,9943) VR=FD VM=1 DLP Notification Trigger */
4162    public static final int DLPNotificationTrigger = 0x00189943;
4163
4164    /** (0018,9944) VR=CS VM=1 Auto KVP Selection Type */
4165    public static final int AutoKVPSelectionType = 0x00189944;
4166
4167    /** (0018,9945) VR=FD VM=1 Auto KVP Upper Bound */
4168    public static final int AutoKVPUpperBound = 0x00189945;
4169
4170    /** (0018,9946) VR=FD VM=1 Auto KVP Lower Bound */
4171    public static final int AutoKVPLowerBound = 0x00189946;
4172
4173    /** (0018,9947) VR=CS VM=1 Protocol Defined Patient Position */
4174    public static final int ProtocolDefinedPatientPosition = 0x00189947;
4175
4176    /** (0018,A001) VR=SQ VM=1 Contributing Equipment Sequence */
4177    public static final int ContributingEquipmentSequence = 0x0018A001;
4178
4179    /** (0018,A002) VR=DT VM=1 Contribution DateTime */
4180    public static final int ContributionDateTime = 0x0018A002;
4181
4182    /** (0018,A003) VR=ST VM=1 Contribution Description */
4183    public static final int ContributionDescription = 0x0018A003;
4184
4185    /** (0020,000D) VR=UI VM=1 Study Instance UID */
4186    public static final int StudyInstanceUID = 0x0020000D;
4187
4188    /** (0020,000E) VR=UI VM=1 Series Instance UID */
4189    public static final int SeriesInstanceUID = 0x0020000E;
4190
4191    /** (0020,0010) VR=SH VM=1 Study ID */
4192    public static final int StudyID = 0x00200010;
4193
4194    /** (0020,0011) VR=IS VM=1 Series Number */
4195    public static final int SeriesNumber = 0x00200011;
4196
4197    /** (0020,0012) VR=IS VM=1 Acquisition Number */
4198    public static final int AcquisitionNumber = 0x00200012;
4199
4200    /** (0020,0013) VR=IS VM=1 Instance Number */
4201    public static final int InstanceNumber = 0x00200013;
4202
4203    /** (0020,0014) VR=IS VM=1 Isotope Number (retired) */
4204    public static final int IsotopeNumber = 0x00200014;
4205
4206    /** (0020,0015) VR=IS VM=1 Phase Number (retired) */
4207    public static final int PhaseNumber = 0x00200015;
4208
4209    /** (0020,0016) VR=IS VM=1 Interval Number (retired) */
4210    public static final int IntervalNumber = 0x00200016;
4211
4212    /** (0020,0017) VR=IS VM=1 Time Slot Number (retired) */
4213    public static final int TimeSlotNumber = 0x00200017;
4214
4215    /** (0020,0018) VR=IS VM=1 Angle Number (retired) */
4216    public static final int AngleNumber = 0x00200018;
4217
4218    /** (0020,0019) VR=IS VM=1 Item Number */
4219    public static final int ItemNumber = 0x00200019;
4220
4221    /** (0020,0020) VR=CS VM=2 Patient Orientation */
4222    public static final int PatientOrientation = 0x00200020;
4223
4224    /** (0020,0022) VR=IS VM=1 Overlay Number (retired) */
4225    public static final int OverlayNumber = 0x00200022;
4226
4227    /** (0020,0024) VR=IS VM=1 Curve Number (retired) */
4228    public static final int CurveNumber = 0x00200024;
4229
4230    /** (0020,0026) VR=IS VM=1 LUT Number (retired) */
4231    public static final int LUTNumber = 0x00200026;
4232
4233    /** (0020,0030) VR=DS VM=3 Image Position (retired) */
4234    public static final int ImagePosition = 0x00200030;
4235
4236    /** (0020,0032) VR=DS VM=3 Image Position (Patient) */
4237    public static final int ImagePositionPatient = 0x00200032;
4238
4239    /** (0020,0035) VR=DS VM=6 Image Orientation (retired) */
4240    public static final int ImageOrientation = 0x00200035;
4241
4242    /** (0020,0037) VR=DS VM=6 Image Orientation (Patient) */
4243    public static final int ImageOrientationPatient = 0x00200037;
4244
4245    /** (0020,0050) VR=DS VM=1 Location (retired) */
4246    public static final int Location = 0x00200050;
4247
4248    /** (0020,0052) VR=UI VM=1 Frame of Reference UID */
4249    public static final int FrameOfReferenceUID = 0x00200052;
4250
4251    /** (0020,0060) VR=CS VM=1 Laterality */
4252    public static final int Laterality = 0x00200060;
4253
4254    /** (0020,0062) VR=CS VM=1 Image Laterality */
4255    public static final int ImageLaterality = 0x00200062;
4256
4257    /** (0020,0070) VR=LO VM=1 Image Geometry Type (retired) */
4258    public static final int ImageGeometryType = 0x00200070;
4259
4260    /** (0020,0080) VR=CS VM=1-n Masking Image (retired) */
4261    public static final int MaskingImage = 0x00200080;
4262
4263    /** (0020,00AA) VR=IS VM=1 Report Number (retired) */
4264    public static final int ReportNumber = 0x002000AA;
4265
4266    /** (0020,0100) VR=IS VM=1 Temporal Position Identifier */
4267    public static final int TemporalPositionIdentifier = 0x00200100;
4268
4269    /** (0020,0105) VR=IS VM=1 Number of Temporal Positions */
4270    public static final int NumberOfTemporalPositions = 0x00200105;
4271
4272    /** (0020,0110) VR=DS VM=1 Temporal Resolution */
4273    public static final int TemporalResolution = 0x00200110;
4274
4275    /** (0020,0200) VR=UI VM=1 Synchronization Frame of Reference UID */
4276    public static final int SynchronizationFrameOfReferenceUID = 0x00200200;
4277
4278    /** (0020,0242) VR=UI VM=1 SOP Instance UID of Concatenation Source */
4279    public static final int SOPInstanceUIDOfConcatenationSource = 0x00200242;
4280
4281    /** (0020,1000) VR=IS VM=1 Series in Study (retired) */
4282    public static final int SeriesInStudy = 0x00201000;
4283
4284    /** (0020,1001) VR=IS VM=1 Acquisitions in Series (retired) */
4285    public static final int AcquisitionsInSeries = 0x00201001;
4286
4287    /** (0020,1002) VR=IS VM=1 Images in Acquisition */
4288    public static final int ImagesInAcquisition = 0x00201002;
4289
4290    /** (0020,1003) VR=IS VM=1 Images in Series (retired) */
4291    public static final int ImagesInSeries = 0x00201003;
4292
4293    /** (0020,1004) VR=IS VM=1 Acquisitions in Study (retired) */
4294    public static final int AcquisitionsInStudy = 0x00201004;
4295
4296    /** (0020,1005) VR=IS VM=1 Images in Study (retired) */
4297    public static final int ImagesInStudy = 0x00201005;
4298
4299    /** (0020,1020) VR=LO VM=1-n Reference (retired) */
4300    public static final int Reference = 0x00201020;
4301
4302    /** (0020,103F) VR=LO VM=1 Target Position Reference Indicator */
4303    public static final int TargetPositionReferenceIndicator = 0x0020103F;
4304
4305    /** (0020,1040) VR=LO VM=1 Position Reference Indicator */
4306    public static final int PositionReferenceIndicator = 0x00201040;
4307
4308    /** (0020,1041) VR=DS VM=1 Slice Location */
4309    public static final int SliceLocation = 0x00201041;
4310
4311    /** (0020,1070) VR=IS VM=1-n Other Study Numbers (retired) */
4312    public static final int OtherStudyNumbers = 0x00201070;
4313
4314    /** (0020,1200) VR=IS VM=1 Number of Patient Related Studies */
4315    public static final int NumberOfPatientRelatedStudies = 0x00201200;
4316
4317    /** (0020,1202) VR=IS VM=1 Number of Patient Related Series */
4318    public static final int NumberOfPatientRelatedSeries = 0x00201202;
4319
4320    /** (0020,1204) VR=IS VM=1 Number of Patient Related Instances */
4321    public static final int NumberOfPatientRelatedInstances = 0x00201204;
4322
4323    /** (0020,1206) VR=IS VM=1 Number of Study Related Series */
4324    public static final int NumberOfStudyRelatedSeries = 0x00201206;
4325
4326    /** (0020,1208) VR=IS VM=1 Number of Study Related Instances */
4327    public static final int NumberOfStudyRelatedInstances = 0x00201208;
4328
4329    /** (0020,1209) VR=IS VM=1 Number of Series Related Instances */
4330    public static final int NumberOfSeriesRelatedInstances = 0x00201209;
4331
4332    /** (0020,31xx) VR=CS VM=1-n Source Image IDs (retired) */
4333    public static final int SourceImageIDs = 0x00203100;
4334
4335    /** (0020,3401) VR=CS VM=1 Modifying Device ID (retired) */
4336    public static final int ModifyingDeviceID = 0x00203401;
4337
4338    /** (0020,3402) VR=CS VM=1 Modified Image ID (retired) */
4339    public static final int ModifiedImageID = 0x00203402;
4340
4341    /** (0020,3403) VR=DA VM=1 Modified Image Date (retired) */
4342    public static final int ModifiedImageDate = 0x00203403;
4343
4344    /** (0020,3404) VR=LO VM=1 Modifying Device Manufacturer (retired) */
4345    public static final int ModifyingDeviceManufacturer = 0x00203404;
4346
4347    /** (0020,3405) VR=TM VM=1 Modified Image Time (retired) */
4348    public static final int ModifiedImageTime = 0x00203405;
4349
4350    /** (0020,3406) VR=LO VM=1 Modified Image Description (retired) */
4351    public static final int ModifiedImageDescription = 0x00203406;
4352
4353    /** (0020,4000) VR=LT VM=1 Image Comments */
4354    public static final int ImageComments = 0x00204000;
4355
4356    /** (0020,5000) VR=AT VM=1-n Original Image Identification (retired) */
4357    public static final int OriginalImageIdentification = 0x00205000;
4358
4359    /** (0020,5002) VR=LO VM=1-n Original Image Identification Nomenclature (retired) */
4360    public static final int OriginalImageIdentificationNomenclature = 0x00205002;
4361
4362    /** (0020,9056) VR=SH VM=1 Stack ID */
4363    public static final int StackID = 0x00209056;
4364
4365    /** (0020,9057) VR=UL VM=1 In-Stack Position Number */
4366    public static final int InStackPositionNumber = 0x00209057;
4367
4368    /** (0020,9071) VR=SQ VM=1 Frame Anatomy Sequence */
4369    public static final int FrameAnatomySequence = 0x00209071;
4370
4371    /** (0020,9072) VR=CS VM=1 Frame Laterality */
4372    public static final int FrameLaterality = 0x00209072;
4373
4374    /** (0020,9111) VR=SQ VM=1 Frame Content Sequence */
4375    public static final int FrameContentSequence = 0x00209111;
4376
4377    /** (0020,9113) VR=SQ VM=1 Plane Position Sequence */
4378    public static final int PlanePositionSequence = 0x00209113;
4379
4380    /** (0020,9116) VR=SQ VM=1 Plane Orientation Sequence */
4381    public static final int PlaneOrientationSequence = 0x00209116;
4382
4383    /** (0020,9128) VR=UL VM=1 Temporal Position Index */
4384    public static final int TemporalPositionIndex = 0x00209128;
4385
4386    /** (0020,9153) VR=FD VM=1 Nominal Cardiac Trigger Delay Time */
4387    public static final int NominalCardiacTriggerDelayTime = 0x00209153;
4388
4389    /** (0020,9154) VR=FL VM=1 Nominal Cardiac Trigger Time Prior To R-Peak */
4390    public static final int NominalCardiacTriggerTimePriorToRPeak = 0x00209154;
4391
4392    /** (0020,9155) VR=FL VM=1 Actual Cardiac Trigger Time Prior To R-Peak */
4393    public static final int ActualCardiacTriggerTimePriorToRPeak = 0x00209155;
4394
4395    /** (0020,9156) VR=US VM=1 Frame Acquisition Number */
4396    public static final int FrameAcquisitionNumber = 0x00209156;
4397
4398    /** (0020,9157) VR=UL VM=1-n Dimension Index Values */
4399    public static final int DimensionIndexValues = 0x00209157;
4400
4401    /** (0020,9158) VR=LT VM=1 Frame Comments */
4402    public static final int FrameComments = 0x00209158;
4403
4404    /** (0020,9161) VR=UI VM=1 Concatenation UID */
4405    public static final int ConcatenationUID = 0x00209161;
4406
4407    /** (0020,9162) VR=US VM=1 In-concatenation Number */
4408    public static final int InConcatenationNumber = 0x00209162;
4409
4410    /** (0020,9163) VR=US VM=1 In-concatenation Total Number */
4411    public static final int InConcatenationTotalNumber = 0x00209163;
4412
4413    /** (0020,9164) VR=UI VM=1 Dimension Organization UID */
4414    public static final int DimensionOrganizationUID = 0x00209164;
4415
4416    /** (0020,9165) VR=AT VM=1 Dimension Index Pointer */
4417    public static final int DimensionIndexPointer = 0x00209165;
4418
4419    /** (0020,9167) VR=AT VM=1 Functional Group Pointer */
4420    public static final int FunctionalGroupPointer = 0x00209167;
4421
4422    /** (0020,9170) VR=SQ VM=1 Unassigned Shared Converted Attributes Sequence */
4423    public static final int UnassignedSharedConvertedAttributesSequence = 0x00209170;
4424
4425    /** (0020,9171) VR=SQ VM=1 Unassigned Per-Frame Converted Attributes Sequence */
4426    public static final int UnassignedPerFrameConvertedAttributesSequence = 0x00209171;
4427
4428    /** (0020,9172) VR=SQ VM=1 Conversion Source Attributes Sequence */
4429    public static final int ConversionSourceAttributesSequence = 0x00209172;
4430
4431    /** (0020,9213) VR=LO VM=1 Dimension Index Private Creator */
4432    public static final int DimensionIndexPrivateCreator = 0x00209213;
4433
4434    /** (0020,9221) VR=SQ VM=1 Dimension Organization Sequence */
4435    public static final int DimensionOrganizationSequence = 0x00209221;
4436
4437    /** (0020,9222) VR=SQ VM=1 Dimension Index Sequence */
4438    public static final int DimensionIndexSequence = 0x00209222;
4439
4440    /** (0020,9228) VR=UL VM=1 Concatenation Frame Offset Number */
4441    public static final int ConcatenationFrameOffsetNumber = 0x00209228;
4442
4443    /** (0020,9238) VR=LO VM=1 Functional Group Private Creator */
4444    public static final int FunctionalGroupPrivateCreator = 0x00209238;
4445
4446    /** (0020,9241) VR=FL VM=1 Nominal Percentage of Cardiac Phase */
4447    public static final int NominalPercentageOfCardiacPhase = 0x00209241;
4448
4449    /** (0020,9245) VR=FL VM=1 Nominal Percentage of Respiratory Phase */
4450    public static final int NominalPercentageOfRespiratoryPhase = 0x00209245;
4451
4452    /** (0020,9246) VR=FL VM=1 Starting Respiratory Amplitude */
4453    public static final int StartingRespiratoryAmplitude = 0x00209246;
4454
4455    /** (0020,9247) VR=CS VM=1 Starting Respiratory Phase */
4456    public static final int StartingRespiratoryPhase = 0x00209247;
4457
4458    /** (0020,9248) VR=FL VM=1 Ending Respiratory Amplitude */
4459    public static final int EndingRespiratoryAmplitude = 0x00209248;
4460
4461    /** (0020,9249) VR=CS VM=1 Ending Respiratory Phase */
4462    public static final int EndingRespiratoryPhase = 0x00209249;
4463
4464    /** (0020,9250) VR=CS VM=1 Respiratory Trigger Type */
4465    public static final int RespiratoryTriggerType = 0x00209250;
4466
4467    /** (0020,9251) VR=FD VM=1 R-R Interval Time Nominal */
4468    public static final int RRIntervalTimeNominal = 0x00209251;
4469
4470    /** (0020,9252) VR=FD VM=1 Actual Cardiac Trigger Delay Time */
4471    public static final int ActualCardiacTriggerDelayTime = 0x00209252;
4472
4473    /** (0020,9253) VR=SQ VM=1 Respiratory Synchronization Sequence */
4474    public static final int RespiratorySynchronizationSequence = 0x00209253;
4475
4476    /** (0020,9254) VR=FD VM=1 Respiratory Interval Time */
4477    public static final int RespiratoryIntervalTime = 0x00209254;
4478
4479    /** (0020,9255) VR=FD VM=1 Nominal Respiratory Trigger Delay Time */
4480    public static final int NominalRespiratoryTriggerDelayTime = 0x00209255;
4481
4482    /** (0020,9256) VR=FD VM=1 Respiratory Trigger Delay Threshold */
4483    public static final int RespiratoryTriggerDelayThreshold = 0x00209256;
4484
4485    /** (0020,9257) VR=FD VM=1 Actual Respiratory Trigger Delay Time */
4486    public static final int ActualRespiratoryTriggerDelayTime = 0x00209257;
4487
4488    /** (0020,9301) VR=FD VM=3 Image Position (Volume) */
4489    public static final int ImagePositionVolume = 0x00209301;
4490
4491    /** (0020,9302) VR=FD VM=6 Image Orientation (Volume) */
4492    public static final int ImageOrientationVolume = 0x00209302;
4493
4494    /** (0020,9307) VR=CS VM=1 Ultrasound Acquisition Geometry */
4495    public static final int UltrasoundAcquisitionGeometry = 0x00209307;
4496
4497    /** (0020,9308) VR=FD VM=3 Apex Position */
4498    public static final int ApexPosition = 0x00209308;
4499
4500    /** (0020,9309) VR=FD VM=16 Volume to Transducer Mapping Matrix */
4501    public static final int VolumeToTransducerMappingMatrix = 0x00209309;
4502
4503    /** (0020,930A) VR=FD VM=16 Volume to Table Mapping Matrix */
4504    public static final int VolumeToTableMappingMatrix = 0x0020930A;
4505
4506    /** (0020,930B) VR=CS VM=1 Volume to Transducer Relationship */
4507    public static final int VolumeToTransducerRelationship = 0x0020930B;
4508
4509    /** (0020,930C) VR=CS VM=1 Patient Frame of Reference Source */
4510    public static final int PatientFrameOfReferenceSource = 0x0020930C;
4511
4512    /** (0020,930D) VR=FD VM=1 Temporal Position Time Offset */
4513    public static final int TemporalPositionTimeOffset = 0x0020930D;
4514
4515    /** (0020,930E) VR=SQ VM=1 Plane Position (Volume) Sequence */
4516    public static final int PlanePositionVolumeSequence = 0x0020930E;
4517
4518    /** (0020,930F) VR=SQ VM=1 Plane Orientation (Volume) Sequence */
4519    public static final int PlaneOrientationVolumeSequence = 0x0020930F;
4520
4521    /** (0020,9310) VR=SQ VM=1 Temporal Position Sequence */
4522    public static final int TemporalPositionSequence = 0x00209310;
4523
4524    /** (0020,9311) VR=CS VM=1 Dimension Organization Type */
4525    public static final int DimensionOrganizationType = 0x00209311;
4526
4527    /** (0020,9312) VR=UI VM=1 Volume Frame of Reference UID */
4528    public static final int VolumeFrameOfReferenceUID = 0x00209312;
4529
4530    /** (0020,9313) VR=UI VM=1 Table Frame of Reference UID */
4531    public static final int TableFrameOfReferenceUID = 0x00209313;
4532
4533    /** (0020,9421) VR=LO VM=1 Dimension Description Label */
4534    public static final int DimensionDescriptionLabel = 0x00209421;
4535
4536    /** (0020,9450) VR=SQ VM=1 Patient Orientation in Frame Sequence */
4537    public static final int PatientOrientationInFrameSequence = 0x00209450;
4538
4539    /** (0020,9453) VR=LO VM=1 Frame Label */
4540    public static final int FrameLabel = 0x00209453;
4541
4542    /** (0020,9518) VR=US VM=1-n Acquisition Index */
4543    public static final int AcquisitionIndex = 0x00209518;
4544
4545    /** (0020,9529) VR=SQ VM=1 Contributing SOP Instances Reference Sequence */
4546    public static final int ContributingSOPInstancesReferenceSequence = 0x00209529;
4547
4548    /** (0020,9536) VR=US VM=1 Reconstruction Index */
4549    public static final int ReconstructionIndex = 0x00209536;
4550
4551    /** (0022,0001) VR=US VM=1 Light Path Filter Pass-Through Wavelength */
4552    public static final int LightPathFilterPassThroughWavelength = 0x00220001;
4553
4554    /** (0022,0002) VR=US VM=2 Light Path Filter Pass Band */
4555    public static final int LightPathFilterPassBand = 0x00220002;
4556
4557    /** (0022,0003) VR=US VM=1 Image Path Filter Pass-Through Wavelength */
4558    public static final int ImagePathFilterPassThroughWavelength = 0x00220003;
4559
4560    /** (0022,0004) VR=US VM=2 Image Path Filter Pass Band */
4561    public static final int ImagePathFilterPassBand = 0x00220004;
4562
4563    /** (0022,0005) VR=CS VM=1 Patient Eye Movement Commanded */
4564    public static final int PatientEyeMovementCommanded = 0x00220005;
4565
4566    /** (0022,0006) VR=SQ VM=1 Patient Eye Movement Command Code Sequence */
4567    public static final int PatientEyeMovementCommandCodeSequence = 0x00220006;
4568
4569    /** (0022,0007) VR=FL VM=1 Spherical Lens Power */
4570    public static final int SphericalLensPower = 0x00220007;
4571
4572    /** (0022,0008) VR=FL VM=1 Cylinder Lens Power */
4573    public static final int CylinderLensPower = 0x00220008;
4574
4575    /** (0022,0009) VR=FL VM=1 Cylinder Axis */
4576    public static final int CylinderAxis = 0x00220009;
4577
4578    /** (0022,000A) VR=FL VM=1 Emmetropic Magnification */
4579    public static final int EmmetropicMagnification = 0x0022000A;
4580
4581    /** (0022,000B) VR=FL VM=1 Intra Ocular Pressure */
4582    public static final int IntraOcularPressure = 0x0022000B;
4583
4584    /** (0022,000C) VR=FL VM=1 Horizontal Field of View */
4585    public static final int HorizontalFieldOfView = 0x0022000C;
4586
4587    /** (0022,000D) VR=CS VM=1 Pupil Dilated */
4588    public static final int PupilDilated = 0x0022000D;
4589
4590    /** (0022,000E) VR=FL VM=1 Degree of Dilation */
4591    public static final int DegreeOfDilation = 0x0022000E;
4592
4593    /** (0022,0010) VR=FL VM=1 Stereo Baseline Angle */
4594    public static final int StereoBaselineAngle = 0x00220010;
4595
4596    /** (0022,0011) VR=FL VM=1 Stereo Baseline Displacement */
4597    public static final int StereoBaselineDisplacement = 0x00220011;
4598
4599    /** (0022,0012) VR=FL VM=1 Stereo Horizontal Pixel Offset */
4600    public static final int StereoHorizontalPixelOffset = 0x00220012;
4601
4602    /** (0022,0013) VR=FL VM=1 Stereo Vertical Pixel Offset */
4603    public static final int StereoVerticalPixelOffset = 0x00220013;
4604
4605    /** (0022,0014) VR=FL VM=1 Stereo Rotation */
4606    public static final int StereoRotation = 0x00220014;
4607
4608    /** (0022,0015) VR=SQ VM=1 Acquisition Device Type Code Sequence */
4609    public static final int AcquisitionDeviceTypeCodeSequence = 0x00220015;
4610
4611    /** (0022,0016) VR=SQ VM=1 Illumination Type Code Sequence */
4612    public static final int IlluminationTypeCodeSequence = 0x00220016;
4613
4614    /** (0022,0017) VR=SQ VM=1 Light Path Filter Type Stack Code Sequence */
4615    public static final int LightPathFilterTypeStackCodeSequence = 0x00220017;
4616
4617    /** (0022,0018) VR=SQ VM=1 Image Path Filter Type Stack Code Sequence */
4618    public static final int ImagePathFilterTypeStackCodeSequence = 0x00220018;
4619
4620    /** (0022,0019) VR=SQ VM=1 Lenses Code Sequence */
4621    public static final int LensesCodeSequence = 0x00220019;
4622
4623    /** (0022,001A) VR=SQ VM=1 Channel Description Code Sequence */
4624    public static final int ChannelDescriptionCodeSequence = 0x0022001A;
4625
4626    /** (0022,001B) VR=SQ VM=1 Refractive State Sequence */
4627    public static final int RefractiveStateSequence = 0x0022001B;
4628
4629    /** (0022,001C) VR=SQ VM=1 Mydriatic Agent Code Sequence */
4630    public static final int MydriaticAgentCodeSequence = 0x0022001C;
4631
4632    /** (0022,001D) VR=SQ VM=1 Relative Image Position Code Sequence */
4633    public static final int RelativeImagePositionCodeSequence = 0x0022001D;
4634
4635    /** (0022,001E) VR=FL VM=1 Camera Angle of View */
4636    public static final int CameraAngleOfView = 0x0022001E;
4637
4638    /** (0022,0020) VR=SQ VM=1 Stereo Pairs Sequence */
4639    public static final int StereoPairsSequence = 0x00220020;
4640
4641    /** (0022,0021) VR=SQ VM=1 Left Image Sequence */
4642    public static final int LeftImageSequence = 0x00220021;
4643
4644    /** (0022,0022) VR=SQ VM=1 Right Image Sequence */
4645    public static final int RightImageSequence = 0x00220022;
4646
4647    /** (0022,0028) VR=CS VM=1 Stereo Pairs Present */
4648    public static final int StereoPairsPresent = 0x00220028;
4649
4650    /** (0022,0030) VR=FL VM=1 Axial Length of the Eye */
4651    public static final int AxialLengthOfTheEye = 0x00220030;
4652
4653    /** (0022,0031) VR=SQ VM=1 Ophthalmic Frame Location Sequence */
4654    public static final int OphthalmicFrameLocationSequence = 0x00220031;
4655
4656    /** (0022,0032) VR=FL VM=2-2n Reference Coordinates */
4657    public static final int ReferenceCoordinates = 0x00220032;
4658
4659    /** (0022,0035) VR=FL VM=1 Depth Spatial Resolution */
4660    public static final int DepthSpatialResolution = 0x00220035;
4661
4662    /** (0022,0036) VR=FL VM=1 Maximum Depth Distortion */
4663    public static final int MaximumDepthDistortion = 0x00220036;
4664
4665    /** (0022,0037) VR=FL VM=1 Along-scan Spatial Resolution */
4666    public static final int AlongScanSpatialResolution = 0x00220037;
4667
4668    /** (0022,0038) VR=FL VM=1 Maximum Along-scan Distortion */
4669    public static final int MaximumAlongScanDistortion = 0x00220038;
4670
4671    /** (0022,0039) VR=CS VM=1 Ophthalmic Image Orientation */
4672    public static final int OphthalmicImageOrientation = 0x00220039;
4673
4674    /** (0022,0041) VR=FL VM=1 Depth of Transverse Image */
4675    public static final int DepthOfTransverseImage = 0x00220041;
4676
4677    /** (0022,0042) VR=SQ VM=1 Mydriatic Agent Concentration Units Sequence */
4678    public static final int MydriaticAgentConcentrationUnitsSequence = 0x00220042;
4679
4680    /** (0022,0048) VR=FL VM=1 Across-scan Spatial Resolution */
4681    public static final int AcrossScanSpatialResolution = 0x00220048;
4682
4683    /** (0022,0049) VR=FL VM=1 Maximum Across-scan Distortion */
4684    public static final int MaximumAcrossScanDistortion = 0x00220049;
4685
4686    /** (0022,004E) VR=DS VM=1 Mydriatic Agent Concentration */
4687    public static final int MydriaticAgentConcentration = 0x0022004E;
4688
4689    /** (0022,0055) VR=FL VM=1 Illumination Wave Length */
4690    public static final int IlluminationWaveLength = 0x00220055;
4691
4692    /** (0022,0056) VR=FL VM=1 Illumination Power */
4693    public static final int IlluminationPower = 0x00220056;
4694
4695    /** (0022,0057) VR=FL VM=1 Illumination Bandwidth */
4696    public static final int IlluminationBandwidth = 0x00220057;
4697
4698    /** (0022,0058) VR=SQ VM=1 Mydriatic Agent Sequence */
4699    public static final int MydriaticAgentSequence = 0x00220058;
4700
4701    /** (0022,1007) VR=SQ VM=1 Ophthalmic Axial Measurements Right Eye Sequence */
4702    public static final int OphthalmicAxialMeasurementsRightEyeSequence = 0x00221007;
4703
4704    /** (0022,1008) VR=SQ VM=1 Ophthalmic Axial Measurements Left Eye Sequence */
4705    public static final int OphthalmicAxialMeasurementsLeftEyeSequence = 0x00221008;
4706
4707    /** (0022,1009) VR=CS VM=1 Ophthalmic Axial Measurements Device Type */
4708    public static final int OphthalmicAxialMeasurementsDeviceType = 0x00221009;
4709
4710    /** (0022,1010) VR=CS VM=1 Ophthalmic Axial Length Measurements Type */
4711    public static final int OphthalmicAxialLengthMeasurementsType = 0x00221010;
4712
4713    /** (0022,1012) VR=SQ VM=1 Ophthalmic Axial Length Sequence */
4714    public static final int OphthalmicAxialLengthSequence = 0x00221012;
4715
4716    /** (0022,1019) VR=FL VM=1 Ophthalmic Axial Length */
4717    public static final int OphthalmicAxialLength = 0x00221019;
4718
4719    /** (0022,1024) VR=SQ VM=1 Lens Status Code Sequence */
4720    public static final int LensStatusCodeSequence = 0x00221024;
4721
4722    /** (0022,1025) VR=SQ VM=1 Vitreous Status Code Sequence */
4723    public static final int VitreousStatusCodeSequence = 0x00221025;
4724
4725    /** (0022,1028) VR=SQ VM=1 IOL Formula Code Sequence */
4726    public static final int IOLFormulaCodeSequence = 0x00221028;
4727
4728    /** (0022,1029) VR=LO VM=1 IOL Formula Detail */
4729    public static final int IOLFormulaDetail = 0x00221029;
4730
4731    /** (0022,1033) VR=FL VM=1 Keratometer Index */
4732    public static final int KeratometerIndex = 0x00221033;
4733
4734    /** (0022,1035) VR=SQ VM=1 Source of Ophthalmic Axial Length Code Sequence */
4735    public static final int SourceOfOphthalmicAxialLengthCodeSequence = 0x00221035;
4736
4737    /** (0022,1037) VR=FL VM=1 Target Refraction */
4738    public static final int TargetRefraction = 0x00221037;
4739
4740    /** (0022,1039) VR=CS VM=1 Refractive Procedure Occurred */
4741    public static final int RefractiveProcedureOccurred = 0x00221039;
4742
4743    /** (0022,1040) VR=SQ VM=1 Refractive Surgery Type Code Sequence */
4744    public static final int RefractiveSurgeryTypeCodeSequence = 0x00221040;
4745
4746    /** (0022,1044) VR=SQ VM=1 Ophthalmic Ultrasound Method Code Sequence */
4747    public static final int OphthalmicUltrasoundMethodCodeSequence = 0x00221044;
4748
4749    /** (0022,1050) VR=SQ VM=1 Ophthalmic Axial Length Measurements Sequence */
4750    public static final int OphthalmicAxialLengthMeasurementsSequence = 0x00221050;
4751
4752    /** (0022,1053) VR=FL VM=1 IOL Power */
4753    public static final int IOLPower = 0x00221053;
4754
4755    /** (0022,1054) VR=FL VM=1 Predicted Refractive Error */
4756    public static final int PredictedRefractiveError = 0x00221054;
4757
4758    /** (0022,1059) VR=FL VM=1 Ophthalmic Axial Length Velocity */
4759    public static final int OphthalmicAxialLengthVelocity = 0x00221059;
4760
4761    /** (0022,1065) VR=LO VM=1 Lens Status Description */
4762    public static final int LensStatusDescription = 0x00221065;
4763
4764    /** (0022,1066) VR=LO VM=1 Vitreous Status Description */
4765    public static final int VitreousStatusDescription = 0x00221066;
4766
4767    /** (0022,1090) VR=SQ VM=1 IOL Power Sequence */
4768    public static final int IOLPowerSequence = 0x00221090;
4769
4770    /** (0022,1092) VR=SQ VM=1 Lens Constant Sequence */
4771    public static final int LensConstantSequence = 0x00221092;
4772
4773    /** (0022,1093) VR=LO VM=1 IOL Manufacturer */
4774    public static final int IOLManufacturer = 0x00221093;
4775
4776    /** (0022,1094) VR=LO VM=1 Lens Constant Description (retired) */
4777    public static final int LensConstantDescription = 0x00221094;
4778
4779    /** (0022,1095) VR=LO VM=1 Implant Name */
4780    public static final int ImplantName = 0x00221095;
4781
4782    /** (0022,1096) VR=SQ VM=1 Keratometry Measurement Type Code Sequence */
4783    public static final int KeratometryMeasurementTypeCodeSequence = 0x00221096;
4784
4785    /** (0022,1097) VR=LO VM=1 Implant Part Number */
4786    public static final int ImplantPartNumber = 0x00221097;
4787
4788    /** (0022,1100) VR=SQ VM=1 Referenced Ophthalmic Axial Measurements Sequence */
4789    public static final int ReferencedOphthalmicAxialMeasurementsSequence = 0x00221100;
4790
4791    /** (0022,1101) VR=SQ VM=1 Ophthalmic Axial Length Measurements Segment Name Code Sequence */
4792    public static final int OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence = 0x00221101;
4793
4794    /** (0022,1103) VR=SQ VM=1 Refractive Error Before Refractive Surgery Code Sequence */
4795    public static final int RefractiveErrorBeforeRefractiveSurgeryCodeSequence = 0x00221103;
4796
4797    /** (0022,1121) VR=FL VM=1 IOL Power For Exact Emmetropia */
4798    public static final int IOLPowerForExactEmmetropia = 0x00221121;
4799
4800    /** (0022,1122) VR=FL VM=1 IOL Power For Exact Target Refraction */
4801    public static final int IOLPowerForExactTargetRefraction = 0x00221122;
4802
4803    /** (0022,1125) VR=SQ VM=1 Anterior Chamber Depth Definition Code Sequence */
4804    public static final int AnteriorChamberDepthDefinitionCodeSequence = 0x00221125;
4805
4806    /** (0022,1127) VR=SQ VM=1 Lens Thickness Sequence */
4807    public static final int LensThicknessSequence = 0x00221127;
4808
4809    /** (0022,1128) VR=SQ VM=1 Anterior Chamber Depth Sequence */
4810    public static final int AnteriorChamberDepthSequence = 0x00221128;
4811
4812    /** (0022,1130) VR=FL VM=1 Lens Thickness */
4813    public static final int LensThickness = 0x00221130;
4814
4815    /** (0022,1131) VR=FL VM=1 Anterior Chamber Depth */
4816    public static final int AnteriorChamberDepth = 0x00221131;
4817
4818    /** (0022,1132) VR=SQ VM=1 Source of Lens Thickness Data Code Sequence */
4819    public static final int SourceOfLensThicknessDataCodeSequence = 0x00221132;
4820
4821    /** (0022,1133) VR=SQ VM=1 Source of Anterior Chamber Depth Data Code Sequence */
4822    public static final int SourceOfAnteriorChamberDepthDataCodeSequence = 0x00221133;
4823
4824    /** (0022,1134) VR=SQ VM=1 Source of Refractive Measurements Sequence */
4825    public static final int SourceOfRefractiveMeasurementsSequence = 0x00221134;
4826
4827    /** (0022,1135) VR=SQ VM=1 Source of Refractive Measurements Code Sequence */
4828    public static final int SourceOfRefractiveMeasurementsCodeSequence = 0x00221135;
4829
4830    /** (0022,1140) VR=CS VM=1 Ophthalmic Axial Length Measurement Modified */
4831    public static final int OphthalmicAxialLengthMeasurementModified = 0x00221140;
4832
4833    /** (0022,1150) VR=SQ VM=1 Ophthalmic Axial Length Data Source Code Sequence */
4834    public static final int OphthalmicAxialLengthDataSourceCodeSequence = 0x00221150;
4835
4836    /** (0022,1153) VR=SQ VM=1 Ophthalmic Axial Length Acquisition Method Code Sequence (retired) */
4837    public static final int OphthalmicAxialLengthAcquisitionMethodCodeSequence = 0x00221153;
4838
4839    /** (0022,1155) VR=FL VM=1 Signal to Noise Ratio */
4840    public static final int SignalToNoiseRatio = 0x00221155;
4841
4842    /** (0022,1159) VR=LO VM=1 Ophthalmic Axial Length Data Source Description */
4843    public static final int OphthalmicAxialLengthDataSourceDescription = 0x00221159;
4844
4845    /** (0022,1210) VR=SQ VM=1 Ophthalmic Axial Length Measurements Total Length Sequence */
4846    public static final int OphthalmicAxialLengthMeasurementsTotalLengthSequence = 0x00221210;
4847
4848    /** (0022,1211) VR=SQ VM=1 Ophthalmic Axial Length Measurements Segmental Length Sequence */
4849    public static final int OphthalmicAxialLengthMeasurementsSegmentalLengthSequence = 0x00221211;
4850
4851    /** (0022,1212) VR=SQ VM=1 Ophthalmic Axial Length Measurements Length Summation Sequence */
4852    public static final int OphthalmicAxialLengthMeasurementsLengthSummationSequence = 0x00221212;
4853
4854    /** (0022,1220) VR=SQ VM=1 Ultrasound Ophthalmic Axial Length Measurements Sequence */
4855    public static final int UltrasoundOphthalmicAxialLengthMeasurementsSequence = 0x00221220;
4856
4857    /** (0022,1225) VR=SQ VM=1 Optical Ophthalmic Axial Length Measurements Sequence */
4858    public static final int OpticalOphthalmicAxialLengthMeasurementsSequence = 0x00221225;
4859
4860    /** (0022,1230) VR=SQ VM=1 Ultrasound Selected Ophthalmic Axial Length Sequence */
4861    public static final int UltrasoundSelectedOphthalmicAxialLengthSequence = 0x00221230;
4862
4863    /** (0022,1250) VR=SQ VM=1 Ophthalmic Axial Length Selection Method Code Sequence */
4864    public static final int OphthalmicAxialLengthSelectionMethodCodeSequence = 0x00221250;
4865
4866    /** (0022,1255) VR=SQ VM=1 Optical Selected Ophthalmic Axial Length Sequence */
4867    public static final int OpticalSelectedOphthalmicAxialLengthSequence = 0x00221255;
4868
4869    /** (0022,1257) VR=SQ VM=1 Selected Segmental Ophthalmic Axial Length Sequence */
4870    public static final int SelectedSegmentalOphthalmicAxialLengthSequence = 0x00221257;
4871
4872    /** (0022,1260) VR=SQ VM=1 Selected Total Ophthalmic Axial Length Sequence */
4873    public static final int SelectedTotalOphthalmicAxialLengthSequence = 0x00221260;
4874
4875    /** (0022,1262) VR=SQ VM=1 Ophthalmic Axial Length Quality Metric Sequence */
4876    public static final int OphthalmicAxialLengthQualityMetricSequence = 0x00221262;
4877
4878    /** (0022,1265) VR=SQ VM=1 Ophthalmic Axial Length Quality Metric Type Code Sequence (retired) */
4879    public static final int OphthalmicAxialLengthQualityMetricTypeCodeSequence = 0x00221265;
4880
4881    /** (0022,1273) VR=LO VM=1 Ophthalmic Axial Length Quality Metric Type Description (retired) */
4882    public static final int OphthalmicAxialLengthQualityMetricTypeDescription = 0x00221273;
4883
4884    /** (0022,1300) VR=SQ VM=1 Intraocular Lens Calculations Right Eye Sequence */
4885    public static final int IntraocularLensCalculationsRightEyeSequence = 0x00221300;
4886
4887    /** (0022,1310) VR=SQ VM=1 Intraocular Lens Calculations Left Eye Sequence */
4888    public static final int IntraocularLensCalculationsLeftEyeSequence = 0x00221310;
4889
4890    /** (0022,1330) VR=SQ VM=1 Referenced Ophthalmic Axial Length Measurement QC Image Sequence */
4891    public static final int ReferencedOphthalmicAxialLengthMeasurementQCImageSequence = 0x00221330;
4892
4893    /** (0022,1415) VR=CS VM=1 Ophthalmic Mapping Device Type */
4894    public static final int OphthalmicMappingDeviceType = 0x00221415;
4895
4896    /** (0022,1420) VR=SQ VM=1 Acquisition Method Code Sequence */
4897    public static final int AcquisitionMethodCodeSequence = 0x00221420;
4898
4899    /** (0022,1423) VR=SQ VM=1 Acquisition Method Algorithm Sequence */
4900    public static final int AcquisitionMethodAlgorithmSequence = 0x00221423;
4901
4902    /** (0022,1436) VR=SQ VM=1 Ophthalmic Thickness Map Type Code Sequence */
4903    public static final int OphthalmicThicknessMapTypeCodeSequence = 0x00221436;
4904
4905    /** (0022,1443) VR=SQ VM=1 Ophthalmic Thickness Mapping Normals Sequence */
4906    public static final int OphthalmicThicknessMappingNormalsSequence = 0x00221443;
4907
4908    /** (0022,1445) VR=SQ VM=1 Retinal Thickness Definition Code Sequence */
4909    public static final int RetinalThicknessDefinitionCodeSequence = 0x00221445;
4910
4911    /** (0022,1450) VR=SQ VM=1 Pixel Value Mapping to Coded Concept Sequence */
4912    public static final int PixelValueMappingToCodedConceptSequence = 0x00221450;
4913
4914    /** (0022,1452) VR=US or SS VM=1 Mapped Pixel Value */
4915    public static final int MappedPixelValue = 0x00221452;
4916
4917    /** (0022,1454) VR=LO VM=1 Pixel Value Mapping Explanation */
4918    public static final int PixelValueMappingExplanation = 0x00221454;
4919
4920    /** (0022,1458) VR=SQ VM=1 Ophthalmic Thickness Map Quality Threshold Sequence */
4921    public static final int OphthalmicThicknessMapQualityThresholdSequence = 0x00221458;
4922
4923    /** (0022,1460) VR=FL VM=1 Ophthalmic Thickness Map Threshold Quality Rating */
4924    public static final int OphthalmicThicknessMapThresholdQualityRating = 0x00221460;
4925
4926    /** (0022,1463) VR=FL VM=2 Anatomic Structure Reference Point */
4927    public static final int AnatomicStructureReferencePoint = 0x00221463;
4928
4929    /** (0022,1465) VR=SQ VM=1 Registration to Localizer Sequence */
4930    public static final int RegistrationToLocalizerSequence = 0x00221465;
4931
4932    /** (0022,1466) VR=CS VM=1 Registered Localizer Units */
4933    public static final int RegisteredLocalizerUnits = 0x00221466;
4934
4935    /** (0022,1467) VR=FL VM=2 Registered Localizer Top Left Hand Corner */
4936    public static final int RegisteredLocalizerTopLeftHandCorner = 0x00221467;
4937
4938    /** (0022,1468) VR=FL VM=2 Registered Localizer Bottom Right Hand Corner */
4939    public static final int RegisteredLocalizerBottomRightHandCorner = 0x00221468;
4940
4941    /** (0022,1470) VR=SQ VM=1 Ophthalmic Thickness Map Quality Rating Sequence */
4942    public static final int OphthalmicThicknessMapQualityRatingSequence = 0x00221470;
4943
4944    /** (0022,1472) VR=SQ VM=1 Relevant OPT Attributes Sequence */
4945    public static final int RelevantOPTAttributesSequence = 0x00221472;
4946
4947    /** (0022,1512) VR=SQ VM=1 Transformation Method Code Sequence */
4948    public static final int TransformationMethodCodeSequence = 0x00221512;
4949
4950    /** (0022,1513) VR=SQ VM=1 Transformation Algorithm Sequence */
4951    public static final int TransformationAlgorithmSequence = 0x00221513;
4952
4953    /** (0022,1515) VR=CS VM=1 Ophthalmic Axial Length Method */
4954    public static final int OphthalmicAxialLengthMethod = 0x00221515;
4955
4956    /** (0022,1517) VR=FL VM=1 Ophthalmic FOV */
4957    public static final int OphthalmicFOV = 0x00221517;
4958
4959    /** (0022,1518) VR=SQ VM=1 Two Dimensional to Three Dimensional Map Sequence */
4960    public static final int TwoDimensionalToThreeDimensionalMapSequence = 0x00221518;
4961
4962    /** (0022,1525) VR=SQ VM=1 Wide Field Ophthalmic Photography Quality Rating Sequence */
4963    public static final int WideFieldOphthalmicPhotographyQualityRatingSequence = 0x00221525;
4964
4965    /** (0022,1526) VR=SQ VM=1 Wide Field Ophthalmic Photography Quality Threshold Sequence */
4966    public static final int WideFieldOphthalmicPhotographyQualityThresholdSequence = 0x00221526;
4967
4968    /** (0022,1527) VR=FL VM=1 Wide Field Ophthalmic Photography Threshold Quality Rating */
4969    public static final int WideFieldOphthalmicPhotographyThresholdQualityRating = 0x00221527;
4970
4971    /** (0022,1528) VR=FL VM=1 X Coordinates Center Pixel View Angle */
4972    public static final int XCoordinatesCenterPixelViewAngle = 0x00221528;
4973
4974    /** (0022,1529) VR=FL VM=1 Y Coordinates Center Pixel View Angle */
4975    public static final int YCoordinatesCenterPixelViewAngle = 0x00221529;
4976
4977    /** (0022,1530) VR=UL VM=1 Number of Map Points */
4978    public static final int NumberOfMapPoints = 0x00221530;
4979
4980    /** (0022,1531) VR=OF VM=1 Two Dimensional to Three Dimensional Map Data */
4981    public static final int TwoDimensionalToThreeDimensionalMapData = 0x00221531;
4982
4983    /** (0022,1612) VR=SQ VM=1 Derivation Algorithm Sequence */
4984    public static final int DerivationAlgorithmSequence = 0x00221612;
4985
4986    /** (0022,1615) VR=SQ VM=1 Ophthalmic Image Type Code Sequence */
4987    public static final int OphthalmicImageTypeCodeSequence = 0x00221615;
4988
4989    /** (0022,1616) VR=LO VM=1 Ophthalmic Image Type Description */
4990    public static final int OphthalmicImageTypeDescription = 0x00221616;
4991
4992    /** (0022,1618) VR=SQ VM=1 Scan Pattern Type Code Sequence */
4993    public static final int ScanPatternTypeCodeSequence = 0x00221618;
4994
4995    /** (0022,1620) VR=SQ VM=1 Referenced Surface Mesh Identification Sequence */
4996    public static final int ReferencedSurfaceMeshIdentificationSequence = 0x00221620;
4997
4998    /** (0022,1622) VR=CS VM=1 Ophthalmic Volumetric Properties Flag */
4999    public static final int OphthalmicVolumetricPropertiesFlag = 0x00221622;
5000
5001    /** (0022,1624) VR=FL VM=1 Ophthalmic Anatomic Reference Point X-Coordinate */
5002    public static final int OphthalmicAnatomicReferencePointXCoordinate = 0x00221624;
5003
5004    /** (0022,1626) VR=FL VM=1 Ophthalmic Anatomic Reference Point Y-Coordinate */
5005    public static final int OphthalmicAnatomicReferencePointYCoordinate = 0x00221626;
5006
5007    /** (0022,1628) VR=SQ VM=1 Ophthalmic En Face Image Quality Rating Sequence */
5008    public static final int OphthalmicEnFaceImageQualityRatingSequence = 0x00221628;
5009
5010    /** (0022,1630) VR=DS VM=1 Quality Threshold */
5011    public static final int QualityThreshold = 0x00221630;
5012
5013    /** (0022,1640) VR=SQ VM=1 OCT B-scan Analysis Acquisition Parameters Sequence */
5014    public static final int OCTBscanAnalysisAcquisitionParametersSequence = 0x00221640;
5015
5016    /** (0022,1642) VR=UL VM=1 Number of B-scans Per Frame */
5017    public static final int NumberofBscansPerFrame = 0x00221642;
5018
5019    /** (0022,1643) VR=FL VM=1 B-scan Slab Thickness */
5020    public static final int BscanSlabThickness = 0x00221643;
5021
5022    /** (0022,1644) VR=FL VM=1 Distance Between B-scan Slabs */
5023    public static final int DistanceBetweenBscanSlabs = 0x00221644;
5024
5025    /** (0022,1645) VR=FL VM=1 B-scan Cycle Time */
5026    public static final int BscanCycleTime = 0x00221645;
5027
5028    /** (0022,1646) VR=FL VM=1-n B-scan Cycle Time Vector */
5029    public static final int BscanCycleTimeVector = 0x00221646;
5030
5031    /** (0022,1649) VR=FL VM=1 A-scan Rate */
5032    public static final int AscanRate = 0x00221649;
5033
5034    /** (0022,1650) VR=FL VM=1 B-scan Rate */
5035    public static final int BscanRate = 0x00221650;
5036
5037    /** (0022,1658) VR=UL VM=1 Surface Mesh Z-Pixel Offset */
5038    public static final int SurfaceMeshZPixelOffset = 0x00221658;
5039
5040    /** (0024,0010) VR=FL VM=1 Visual Field Horizontal Extent */
5041    public static final int VisualFieldHorizontalExtent = 0x00240010;
5042
5043    /** (0024,0011) VR=FL VM=1 Visual Field Vertical Extent */
5044    public static final int VisualFieldVerticalExtent = 0x00240011;
5045
5046    /** (0024,0012) VR=CS VM=1 Visual Field Shape */
5047    public static final int VisualFieldShape = 0x00240012;
5048
5049    /** (0024,0016) VR=SQ VM=1 Screening Test Mode Code Sequence */
5050    public static final int ScreeningTestModeCodeSequence = 0x00240016;
5051
5052    /** (0024,0018) VR=FL VM=1 Maximum Stimulus Luminance */
5053    public static final int MaximumStimulusLuminance = 0x00240018;
5054
5055    /** (0024,0020) VR=FL VM=1 Background Luminance */
5056    public static final int BackgroundLuminance = 0x00240020;
5057
5058    /** (0024,0021) VR=SQ VM=1 Stimulus Color Code Sequence */
5059    public static final int StimulusColorCodeSequence = 0x00240021;
5060
5061    /** (0024,0024) VR=SQ VM=1 Background Illumination Color Code Sequence */
5062    public static final int BackgroundIlluminationColorCodeSequence = 0x00240024;
5063
5064    /** (0024,0025) VR=FL VM=1 Stimulus Area */
5065    public static final int StimulusArea = 0x00240025;
5066
5067    /** (0024,0028) VR=FL VM=1 Stimulus Presentation Time */
5068    public static final int StimulusPresentationTime = 0x00240028;
5069
5070    /** (0024,0032) VR=SQ VM=1 Fixation Sequence */
5071    public static final int FixationSequence = 0x00240032;
5072
5073    /** (0024,0033) VR=SQ VM=1 Fixation Monitoring Code Sequence */
5074    public static final int FixationMonitoringCodeSequence = 0x00240033;
5075
5076    /** (0024,0034) VR=SQ VM=1 Visual Field Catch Trial Sequence */
5077    public static final int VisualFieldCatchTrialSequence = 0x00240034;
5078
5079    /** (0024,0035) VR=US VM=1 Fixation Checked Quantity */
5080    public static final int FixationCheckedQuantity = 0x00240035;
5081
5082    /** (0024,0036) VR=US VM=1 Patient Not Properly Fixated Quantity */
5083    public static final int PatientNotProperlyFixatedQuantity = 0x00240036;
5084
5085    /** (0024,0037) VR=CS VM=1 Presented Visual Stimuli Data Flag */
5086    public static final int PresentedVisualStimuliDataFlag = 0x00240037;
5087
5088    /** (0024,0038) VR=US VM=1 Number of Visual Stimuli */
5089    public static final int NumberOfVisualStimuli = 0x00240038;
5090
5091    /** (0024,0039) VR=CS VM=1 Excessive Fixation Losses Data Flag */
5092    public static final int ExcessiveFixationLossesDataFlag = 0x00240039;
5093
5094    /** (0024,0040) VR=CS VM=1 Excessive Fixation Losses */
5095    public static final int ExcessiveFixationLosses = 0x00240040;
5096
5097    /** (0024,0042) VR=US VM=1 Stimuli Retesting Quantity */
5098    public static final int StimuliRetestingQuantity = 0x00240042;
5099
5100    /** (0024,0044) VR=LT VM=1 Comments on Patient's Performance of Visual Field */
5101    public static final int CommentsOnPatientPerformanceOfVisualField = 0x00240044;
5102
5103    /** (0024,0045) VR=CS VM=1 False Negatives Estimate Flag */
5104    public static final int FalseNegativesEstimateFlag = 0x00240045;
5105
5106    /** (0024,0046) VR=FL VM=1 False Negatives Estimate */
5107    public static final int FalseNegativesEstimate = 0x00240046;
5108
5109    /** (0024,0048) VR=US VM=1 Negative Catch Trials Quantity */
5110    public static final int NegativeCatchTrialsQuantity = 0x00240048;
5111
5112    /** (0024,0050) VR=US VM=1 False Negatives Quantity */
5113    public static final int FalseNegativesQuantity = 0x00240050;
5114
5115    /** (0024,0051) VR=CS VM=1 Excessive False Negatives Data Flag */
5116    public static final int ExcessiveFalseNegativesDataFlag = 0x00240051;
5117
5118    /** (0024,0052) VR=CS VM=1 Excessive False Negatives */
5119    public static final int ExcessiveFalseNegatives = 0x00240052;
5120
5121    /** (0024,0053) VR=CS VM=1 False Positives Estimate Flag */
5122    public static final int FalsePositivesEstimateFlag = 0x00240053;
5123
5124    /** (0024,0054) VR=FL VM=1 False Positives Estimate */
5125    public static final int FalsePositivesEstimate = 0x00240054;
5126
5127    /** (0024,0055) VR=CS VM=1 Catch Trials Data Flag */
5128    public static final int CatchTrialsDataFlag = 0x00240055;
5129
5130    /** (0024,0056) VR=US VM=1 Positive Catch Trials Quantity */
5131    public static final int PositiveCatchTrialsQuantity = 0x00240056;
5132
5133    /** (0024,0057) VR=CS VM=1 Test Point Normals Data Flag */
5134    public static final int TestPointNormalsDataFlag = 0x00240057;
5135
5136    /** (0024,0058) VR=SQ VM=1 Test Point Normals Sequence */
5137    public static final int TestPointNormalsSequence = 0x00240058;
5138
5139    /** (0024,0059) VR=CS VM=1 Global Deviation Probability Normals Flag */
5140    public static final int GlobalDeviationProbabilityNormalsFlag = 0x00240059;
5141
5142    /** (0024,0060) VR=US VM=1 False Positives Quantity */
5143    public static final int FalsePositivesQuantity = 0x00240060;
5144
5145    /** (0024,0061) VR=CS VM=1 Excessive False Positives Data Flag */
5146    public static final int ExcessiveFalsePositivesDataFlag = 0x00240061;
5147
5148    /** (0024,0062) VR=CS VM=1 Excessive False Positives */
5149    public static final int ExcessiveFalsePositives = 0x00240062;
5150
5151    /** (0024,0063) VR=CS VM=1 Visual Field Test Normals Flag */
5152    public static final int VisualFieldTestNormalsFlag = 0x00240063;
5153
5154    /** (0024,0064) VR=SQ VM=1 Results Normals Sequence */
5155    public static final int ResultsNormalsSequence = 0x00240064;
5156
5157    /** (0024,0065) VR=SQ VM=1 Age Corrected Sensitivity Deviation Algorithm Sequence */
5158    public static final int AgeCorrectedSensitivityDeviationAlgorithmSequence = 0x00240065;
5159
5160    /** (0024,0066) VR=FL VM=1 Global Deviation From Normal */
5161    public static final int GlobalDeviationFromNormal = 0x00240066;
5162
5163    /** (0024,0067) VR=SQ VM=1 Generalized Defect Sensitivity Deviation Algorithm Sequence */
5164    public static final int GeneralizedDefectSensitivityDeviationAlgorithmSequence = 0x00240067;
5165
5166    /** (0024,0068) VR=FL VM=1 Localized Deviation From Normal */
5167    public static final int LocalizedDeviationFromNormal = 0x00240068;
5168
5169    /** (0024,0069) VR=LO VM=1 Patient Reliability Indicator */
5170    public static final int PatientReliabilityIndicator = 0x00240069;
5171
5172    /** (0024,0070) VR=FL VM=1 Visual Field Mean Sensitivity */
5173    public static final int VisualFieldMeanSensitivity = 0x00240070;
5174
5175    /** (0024,0071) VR=FL VM=1 Global Deviation Probability */
5176    public static final int GlobalDeviationProbability = 0x00240071;
5177
5178    /** (0024,0072) VR=CS VM=1 Local Deviation Probability Normals Flag */
5179    public static final int LocalDeviationProbabilityNormalsFlag = 0x00240072;
5180
5181    /** (0024,0073) VR=FL VM=1 Localized Deviation Probability */
5182    public static final int LocalizedDeviationProbability = 0x00240073;
5183
5184    /** (0024,0074) VR=CS VM=1 Short Term Fluctuation Calculated */
5185    public static final int ShortTermFluctuationCalculated = 0x00240074;
5186
5187    /** (0024,0075) VR=FL VM=1 Short Term Fluctuation */
5188    public static final int ShortTermFluctuation = 0x00240075;
5189
5190    /** (0024,0076) VR=CS VM=1 Short Term Fluctuation Probability Calculated */
5191    public static final int ShortTermFluctuationProbabilityCalculated = 0x00240076;
5192
5193    /** (0024,0077) VR=FL VM=1 Short Term Fluctuation Probability */
5194    public static final int ShortTermFluctuationProbability = 0x00240077;
5195
5196    /** (0024,0078) VR=CS VM=1 Corrected Localized Deviation From Normal Calculated */
5197    public static final int CorrectedLocalizedDeviationFromNormalCalculated = 0x00240078;
5198
5199    /** (0024,0079) VR=FL VM=1 Corrected Localized Deviation From Normal */
5200    public static final int CorrectedLocalizedDeviationFromNormal = 0x00240079;
5201
5202    /** (0024,0080) VR=CS VM=1 Corrected Localized Deviation From Normal Probability Calculated */
5203    public static final int CorrectedLocalizedDeviationFromNormalProbabilityCalculated = 0x00240080;
5204
5205    /** (0024,0081) VR=FL VM=1 Corrected Localized Deviation From Normal Probability */
5206    public static final int CorrectedLocalizedDeviationFromNormalProbability = 0x00240081;
5207
5208    /** (0024,0083) VR=SQ VM=1 Global Deviation Probability Sequence */
5209    public static final int GlobalDeviationProbabilitySequence = 0x00240083;
5210
5211    /** (0024,0085) VR=SQ VM=1 Localized Deviation Probability Sequence */
5212    public static final int LocalizedDeviationProbabilitySequence = 0x00240085;
5213
5214    /** (0024,0086) VR=CS VM=1 Foveal Sensitivity Measured */
5215    public static final int FovealSensitivityMeasured = 0x00240086;
5216
5217    /** (0024,0087) VR=FL VM=1 Foveal Sensitivity */
5218    public static final int FovealSensitivity = 0x00240087;
5219
5220    /** (0024,0088) VR=FL VM=1 Visual Field Test Duration */
5221    public static final int VisualFieldTestDuration = 0x00240088;
5222
5223    /** (0024,0089) VR=SQ VM=1 Visual Field Test Point Sequence */
5224    public static final int VisualFieldTestPointSequence = 0x00240089;
5225
5226    /** (0024,0090) VR=FL VM=1 Visual Field Test Point X-Coordinate */
5227    public static final int VisualFieldTestPointXCoordinate = 0x00240090;
5228
5229    /** (0024,0091) VR=FL VM=1 Visual Field Test Point Y-Coordinate */
5230    public static final int VisualFieldTestPointYCoordinate = 0x00240091;
5231
5232    /** (0024,0092) VR=FL VM=1 Age Corrected Sensitivity Deviation Value */
5233    public static final int AgeCorrectedSensitivityDeviationValue = 0x00240092;
5234
5235    /** (0024,0093) VR=CS VM=1 Stimulus Results */
5236    public static final int StimulusResults = 0x00240093;
5237
5238    /** (0024,0094) VR=FL VM=1 Sensitivity Value */
5239    public static final int SensitivityValue = 0x00240094;
5240
5241    /** (0024,0095) VR=CS VM=1 Retest Stimulus Seen */
5242    public static final int RetestStimulusSeen = 0x00240095;
5243
5244    /** (0024,0096) VR=FL VM=1 Retest Sensitivity Value */
5245    public static final int RetestSensitivityValue = 0x00240096;
5246
5247    /** (0024,0097) VR=SQ VM=1 Visual Field Test Point Normals Sequence */
5248    public static final int VisualFieldTestPointNormalsSequence = 0x00240097;
5249
5250    /** (0024,0098) VR=FL VM=1 Quantified Defect */
5251    public static final int QuantifiedDefect = 0x00240098;
5252
5253    /** (0024,0100) VR=FL VM=1 Age Corrected Sensitivity Deviation Probability Value */
5254    public static final int AgeCorrectedSensitivityDeviationProbabilityValue = 0x00240100;
5255
5256    /** (0024,0102) VR=CS VM=1 Generalized Defect Corrected Sensitivity Deviation Flag */
5257    public static final int GeneralizedDefectCorrectedSensitivityDeviationFlag = 0x00240102;
5258
5259    /** (0024,0103) VR=FL VM=1 Generalized Defect Corrected Sensitivity Deviation Value */
5260    public static final int GeneralizedDefectCorrectedSensitivityDeviationValue = 0x00240103;
5261
5262    /** (0024,0104) VR=FL VM=1 Generalized Defect Corrected Sensitivity Deviation Probability Value */
5263    public static final int GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue = 0x00240104;
5264
5265    /** (0024,0105) VR=FL VM=1 Minimum Sensitivity Value */
5266    public static final int MinimumSensitivityValue = 0x00240105;
5267
5268    /** (0024,0106) VR=CS VM=1 Blind Spot Localized */
5269    public static final int BlindSpotLocalized = 0x00240106;
5270
5271    /** (0024,0107) VR=FL VM=1 Blind Spot X-Coordinate */
5272    public static final int BlindSpotXCoordinate = 0x00240107;
5273
5274    /** (0024,0108) VR=FL VM=1 Blind Spot Y-Coordinate */
5275    public static final int BlindSpotYCoordinate = 0x00240108;
5276
5277    /** (0024,0110) VR=SQ VM=1 Visual Acuity Measurement Sequence */
5278    public static final int VisualAcuityMeasurementSequence = 0x00240110;
5279
5280    /** (0024,0112) VR=SQ VM=1 Refractive Parameters Used on Patient Sequence */
5281    public static final int RefractiveParametersUsedOnPatientSequence = 0x00240112;
5282
5283    /** (0024,0113) VR=CS VM=1 Measurement Laterality */
5284    public static final int MeasurementLaterality = 0x00240113;
5285
5286    /** (0024,0114) VR=SQ VM=1 Ophthalmic Patient Clinical Information Left Eye Sequence */
5287    public static final int OphthalmicPatientClinicalInformationLeftEyeSequence = 0x00240114;
5288
5289    /** (0024,0115) VR=SQ VM=1 Ophthalmic Patient Clinical Information Right Eye Sequence */
5290    public static final int OphthalmicPatientClinicalInformationRightEyeSequence = 0x00240115;
5291
5292    /** (0024,0117) VR=CS VM=1 Foveal Point Normative Data Flag */
5293    public static final int FovealPointNormativeDataFlag = 0x00240117;
5294
5295    /** (0024,0118) VR=FL VM=1 Foveal Point Probability Value */
5296    public static final int FovealPointProbabilityValue = 0x00240118;
5297
5298    /** (0024,0120) VR=CS VM=1 Screening Baseline Measured */
5299    public static final int ScreeningBaselineMeasured = 0x00240120;
5300
5301    /** (0024,0122) VR=SQ VM=1 Screening Baseline Measured Sequence */
5302    public static final int ScreeningBaselineMeasuredSequence = 0x00240122;
5303
5304    /** (0024,0124) VR=CS VM=1 Screening Baseline Type */
5305    public static final int ScreeningBaselineType = 0x00240124;
5306
5307    /** (0024,0126) VR=FL VM=1 Screening Baseline Value */
5308    public static final int ScreeningBaselineValue = 0x00240126;
5309
5310    /** (0024,0202) VR=LO VM=1 Algorithm Source */
5311    public static final int AlgorithmSource = 0x00240202;
5312
5313    /** (0024,0306) VR=LO VM=1 Data Set Name */
5314    public static final int DataSetName = 0x00240306;
5315
5316    /** (0024,0307) VR=LO VM=1 Data Set Version */
5317    public static final int DataSetVersion = 0x00240307;
5318
5319    /** (0024,0308) VR=LO VM=1 Data Set Source */
5320    public static final int DataSetSource = 0x00240308;
5321
5322    /** (0024,0309) VR=LO VM=1 Data Set Description */
5323    public static final int DataSetDescription = 0x00240309;
5324
5325    /** (0024,0317) VR=SQ VM=1 Visual Field Test Reliability Global Index Sequence */
5326    public static final int VisualFieldTestReliabilityGlobalIndexSequence = 0x00240317;
5327
5328    /** (0024,0320) VR=SQ VM=1 Visual Field Global Results Index Sequence */
5329    public static final int VisualFieldGlobalResultsIndexSequence = 0x00240320;
5330
5331    /** (0024,0325) VR=SQ VM=1 Data Observation Sequence */
5332    public static final int DataObservationSequence = 0x00240325;
5333
5334    /** (0024,0338) VR=CS VM=1 Index Normals Flag */
5335    public static final int IndexNormalsFlag = 0x00240338;
5336
5337    /** (0024,0341) VR=FL VM=1 Index Probability */
5338    public static final int IndexProbability = 0x00240341;
5339
5340    /** (0024,0344) VR=SQ VM=1 Index Probability Sequence */
5341    public static final int IndexProbabilitySequence = 0x00240344;
5342
5343    /** (0028,0002) VR=US VM=1 Samples per Pixel */
5344    public static final int SamplesPerPixel = 0x00280002;
5345
5346    /** (0028,0003) VR=US VM=1 Samples per Pixel Used */
5347    public static final int SamplesPerPixelUsed = 0x00280003;
5348
5349    /** (0028,0004) VR=CS VM=1 Photometric Interpretation */
5350    public static final int PhotometricInterpretation = 0x00280004;
5351
5352    /** (0028,0005) VR=US VM=1 Image Dimensions (retired) */
5353    public static final int ImageDimensions = 0x00280005;
5354
5355    /** (0028,0006) VR=US VM=1 Planar Configuration */
5356    public static final int PlanarConfiguration = 0x00280006;
5357
5358    /** (0028,0008) VR=IS VM=1 Number of Frames */
5359    public static final int NumberOfFrames = 0x00280008;
5360
5361    /** (0028,0009) VR=AT VM=1-n Frame Increment Pointer */
5362    public static final int FrameIncrementPointer = 0x00280009;
5363
5364    /** (0028,000A) VR=AT VM=1-n Frame Dimension Pointer */
5365    public static final int FrameDimensionPointer = 0x0028000A;
5366
5367    /** (0028,0010) VR=US VM=1 Rows */
5368    public static final int Rows = 0x00280010;
5369
5370    /** (0028,0011) VR=US VM=1 Columns */
5371    public static final int Columns = 0x00280011;
5372
5373    /** (0028,0012) VR=US VM=1 Planes (retired) */
5374    public static final int Planes = 0x00280012;
5375
5376    /** (0028,0014) VR=US VM=1 Ultrasound Color Data Present */
5377    public static final int UltrasoundColorDataPresent = 0x00280014;
5378
5379    /** (0028,0030) VR=DS VM=2 Pixel Spacing */
5380    public static final int PixelSpacing = 0x00280030;
5381
5382    /** (0028,0031) VR=DS VM=2 Zoom Factor */
5383    public static final int ZoomFactor = 0x00280031;
5384
5385    /** (0028,0032) VR=DS VM=2 Zoom Center */
5386    public static final int ZoomCenter = 0x00280032;
5387
5388    /** (0028,0034) VR=IS VM=2 Pixel Aspect Ratio */
5389    public static final int PixelAspectRatio = 0x00280034;
5390
5391    /** (0028,0040) VR=CS VM=1 Image Format (retired) */
5392    public static final int ImageFormat = 0x00280040;
5393
5394    /** (0028,0050) VR=LO VM=1-n Manipulated Image (retired) */
5395    public static final int ManipulatedImage = 0x00280050;
5396
5397    /** (0028,0051) VR=CS VM=1-n Corrected Image */
5398    public static final int CorrectedImage = 0x00280051;
5399
5400    /** (0028,005F) VR=LO VM=1 Compression Recognition Code (retired) */
5401    public static final int CompressionRecognitionCode = 0x0028005F;
5402
5403    /** (0028,0060) VR=CS VM=1 Compression Code (retired) */
5404    public static final int CompressionCode = 0x00280060;
5405
5406    /** (0028,0061) VR=SH VM=1 Compression Originator (retired) */
5407    public static final int CompressionOriginator = 0x00280061;
5408
5409    /** (0028,0062) VR=LO VM=1 Compression Label (retired) */
5410    public static final int CompressionLabel = 0x00280062;
5411
5412    /** (0028,0063) VR=SH VM=1 Compression Description (retired) */
5413    public static final int CompressionDescription = 0x00280063;
5414
5415    /** (0028,0065) VR=CS VM=1-n Compression Sequence (retired) */
5416    public static final int CompressionSequence = 0x00280065;
5417
5418    /** (0028,0066) VR=AT VM=1-n Compression Step Pointers (retired) */
5419    public static final int CompressionStepPointers = 0x00280066;
5420
5421    /** (0028,0068) VR=US VM=1 Repeat Interval (retired) */
5422    public static final int RepeatInterval = 0x00280068;
5423
5424    /** (0028,0069) VR=US VM=1 Bits Grouped (retired) */
5425    public static final int BitsGrouped = 0x00280069;
5426
5427    /** (0028,0070) VR=US VM=1-n Perimeter Table (retired) */
5428    public static final int PerimeterTable = 0x00280070;
5429
5430    /** (0028,0071) VR=US or SS VM=1 Perimeter Value (retired) */
5431    public static final int PerimeterValue = 0x00280071;
5432
5433    /** (0028,0080) VR=US VM=1 Predictor Rows (retired) */
5434    public static final int PredictorRows = 0x00280080;
5435
5436    /** (0028,0081) VR=US VM=1 Predictor Columns (retired) */
5437    public static final int PredictorColumns = 0x00280081;
5438
5439    /** (0028,0082) VR=US VM=1-n Predictor Constants (retired) */
5440    public static final int PredictorConstants = 0x00280082;
5441
5442    /** (0028,0090) VR=CS VM=1 Blocked Pixels (retired) */
5443    public static final int BlockedPixels = 0x00280090;
5444
5445    /** (0028,0091) VR=US VM=1 Block Rows (retired) */
5446    public static final int BlockRows = 0x00280091;
5447
5448    /** (0028,0092) VR=US VM=1 Block Columns (retired) */
5449    public static final int BlockColumns = 0x00280092;
5450
5451    /** (0028,0093) VR=US VM=1 Row Overlap (retired) */
5452    public static final int RowOverlap = 0x00280093;
5453
5454    /** (0028,0094) VR=US VM=1 Column Overlap (retired) */
5455    public static final int ColumnOverlap = 0x00280094;
5456
5457    /** (0028,0100) VR=US VM=1 Bits Allocated */
5458    public static final int BitsAllocated = 0x00280100;
5459
5460    /** (0028,0101) VR=US VM=1 Bits Stored */
5461    public static final int BitsStored = 0x00280101;
5462
5463    /** (0028,0102) VR=US VM=1 High Bit */
5464    public static final int HighBit = 0x00280102;
5465
5466    /** (0028,0103) VR=US VM=1 Pixel Representation */
5467    public static final int PixelRepresentation = 0x00280103;
5468
5469    /** (0028,0104) VR=US or SS VM=1 Smallest Valid Pixel Value (retired) */
5470    public static final int SmallestValidPixelValue = 0x00280104;
5471
5472    /** (0028,0105) VR=US or SS VM=1 Largest Valid Pixel Value (retired) */
5473    public static final int LargestValidPixelValue = 0x00280105;
5474
5475    /** (0028,0106) VR=US or SS VM=1 Smallest Image Pixel Value */
5476    public static final int SmallestImagePixelValue = 0x00280106;
5477
5478    /** (0028,0107) VR=US or SS VM=1 Largest Image Pixel Value */
5479    public static final int LargestImagePixelValue = 0x00280107;
5480
5481    /** (0028,0108) VR=US or SS VM=1 Smallest Pixel Value in Series */
5482    public static final int SmallestPixelValueInSeries = 0x00280108;
5483
5484    /** (0028,0109) VR=US or SS VM=1 Largest Pixel Value in Series */
5485    public static final int LargestPixelValueInSeries = 0x00280109;
5486
5487    /** (0028,0110) VR=US or SS VM=1 Smallest Image Pixel Value in Plane (retired) */
5488    public static final int SmallestImagePixelValueInPlane = 0x00280110;
5489
5490    /** (0028,0111) VR=US or SS VM=1 Largest Image Pixel Value in Plane (retired) */
5491    public static final int LargestImagePixelValueInPlane = 0x00280111;
5492
5493    /** (0028,0120) VR=US or SS VM=1 Pixel Padding Value */
5494    public static final int PixelPaddingValue = 0x00280120;
5495
5496    /** (0028,0121) VR=US or SS VM=1 Pixel Padding Range Limit */
5497    public static final int PixelPaddingRangeLimit = 0x00280121;
5498
5499    /** (0028,0122) VR=FL VM=1 Float Pixel Padding Value */
5500    public static final int FloatPixelPaddingValue = 0x00280122;
5501
5502    /** (0028,0123) VR=FD VM=1 Double Float Pixel Padding Value */
5503    public static final int DoubleFloatPixelPaddingValue = 0x00280123;
5504
5505    /** (0028,0124) VR=FL VM=1 Float Pixel Padding Range Limit */
5506    public static final int FloatPixelPaddingRangeLimit = 0x00280124;
5507
5508    /** (0028,0125) VR=FD VM=1 Double Float Pixel Padding Range Limit */
5509    public static final int DoubleFloatPixelPaddingRangeLimit = 0x00280125;
5510
5511    /** (0028,0200) VR=US VM=1 Image Location (retired) */
5512    public static final int ImageLocation = 0x00280200;
5513
5514    /** (0028,0300) VR=CS VM=1 Quality Control Image */
5515    public static final int QualityControlImage = 0x00280300;
5516
5517    /** (0028,0301) VR=CS VM=1 Burned In Annotation */
5518    public static final int BurnedInAnnotation = 0x00280301;
5519
5520    /** (0028,0302) VR=CS VM=1 Recognizable Visual Features */
5521    public static final int RecognizableVisualFeatures = 0x00280302;
5522
5523    /** (0028,0303) VR=CS VM=1 Longitudinal Temporal Information Modified */
5524    public static final int LongitudinalTemporalInformationModified = 0x00280303;
5525
5526    /** (0028,0304) VR=UI VM=1 Referenced Color Palette Instance UID */
5527    public static final int ReferencedColorPaletteInstanceUID = 0x00280304;
5528
5529    /** (0028,0400) VR=LO VM=1 Transform Label (retired) */
5530    public static final int TransformLabel = 0x00280400;
5531
5532    /** (0028,0401) VR=LO VM=1 Transform Version Number (retired) */
5533    public static final int TransformVersionNumber = 0x00280401;
5534
5535    /** (0028,0402) VR=US VM=1 Number of Transform Steps (retired) */
5536    public static final int NumberOfTransformSteps = 0x00280402;
5537
5538    /** (0028,0403) VR=LO VM=1-n Sequence of Compressed Data (retired) */
5539    public static final int SequenceOfCompressedData = 0x00280403;
5540
5541    /** (0028,0404) VR=AT VM=1-n Details of Coefficients (retired) */
5542    public static final int DetailsOfCoefficients = 0x00280404;
5543
5544    /** (0028,04x0) VR=US VM=1 Rows For Nth Order Coefficients (retired) */
5545    public static final int RowsForNthOrderCoefficients = 0x00280400;
5546
5547    /** (0028,04x1) VR=US VM=1 Columns For Nth Order Coefficients (retired) */
5548    public static final int ColumnsForNthOrderCoefficients = 0x00280401;
5549
5550    /** (0028,04x2) VR=LO VM=1-n Coefficient Coding (retired) */
5551    public static final int CoefficientCoding = 0x00280402;
5552
5553    /** (0028,04x3) VR=AT VM=1-n Coefficient Coding Pointers (retired) */
5554    public static final int CoefficientCodingPointers = 0x00280403;
5555
5556    /** (0028,0700) VR=LO VM=1 DCT Label (retired) */
5557    public static final int DCTLabel = 0x00280700;
5558
5559    /** (0028,0701) VR=CS VM=1-n Data Block Description (retired) */
5560    public static final int DataBlockDescription = 0x00280701;
5561
5562    /** (0028,0702) VR=AT VM=1-n Data Block (retired) */
5563    public static final int DataBlock = 0x00280702;
5564
5565    /** (0028,0710) VR=US VM=1 Normalization Factor Format (retired) */
5566    public static final int NormalizationFactorFormat = 0x00280710;
5567
5568    /** (0028,0720) VR=US VM=1 Zonal Map Number Format (retired) */
5569    public static final int ZonalMapNumberFormat = 0x00280720;
5570
5571    /** (0028,0721) VR=AT VM=1-n Zonal Map Location (retired) */
5572    public static final int ZonalMapLocation = 0x00280721;
5573
5574    /** (0028,0722) VR=US VM=1 Zonal Map Format (retired) */
5575    public static final int ZonalMapFormat = 0x00280722;
5576
5577    /** (0028,0730) VR=US VM=1 Adaptive Map Format (retired) */
5578    public static final int AdaptiveMapFormat = 0x00280730;
5579
5580    /** (0028,0740) VR=US VM=1 Code Number Format (retired) */
5581    public static final int CodeNumberFormat = 0x00280740;
5582
5583    /** (0028,08x0) VR=CS VM=1-n Code Label (retired) */
5584    public static final int CodeLabel = 0x00280800;
5585
5586    /** (0028,08x2) VR=US VM=1 Number of Tables (retired) */
5587    public static final int NumberOfTables = 0x00280802;
5588
5589    /** (0028,08x3) VR=AT VM=1-n Code Table Location (retired) */
5590    public static final int CodeTableLocation = 0x00280803;
5591
5592    /** (0028,08x4) VR=US VM=1 Bits For Code Word (retired) */
5593    public static final int BitsForCodeWord = 0x00280804;
5594
5595    /** (0028,08x8) VR=AT VM=1-n Image Data Location (retired) */
5596    public static final int ImageDataLocation = 0x00280808;
5597
5598    /** (0028,0A02) VR=CS VM=1 Pixel Spacing Calibration Type */
5599    public static final int PixelSpacingCalibrationType = 0x00280A02;
5600
5601    /** (0028,0A04) VR=LO VM=1 Pixel Spacing Calibration Description */
5602    public static final int PixelSpacingCalibrationDescription = 0x00280A04;
5603
5604    /** (0028,1040) VR=CS VM=1 Pixel Intensity Relationship */
5605    public static final int PixelIntensityRelationship = 0x00281040;
5606
5607    /** (0028,1041) VR=SS VM=1 Pixel Intensity Relationship Sign */
5608    public static final int PixelIntensityRelationshipSign = 0x00281041;
5609
5610    /** (0028,1050) VR=DS VM=1-n Window Center */
5611    public static final int WindowCenter = 0x00281050;
5612
5613    /** (0028,1051) VR=DS VM=1-n Window Width */
5614    public static final int WindowWidth = 0x00281051;
5615
5616    /** (0028,1052) VR=DS VM=1 Rescale Intercept */
5617    public static final int RescaleIntercept = 0x00281052;
5618
5619    /** (0028,1053) VR=DS VM=1 Rescale Slope */
5620    public static final int RescaleSlope = 0x00281053;
5621
5622    /** (0028,1054) VR=LO VM=1 Rescale Type */
5623    public static final int RescaleType = 0x00281054;
5624
5625    /** (0028,1055) VR=LO VM=1-n Window Center & Width Explanation */
5626    public static final int WindowCenterWidthExplanation = 0x00281055;
5627
5628    /** (0028,1056) VR=CS VM=1 VOI LUT Function */
5629    public static final int VOILUTFunction = 0x00281056;
5630
5631    /** (0028,1080) VR=CS VM=1 Gray Scale (retired) */
5632    public static final int GrayScale = 0x00281080;
5633
5634    /** (0028,1090) VR=CS VM=1 Recommended Viewing Mode */
5635    public static final int RecommendedViewingMode = 0x00281090;
5636
5637    /** (0028,1100) VR=US or SS VM=3 Gray Lookup Table Descriptor (retired) */
5638    public static final int GrayLookupTableDescriptor = 0x00281100;
5639
5640    /** (0028,1101) VR=US or SS VM=3 Red Palette Color Lookup Table Descriptor */
5641    public static final int RedPaletteColorLookupTableDescriptor = 0x00281101;
5642
5643    /** (0028,1102) VR=US or SS VM=3 Green Palette Color Lookup Table Descriptor */
5644    public static final int GreenPaletteColorLookupTableDescriptor = 0x00281102;
5645
5646    /** (0028,1103) VR=US or SS VM=3 Blue Palette Color Lookup Table Descriptor */
5647    public static final int BluePaletteColorLookupTableDescriptor = 0x00281103;
5648
5649    /** (0028,1104) VR=US VM=3 Alpha Palette Color Lookup Table Descriptor */
5650    public static final int AlphaPaletteColorLookupTableDescriptor = 0x00281104;
5651
5652    /** (0028,1111) VR=US or SS VM=4 Large Red Palette Color Lookup Table Descriptor (retired) */
5653    public static final int LargeRedPaletteColorLookupTableDescriptor = 0x00281111;
5654
5655    /** (0028,1112) VR=US or SS VM=4 Large Green Palette Color Lookup Table Descriptor (retired) */
5656    public static final int LargeGreenPaletteColorLookupTableDescriptor = 0x00281112;
5657
5658    /** (0028,1113) VR=US or SS VM=4 Large Blue Palette Color Lookup Table Descriptor (retired) */
5659    public static final int LargeBluePaletteColorLookupTableDescriptor = 0x00281113;
5660
5661    /** (0028,1199) VR=UI VM=1 Palette Color Lookup Table UID */
5662    public static final int PaletteColorLookupTableUID = 0x00281199;
5663
5664    /** (0028,1200) VR=US or SS or OW VM=1-n or 1 Gray Lookup Table Data (retired) */
5665    public static final int GrayLookupTableData = 0x00281200;
5666
5667    /** (0028,1201) VR=OW VM=1 Red Palette Color Lookup Table Data */
5668    public static final int RedPaletteColorLookupTableData = 0x00281201;
5669
5670    /** (0028,1202) VR=OW VM=1 Green Palette Color Lookup Table Data */
5671    public static final int GreenPaletteColorLookupTableData = 0x00281202;
5672
5673    /** (0028,1203) VR=OW VM=1 Blue Palette Color Lookup Table Data */
5674    public static final int BluePaletteColorLookupTableData = 0x00281203;
5675
5676    /** (0028,1204) VR=OW VM=1 Alpha Palette Color Lookup Table Data */
5677    public static final int AlphaPaletteColorLookupTableData = 0x00281204;
5678
5679    /** (0028,1211) VR=OW VM=1 Large Red Palette Color Lookup Table Data (retired) */
5680    public static final int LargeRedPaletteColorLookupTableData = 0x00281211;
5681
5682    /** (0028,1212) VR=OW VM=1 Large Green Palette Color Lookup Table Data (retired) */
5683    public static final int LargeGreenPaletteColorLookupTableData = 0x00281212;
5684
5685    /** (0028,1213) VR=OW VM=1 Large Blue Palette Color Lookup Table Data (retired) */
5686    public static final int LargeBluePaletteColorLookupTableData = 0x00281213;
5687
5688    /** (0028,1214) VR=UI VM=1 Large Palette Color Lookup Table UID (retired) */
5689    public static final int LargePaletteColorLookupTableUID = 0x00281214;
5690
5691    /** (0028,1221) VR=OW VM=1 Segmented Red Palette Color Lookup Table Data */
5692    public static final int SegmentedRedPaletteColorLookupTableData = 0x00281221;
5693
5694    /** (0028,1222) VR=OW VM=1 Segmented Green Palette Color Lookup Table Data */
5695    public static final int SegmentedGreenPaletteColorLookupTableData = 0x00281222;
5696
5697    /** (0028,1223) VR=OW VM=1 Segmented Blue Palette Color Lookup Table Data */
5698    public static final int SegmentedBluePaletteColorLookupTableData = 0x00281223;
5699
5700    /** (0028,1224) VR=OW VM=1 Segmented Alpha Palette Color Lookup Table Data */
5701    public static final int SegmentedAlphaPaletteColorLookupTableData = 0x00281224;
5702
5703    /** (0028,1230) VR=SQ VM=1 Stored Value Color Range Sequence */
5704    public static final int StoredValueColorRangeSequence = 0x00281230;
5705
5706    /** (0028,1231) VR=FD VM=1 Minimum Stored Value Mapped */
5707    public static final int MinimumStoredValueMapped = 0x00281231;
5708
5709    /** (0028,1232) VR=FD VM=1 Maximum Stored Value Mapped */
5710    public static final int MaximumStoredValueMapped = 0x00281232;
5711
5712    /** (0028,1300) VR=CS VM=1 Breast Implant Present */
5713    public static final int BreastImplantPresent = 0x00281300;
5714
5715    /** (0028,1350) VR=CS VM=1 Partial View */
5716    public static final int PartialView = 0x00281350;
5717
5718    /** (0028,1351) VR=ST VM=1 Partial View Description */
5719    public static final int PartialViewDescription = 0x00281351;
5720
5721    /** (0028,1352) VR=SQ VM=1 Partial View Code Sequence */
5722    public static final int PartialViewCodeSequence = 0x00281352;
5723
5724    /** (0028,135A) VR=CS VM=1 Spatial Locations Preserved */
5725    public static final int SpatialLocationsPreserved = 0x0028135A;
5726
5727    /** (0028,1401) VR=SQ VM=1 Data Frame Assignment Sequence */
5728    public static final int DataFrameAssignmentSequence = 0x00281401;
5729
5730    /** (0028,1402) VR=CS VM=1 Data Path Assignment */
5731    public static final int DataPathAssignment = 0x00281402;
5732
5733    /** (0028,1403) VR=US VM=1 Bits Mapped to Color Lookup Table */
5734    public static final int BitsMappedToColorLookupTable = 0x00281403;
5735
5736    /** (0028,1404) VR=SQ VM=1 Blending LUT 1 Sequence */
5737    public static final int BlendingLUT1Sequence = 0x00281404;
5738
5739    /** (0028,1405) VR=CS VM=1 Blending LUT 1 Transfer Function */
5740    public static final int BlendingLUT1TransferFunction = 0x00281405;
5741
5742    /** (0028,1406) VR=FD VM=1 Blending Weight Constant */
5743    public static final int BlendingWeightConstant = 0x00281406;
5744
5745    /** (0028,1407) VR=US VM=3 Blending Lookup Table Descriptor */
5746    public static final int BlendingLookupTableDescriptor = 0x00281407;
5747
5748    /** (0028,1408) VR=OW VM=1 Blending Lookup Table Data */
5749    public static final int BlendingLookupTableData = 0x00281408;
5750
5751    /** (0028,140B) VR=SQ VM=1 Enhanced Palette Color Lookup Table Sequence */
5752    public static final int EnhancedPaletteColorLookupTableSequence = 0x0028140B;
5753
5754    /** (0028,140C) VR=SQ VM=1 Blending LUT 2 Sequence */
5755    public static final int BlendingLUT2Sequence = 0x0028140C;
5756
5757    /** (0028,140D) VR=CS VM=1 Blending LUT 2 Transfer Function */
5758    public static final int BlendingLUT2TransferFunction = 0x0028140D;
5759
5760    /** (0028,140E) VR=CS VM=1 Data Path ID */
5761    public static final int DataPathID = 0x0028140E;
5762
5763    /** (0028,140F) VR=CS VM=1 RGB LUT Transfer Function */
5764    public static final int RGBLUTTransferFunction = 0x0028140F;
5765
5766    /** (0028,1410) VR=CS VM=1 Alpha LUT Transfer Function */
5767    public static final int AlphaLUTTransferFunction = 0x00281410;
5768
5769    /** (0028,2000) VR=OB VM=1 ICC Profile */
5770    public static final int ICCProfile = 0x00282000;
5771
5772    /** (0028,2002) VR=CS VM=1 Color Space */
5773    public static final int ColorSpace = 0x00282002;
5774
5775    /** (0028,2110) VR=CS VM=1 Lossy Image Compression */
5776    public static final int LossyImageCompression = 0x00282110;
5777
5778    /** (0028,2112) VR=DS VM=1-n Lossy Image Compression Ratio */
5779    public static final int LossyImageCompressionRatio = 0x00282112;
5780
5781    /** (0028,2114) VR=CS VM=1-n Lossy Image Compression Method */
5782    public static final int LossyImageCompressionMethod = 0x00282114;
5783
5784    /** (0028,3000) VR=SQ VM=1 Modality LUT Sequence */
5785    public static final int ModalityLUTSequence = 0x00283000;
5786
5787    /** (0028,3002) VR=US or SS VM=3 LUT Descriptor */
5788    public static final int LUTDescriptor = 0x00283002;
5789
5790    /** (0028,3003) VR=LO VM=1 LUT Explanation */
5791    public static final int LUTExplanation = 0x00283003;
5792
5793    /** (0028,3004) VR=LO VM=1 Modality LUT Type */
5794    public static final int ModalityLUTType = 0x00283004;
5795
5796    /** (0028,3006) VR=US or OW VM=1-n or 1 LUT Data */
5797    public static final int LUTData = 0x00283006;
5798
5799    /** (0028,3010) VR=SQ VM=1 VOI LUT Sequence */
5800    public static final int VOILUTSequence = 0x00283010;
5801
5802    /** (0028,3110) VR=SQ VM=1 Softcopy VOI LUT Sequence */
5803    public static final int SoftcopyVOILUTSequence = 0x00283110;
5804
5805    /** (0028,4000) VR=LT VM=1 Image Presentation Comments (retired) */
5806    public static final int ImagePresentationComments = 0x00284000;
5807
5808    /** (0028,5000) VR=SQ VM=1 Bi-Plane Acquisition Sequence (retired) */
5809    public static final int BiPlaneAcquisitionSequence = 0x00285000;
5810
5811    /** (0028,6010) VR=US VM=1 Representative Frame Number */
5812    public static final int RepresentativeFrameNumber = 0x00286010;
5813
5814    /** (0028,6020) VR=US VM=1-n Frame Numbers of Interest (FOI) */
5815    public static final int FrameNumbersOfInterest = 0x00286020;
5816
5817    /** (0028,6022) VR=LO VM=1-n Frame of Interest Description */
5818    public static final int FrameOfInterestDescription = 0x00286022;
5819
5820    /** (0028,6023) VR=CS VM=1-n Frame of Interest Type */
5821    public static final int FrameOfInterestType = 0x00286023;
5822
5823    /** (0028,6030) VR=US VM=1-n Mask Pointer(s) (retired) */
5824    public static final int MaskPointers = 0x00286030;
5825
5826    /** (0028,6040) VR=US VM=1-n R Wave Pointer */
5827    public static final int RWavePointer = 0x00286040;
5828
5829    /** (0028,6100) VR=SQ VM=1 Mask Subtraction Sequence */
5830    public static final int MaskSubtractionSequence = 0x00286100;
5831
5832    /** (0028,6101) VR=CS VM=1 Mask Operation */
5833    public static final int MaskOperation = 0x00286101;
5834
5835    /** (0028,6102) VR=US VM=2-2n Applicable Frame Range */
5836    public static final int ApplicableFrameRange = 0x00286102;
5837
5838    /** (0028,6110) VR=US VM=1-n Mask Frame Numbers */
5839    public static final int MaskFrameNumbers = 0x00286110;
5840
5841    /** (0028,6112) VR=US VM=1 Contrast Frame Averaging */
5842    public static final int ContrastFrameAveraging = 0x00286112;
5843
5844    /** (0028,6114) VR=FL VM=2 Mask Sub-pixel Shift */
5845    public static final int MaskSubPixelShift = 0x00286114;
5846
5847    /** (0028,6120) VR=SS VM=1 TID Offset */
5848    public static final int TIDOffset = 0x00286120;
5849
5850    /** (0028,6190) VR=ST VM=1 Mask Operation Explanation */
5851    public static final int MaskOperationExplanation = 0x00286190;
5852
5853    /** (0028,7000) VR=SQ VM=1 Equipment Administrator Sequence */
5854    public static final int EquipmentAdministratorSequence = 0x00287000;
5855
5856    /** (0028,7001) VR=US VM=1 Number of Display Subsystems */
5857    public static final int NumberOfDisplaySubsystems = 0x00287001;
5858
5859    /** (0028,7002) VR=US VM=1 Current Configuration ID */
5860    public static final int CurrentConfigurationID = 0x00287002;
5861
5862    /** (0028,7003) VR=US VM=1 Display Subsystem ID */
5863    public static final int DisplaySubsystemID = 0x00287003;
5864
5865    /** (0028,7004) VR=SH VM=1 Display Subsystem Name */
5866    public static final int DisplaySubsystemName = 0x00287004;
5867
5868    /** (0028,7005) VR=LO VM=1 Display Subsystem Description */
5869    public static final int DisplaySubsystemDescription = 0x00287005;
5870
5871    /** (0028,7006) VR=CS VM=1 System Status */
5872    public static final int SystemStatus = 0x00287006;
5873
5874    /** (0028,7007) VR=LO VM=1 System Status Comment */
5875    public static final int SystemStatusComment = 0x00287007;
5876
5877    /** (0028,7008) VR=SQ VM=1 Target Luminance Characteristics Sequence */
5878    public static final int TargetLuminanceCharacteristicsSequence = 0x00287008;
5879
5880    /** (0028,7009) VR=US VM=1 Luminance Characteristics ID */
5881    public static final int LuminanceCharacteristicsID = 0x00287009;
5882
5883    /** (0028,700A) VR=SQ VM=1 Display Subsystem Configuration Sequence */
5884    public static final int DisplaySubsystemConfigurationSequence = 0x0028700A;
5885
5886    /** (0028,700B) VR=US VM=1 Configuration ID */
5887    public static final int ConfigurationID = 0x0028700B;
5888
5889    /** (0028,700C) VR=SH VM=1 Configuration Name */
5890    public static final int ConfigurationName = 0x0028700C;
5891
5892    /** (0028,700D) VR=LO VM=1 Configuration Description */
5893    public static final int ConfigurationDescription = 0x0028700D;
5894
5895    /** (0028,700E) VR=US VM=1 Referenced Target Luminance Characteristics ID */
5896    public static final int ReferencedTargetLuminanceCharacteristicsID = 0x0028700E;
5897
5898    /** (0028,700F) VR=SQ VM=1 QA Results Sequence */
5899    public static final int QAResultsSequence = 0x0028700F;
5900
5901    /** (0028,7010) VR=SQ VM=1 Display Subsystem QA Results Sequence */
5902    public static final int DisplaySubsystemQAResultsSequence = 0x00287010;
5903
5904    /** (0028,7011) VR=SQ VM=1 Configuration QA Results Sequence */
5905    public static final int ConfigurationQAResultsSequence = 0x00287011;
5906
5907    /** (0028,7012) VR=SQ VM=1 Measurement Equipment Sequence */
5908    public static final int MeasurementEquipmentSequence = 0x00287012;
5909
5910    /** (0028,7013) VR=CS VM=1-n Measurement Functions */
5911    public static final int MeasurementFunctions = 0x00287013;
5912
5913    /** (0028,7014) VR=CS VM=1 Measurement Equipment Type */
5914    public static final int MeasurementEquipmentType = 0x00287014;
5915
5916    /** (0028,7015) VR=SQ VM=1 Visual Evaluation Result Sequence */
5917    public static final int VisualEvaluationResultSequence = 0x00287015;
5918
5919    /** (0028,7016) VR=SQ VM=1 Display Calibration Result Sequence */
5920    public static final int DisplayCalibrationResultSequence = 0x00287016;
5921
5922    /** (0028,7017) VR=US VM=1 DDL Value */
5923    public static final int DDLValue = 0x00287017;
5924
5925    /** (0028,7018) VR=FL VM=2 CIExy White Point */
5926    public static final int CIExyWhitePoint = 0x00287018;
5927
5928    /** (0028,7019) VR=CS VM=1 Display Function Type */
5929    public static final int DisplayFunctionType = 0x00287019;
5930
5931    /** (0028,701A) VR=FL VM=1 Gamma Value */
5932    public static final int GammaValue = 0x0028701A;
5933
5934    /** (0028,701B) VR=US VM=1 Number of Luminance Points */
5935    public static final int NumberOfLuminancePoints = 0x0028701B;
5936
5937    /** (0028,701C) VR=SQ VM=1 Luminance Response Sequence */
5938    public static final int LuminanceResponseSequence = 0x0028701C;
5939
5940    /** (0028,701D) VR=FL VM=1 Target Minimum Luminance */
5941    public static final int TargetMinimumLuminance = 0x0028701D;
5942
5943    /** (0028,701E) VR=FL VM=1 Target Maximum Luminance */
5944    public static final int TargetMaximumLuminance = 0x0028701E;
5945
5946    /** (0028,701F) VR=FL VM=1 Luminance Value */
5947    public static final int LuminanceValue = 0x0028701F;
5948
5949    /** (0028,7020) VR=LO VM=1 Luminance Response Description */
5950    public static final int LuminanceResponseDescription = 0x00287020;
5951
5952    /** (0028,7021) VR=CS VM=1 White Point Flag */
5953    public static final int WhitePointFlag = 0x00287021;
5954
5955    /** (0028,7022) VR=SQ VM=1 Display Device Type Code Sequence */
5956    public static final int DisplayDeviceTypeCodeSequence = 0x00287022;
5957
5958    /** (0028,7023) VR=SQ VM=1 Display Subsystem Sequence */
5959    public static final int DisplaySubsystemSequence = 0x00287023;
5960
5961    /** (0028,7024) VR=SQ VM=1 Luminance Result Sequence */
5962    public static final int LuminanceResultSequence = 0x00287024;
5963
5964    /** (0028,7025) VR=CS VM=1 Ambient Light Value Source */
5965    public static final int AmbientLightValueSource = 0x00287025;
5966
5967    /** (0028,7026) VR=CS VM=1-n Measured Characteristics */
5968    public static final int MeasuredCharacteristics = 0x00287026;
5969
5970    /** (0028,7027) VR=SQ VM=1 Luminance Uniformity Result Sequence */
5971    public static final int LuminanceUniformityResultSequence = 0x00287027;
5972
5973    /** (0028,7028) VR=SQ VM=1 Visual Evaluation Test Sequence */
5974    public static final int VisualEvaluationTestSequence = 0x00287028;
5975
5976    /** (0028,7029) VR=CS VM=1 Test Result */
5977    public static final int TestResult = 0x00287029;
5978
5979    /** (0028,702A) VR=LO VM=1 Test Result Comment */
5980    public static final int TestResultComment = 0x0028702A;
5981
5982    /** (0028,702B) VR=CS VM=1 Test Image Validation */
5983    public static final int TestImageValidation = 0x0028702B;
5984
5985    /** (0028,702C) VR=SQ VM=1 Test Pattern Code Sequence */
5986    public static final int TestPatternCodeSequence = 0x0028702C;
5987
5988    /** (0028,702D) VR=SQ VM=1 Measurement Pattern Code Sequence */
5989    public static final int MeasurementPatternCodeSequence = 0x0028702D;
5990
5991    /** (0028,702E) VR=SQ VM=1 Visual Evaluation Method Code Sequence */
5992    public static final int VisualEvaluationMethodCodeSequence = 0x0028702E;
5993
5994    /** (0028,7FE0) VR=UR VM=1 Pixel Data Provider URL */
5995    public static final int PixelDataProviderURL = 0x00287FE0;
5996
5997    /** (0028,9001) VR=UL VM=1 Data Point Rows */
5998    public static final int DataPointRows = 0x00289001;
5999
6000    /** (0028,9002) VR=UL VM=1 Data Point Columns */
6001    public static final int DataPointColumns = 0x00289002;
6002
6003    /** (0028,9003) VR=CS VM=1 Signal Domain Columns */
6004    public static final int SignalDomainColumns = 0x00289003;
6005
6006    /** (0028,9099) VR=US VM=1 Largest Monochrome Pixel Value (retired) */
6007    public static final int LargestMonochromePixelValue = 0x00289099;
6008
6009    /** (0028,9108) VR=CS VM=1 Data Representation */
6010    public static final int DataRepresentation = 0x00289108;
6011
6012    /** (0028,9110) VR=SQ VM=1 Pixel Measures Sequence */
6013    public static final int PixelMeasuresSequence = 0x00289110;
6014
6015    /** (0028,9132) VR=SQ VM=1 Frame VOI LUT Sequence */
6016    public static final int FrameVOILUTSequence = 0x00289132;
6017
6018    /** (0028,9145) VR=SQ VM=1 Pixel Value Transformation Sequence */
6019    public static final int PixelValueTransformationSequence = 0x00289145;
6020
6021    /** (0028,9235) VR=CS VM=1 Signal Domain Rows */
6022    public static final int SignalDomainRows = 0x00289235;
6023
6024    /** (0028,9411) VR=FL VM=1 Display Filter Percentage */
6025    public static final int DisplayFilterPercentage = 0x00289411;
6026
6027    /** (0028,9415) VR=SQ VM=1 Frame Pixel Shift Sequence */
6028    public static final int FramePixelShiftSequence = 0x00289415;
6029
6030    /** (0028,9416) VR=US VM=1 Subtraction Item ID */
6031    public static final int SubtractionItemID = 0x00289416;
6032
6033    /** (0028,9422) VR=SQ VM=1 Pixel Intensity Relationship LUT Sequence */
6034    public static final int PixelIntensityRelationshipLUTSequence = 0x00289422;
6035
6036    /** (0028,9443) VR=SQ VM=1 Frame Pixel Data Properties Sequence */
6037    public static final int FramePixelDataPropertiesSequence = 0x00289443;
6038
6039    /** (0028,9444) VR=CS VM=1 Geometrical Properties */
6040    public static final int GeometricalProperties = 0x00289444;
6041
6042    /** (0028,9445) VR=FL VM=1 Geometric Maximum Distortion */
6043    public static final int GeometricMaximumDistortion = 0x00289445;
6044
6045    /** (0028,9446) VR=CS VM=1-n Image Processing Applied */
6046    public static final int ImageProcessingApplied = 0x00289446;
6047
6048    /** (0028,9454) VR=CS VM=1 Mask Selection Mode */
6049    public static final int MaskSelectionMode = 0x00289454;
6050
6051    /** (0028,9474) VR=CS VM=1 LUT Function */
6052    public static final int LUTFunction = 0x00289474;
6053
6054    /** (0028,9478) VR=FL VM=1 Mask Visibility Percentage */
6055    public static final int MaskVisibilityPercentage = 0x00289478;
6056
6057    /** (0028,9501) VR=SQ VM=1 Pixel Shift Sequence */
6058    public static final int PixelShiftSequence = 0x00289501;
6059
6060    /** (0028,9502) VR=SQ VM=1 Region Pixel Shift Sequence */
6061    public static final int RegionPixelShiftSequence = 0x00289502;
6062
6063    /** (0028,9503) VR=SS VM=2-2n Vertices of the Region */
6064    public static final int VerticesOfTheRegion = 0x00289503;
6065
6066    /** (0028,9505) VR=SQ VM=1 Multi-frame Presentation Sequence */
6067    public static final int MultiFramePresentationSequence = 0x00289505;
6068
6069    /** (0028,9506) VR=US VM=2-2n Pixel Shift Frame Range */
6070    public static final int PixelShiftFrameRange = 0x00289506;
6071
6072    /** (0028,9507) VR=US VM=2-2n LUT Frame Range */
6073    public static final int LUTFrameRange = 0x00289507;
6074
6075    /** (0028,9520) VR=DS VM=16 Image to Equipment Mapping Matrix */
6076    public static final int ImageToEquipmentMappingMatrix = 0x00289520;
6077
6078    /** (0028,9537) VR=CS VM=1 Equipment Coordinate System Identification */
6079    public static final int EquipmentCoordinateSystemIdentification = 0x00289537;
6080
6081    /** (0032,000A) VR=CS VM=1 Study Status ID (retired) */
6082    public static final int StudyStatusID = 0x0032000A;
6083
6084    /** (0032,000C) VR=CS VM=1 Study Priority ID (retired) */
6085    public static final int StudyPriorityID = 0x0032000C;
6086
6087    /** (0032,0012) VR=LO VM=1 Study ID Issuer (retired) */
6088    public static final int StudyIDIssuer = 0x00320012;
6089
6090    /** (0032,0032) VR=DA VM=1 Study Verified Date (retired) */
6091    public static final int StudyVerifiedDate = 0x00320032;
6092
6093    /** (0032,0033) VR=TM VM=1 Study Verified Time (retired) */
6094    public static final int StudyVerifiedTime = 0x00320033;
6095
6096    /** (0032,0034) VR=DA VM=1 Study Read Date (retired) */
6097    public static final int StudyReadDate = 0x00320034;
6098
6099    /** (0032,0035) VR=TM VM=1 Study Read Time (retired) */
6100    public static final int StudyReadTime = 0x00320035;
6101
6102    /** (0032,1000) VR=DA VM=1 Scheduled Study Start Date (retired) */
6103    public static final int ScheduledStudyStartDate = 0x00321000;
6104
6105    /** (0032,1001) VR=TM VM=1 Scheduled Study Start Time (retired) */
6106    public static final int ScheduledStudyStartTime = 0x00321001;
6107
6108    /** (0032,1010) VR=DA VM=1 Scheduled Study Stop Date (retired) */
6109    public static final int ScheduledStudyStopDate = 0x00321010;
6110
6111    /** (0032,1011) VR=TM VM=1 Scheduled Study Stop Time (retired) */
6112    public static final int ScheduledStudyStopTime = 0x00321011;
6113
6114    /** (0032,1020) VR=LO VM=1 Scheduled Study Location (retired) */
6115    public static final int ScheduledStudyLocation = 0x00321020;
6116
6117    /** (0032,1021) VR=AE VM=1-n Scheduled Study Location AE Title (retired) */
6118    public static final int ScheduledStudyLocationAETitle = 0x00321021;
6119
6120    /** (0032,1030) VR=LO VM=1 Reason for Study (retired) */
6121    public static final int ReasonForStudy = 0x00321030;
6122
6123    /** (0032,1031) VR=SQ VM=1 Requesting Physician Identification Sequence */
6124    public static final int RequestingPhysicianIdentificationSequence = 0x00321031;
6125
6126    /** (0032,1032) VR=PN VM=1 Requesting Physician */
6127    public static final int RequestingPhysician = 0x00321032;
6128
6129    /** (0032,1033) VR=LO VM=1 Requesting Service */
6130    public static final int RequestingService = 0x00321033;
6131
6132    /** (0032,1034) VR=SQ VM=1 Requesting Service Code Sequence */
6133    public static final int RequestingServiceCodeSequence = 0x00321034;
6134
6135    /** (0032,1040) VR=DA VM=1 Study Arrival Date (retired) */
6136    public static final int StudyArrivalDate = 0x00321040;
6137
6138    /** (0032,1041) VR=TM VM=1 Study Arrival Time (retired) */
6139    public static final int StudyArrivalTime = 0x00321041;
6140
6141    /** (0032,1050) VR=DA VM=1 Study Completion Date (retired) */
6142    public static final int StudyCompletionDate = 0x00321050;
6143
6144    /** (0032,1051) VR=TM VM=1 Study Completion Time (retired) */
6145    public static final int StudyCompletionTime = 0x00321051;
6146
6147    /** (0032,1055) VR=CS VM=1 Study Component Status ID (retired) */
6148    public static final int StudyComponentStatusID = 0x00321055;
6149
6150    /** (0032,1060) VR=LO VM=1 Requested Procedure Description */
6151    public static final int RequestedProcedureDescription = 0x00321060;
6152
6153    /** (0032,1064) VR=SQ VM=1 Requested Procedure Code Sequence */
6154    public static final int RequestedProcedureCodeSequence = 0x00321064;
6155
6156    /** (0032,1070) VR=LO VM=1 Requested Contrast Agent */
6157    public static final int RequestedContrastAgent = 0x00321070;
6158
6159    /** (0032,4000) VR=LT VM=1 Study Comments (retired) */
6160    public static final int StudyComments = 0x00324000;
6161
6162    /** (0038,0004) VR=SQ VM=1 Referenced Patient Alias Sequence */
6163    public static final int ReferencedPatientAliasSequence = 0x00380004;
6164
6165    /** (0038,0008) VR=CS VM=1 Visit Status ID */
6166    public static final int VisitStatusID = 0x00380008;
6167
6168    /** (0038,0010) VR=LO VM=1 Admission ID */
6169    public static final int AdmissionID = 0x00380010;
6170
6171    /** (0038,0011) VR=LO VM=1 Issuer of Admission ID (retired) */
6172    public static final int IssuerOfAdmissionID = 0x00380011;
6173
6174    /** (0038,0014) VR=SQ VM=1 Issuer of Admission ID Sequence */
6175    public static final int IssuerOfAdmissionIDSequence = 0x00380014;
6176
6177    /** (0038,0016) VR=LO VM=1 Route of Admissions */
6178    public static final int RouteOfAdmissions = 0x00380016;
6179
6180    /** (0038,001A) VR=DA VM=1 Scheduled Admission Date (retired) */
6181    public static final int ScheduledAdmissionDate = 0x0038001A;
6182
6183    /** (0038,001B) VR=TM VM=1 Scheduled Admission Time (retired) */
6184    public static final int ScheduledAdmissionTime = 0x0038001B;
6185
6186    /** (0038,001C) VR=DA VM=1 Scheduled Discharge Date (retired) */
6187    public static final int ScheduledDischargeDate = 0x0038001C;
6188
6189    /** (0038,001D) VR=TM VM=1 Scheduled Discharge Time (retired) */
6190    public static final int ScheduledDischargeTime = 0x0038001D;
6191
6192    /** (0038,001E) VR=LO VM=1 Scheduled Patient Institution Residence (retired) */
6193    public static final int ScheduledPatientInstitutionResidence = 0x0038001E;
6194
6195    /** (0038,0020) VR=DA VM=1 Admitting Date */
6196    public static final int AdmittingDate = 0x00380020;
6197
6198    /** (0038,0021) VR=TM VM=1 Admitting Time */
6199    public static final int AdmittingTime = 0x00380021;
6200
6201    /** (0038,0030) VR=DA VM=1 Discharge Date (retired) */
6202    public static final int DischargeDate = 0x00380030;
6203
6204    /** (0038,0032) VR=TM VM=1 Discharge Time (retired) */
6205    public static final int DischargeTime = 0x00380032;
6206
6207    /** (0038,0040) VR=LO VM=1 Discharge Diagnosis Description (retired) */
6208    public static final int DischargeDiagnosisDescription = 0x00380040;
6209
6210    /** (0038,0044) VR=SQ VM=1 Discharge Diagnosis Code Sequence (retired) */
6211    public static final int DischargeDiagnosisCodeSequence = 0x00380044;
6212
6213    /** (0038,0050) VR=LO VM=1 Special Needs */
6214    public static final int SpecialNeeds = 0x00380050;
6215
6216    /** (0038,0060) VR=LO VM=1 Service Episode ID */
6217    public static final int ServiceEpisodeID = 0x00380060;
6218
6219    /** (0038,0061) VR=LO VM=1 Issuer of Service Episode ID (retired) */
6220    public static final int IssuerOfServiceEpisodeID = 0x00380061;
6221
6222    /** (0038,0062) VR=LO VM=1 Service Episode Description */
6223    public static final int ServiceEpisodeDescription = 0x00380062;
6224
6225    /** (0038,0064) VR=SQ VM=1 Issuer of Service Episode ID Sequence */
6226    public static final int IssuerOfServiceEpisodeIDSequence = 0x00380064;
6227
6228    /** (0038,0100) VR=SQ VM=1 Pertinent Documents Sequence */
6229    public static final int PertinentDocumentsSequence = 0x00380100;
6230
6231    /** (0038,0101) VR=SQ VM=1 Pertinent Resources Sequence */
6232    public static final int PertinentResourcesSequence = 0x00380101;
6233
6234    /** (0038,0102) VR=LO VM=1 Resource Description */
6235    public static final int ResourceDescription = 0x00380102;
6236
6237    /** (0038,0300) VR=LO VM=1 Current Patient Location */
6238    public static final int CurrentPatientLocation = 0x00380300;
6239
6240    /** (0038,0400) VR=LO VM=1 Patient's Institution Residence */
6241    public static final int PatientInstitutionResidence = 0x00380400;
6242
6243    /** (0038,0500) VR=LO VM=1 Patient State */
6244    public static final int PatientState = 0x00380500;
6245
6246    /** (0038,0502) VR=SQ VM=1 Patient Clinical Trial Participation Sequence */
6247    public static final int PatientClinicalTrialParticipationSequence = 0x00380502;
6248
6249    /** (0038,4000) VR=LT VM=1 Visit Comments */
6250    public static final int VisitComments = 0x00384000;
6251
6252    /** (003A,0004) VR=CS VM=1 Waveform Originality */
6253    public static final int WaveformOriginality = 0x003A0004;
6254
6255    /** (003A,0005) VR=US VM=1 Number of Waveform Channels */
6256    public static final int NumberOfWaveformChannels = 0x003A0005;
6257
6258    /** (003A,0010) VR=UL VM=1 Number of Waveform Samples */
6259    public static final int NumberOfWaveformSamples = 0x003A0010;
6260
6261    /** (003A,001A) VR=DS VM=1 Sampling Frequency */
6262    public static final int SamplingFrequency = 0x003A001A;
6263
6264    /** (003A,0020) VR=SH VM=1 Multiplex Group Label */
6265    public static final int MultiplexGroupLabel = 0x003A0020;
6266
6267    /** (003A,0200) VR=SQ VM=1 Channel Definition Sequence */
6268    public static final int ChannelDefinitionSequence = 0x003A0200;
6269
6270    /** (003A,0202) VR=IS VM=1 Waveform Channel Number */
6271    public static final int WaveformChannelNumber = 0x003A0202;
6272
6273    /** (003A,0203) VR=SH VM=1 Channel Label */
6274    public static final int ChannelLabel = 0x003A0203;
6275
6276    /** (003A,0205) VR=CS VM=1-n Channel Status */
6277    public static final int ChannelStatus = 0x003A0205;
6278
6279    /** (003A,0208) VR=SQ VM=1 Channel Source Sequence */
6280    public static final int ChannelSourceSequence = 0x003A0208;
6281
6282    /** (003A,0209) VR=SQ VM=1 Channel Source Modifiers Sequence */
6283    public static final int ChannelSourceModifiersSequence = 0x003A0209;
6284
6285    /** (003A,020A) VR=SQ VM=1 Source Waveform Sequence */
6286    public static final int SourceWaveformSequence = 0x003A020A;
6287
6288    /** (003A,020C) VR=LO VM=1 Channel Derivation Description */
6289    public static final int ChannelDerivationDescription = 0x003A020C;
6290
6291    /** (003A,0210) VR=DS VM=1 Channel Sensitivity */
6292    public static final int ChannelSensitivity = 0x003A0210;
6293
6294    /** (003A,0211) VR=SQ VM=1 Channel Sensitivity Units Sequence */
6295    public static final int ChannelSensitivityUnitsSequence = 0x003A0211;
6296
6297    /** (003A,0212) VR=DS VM=1 Channel Sensitivity Correction Factor */
6298    public static final int ChannelSensitivityCorrectionFactor = 0x003A0212;
6299
6300    /** (003A,0213) VR=DS VM=1 Channel Baseline */
6301    public static final int ChannelBaseline = 0x003A0213;
6302
6303    /** (003A,0214) VR=DS VM=1 Channel Time Skew */
6304    public static final int ChannelTimeSkew = 0x003A0214;
6305
6306    /** (003A,0215) VR=DS VM=1 Channel Sample Skew */
6307    public static final int ChannelSampleSkew = 0x003A0215;
6308
6309    /** (003A,0218) VR=DS VM=1 Channel Offset */
6310    public static final int ChannelOffset = 0x003A0218;
6311
6312    /** (003A,021A) VR=US VM=1 Waveform Bits Stored */
6313    public static final int WaveformBitsStored = 0x003A021A;
6314
6315    /** (003A,0220) VR=DS VM=1 Filter Low Frequency */
6316    public static final int FilterLowFrequency = 0x003A0220;
6317
6318    /** (003A,0221) VR=DS VM=1 Filter High Frequency */
6319    public static final int FilterHighFrequency = 0x003A0221;
6320
6321    /** (003A,0222) VR=DS VM=1 Notch Filter Frequency */
6322    public static final int NotchFilterFrequency = 0x003A0222;
6323
6324    /** (003A,0223) VR=DS VM=1 Notch Filter Bandwidth */
6325    public static final int NotchFilterBandwidth = 0x003A0223;
6326
6327    /** (003A,0230) VR=FL VM=1 Waveform Data Display Scale */
6328    public static final int WaveformDataDisplayScale = 0x003A0230;
6329
6330    /** (003A,0231) VR=US VM=3 Waveform Display Background CIELab Value */
6331    public static final int WaveformDisplayBackgroundCIELabValue = 0x003A0231;
6332
6333    /** (003A,0240) VR=SQ VM=1 Waveform Presentation Group Sequence */
6334    public static final int WaveformPresentationGroupSequence = 0x003A0240;
6335
6336    /** (003A,0241) VR=US VM=1 Presentation Group Number */
6337    public static final int PresentationGroupNumber = 0x003A0241;
6338
6339    /** (003A,0242) VR=SQ VM=1 Channel Display Sequence */
6340    public static final int ChannelDisplaySequence = 0x003A0242;
6341
6342    /** (003A,0244) VR=US VM=3 Channel Recommended Display CIELab Value */
6343    public static final int ChannelRecommendedDisplayCIELabValue = 0x003A0244;
6344
6345    /** (003A,0245) VR=FL VM=1 Channel Position */
6346    public static final int ChannelPosition = 0x003A0245;
6347
6348    /** (003A,0246) VR=CS VM=1 Display Shading Flag */
6349    public static final int DisplayShadingFlag = 0x003A0246;
6350
6351    /** (003A,0247) VR=FL VM=1 Fractional Channel Display Scale */
6352    public static final int FractionalChannelDisplayScale = 0x003A0247;
6353
6354    /** (003A,0248) VR=FL VM=1 Absolute Channel Display Scale */
6355    public static final int AbsoluteChannelDisplayScale = 0x003A0248;
6356
6357    /** (003A,0300) VR=SQ VM=1 Multiplexed Audio Channels Description Code Sequence */
6358    public static final int MultiplexedAudioChannelsDescriptionCodeSequence = 0x003A0300;
6359
6360    /** (003A,0301) VR=IS VM=1 Channel Identification Code */
6361    public static final int ChannelIdentificationCode = 0x003A0301;
6362
6363    /** (003A,0302) VR=CS VM=1 Channel Mode */
6364    public static final int ChannelMode = 0x003A0302;
6365
6366    /** (0040,0001) VR=AE VM=1-n Scheduled Station AE Title */
6367    public static final int ScheduledStationAETitle = 0x00400001;
6368
6369    /** (0040,0002) VR=DA VM=1 Scheduled Procedure Step Start Date */
6370    public static final int ScheduledProcedureStepStartDate = 0x00400002;
6371
6372    /** (0040,0003) VR=TM VM=1 Scheduled Procedure Step Start Time */
6373    public static final int ScheduledProcedureStepStartTime = 0x00400003;
6374
6375    /** (0040,0004) VR=DA VM=1 Scheduled Procedure Step End Date */
6376    public static final int ScheduledProcedureStepEndDate = 0x00400004;
6377
6378    /** (0040,0005) VR=TM VM=1 Scheduled Procedure Step End Time */
6379    public static final int ScheduledProcedureStepEndTime = 0x00400005;
6380
6381    /** (0040,0006) VR=PN VM=1 Scheduled Performing Physician's Name */
6382    public static final int ScheduledPerformingPhysicianName = 0x00400006;
6383
6384    /** (0040,0007) VR=LO VM=1 Scheduled Procedure Step Description */
6385    public static final int ScheduledProcedureStepDescription = 0x00400007;
6386
6387    /** (0040,0008) VR=SQ VM=1 Scheduled Protocol Code Sequence */
6388    public static final int ScheduledProtocolCodeSequence = 0x00400008;
6389
6390    /** (0040,0009) VR=SH VM=1 Scheduled Procedure Step ID */
6391    public static final int ScheduledProcedureStepID = 0x00400009;
6392
6393    /** (0040,000A) VR=SQ VM=1 Stage Code Sequence */
6394    public static final int StageCodeSequence = 0x0040000A;
6395
6396    /** (0040,000B) VR=SQ VM=1 Scheduled Performing Physician Identification Sequence */
6397    public static final int ScheduledPerformingPhysicianIdentificationSequence = 0x0040000B;
6398
6399    /** (0040,0010) VR=SH VM=1-n Scheduled Station Name */
6400    public static final int ScheduledStationName = 0x00400010;
6401
6402    /** (0040,0011) VR=SH VM=1 Scheduled Procedure Step Location */
6403    public static final int ScheduledProcedureStepLocation = 0x00400011;
6404
6405    /** (0040,0012) VR=LO VM=1 Pre-Medication */
6406    public static final int PreMedication = 0x00400012;
6407
6408    /** (0040,0020) VR=CS VM=1 Scheduled Procedure Step Status */
6409    public static final int ScheduledProcedureStepStatus = 0x00400020;
6410
6411    /** (0040,0026) VR=SQ VM=1 Order Placer Identifier Sequence */
6412    public static final int OrderPlacerIdentifierSequence = 0x00400026;
6413
6414    /** (0040,0027) VR=SQ VM=1 Order Filler Identifier Sequence */
6415    public static final int OrderFillerIdentifierSequence = 0x00400027;
6416
6417    /** (0040,0031) VR=UT VM=1 Local Namespace Entity ID */
6418    public static final int LocalNamespaceEntityID = 0x00400031;
6419
6420    /** (0040,0032) VR=UT VM=1 Universal Entity ID */
6421    public static final int UniversalEntityID = 0x00400032;
6422
6423    /** (0040,0033) VR=CS VM=1 Universal Entity ID Type */
6424    public static final int UniversalEntityIDType = 0x00400033;
6425
6426    /** (0040,0035) VR=CS VM=1 Identifier Type Code */
6427    public static final int IdentifierTypeCode = 0x00400035;
6428
6429    /** (0040,0036) VR=SQ VM=1 Assigning Facility Sequence */
6430    public static final int AssigningFacilitySequence = 0x00400036;
6431
6432    /** (0040,0039) VR=SQ VM=1 Assigning Jurisdiction Code Sequence */
6433    public static final int AssigningJurisdictionCodeSequence = 0x00400039;
6434
6435    /** (0040,003A) VR=SQ VM=1 Assigning Agency or Department Code Sequence */
6436    public static final int AssigningAgencyOrDepartmentCodeSequence = 0x0040003A;
6437
6438    /** (0040,0100) VR=SQ VM=1 Scheduled Procedure Step Sequence */
6439    public static final int ScheduledProcedureStepSequence = 0x00400100;
6440
6441    /** (0040,0220) VR=SQ VM=1 Referenced Non-Image Composite SOP Instance Sequence */
6442    public static final int ReferencedNonImageCompositeSOPInstanceSequence = 0x00400220;
6443
6444    /** (0040,0241) VR=AE VM=1 Performed Station AE Title */
6445    public static final int PerformedStationAETitle = 0x00400241;
6446
6447    /** (0040,0242) VR=SH VM=1 Performed Station Name */
6448    public static final int PerformedStationName = 0x00400242;
6449
6450    /** (0040,0243) VR=SH VM=1 Performed Location */
6451    public static final int PerformedLocation = 0x00400243;
6452
6453    /** (0040,0244) VR=DA VM=1 Performed Procedure Step Start Date */
6454    public static final int PerformedProcedureStepStartDate = 0x00400244;
6455
6456    /** (0040,0245) VR=TM VM=1 Performed Procedure Step Start Time */
6457    public static final int PerformedProcedureStepStartTime = 0x00400245;
6458
6459    /** (0040,0250) VR=DA VM=1 Performed Procedure Step End Date */
6460    public static final int PerformedProcedureStepEndDate = 0x00400250;
6461
6462    /** (0040,0251) VR=TM VM=1 Performed Procedure Step End Time */
6463    public static final int PerformedProcedureStepEndTime = 0x00400251;
6464
6465    /** (0040,0252) VR=CS VM=1 Performed Procedure Step Status */
6466    public static final int PerformedProcedureStepStatus = 0x00400252;
6467
6468    /** (0040,0253) VR=SH VM=1 Performed Procedure Step ID */
6469    public static final int PerformedProcedureStepID = 0x00400253;
6470
6471    /** (0040,0254) VR=LO VM=1 Performed Procedure Step Description */
6472    public static final int PerformedProcedureStepDescription = 0x00400254;
6473
6474    /** (0040,0255) VR=LO VM=1 Performed Procedure Type Description */
6475    public static final int PerformedProcedureTypeDescription = 0x00400255;
6476
6477    /** (0040,0260) VR=SQ VM=1 Performed Protocol Code Sequence */
6478    public static final int PerformedProtocolCodeSequence = 0x00400260;
6479
6480    /** (0040,0261) VR=CS VM=1 Performed Protocol Type */
6481    public static final int PerformedProtocolType = 0x00400261;
6482
6483    /** (0040,0270) VR=SQ VM=1 Scheduled Step Attributes Sequence */
6484    public static final int ScheduledStepAttributesSequence = 0x00400270;
6485
6486    /** (0040,0275) VR=SQ VM=1 Request Attributes Sequence */
6487    public static final int RequestAttributesSequence = 0x00400275;
6488
6489    /** (0040,0280) VR=ST VM=1 Comments on the Performed Procedure Step */
6490    public static final int CommentsOnThePerformedProcedureStep = 0x00400280;
6491
6492    /** (0040,0281) VR=SQ VM=1 Performed Procedure Step Discontinuation Reason Code Sequence */
6493    public static final int PerformedProcedureStepDiscontinuationReasonCodeSequence = 0x00400281;
6494
6495    /** (0040,0293) VR=SQ VM=1 Quantity Sequence */
6496    public static final int QuantitySequence = 0x00400293;
6497
6498    /** (0040,0294) VR=DS VM=1 Quantity */
6499    public static final int Quantity = 0x00400294;
6500
6501    /** (0040,0295) VR=SQ VM=1 Measuring Units Sequence */
6502    public static final int MeasuringUnitsSequence = 0x00400295;
6503
6504    /** (0040,0296) VR=SQ VM=1 Billing Item Sequence */
6505    public static final int BillingItemSequence = 0x00400296;
6506
6507    /** (0040,0300) VR=US VM=1 Total Time of Fluoroscopy */
6508    public static final int TotalTimeOfFluoroscopy = 0x00400300;
6509
6510    /** (0040,0301) VR=US VM=1 Total Number of Exposures */
6511    public static final int TotalNumberOfExposures = 0x00400301;
6512
6513    /** (0040,0302) VR=US VM=1 Entrance Dose */
6514    public static final int EntranceDose = 0x00400302;
6515
6516    /** (0040,0303) VR=US VM=1-2 Exposed Area */
6517    public static final int ExposedArea = 0x00400303;
6518
6519    /** (0040,0306) VR=DS VM=1 Distance Source to Entrance */
6520    public static final int DistanceSourceToEntrance = 0x00400306;
6521
6522    /** (0040,0307) VR=DS VM=1 Distance Source to Support (retired) */
6523    public static final int DistanceSourceToSupport = 0x00400307;
6524
6525    /** (0040,030E) VR=SQ VM=1 Exposure Dose Sequence */
6526    public static final int ExposureDoseSequence = 0x0040030E;
6527
6528    /** (0040,0310) VR=ST VM=1 Comments on Radiation Dose */
6529    public static final int CommentsOnRadiationDose = 0x00400310;
6530
6531    /** (0040,0312) VR=DS VM=1 X-Ray Output */
6532    public static final int XRayOutput = 0x00400312;
6533
6534    /** (0040,0314) VR=DS VM=1 Half Value Layer */
6535    public static final int HalfValueLayer = 0x00400314;
6536
6537    /** (0040,0316) VR=DS VM=1 Organ Dose */
6538    public static final int OrganDose = 0x00400316;
6539
6540    /** (0040,0318) VR=CS VM=1 Organ Exposed */
6541    public static final int OrganExposed = 0x00400318;
6542
6543    /** (0040,0320) VR=SQ VM=1 Billing Procedure Step Sequence */
6544    public static final int BillingProcedureStepSequence = 0x00400320;
6545
6546    /** (0040,0321) VR=SQ VM=1 Film Consumption Sequence */
6547    public static final int FilmConsumptionSequence = 0x00400321;
6548
6549    /** (0040,0324) VR=SQ VM=1 Billing Supplies and Devices Sequence */
6550    public static final int BillingSuppliesAndDevicesSequence = 0x00400324;
6551
6552    /** (0040,0330) VR=SQ VM=1 Referenced Procedure Step Sequence (retired) */
6553    public static final int ReferencedProcedureStepSequence = 0x00400330;
6554
6555    /** (0040,0340) VR=SQ VM=1 Performed Series Sequence */
6556    public static final int PerformedSeriesSequence = 0x00400340;
6557
6558    /** (0040,0400) VR=LT VM=1 Comments on the Scheduled Procedure Step */
6559    public static final int CommentsOnTheScheduledProcedureStep = 0x00400400;
6560
6561    /** (0040,0440) VR=SQ VM=1 Protocol Context Sequence */
6562    public static final int ProtocolContextSequence = 0x00400440;
6563
6564    /** (0040,0441) VR=SQ VM=1 Content Item Modifier Sequence */
6565    public static final int ContentItemModifierSequence = 0x00400441;
6566
6567    /** (0040,0500) VR=SQ VM=1 Scheduled Specimen Sequence */
6568    public static final int ScheduledSpecimenSequence = 0x00400500;
6569
6570    /** (0040,050A) VR=LO VM=1 Specimen Accession Number (retired) */
6571    public static final int SpecimenAccessionNumber = 0x0040050A;
6572
6573    /** (0040,0512) VR=LO VM=1 Container Identifier */
6574    public static final int ContainerIdentifier = 0x00400512;
6575
6576    /** (0040,0513) VR=SQ VM=1 Issuer of the Container Identifier Sequence */
6577    public static final int IssuerOfTheContainerIdentifierSequence = 0x00400513;
6578
6579    /** (0040,0515) VR=SQ VM=1 Alternate Container Identifier Sequence */
6580    public static final int AlternateContainerIdentifierSequence = 0x00400515;
6581
6582    /** (0040,0518) VR=SQ VM=1 Container Type Code Sequence */
6583    public static final int ContainerTypeCodeSequence = 0x00400518;
6584
6585    /** (0040,051A) VR=LO VM=1 Container Description */
6586    public static final int ContainerDescription = 0x0040051A;
6587
6588    /** (0040,0520) VR=SQ VM=1 Container Component Sequence */
6589    public static final int ContainerComponentSequence = 0x00400520;
6590
6591    /** (0040,0550) VR=SQ VM=1 Specimen Sequence (retired) */
6592    public static final int SpecimenSequence = 0x00400550;
6593
6594    /** (0040,0551) VR=LO VM=1 Specimen Identifier */
6595    public static final int SpecimenIdentifier = 0x00400551;
6596
6597    /** (0040,0552) VR=SQ VM=1 Specimen Description Sequence (Trial) (retired) */
6598    public static final int SpecimenDescriptionSequenceTrial = 0x00400552;
6599
6600    /** (0040,0553) VR=ST VM=1 Specimen Description (Trial) (retired) */
6601    public static final int SpecimenDescriptionTrial = 0x00400553;
6602
6603    /** (0040,0554) VR=UI VM=1 Specimen UID */
6604    public static final int SpecimenUID = 0x00400554;
6605
6606    /** (0040,0555) VR=SQ VM=1 Acquisition Context Sequence */
6607    public static final int AcquisitionContextSequence = 0x00400555;
6608
6609    /** (0040,0556) VR=ST VM=1 Acquisition Context Description */
6610    public static final int AcquisitionContextDescription = 0x00400556;
6611
6612    /** (0040,059A) VR=SQ VM=1 Specimen Type Code Sequence */
6613    public static final int SpecimenTypeCodeSequence = 0x0040059A;
6614
6615    /** (0040,0560) VR=SQ VM=1 Specimen Description Sequence */
6616    public static final int SpecimenDescriptionSequence = 0x00400560;
6617
6618    /** (0040,0562) VR=SQ VM=1 Issuer of the Specimen Identifier Sequence */
6619    public static final int IssuerOfTheSpecimenIdentifierSequence = 0x00400562;
6620
6621    /** (0040,0600) VR=LO VM=1 Specimen Short Description */
6622    public static final int SpecimenShortDescription = 0x00400600;
6623
6624    /** (0040,0602) VR=UT VM=1 Specimen Detailed Description */
6625    public static final int SpecimenDetailedDescription = 0x00400602;
6626
6627    /** (0040,0610) VR=SQ VM=1 Specimen Preparation Sequence */
6628    public static final int SpecimenPreparationSequence = 0x00400610;
6629
6630    /** (0040,0612) VR=SQ VM=1 Specimen Preparation Step Content Item Sequence */
6631    public static final int SpecimenPreparationStepContentItemSequence = 0x00400612;
6632
6633    /** (0040,0620) VR=SQ VM=1 Specimen Localization Content Item Sequence */
6634    public static final int SpecimenLocalizationContentItemSequence = 0x00400620;
6635
6636    /** (0040,06FA) VR=LO VM=1 Slide Identifier (retired) */
6637    public static final int SlideIdentifier = 0x004006FA;
6638
6639    /** (0040,071A) VR=SQ VM=1 Image Center Point Coordinates Sequence */
6640    public static final int ImageCenterPointCoordinatesSequence = 0x0040071A;
6641
6642    /** (0040,072A) VR=DS VM=1 X Offset in Slide Coordinate System */
6643    public static final int XOffsetInSlideCoordinateSystem = 0x0040072A;
6644
6645    /** (0040,073A) VR=DS VM=1 Y Offset in Slide Coordinate System */
6646    public static final int YOffsetInSlideCoordinateSystem = 0x0040073A;
6647
6648    /** (0040,074A) VR=DS VM=1 Z Offset in Slide Coordinate System */
6649    public static final int ZOffsetInSlideCoordinateSystem = 0x0040074A;
6650
6651    /** (0040,08D8) VR=SQ VM=1 Pixel Spacing Sequence (retired) */
6652    public static final int PixelSpacingSequence = 0x004008D8;
6653
6654    /** (0040,08DA) VR=SQ VM=1 Coordinate System Axis Code Sequence (retired) */
6655    public static final int CoordinateSystemAxisCodeSequence = 0x004008DA;
6656
6657    /** (0040,08EA) VR=SQ VM=1 Measurement Units Code Sequence */
6658    public static final int MeasurementUnitsCodeSequence = 0x004008EA;
6659
6660    /** (0040,09F8) VR=SQ VM=1 Vital Stain Code Sequence (Trial) (retired) */
6661    public static final int VitalStainCodeSequenceTrial = 0x004009F8;
6662
6663    /** (0040,1001) VR=SH VM=1 Requested Procedure ID */
6664    public static final int RequestedProcedureID = 0x00401001;
6665
6666    /** (0040,1002) VR=LO VM=1 Reason for the Requested Procedure */
6667    public static final int ReasonForTheRequestedProcedure = 0x00401002;
6668
6669    /** (0040,1003) VR=SH VM=1 Requested Procedure Priority */
6670    public static final int RequestedProcedurePriority = 0x00401003;
6671
6672    /** (0040,1004) VR=LO VM=1 Patient Transport Arrangements */
6673    public static final int PatientTransportArrangements = 0x00401004;
6674
6675    /** (0040,1005) VR=LO VM=1 Requested Procedure Location */
6676    public static final int RequestedProcedureLocation = 0x00401005;
6677
6678    /** (0040,1006) VR=SH VM=1 Placer Order Number / Procedure (retired) */
6679    public static final int PlacerOrderNumberProcedure = 0x00401006;
6680
6681    /** (0040,1007) VR=SH VM=1 Filler Order Number / Procedure (retired) */
6682    public static final int FillerOrderNumberProcedure = 0x00401007;
6683
6684    /** (0040,1008) VR=LO VM=1 Confidentiality Code */
6685    public static final int ConfidentialityCode = 0x00401008;
6686
6687    /** (0040,1009) VR=SH VM=1 Reporting Priority */
6688    public static final int ReportingPriority = 0x00401009;
6689
6690    /** (0040,100A) VR=SQ VM=1 Reason for Requested Procedure Code Sequence */
6691    public static final int ReasonForRequestedProcedureCodeSequence = 0x0040100A;
6692
6693    /** (0040,1010) VR=PN VM=1-n Names of Intended Recipients of Results */
6694    public static final int NamesOfIntendedRecipientsOfResults = 0x00401010;
6695
6696    /** (0040,1011) VR=SQ VM=1 Intended Recipients of Results Identification Sequence */
6697    public static final int IntendedRecipientsOfResultsIdentificationSequence = 0x00401011;
6698
6699    /** (0040,1012) VR=SQ VM=1 Reason For Performed Procedure Code Sequence */
6700    public static final int ReasonForPerformedProcedureCodeSequence = 0x00401012;
6701
6702    /** (0040,1060) VR=LO VM=1 Requested Procedure Description (Trial) (retired) */
6703    public static final int RequestedProcedureDescriptionTrial = 0x00401060;
6704
6705    /** (0040,1101) VR=SQ VM=1 Person Identification Code Sequence */
6706    public static final int PersonIdentificationCodeSequence = 0x00401101;
6707
6708    /** (0040,1102) VR=ST VM=1 Person's Address */
6709    public static final int PersonAddress = 0x00401102;
6710
6711    /** (0040,1103) VR=LO VM=1-n Person's Telephone Numbers */
6712    public static final int PersonTelephoneNumbers = 0x00401103;
6713
6714    /** (0040,1104) VR=LT VM=1 Person's Telecom Information */
6715    public static final int PersonTelecomInformation = 0x00401104;
6716
6717    /** (0040,1400) VR=LT VM=1 Requested Procedure Comments */
6718    public static final int RequestedProcedureComments = 0x00401400;
6719
6720    /** (0040,2001) VR=LO VM=1 Reason for the Imaging Service Request (retired) */
6721    public static final int ReasonForTheImagingServiceRequest = 0x00402001;
6722
6723    /** (0040,2004) VR=DA VM=1 Issue Date of Imaging Service Request */
6724    public static final int IssueDateOfImagingServiceRequest = 0x00402004;
6725
6726    /** (0040,2005) VR=TM VM=1 Issue Time of Imaging Service Request */
6727    public static final int IssueTimeOfImagingServiceRequest = 0x00402005;
6728
6729    /** (0040,2006) VR=SH VM=1 Placer Order Number / Imaging Service Request (Retired) (retired) */
6730    public static final int PlacerOrderNumberImagingServiceRequestRetired = 0x00402006;
6731
6732    /** (0040,2007) VR=SH VM=1 Filler Order Number / Imaging Service Request (Retired) (retired) */
6733    public static final int FillerOrderNumberImagingServiceRequestRetired = 0x00402007;
6734
6735    /** (0040,2008) VR=PN VM=1 Order Entered By */
6736    public static final int OrderEnteredBy = 0x00402008;
6737
6738    /** (0040,2009) VR=SH VM=1 Order Enterer's Location */
6739    public static final int OrderEntererLocation = 0x00402009;
6740
6741    /** (0040,2010) VR=SH VM=1 Order Callback Phone Number */
6742    public static final int OrderCallbackPhoneNumber = 0x00402010;
6743
6744    /** (0040,2011) VR=LT VM=1 Order Callback Telecom Information */
6745    public static final int OrderCallbackTelecomInformation = 0x00402011;
6746
6747    /** (0040,2016) VR=LO VM=1 Placer Order Number / Imaging Service Request */
6748    public static final int PlacerOrderNumberImagingServiceRequest = 0x00402016;
6749
6750    /** (0040,2017) VR=LO VM=1 Filler Order Number / Imaging Service Request */
6751    public static final int FillerOrderNumberImagingServiceRequest = 0x00402017;
6752
6753    /** (0040,2400) VR=LT VM=1 Imaging Service Request Comments */
6754    public static final int ImagingServiceRequestComments = 0x00402400;
6755
6756    /** (0040,3001) VR=LO VM=1 Confidentiality Constraint on Patient Data Description */
6757    public static final int ConfidentialityConstraintOnPatientDataDescription = 0x00403001;
6758
6759    /** (0040,4001) VR=CS VM=1 General Purpose Scheduled Procedure Step Status (retired) */
6760    public static final int GeneralPurposeScheduledProcedureStepStatus = 0x00404001;
6761
6762    /** (0040,4002) VR=CS VM=1 General Purpose Performed Procedure Step Status (retired) */
6763    public static final int GeneralPurposePerformedProcedureStepStatus = 0x00404002;
6764
6765    /** (0040,4003) VR=CS VM=1 General Purpose Scheduled Procedure Step Priority (retired) */
6766    public static final int GeneralPurposeScheduledProcedureStepPriority = 0x00404003;
6767
6768    /** (0040,4004) VR=SQ VM=1 Scheduled Processing Applications Code Sequence (retired) */
6769    public static final int ScheduledProcessingApplicationsCodeSequence = 0x00404004;
6770
6771    /** (0040,4005) VR=DT VM=1 Scheduled Procedure Step Start DateTime */
6772    public static final int ScheduledProcedureStepStartDateTime = 0x00404005;
6773
6774    /** (0040,4006) VR=CS VM=1 Multiple Copies Flag (retired) */
6775    public static final int MultipleCopiesFlag = 0x00404006;
6776
6777    /** (0040,4007) VR=SQ VM=1 Performed Processing Applications Code Sequence */
6778    public static final int PerformedProcessingApplicationsCodeSequence = 0x00404007;
6779
6780    /** (0040,4009) VR=SQ VM=1 Human Performer Code Sequence */
6781    public static final int HumanPerformerCodeSequence = 0x00404009;
6782
6783    /** (0040,4010) VR=DT VM=1 Scheduled Procedure Step Modification DateTime */
6784    public static final int ScheduledProcedureStepModificationDateTime = 0x00404010;
6785
6786    /** (0040,4011) VR=DT VM=1 Expected Completion DateTime */
6787    public static final int ExpectedCompletionDateTime = 0x00404011;
6788
6789    /** (0040,4015) VR=SQ VM=1 Resulting General Purpose Performed Procedure Steps Sequence (retired) */
6790    public static final int ResultingGeneralPurposePerformedProcedureStepsSequence = 0x00404015;
6791
6792    /** (0040,4016) VR=SQ VM=1 Referenced General Purpose Scheduled Procedure Step Sequence (retired) */
6793    public static final int ReferencedGeneralPurposeScheduledProcedureStepSequence = 0x00404016;
6794
6795    /** (0040,4018) VR=SQ VM=1 Scheduled Workitem Code Sequence */
6796    public static final int ScheduledWorkitemCodeSequence = 0x00404018;
6797
6798    /** (0040,4019) VR=SQ VM=1 Performed Workitem Code Sequence */
6799    public static final int PerformedWorkitemCodeSequence = 0x00404019;
6800
6801    /** (0040,4020) VR=CS VM=1 Input Availability Flag */
6802    public static final int InputAvailabilityFlag = 0x00404020;
6803
6804    /** (0040,4021) VR=SQ VM=1 Input Information Sequence */
6805    public static final int InputInformationSequence = 0x00404021;
6806
6807    /** (0040,4022) VR=SQ VM=1 Relevant Information Sequence (retired) */
6808    public static final int RelevantInformationSequence = 0x00404022;
6809
6810    /** (0040,4023) VR=UI VM=1 Referenced General Purpose Scheduled Procedure Step Transaction UID (retired) */
6811    public static final int ReferencedGeneralPurposeScheduledProcedureStepTransactionUID = 0x00404023;
6812
6813    /** (0040,4025) VR=SQ VM=1 Scheduled Station Name Code Sequence */
6814    public static final int ScheduledStationNameCodeSequence = 0x00404025;
6815
6816    /** (0040,4026) VR=SQ VM=1 Scheduled Station Class Code Sequence */
6817    public static final int ScheduledStationClassCodeSequence = 0x00404026;
6818
6819    /** (0040,4027) VR=SQ VM=1 Scheduled Station Geographic Location Code Sequence */
6820    public static final int ScheduledStationGeographicLocationCodeSequence = 0x00404027;
6821
6822    /** (0040,4028) VR=SQ VM=1 Performed Station Name Code Sequence */
6823    public static final int PerformedStationNameCodeSequence = 0x00404028;
6824
6825    /** (0040,4029) VR=SQ VM=1 Performed Station Class Code Sequence */
6826    public static final int PerformedStationClassCodeSequence = 0x00404029;
6827
6828    /** (0040,4030) VR=SQ VM=1 Performed Station Geographic Location Code Sequence */
6829    public static final int PerformedStationGeographicLocationCodeSequence = 0x00404030;
6830
6831    /** (0040,4031) VR=SQ VM=1 Requested Subsequent Workitem Code Sequence (retired) */
6832    public static final int RequestedSubsequentWorkitemCodeSequence = 0x00404031;
6833
6834    /** (0040,4032) VR=SQ VM=1 Non-DICOM Output Code Sequence (retired) */
6835    public static final int NonDICOMOutputCodeSequence = 0x00404032;
6836
6837    /** (0040,4033) VR=SQ VM=1 Output Information Sequence */
6838    public static final int OutputInformationSequence = 0x00404033;
6839
6840    /** (0040,4034) VR=SQ VM=1 Scheduled Human Performers Sequence */
6841    public static final int ScheduledHumanPerformersSequence = 0x00404034;
6842
6843    /** (0040,4035) VR=SQ VM=1 Actual Human Performers Sequence */
6844    public static final int ActualHumanPerformersSequence = 0x00404035;
6845
6846    /** (0040,4036) VR=LO VM=1 Human Performer's Organization */
6847    public static final int HumanPerformerOrganization = 0x00404036;
6848
6849    /** (0040,4037) VR=PN VM=1 Human Performer's Name */
6850    public static final int HumanPerformerName = 0x00404037;
6851
6852    /** (0040,4040) VR=CS VM=1 Raw Data Handling */
6853    public static final int RawDataHandling = 0x00404040;
6854
6855    /** (0040,4041) VR=CS VM=1 Input Readiness State */
6856    public static final int InputReadinessState = 0x00404041;
6857
6858    /** (0040,4050) VR=DT VM=1 Performed Procedure Step Start DateTime */
6859    public static final int PerformedProcedureStepStartDateTime = 0x00404050;
6860
6861    /** (0040,4051) VR=DT VM=1 Performed Procedure Step End DateTime */
6862    public static final int PerformedProcedureStepEndDateTime = 0x00404051;
6863
6864    /** (0040,4052) VR=DT VM=1 Procedure Step Cancellation DateTime */
6865    public static final int ProcedureStepCancellationDateTime = 0x00404052;
6866
6867    /** (0040,4070) VR=SQ VM=1 Output Destination Sequence */
6868    public static final int OutputDestinationSequence = 0x00404070;
6869
6870    /** (0040,4071) VR=SQ VM=1 DICOM Storage Sequence */
6871    public static final int DICOMStorageSequence = 0x00404071;
6872
6873    /** (0040,4072) VR=SQ VM=1 STOW-RS Storage Sequence */
6874    public static final int STOWRSStorageSequence = 0x00404072;
6875
6876    /** (0040,4073) VR=UR VM=1 Storage URL */
6877    public static final int StorageURL = 0x00404073;
6878
6879    /** (0040,4074) VR=SQ VM=1 XDS Storage Sequence */
6880    public static final int XDSStorageSequence = 0x00404074;
6881
6882    /** (0040,8302) VR=DS VM=1 Entrance Dose in mGy */
6883    public static final int EntranceDoseInmGy = 0x00408302;
6884
6885    /** (0040,8303) VR=CS VM=1 Entrance Dose Derivation */
6886    public static final int EntranceDoseDerivation = 0x00408303;
6887
6888    /** (0040,9092) VR=SQ VM=1 Parametric Map Frame Type Sequence */
6889    public static final int ParametricMapFrameTypeSequence = 0x00409092;
6890
6891    /** (0040,9094) VR=SQ VM=1 Referenced Image Real World Value Mapping Sequence */
6892    public static final int ReferencedImageRealWorldValueMappingSequence = 0x00409094;
6893
6894    /** (0040,9096) VR=SQ VM=1 Real World Value Mapping Sequence */
6895    public static final int RealWorldValueMappingSequence = 0x00409096;
6896
6897    /** (0040,9098) VR=SQ VM=1 Pixel Value Mapping Code Sequence */
6898    public static final int PixelValueMappingCodeSequence = 0x00409098;
6899
6900    /** (0040,9210) VR=SH VM=1 LUT Label */
6901    public static final int LUTLabel = 0x00409210;
6902
6903    /** (0040,9211) VR=US or SS VM=1 Real World Value Last Value Mapped */
6904    public static final int RealWorldValueLastValueMapped = 0x00409211;
6905
6906    /** (0040,9212) VR=FD VM=1-n Real World Value LUT Data */
6907    public static final int RealWorldValueLUTData = 0x00409212;
6908
6909    /** (0040,9213) VR=FD VM=1 Double Float Real World Value Last Value Mapped */
6910    public static final int DoubleFloatRealWorldValueLastValueMapped = 0x00409213;
6911
6912    /** (0040,9214) VR=FD VM=1 Double Float Real World Value First Value Mapped */
6913    public static final int DoubleFloatRealWorldValueFirstValueMapped = 0x00409214;
6914
6915    /** (0040,9216) VR=US or SS VM=1 Real World Value First Value Mapped */
6916    public static final int RealWorldValueFirstValueMapped = 0x00409216;
6917
6918    /** (0040,9220) VR=SQ VM=1 Quantity Definition Sequence */
6919    public static final int QuantityDefinitionSequence = 0x00409220;
6920
6921    /** (0040,9224) VR=FD VM=1 Real World Value Intercept */
6922    public static final int RealWorldValueIntercept = 0x00409224;
6923
6924    /** (0040,9225) VR=FD VM=1 Real World Value Slope */
6925    public static final int RealWorldValueSlope = 0x00409225;
6926
6927    /** (0040,A007) VR=CS VM=1 Findings Flag (Trial) (retired) */
6928    public static final int FindingsFlagTrial = 0x0040A007;
6929
6930    /** (0040,A010) VR=CS VM=1 Relationship Type */
6931    public static final int RelationshipType = 0x0040A010;
6932
6933    /** (0040,A020) VR=SQ VM=1 Findings Sequence (Trial) (retired) */
6934    public static final int FindingsSequenceTrial = 0x0040A020;
6935
6936    /** (0040,A021) VR=UI VM=1 Findings Group UID (Trial) (retired) */
6937    public static final int FindingsGroupUIDTrial = 0x0040A021;
6938
6939    /** (0040,A022) VR=UI VM=1 Referenced Findings Group UID (Trial) (retired) */
6940    public static final int ReferencedFindingsGroupUIDTrial = 0x0040A022;
6941
6942    /** (0040,A023) VR=DA VM=1 Findings Group Recording Date (Trial) (retired) */
6943    public static final int FindingsGroupRecordingDateTrial = 0x0040A023;
6944
6945    /** (0040,A024) VR=TM VM=1 Findings Group Recording Time (Trial) (retired) */
6946    public static final int FindingsGroupRecordingTimeTrial = 0x0040A024;
6947
6948    /** (0040,A026) VR=SQ VM=1 Findings Source Category Code Sequence (Trial) (retired) */
6949    public static final int FindingsSourceCategoryCodeSequenceTrial = 0x0040A026;
6950
6951    /** (0040,A027) VR=LO VM=1 Verifying Organization */
6952    public static final int VerifyingOrganization = 0x0040A027;
6953
6954    /** (0040,A028) VR=SQ VM=1 Documenting Organization Identifier Code Sequence (Trial) (retired) */
6955    public static final int DocumentingOrganizationIdentifierCodeSequenceTrial = 0x0040A028;
6956
6957    /** (0040,A030) VR=DT VM=1 Verification DateTime */
6958    public static final int VerificationDateTime = 0x0040A030;
6959
6960    /** (0040,A032) VR=DT VM=1 Observation DateTime */
6961    public static final int ObservationDateTime = 0x0040A032;
6962
6963    /** (0040,A040) VR=CS VM=1 Value Type */
6964    public static final int ValueType = 0x0040A040;
6965
6966    /** (0040,A043) VR=SQ VM=1 Concept Name Code Sequence */
6967    public static final int ConceptNameCodeSequence = 0x0040A043;
6968
6969    /** (0040,A047) VR=LO VM=1 Measurement Precision Description (Trial) (retired) */
6970    public static final int MeasurementPrecisionDescriptionTrial = 0x0040A047;
6971
6972    /** (0040,A050) VR=CS VM=1 Continuity Of Content */
6973    public static final int ContinuityOfContent = 0x0040A050;
6974
6975    /** (0040,A057) VR=CS VM=1-n Urgency or Priority Alerts (Trial) (retired) */
6976    public static final int UrgencyOrPriorityAlertsTrial = 0x0040A057;
6977
6978    /** (0040,A060) VR=LO VM=1 Sequencing Indicator (Trial) (retired) */
6979    public static final int SequencingIndicatorTrial = 0x0040A060;
6980
6981    /** (0040,A066) VR=SQ VM=1 Document Identifier Code Sequence (Trial) (retired) */
6982    public static final int DocumentIdentifierCodeSequenceTrial = 0x0040A066;
6983
6984    /** (0040,A067) VR=PN VM=1 Document Author (Trial) (retired) */
6985    public static final int DocumentAuthorTrial = 0x0040A067;
6986
6987    /** (0040,A068) VR=SQ VM=1 Document Author Identifier Code Sequence (Trial) (retired) */
6988    public static final int DocumentAuthorIdentifierCodeSequenceTrial = 0x0040A068;
6989
6990    /** (0040,A070) VR=SQ VM=1 Identifier Code Sequence (Trial) (retired) */
6991    public static final int IdentifierCodeSequenceTrial = 0x0040A070;
6992
6993    /** (0040,A073) VR=SQ VM=1 Verifying Observer Sequence */
6994    public static final int VerifyingObserverSequence = 0x0040A073;
6995
6996    /** (0040,A074) VR=OB VM=1 Object Binary Identifier (Trial) (retired) */
6997    public static final int ObjectBinaryIdentifierTrial = 0x0040A074;
6998
6999    /** (0040,A075) VR=PN VM=1 Verifying Observer Name */
7000    public static final int VerifyingObserverName = 0x0040A075;
7001
7002    /** (0040,A076) VR=SQ VM=1 Documenting Observer Identifier Code Sequence (Trial) (retired) */
7003    public static final int DocumentingObserverIdentifierCodeSequenceTrial = 0x0040A076;
7004
7005    /** (0040,A078) VR=SQ VM=1 Author Observer Sequence */
7006    public static final int AuthorObserverSequence = 0x0040A078;
7007
7008    /** (0040,A07A) VR=SQ VM=1 Participant Sequence */
7009    public static final int ParticipantSequence = 0x0040A07A;
7010
7011    /** (0040,A07C) VR=SQ VM=1 Custodial Organization Sequence */
7012    public static final int CustodialOrganizationSequence = 0x0040A07C;
7013
7014    /** (0040,A080) VR=CS VM=1 Participation Type */
7015    public static final int ParticipationType = 0x0040A080;
7016
7017    /** (0040,A082) VR=DT VM=1 Participation DateTime */
7018    public static final int ParticipationDateTime = 0x0040A082;
7019
7020    /** (0040,A084) VR=CS VM=1 Observer Type */
7021    public static final int ObserverType = 0x0040A084;
7022
7023    /** (0040,A085) VR=SQ VM=1 Procedure Identifier Code Sequence (Trial) (retired) */
7024    public static final int ProcedureIdentifierCodeSequenceTrial = 0x0040A085;
7025
7026    /** (0040,A088) VR=SQ VM=1 Verifying Observer Identification Code Sequence */
7027    public static final int VerifyingObserverIdentificationCodeSequence = 0x0040A088;
7028
7029    /** (0040,A089) VR=OB VM=1 Object Directory Binary Identifier (Trial) (retired) */
7030    public static final int ObjectDirectoryBinaryIdentifierTrial = 0x0040A089;
7031
7032    /** (0040,A090) VR=SQ VM=1 Equivalent CDA Document Sequence (retired) */
7033    public static final int EquivalentCDADocumentSequence = 0x0040A090;
7034
7035    /** (0040,A0B0) VR=US VM=2-2n Referenced Waveform Channels */
7036    public static final int ReferencedWaveformChannels = 0x0040A0B0;
7037
7038    /** (0040,A110) VR=DA VM=1 Date of Document or Verbal Transaction (Trial) (retired) */
7039    public static final int DateOfDocumentOrVerbalTransactionTrial = 0x0040A110;
7040
7041    /** (0040,A112) VR=TM VM=1 Time of Document Creation or Verbal Transaction (Trial) (retired) */
7042    public static final int TimeOfDocumentCreationOrVerbalTransactionTrial = 0x0040A112;
7043
7044    /** (0040,A120) VR=DT VM=1 DateTime */
7045    public static final int DateTime = 0x0040A120;
7046
7047    /** (0040,A121) VR=DA VM=1 Date */
7048    public static final int Date = 0x0040A121;
7049
7050    /** (0040,A122) VR=TM VM=1 Time */
7051    public static final int Time = 0x0040A122;
7052
7053    /** (0040,A123) VR=PN VM=1 Person Name */
7054    public static final int PersonName = 0x0040A123;
7055
7056    /** (0040,A124) VR=UI VM=1 UID */
7057    public static final int UID = 0x0040A124;
7058
7059    /** (0040,A125) VR=CS VM=2 Report Status ID (Trial) (retired) */
7060    public static final int ReportStatusIDTrial = 0x0040A125;
7061
7062    /** (0040,A130) VR=CS VM=1 Temporal Range Type */
7063    public static final int TemporalRangeType = 0x0040A130;
7064
7065    /** (0040,A132) VR=UL VM=1-n Referenced Sample Positions */
7066    public static final int ReferencedSamplePositions = 0x0040A132;
7067
7068    /** (0040,A136) VR=US VM=1-n Referenced Frame Numbers */
7069    public static final int ReferencedFrameNumbers = 0x0040A136;
7070
7071    /** (0040,A138) VR=DS VM=1-n Referenced Time Offsets */
7072    public static final int ReferencedTimeOffsets = 0x0040A138;
7073
7074    /** (0040,A13A) VR=DT VM=1-n Referenced DateTime */
7075    public static final int ReferencedDateTime = 0x0040A13A;
7076
7077    /** (0040,A160) VR=UT VM=1 Text Value */
7078    public static final int TextValue = 0x0040A160;
7079
7080    /** (0040,A161) VR=FD VM=1-n Floating Point Value */
7081    public static final int FloatingPointValue = 0x0040A161;
7082
7083    /** (0040,A162) VR=SL VM=1-n Rational Numerator Value */
7084    public static final int RationalNumeratorValue = 0x0040A162;
7085
7086    /** (0040,A163) VR=UL VM=1-n Rational Denominator Value */
7087    public static final int RationalDenominatorValue = 0x0040A163;
7088
7089    /** (0040,A167) VR=SQ VM=1 Observation Category Code Sequence (Trial) (retired) */
7090    public static final int ObservationCategoryCodeSequenceTrial = 0x0040A167;
7091
7092    /** (0040,A168) VR=SQ VM=1 Concept Code Sequence */
7093    public static final int ConceptCodeSequence = 0x0040A168;
7094
7095    /** (0040,A16A) VR=ST VM=1 Bibliographic Citation (Trial) (retired) */
7096    public static final int BibliographicCitationTrial = 0x0040A16A;
7097
7098    /** (0040,A170) VR=SQ VM=1 Purpose of Reference Code Sequence */
7099    public static final int PurposeOfReferenceCodeSequence = 0x0040A170;
7100
7101    /** (0040,A171) VR=UI VM=1 Observation UID */
7102    public static final int ObservationUID = 0x0040A171;
7103
7104    /** (0040,A172) VR=UI VM=1 Referenced Observation UID (Trial) (retired) */
7105    public static final int ReferencedObservationUIDTrial = 0x0040A172;
7106
7107    /** (0040,A173) VR=CS VM=1 Referenced Observation Class (Trial) (retired) */
7108    public static final int ReferencedObservationClassTrial = 0x0040A173;
7109
7110    /** (0040,A174) VR=CS VM=1 Referenced Object Observation Class (Trial) (retired) */
7111    public static final int ReferencedObjectObservationClassTrial = 0x0040A174;
7112
7113    /** (0040,A180) VR=US VM=1 Annotation Group Number */
7114    public static final int AnnotationGroupNumber = 0x0040A180;
7115
7116    /** (0040,A192) VR=DA VM=1 Observation Date (Trial) (retired) */
7117    public static final int ObservationDateTrial = 0x0040A192;
7118
7119    /** (0040,A193) VR=TM VM=1 Observation Time (Trial) (retired) */
7120    public static final int ObservationTimeTrial = 0x0040A193;
7121
7122    /** (0040,A194) VR=CS VM=1 Measurement Automation (Trial) (retired) */
7123    public static final int MeasurementAutomationTrial = 0x0040A194;
7124
7125    /** (0040,A195) VR=SQ VM=1 Modifier Code Sequence */
7126    public static final int ModifierCodeSequence = 0x0040A195;
7127
7128    /** (0040,A224) VR=ST VM=1 Identification Description (Trial) (retired) */
7129    public static final int IdentificationDescriptionTrial = 0x0040A224;
7130
7131    /** (0040,A290) VR=CS VM=1 Coordinates Set Geometric Type (Trial) (retired) */
7132    public static final int CoordinatesSetGeometricTypeTrial = 0x0040A290;
7133
7134    /** (0040,A296) VR=SQ VM=1 Algorithm Code Sequence (Trial) (retired) */
7135    public static final int AlgorithmCodeSequenceTrial = 0x0040A296;
7136
7137    /** (0040,A297) VR=ST VM=1 Algorithm Description (Trial) (retired) */
7138    public static final int AlgorithmDescriptionTrial = 0x0040A297;
7139
7140    /** (0040,A29A) VR=SL VM=2-2n Pixel Coordinates Set (Trial) (retired) */
7141    public static final int PixelCoordinatesSetTrial = 0x0040A29A;
7142
7143    /** (0040,A300) VR=SQ VM=1 Measured Value Sequence */
7144    public static final int MeasuredValueSequence = 0x0040A300;
7145
7146    /** (0040,A301) VR=SQ VM=1 Numeric Value Qualifier Code Sequence */
7147    public static final int NumericValueQualifierCodeSequence = 0x0040A301;
7148
7149    /** (0040,A307) VR=PN VM=1 Current Observer (Trial) (retired) */
7150    public static final int CurrentObserverTrial = 0x0040A307;
7151
7152    /** (0040,A30A) VR=DS VM=1-n Numeric Value */
7153    public static final int NumericValue = 0x0040A30A;
7154
7155    /** (0040,A313) VR=SQ VM=1 Referenced Accession Sequence (Trial) (retired) */
7156    public static final int ReferencedAccessionSequenceTrial = 0x0040A313;
7157
7158    /** (0040,A33A) VR=ST VM=1 Report Status Comment (Trial) (retired) */
7159    public static final int ReportStatusCommentTrial = 0x0040A33A;
7160
7161    /** (0040,A340) VR=SQ VM=1 Procedure Context Sequence (Trial) (retired) */
7162    public static final int ProcedureContextSequenceTrial = 0x0040A340;
7163
7164    /** (0040,A352) VR=PN VM=1 Verbal Source (Trial) (retired) */
7165    public static final int VerbalSourceTrial = 0x0040A352;
7166
7167    /** (0040,A353) VR=ST VM=1 Address (Trial) (retired) */
7168    public static final int AddressTrial = 0x0040A353;
7169
7170    /** (0040,A354) VR=LO VM=1 Telephone Number (Trial) (retired) */
7171    public static final int TelephoneNumberTrial = 0x0040A354;
7172
7173    /** (0040,A358) VR=SQ VM=1 Verbal Source Identifier Code Sequence (Trial) (retired) */
7174    public static final int VerbalSourceIdentifierCodeSequenceTrial = 0x0040A358;
7175
7176    /** (0040,A360) VR=SQ VM=1 Predecessor Documents Sequence */
7177    public static final int PredecessorDocumentsSequence = 0x0040A360;
7178
7179    /** (0040,A370) VR=SQ VM=1 Referenced Request Sequence */
7180    public static final int ReferencedRequestSequence = 0x0040A370;
7181
7182    /** (0040,A372) VR=SQ VM=1 Performed Procedure Code Sequence */
7183    public static final int PerformedProcedureCodeSequence = 0x0040A372;
7184
7185    /** (0040,A375) VR=SQ VM=1 Current Requested Procedure Evidence Sequence */
7186    public static final int CurrentRequestedProcedureEvidenceSequence = 0x0040A375;
7187
7188    /** (0040,A380) VR=SQ VM=1 Report Detail Sequence (Trial) (retired) */
7189    public static final int ReportDetailSequenceTrial = 0x0040A380;
7190
7191    /** (0040,A385) VR=SQ VM=1 Pertinent Other Evidence Sequence */
7192    public static final int PertinentOtherEvidenceSequence = 0x0040A385;
7193
7194    /** (0040,A390) VR=SQ VM=1 HL7 Structured Document Reference Sequence */
7195    public static final int HL7StructuredDocumentReferenceSequence = 0x0040A390;
7196
7197    /** (0040,A402) VR=UI VM=1 Observation Subject UID (Trial) (retired) */
7198    public static final int ObservationSubjectUIDTrial = 0x0040A402;
7199
7200    /** (0040,A403) VR=CS VM=1 Observation Subject Class (Trial) (retired) */
7201    public static final int ObservationSubjectClassTrial = 0x0040A403;
7202
7203    /** (0040,A404) VR=SQ VM=1 Observation Subject Type Code Sequence (Trial) (retired) */
7204    public static final int ObservationSubjectTypeCodeSequenceTrial = 0x0040A404;
7205
7206    /** (0040,A491) VR=CS VM=1 Completion Flag */
7207    public static final int CompletionFlag = 0x0040A491;
7208
7209    /** (0040,A492) VR=LO VM=1 Completion Flag Description */
7210    public static final int CompletionFlagDescription = 0x0040A492;
7211
7212    /** (0040,A493) VR=CS VM=1 Verification Flag */
7213    public static final int VerificationFlag = 0x0040A493;
7214
7215    /** (0040,A494) VR=CS VM=1 Archive Requested */
7216    public static final int ArchiveRequested = 0x0040A494;
7217
7218    /** (0040,A496) VR=CS VM=1 Preliminary Flag */
7219    public static final int PreliminaryFlag = 0x0040A496;
7220
7221    /** (0040,A504) VR=SQ VM=1 Content Template Sequence */
7222    public static final int ContentTemplateSequence = 0x0040A504;
7223
7224    /** (0040,A525) VR=SQ VM=1 Identical Documents Sequence */
7225    public static final int IdenticalDocumentsSequence = 0x0040A525;
7226
7227    /** (0040,A600) VR=CS VM=1 Observation Subject Context Flag (Trial) (retired) */
7228    public static final int ObservationSubjectContextFlagTrial = 0x0040A600;
7229
7230    /** (0040,A601) VR=CS VM=1 Observer Context Flag (Trial) (retired) */
7231    public static final int ObserverContextFlagTrial = 0x0040A601;
7232
7233    /** (0040,A603) VR=CS VM=1 Procedure Context Flag (Trial) (retired) */
7234    public static final int ProcedureContextFlagTrial = 0x0040A603;
7235
7236    /** (0040,A730) VR=SQ VM=1 Content Sequence */
7237    public static final int ContentSequence = 0x0040A730;
7238
7239    /** (0040,A731) VR=SQ VM=1 Relationship Sequence (Trial) (retired) */
7240    public static final int RelationshipSequenceTrial = 0x0040A731;
7241
7242    /** (0040,A732) VR=SQ VM=1 Relationship Type Code Sequence (Trial) (retired) */
7243    public static final int RelationshipTypeCodeSequenceTrial = 0x0040A732;
7244
7245    /** (0040,A744) VR=SQ VM=1 Language Code Sequence (Trial) (retired) */
7246    public static final int LanguageCodeSequenceTrial = 0x0040A744;
7247
7248    /** (0040,A992) VR=ST VM=1 Uniform Resource Locator (Trial) (retired) */
7249    public static final int UniformResourceLocatorTrial = 0x0040A992;
7250
7251    /** (0040,B020) VR=SQ VM=1 Waveform Annotation Sequence */
7252    public static final int WaveformAnnotationSequence = 0x0040B020;
7253
7254    /** (0040,DB00) VR=CS VM=1 Template Identifier */
7255    public static final int TemplateIdentifier = 0x0040DB00;
7256
7257    /** (0040,DB06) VR=DT VM=1 Template Version (retired) */
7258    public static final int TemplateVersion = 0x0040DB06;
7259
7260    /** (0040,DB07) VR=DT VM=1 Template Local Version (retired) */
7261    public static final int TemplateLocalVersion = 0x0040DB07;
7262
7263    /** (0040,DB0B) VR=CS VM=1 Template Extension Flag (retired) */
7264    public static final int TemplateExtensionFlag = 0x0040DB0B;
7265
7266    /** (0040,DB0C) VR=UI VM=1 Template Extension Organization UID (retired) */
7267    public static final int TemplateExtensionOrganizationUID = 0x0040DB0C;
7268
7269    /** (0040,DB0D) VR=UI VM=1 Template Extension Creator UID (retired) */
7270    public static final int TemplateExtensionCreatorUID = 0x0040DB0D;
7271
7272    /** (0040,DB73) VR=UL VM=1-n Referenced Content Item Identifier */
7273    public static final int ReferencedContentItemIdentifier = 0x0040DB73;
7274
7275    /** (0040,E001) VR=ST VM=1 HL7 Instance Identifier */
7276    public static final int HL7InstanceIdentifier = 0x0040E001;
7277
7278    /** (0040,E004) VR=DT VM=1 HL7 Document Effective Time */
7279    public static final int HL7DocumentEffectiveTime = 0x0040E004;
7280
7281    /** (0040,E006) VR=SQ VM=1 HL7 Document Type Code Sequence */
7282    public static final int HL7DocumentTypeCodeSequence = 0x0040E006;
7283
7284    /** (0040,E008) VR=SQ VM=1 Document Class Code Sequence */
7285    public static final int DocumentClassCodeSequence = 0x0040E008;
7286
7287    /** (0040,E010) VR=UR VM=1 Retrieve URI */
7288    public static final int RetrieveURI = 0x0040E010;
7289
7290    /** (0040,E011) VR=UI VM=1 Retrieve Location UID */
7291    public static final int RetrieveLocationUID = 0x0040E011;
7292
7293    /** (0040,E020) VR=CS VM=1 Type of Instances */
7294    public static final int TypeOfInstances = 0x0040E020;
7295
7296    /** (0040,E021) VR=SQ VM=1 DICOM Retrieval Sequence */
7297    public static final int DICOMRetrievalSequence = 0x0040E021;
7298
7299    /** (0040,E022) VR=SQ VM=1 DICOM Media Retrieval Sequence */
7300    public static final int DICOMMediaRetrievalSequence = 0x0040E022;
7301
7302    /** (0040,E023) VR=SQ VM=1 WADO Retrieval Sequence */
7303    public static final int WADORetrievalSequence = 0x0040E023;
7304
7305    /** (0040,E024) VR=SQ VM=1 XDS Retrieval Sequence */
7306    public static final int XDSRetrievalSequence = 0x0040E024;
7307
7308    /** (0040,E025) VR=SQ VM=1 WADO-RS Retrieval Sequence */
7309    public static final int WADORSRetrievalSequence = 0x0040E025;
7310
7311    /** (0040,E030) VR=UI VM=1 Repository Unique ID */
7312    public static final int RepositoryUniqueID = 0x0040E030;
7313
7314    /** (0040,E031) VR=UI VM=1 Home Community ID */
7315    public static final int HomeCommunityID = 0x0040E031;
7316
7317    /** (0042,0010) VR=ST VM=1 Document Title */
7318    public static final int DocumentTitle = 0x00420010;
7319
7320    /** (0042,0011) VR=OB VM=1 Encapsulated Document */
7321    public static final int EncapsulatedDocument = 0x00420011;
7322
7323    /** (0042,0012) VR=LO VM=1 MIME Type of Encapsulated Document */
7324    public static final int MIMETypeOfEncapsulatedDocument = 0x00420012;
7325
7326    /** (0042,0013) VR=SQ VM=1 Source Instance Sequence */
7327    public static final int SourceInstanceSequence = 0x00420013;
7328
7329    /** (0042,0014) VR=LO VM=1-n List of MIME Types */
7330    public static final int ListOfMIMETypes = 0x00420014;
7331
7332    /** (0044,0001) VR=ST VM=1 Product Package Identifier */
7333    public static final int ProductPackageIdentifier = 0x00440001;
7334
7335    /** (0044,0002) VR=CS VM=1 Substance Administration Approval */
7336    public static final int SubstanceAdministrationApproval = 0x00440002;
7337
7338    /** (0044,0003) VR=LT VM=1 Approval Status Further Description */
7339    public static final int ApprovalStatusFurtherDescription = 0x00440003;
7340
7341    /** (0044,0004) VR=DT VM=1 Approval Status DateTime */
7342    public static final int ApprovalStatusDateTime = 0x00440004;
7343
7344    /** (0044,0007) VR=SQ VM=1 Product Type Code Sequence */
7345    public static final int ProductTypeCodeSequence = 0x00440007;
7346
7347    /** (0044,0008) VR=LO VM=1-n Product Name */
7348    public static final int ProductName = 0x00440008;
7349
7350    /** (0044,0009) VR=LT VM=1 Product Description */
7351    public static final int ProductDescription = 0x00440009;
7352
7353    /** (0044,000A) VR=LO VM=1 Product Lot Identifier */
7354    public static final int ProductLotIdentifier = 0x0044000A;
7355
7356    /** (0044,000B) VR=DT VM=1 Product Expiration DateTime */
7357    public static final int ProductExpirationDateTime = 0x0044000B;
7358
7359    /** (0044,0010) VR=DT VM=1 Substance Administration DateTime */
7360    public static final int SubstanceAdministrationDateTime = 0x00440010;
7361
7362    /** (0044,0011) VR=LO VM=1 Substance Administration Notes */
7363    public static final int SubstanceAdministrationNotes = 0x00440011;
7364
7365    /** (0044,0012) VR=LO VM=1 Substance Administration Device ID */
7366    public static final int SubstanceAdministrationDeviceID = 0x00440012;
7367
7368    /** (0044,0013) VR=SQ VM=1 Product Parameter Sequence */
7369    public static final int ProductParameterSequence = 0x00440013;
7370
7371    /** (0044,0019) VR=SQ VM=1 Substance Administration Parameter Sequence */
7372    public static final int SubstanceAdministrationParameterSequence = 0x00440019;
7373
7374    /** (0046,0012) VR=LO VM=1 Lens Description */
7375    public static final int LensDescription = 0x00460012;
7376
7377    /** (0046,0014) VR=SQ VM=1 Right Lens Sequence */
7378    public static final int RightLensSequence = 0x00460014;
7379
7380    /** (0046,0015) VR=SQ VM=1 Left Lens Sequence */
7381    public static final int LeftLensSequence = 0x00460015;
7382
7383    /** (0046,0016) VR=SQ VM=1 Unspecified Laterality Lens Sequence */
7384    public static final int UnspecifiedLateralityLensSequence = 0x00460016;
7385
7386    /** (0046,0018) VR=SQ VM=1 Cylinder Sequence */
7387    public static final int CylinderSequence = 0x00460018;
7388
7389    /** (0046,0028) VR=SQ VM=1 Prism Sequence */
7390    public static final int PrismSequence = 0x00460028;
7391
7392    /** (0046,0030) VR=FD VM=1 Horizontal Prism Power */
7393    public static final int HorizontalPrismPower = 0x00460030;
7394
7395    /** (0046,0032) VR=CS VM=1 Horizontal Prism Base */
7396    public static final int HorizontalPrismBase = 0x00460032;
7397
7398    /** (0046,0034) VR=FD VM=1 Vertical Prism Power */
7399    public static final int VerticalPrismPower = 0x00460034;
7400
7401    /** (0046,0036) VR=CS VM=1 Vertical Prism Base */
7402    public static final int VerticalPrismBase = 0x00460036;
7403
7404    /** (0046,0038) VR=CS VM=1 Lens Segment Type */
7405    public static final int LensSegmentType = 0x00460038;
7406
7407    /** (0046,0040) VR=FD VM=1 Optical Transmittance */
7408    public static final int OpticalTransmittance = 0x00460040;
7409
7410    /** (0046,0042) VR=FD VM=1 Channel Width */
7411    public static final int ChannelWidth = 0x00460042;
7412
7413    /** (0046,0044) VR=FD VM=1 Pupil Size */
7414    public static final int PupilSize = 0x00460044;
7415
7416    /** (0046,0046) VR=FD VM=1 Corneal Size */
7417    public static final int CornealSize = 0x00460046;
7418
7419    /** (0046,0050) VR=SQ VM=1 Autorefraction Right Eye Sequence */
7420    public static final int AutorefractionRightEyeSequence = 0x00460050;
7421
7422    /** (0046,0052) VR=SQ VM=1 Autorefraction Left Eye Sequence */
7423    public static final int AutorefractionLeftEyeSequence = 0x00460052;
7424
7425    /** (0046,0060) VR=FD VM=1 Distance Pupillary Distance */
7426    public static final int DistancePupillaryDistance = 0x00460060;
7427
7428    /** (0046,0062) VR=FD VM=1 Near Pupillary Distance */
7429    public static final int NearPupillaryDistance = 0x00460062;
7430
7431    /** (0046,0063) VR=FD VM=1 Intermediate Pupillary Distance */
7432    public static final int IntermediatePupillaryDistance = 0x00460063;
7433
7434    /** (0046,0064) VR=FD VM=1 Other Pupillary Distance */
7435    public static final int OtherPupillaryDistance = 0x00460064;
7436
7437    /** (0046,0070) VR=SQ VM=1 Keratometry Right Eye Sequence */
7438    public static final int KeratometryRightEyeSequence = 0x00460070;
7439
7440    /** (0046,0071) VR=SQ VM=1 Keratometry Left Eye Sequence */
7441    public static final int KeratometryLeftEyeSequence = 0x00460071;
7442
7443    /** (0046,0074) VR=SQ VM=1 Steep Keratometric Axis Sequence */
7444    public static final int SteepKeratometricAxisSequence = 0x00460074;
7445
7446    /** (0046,0075) VR=FD VM=1 Radius of Curvature */
7447    public static final int RadiusOfCurvature = 0x00460075;
7448
7449    /** (0046,0076) VR=FD VM=1 Keratometric Power */
7450    public static final int KeratometricPower = 0x00460076;
7451
7452    /** (0046,0077) VR=FD VM=1 Keratometric Axis */
7453    public static final int KeratometricAxis = 0x00460077;
7454
7455    /** (0046,0080) VR=SQ VM=1 Flat Keratometric Axis Sequence */
7456    public static final int FlatKeratometricAxisSequence = 0x00460080;
7457
7458    /** (0046,0092) VR=CS VM=1 Background Color */
7459    public static final int BackgroundColor = 0x00460092;
7460
7461    /** (0046,0094) VR=CS VM=1 Optotype */
7462    public static final int Optotype = 0x00460094;
7463
7464    /** (0046,0095) VR=CS VM=1 Optotype Presentation */
7465    public static final int OptotypePresentation = 0x00460095;
7466
7467    /** (0046,0097) VR=SQ VM=1 Subjective Refraction Right Eye Sequence */
7468    public static final int SubjectiveRefractionRightEyeSequence = 0x00460097;
7469
7470    /** (0046,0098) VR=SQ VM=1 Subjective Refraction Left Eye Sequence */
7471    public static final int SubjectiveRefractionLeftEyeSequence = 0x00460098;
7472
7473    /** (0046,0100) VR=SQ VM=1 Add Near Sequence */
7474    public static final int AddNearSequence = 0x00460100;
7475
7476    /** (0046,0101) VR=SQ VM=1 Add Intermediate Sequence */
7477    public static final int AddIntermediateSequence = 0x00460101;
7478
7479    /** (0046,0102) VR=SQ VM=1 Add Other Sequence */
7480    public static final int AddOtherSequence = 0x00460102;
7481
7482    /** (0046,0104) VR=FD VM=1 Add Power */
7483    public static final int AddPower = 0x00460104;
7484
7485    /** (0046,0106) VR=FD VM=1 Viewing Distance */
7486    public static final int ViewingDistance = 0x00460106;
7487
7488    /** (0046,0121) VR=SQ VM=1 Visual Acuity Type Code Sequence */
7489    public static final int VisualAcuityTypeCodeSequence = 0x00460121;
7490
7491    /** (0046,0122) VR=SQ VM=1 Visual Acuity Right Eye Sequence */
7492    public static final int VisualAcuityRightEyeSequence = 0x00460122;
7493
7494    /** (0046,0123) VR=SQ VM=1 Visual Acuity Left Eye Sequence */
7495    public static final int VisualAcuityLeftEyeSequence = 0x00460123;
7496
7497    /** (0046,0124) VR=SQ VM=1 Visual Acuity Both Eyes Open Sequence */
7498    public static final int VisualAcuityBothEyesOpenSequence = 0x00460124;
7499
7500    /** (0046,0125) VR=CS VM=1 Viewing Distance Type */
7501    public static final int ViewingDistanceType = 0x00460125;
7502
7503    /** (0046,0135) VR=SS VM=2 Visual Acuity Modifiers */
7504    public static final int VisualAcuityModifiers = 0x00460135;
7505
7506    /** (0046,0137) VR=FD VM=1 Decimal Visual Acuity */
7507    public static final int DecimalVisualAcuity = 0x00460137;
7508
7509    /** (0046,0139) VR=LO VM=1 Optotype Detailed Definition */
7510    public static final int OptotypeDetailedDefinition = 0x00460139;
7511
7512    /** (0046,0145) VR=SQ VM=1 Referenced Refractive Measurements Sequence */
7513    public static final int ReferencedRefractiveMeasurementsSequence = 0x00460145;
7514
7515    /** (0046,0146) VR=FD VM=1 Sphere Power */
7516    public static final int SpherePower = 0x00460146;
7517
7518    /** (0046,0147) VR=FD VM=1 Cylinder Power */
7519    public static final int CylinderPower = 0x00460147;
7520
7521    /** (0046,0201) VR=CS VM=1 Corneal Topography Surface */
7522    public static final int CornealTopographySurface = 0x00460201;
7523
7524    /** (0046,0202) VR=FL VM=2 Corneal Vertex Location */
7525    public static final int CornealVertexLocation = 0x00460202;
7526
7527    /** (0046,0203) VR=FL VM=1 Pupil Centroid X-Coordinate */
7528    public static final int PupilCentroidXCoordinate = 0x00460203;
7529
7530    /** (0046,0204) VR=FL VM=1 Pupil Centroid Y-Coordinate */
7531    public static final int PupilCentroidYCoordinate = 0x00460204;
7532
7533    /** (0046,0205) VR=FL VM=1 Equivalent Pupil Radius */
7534    public static final int EquivalentPupilRadius = 0x00460205;
7535
7536    /** (0046,0207) VR=SQ VM=1 Corneal Topography Map Type Code Sequence */
7537    public static final int CornealTopographyMapTypeCodeSequence = 0x00460207;
7538
7539    /** (0046,0208) VR=IS VM=2-2n Vertices of the Outline of Pupil */
7540    public static final int VerticesOfTheOutlineOfPupil = 0x00460208;
7541
7542    /** (0046,0210) VR=SQ VM=1 Corneal Topography Mapping Normals Sequence */
7543    public static final int CornealTopographyMappingNormalsSequence = 0x00460210;
7544
7545    /** (0046,0211) VR=SQ VM=1 Maximum Corneal Curvature Sequence */
7546    public static final int MaximumCornealCurvatureSequence = 0x00460211;
7547
7548    /** (0046,0212) VR=FL VM=1 Maximum Corneal Curvature */
7549    public static final int MaximumCornealCurvature = 0x00460212;
7550
7551    /** (0046,0213) VR=FL VM=2 Maximum Corneal Curvature Location */
7552    public static final int MaximumCornealCurvatureLocation = 0x00460213;
7553
7554    /** (0046,0215) VR=SQ VM=1 Minimum Keratometric Sequence */
7555    public static final int MinimumKeratometricSequence = 0x00460215;
7556
7557    /** (0046,0218) VR=SQ VM=1 Simulated Keratometric Cylinder Sequence */
7558    public static final int SimulatedKeratometricCylinderSequence = 0x00460218;
7559
7560    /** (0046,0220) VR=FL VM=1 Average Corneal Power */
7561    public static final int AverageCornealPower = 0x00460220;
7562
7563    /** (0046,0224) VR=FL VM=1 Corneal I-S Value */
7564    public static final int CornealISValue = 0x00460224;
7565
7566    /** (0046,0227) VR=FL VM=1 Analyzed Area */
7567    public static final int AnalyzedArea = 0x00460227;
7568
7569    /** (0046,0230) VR=FL VM=1 Surface Regularity Index */
7570    public static final int SurfaceRegularityIndex = 0x00460230;
7571
7572    /** (0046,0232) VR=FL VM=1 Surface Asymmetry Index */
7573    public static final int SurfaceAsymmetryIndex = 0x00460232;
7574
7575    /** (0046,0234) VR=FL VM=1 Corneal Eccentricity Index */
7576    public static final int CornealEccentricityIndex = 0x00460234;
7577
7578    /** (0046,0236) VR=FL VM=1 Keratoconus Prediction Index */
7579    public static final int KeratoconusPredictionIndex = 0x00460236;
7580
7581    /** (0046,0238) VR=FL VM=1 Decimal Potential Visual Acuity */
7582    public static final int DecimalPotentialVisualAcuity = 0x00460238;
7583
7584    /** (0046,0242) VR=CS VM=1 Corneal Topography Map Quality Evaluation */
7585    public static final int CornealTopographyMapQualityEvaluation = 0x00460242;
7586
7587    /** (0046,0244) VR=SQ VM=1 Source Image Corneal Processed Data Sequence */
7588    public static final int SourceImageCornealProcessedDataSequence = 0x00460244;
7589
7590    /** (0046,0247) VR=FL VM=3 Corneal Point Location */
7591    public static final int CornealPointLocation = 0x00460247;
7592
7593    /** (0046,0248) VR=CS VM=1 Corneal Point Estimated */
7594    public static final int CornealPointEstimated = 0x00460248;
7595
7596    /** (0046,0249) VR=FL VM=1 Axial Power */
7597    public static final int AxialPower = 0x00460249;
7598
7599    /** (0046,0250) VR=FL VM=1 Tangential Power */
7600    public static final int TangentialPower = 0x00460250;
7601
7602    /** (0046,0251) VR=FL VM=1 Refractive Power */
7603    public static final int RefractivePower = 0x00460251;
7604
7605    /** (0046,0252) VR=FL VM=1 Relative Elevation */
7606    public static final int RelativeElevation = 0x00460252;
7607
7608    /** (0046,0253) VR=FL VM=1 Corneal Wavefront */
7609    public static final int CornealWavefront = 0x00460253;
7610
7611    /** (0048,0001) VR=FL VM=1 Imaged Volume Width */
7612    public static final int ImagedVolumeWidth = 0x00480001;
7613
7614    /** (0048,0002) VR=FL VM=1 Imaged Volume Height */
7615    public static final int ImagedVolumeHeight = 0x00480002;
7616
7617    /** (0048,0003) VR=FL VM=1 Imaged Volume Depth */
7618    public static final int ImagedVolumeDepth = 0x00480003;
7619
7620    /** (0048,0006) VR=UL VM=1 Total Pixel Matrix Columns */
7621    public static final int TotalPixelMatrixColumns = 0x00480006;
7622
7623    /** (0048,0007) VR=UL VM=1 Total Pixel Matrix Rows */
7624    public static final int TotalPixelMatrixRows = 0x00480007;
7625
7626    /** (0048,0008) VR=SQ VM=1 Total Pixel Matrix Origin Sequence */
7627    public static final int TotalPixelMatrixOriginSequence = 0x00480008;
7628
7629    /** (0048,0010) VR=CS VM=1 Specimen Label in Image */
7630    public static final int SpecimenLabelInImage = 0x00480010;
7631
7632    /** (0048,0011) VR=CS VM=1 Focus Method */
7633    public static final int FocusMethod = 0x00480011;
7634
7635    /** (0048,0012) VR=CS VM=1 Extended Depth of Field */
7636    public static final int ExtendedDepthOfField = 0x00480012;
7637
7638    /** (0048,0013) VR=US VM=1 Number of Focal Planes */
7639    public static final int NumberOfFocalPlanes = 0x00480013;
7640
7641    /** (0048,0014) VR=FL VM=1 Distance Between Focal Planes */
7642    public static final int DistanceBetweenFocalPlanes = 0x00480014;
7643
7644    /** (0048,0015) VR=US VM=3 Recommended Absent Pixel CIELab Value */
7645    public static final int RecommendedAbsentPixelCIELabValue = 0x00480015;
7646
7647    /** (0048,0100) VR=SQ VM=1 Illuminator Type Code Sequence */
7648    public static final int IlluminatorTypeCodeSequence = 0x00480100;
7649
7650    /** (0048,0102) VR=DS VM=6 Image Orientation (Slide) */
7651    public static final int ImageOrientationSlide = 0x00480102;
7652
7653    /** (0048,0105) VR=SQ VM=1 Optical Path Sequence */
7654    public static final int OpticalPathSequence = 0x00480105;
7655
7656    /** (0048,0106) VR=SH VM=1 Optical Path Identifier */
7657    public static final int OpticalPathIdentifier = 0x00480106;
7658
7659    /** (0048,0107) VR=ST VM=1 Optical Path Description */
7660    public static final int OpticalPathDescription = 0x00480107;
7661
7662    /** (0048,0108) VR=SQ VM=1 Illumination Color Code Sequence */
7663    public static final int IlluminationColorCodeSequence = 0x00480108;
7664
7665    /** (0048,0110) VR=SQ VM=1 Specimen Reference Sequence */
7666    public static final int SpecimenReferenceSequence = 0x00480110;
7667
7668    /** (0048,0111) VR=DS VM=1 Condenser Lens Power */
7669    public static final int CondenserLensPower = 0x00480111;
7670
7671    /** (0048,0112) VR=DS VM=1 Objective Lens Power */
7672    public static final int ObjectiveLensPower = 0x00480112;
7673
7674    /** (0048,0113) VR=DS VM=1 Objective Lens Numerical Aperture */
7675    public static final int ObjectiveLensNumericalAperture = 0x00480113;
7676
7677    /** (0048,0120) VR=SQ VM=1 Palette Color Lookup Table Sequence */
7678    public static final int PaletteColorLookupTableSequence = 0x00480120;
7679
7680    /** (0048,0200) VR=SQ VM=1 Referenced Image Navigation Sequence */
7681    public static final int ReferencedImageNavigationSequence = 0x00480200;
7682
7683    /** (0048,0201) VR=US VM=2 Top Left Hand Corner of Localizer Area */
7684    public static final int TopLeftHandCornerOfLocalizerArea = 0x00480201;
7685
7686    /** (0048,0202) VR=US VM=2 Bottom Right Hand Corner of Localizer Area */
7687    public static final int BottomRightHandCornerOfLocalizerArea = 0x00480202;
7688
7689    /** (0048,0207) VR=SQ VM=1 Optical Path Identification Sequence */
7690    public static final int OpticalPathIdentificationSequence = 0x00480207;
7691
7692    /** (0048,021A) VR=SQ VM=1 Plane Position (Slide) Sequence */
7693    public static final int PlanePositionSlideSequence = 0x0048021A;
7694
7695    /** (0048,021E) VR=SL VM=1 Column Position In Total Image Pixel Matrix */
7696    public static final int ColumnPositionInTotalImagePixelMatrix = 0x0048021E;
7697
7698    /** (0048,021F) VR=SL VM=1 Row Position In Total Image Pixel Matrix */
7699    public static final int RowPositionInTotalImagePixelMatrix = 0x0048021F;
7700
7701    /** (0048,0301) VR=CS VM=1 Pixel Origin Interpretation */
7702    public static final int PixelOriginInterpretation = 0x00480301;
7703
7704    /** (0050,0004) VR=CS VM=1 Calibration Image */
7705    public static final int CalibrationImage = 0x00500004;
7706
7707    /** (0050,0010) VR=SQ VM=1 Device Sequence */
7708    public static final int DeviceSequence = 0x00500010;
7709
7710    /** (0050,0012) VR=SQ VM=1 Container Component Type Code Sequence */
7711    public static final int ContainerComponentTypeCodeSequence = 0x00500012;
7712
7713    /** (0050,0013) VR=FD VM=1 Container Component Thickness */
7714    public static final int ContainerComponentThickness = 0x00500013;
7715
7716    /** (0050,0014) VR=DS VM=1 Device Length */
7717    public static final int DeviceLength = 0x00500014;
7718
7719    /** (0050,0015) VR=FD VM=1 Container Component Width */
7720    public static final int ContainerComponentWidth = 0x00500015;
7721
7722    /** (0050,0016) VR=DS VM=1 Device Diameter */
7723    public static final int DeviceDiameter = 0x00500016;
7724
7725    /** (0050,0017) VR=CS VM=1 Device Diameter Units */
7726    public static final int DeviceDiameterUnits = 0x00500017;
7727
7728    /** (0050,0018) VR=DS VM=1 Device Volume */
7729    public static final int DeviceVolume = 0x00500018;
7730
7731    /** (0050,0019) VR=DS VM=1 Inter-Marker Distance */
7732    public static final int InterMarkerDistance = 0x00500019;
7733
7734    /** (0050,001A) VR=CS VM=1 Container Component Material */
7735    public static final int ContainerComponentMaterial = 0x0050001A;
7736
7737    /** (0050,001B) VR=LO VM=1 Container Component ID */
7738    public static final int ContainerComponentID = 0x0050001B;
7739
7740    /** (0050,001C) VR=FD VM=1 Container Component Length */
7741    public static final int ContainerComponentLength = 0x0050001C;
7742
7743    /** (0050,001D) VR=FD VM=1 Container Component Diameter */
7744    public static final int ContainerComponentDiameter = 0x0050001D;
7745
7746    /** (0050,001E) VR=LO VM=1 Container Component Description */
7747    public static final int ContainerComponentDescription = 0x0050001E;
7748
7749    /** (0050,0020) VR=LO VM=1 Device Description */
7750    public static final int DeviceDescription = 0x00500020;
7751
7752    /** (0052,0001) VR=FL VM=1 Contrast/Bolus Ingredient Percent by Volume */
7753    public static final int ContrastBolusIngredientPercentByVolume = 0x00520001;
7754
7755    /** (0052,0002) VR=FD VM=1 OCT Focal Distance */
7756    public static final int OCTFocalDistance = 0x00520002;
7757
7758    /** (0052,0003) VR=FD VM=1 Beam Spot Size */
7759    public static final int BeamSpotSize = 0x00520003;
7760
7761    /** (0052,0004) VR=FD VM=1 Effective Refractive Index */
7762    public static final int EffectiveRefractiveIndex = 0x00520004;
7763
7764    /** (0052,0006) VR=CS VM=1 OCT Acquisition Domain */
7765    public static final int OCTAcquisitionDomain = 0x00520006;
7766
7767    /** (0052,0007) VR=FD VM=1 OCT Optical Center Wavelength */
7768    public static final int OCTOpticalCenterWavelength = 0x00520007;
7769
7770    /** (0052,0008) VR=FD VM=1 Axial Resolution */
7771    public static final int AxialResolution = 0x00520008;
7772
7773    /** (0052,0009) VR=FD VM=1 Ranging Depth */
7774    public static final int RangingDepth = 0x00520009;
7775
7776    /** (0052,0011) VR=FD VM=1 A-line Rate */
7777    public static final int ALineRate = 0x00520011;
7778
7779    /** (0052,0012) VR=US VM=1 A-lines Per Frame */
7780    public static final int ALinesPerFrame = 0x00520012;
7781
7782    /** (0052,0013) VR=FD VM=1 Catheter Rotational Rate */
7783    public static final int CatheterRotationalRate = 0x00520013;
7784
7785    /** (0052,0014) VR=FD VM=1 A-line Pixel Spacing */
7786    public static final int ALinePixelSpacing = 0x00520014;
7787
7788    /** (0052,0016) VR=SQ VM=1 Mode of Percutaneous Access Sequence */
7789    public static final int ModeOfPercutaneousAccessSequence = 0x00520016;
7790
7791    /** (0052,0025) VR=SQ VM=1 Intravascular OCT Frame Type Sequence */
7792    public static final int IntravascularOCTFrameTypeSequence = 0x00520025;
7793
7794    /** (0052,0026) VR=CS VM=1 OCT Z Offset Applied */
7795    public static final int OCTZOffsetApplied = 0x00520026;
7796
7797    /** (0052,0027) VR=SQ VM=1 Intravascular Frame Content Sequence */
7798    public static final int IntravascularFrameContentSequence = 0x00520027;
7799
7800    /** (0052,0028) VR=FD VM=1 Intravascular Longitudinal Distance */
7801    public static final int IntravascularLongitudinalDistance = 0x00520028;
7802
7803    /** (0052,0029) VR=SQ VM=1 Intravascular OCT Frame Content Sequence */
7804    public static final int IntravascularOCTFrameContentSequence = 0x00520029;
7805
7806    /** (0052,0030) VR=SS VM=1 OCT Z Offset Correction */
7807    public static final int OCTZOffsetCorrection = 0x00520030;
7808
7809    /** (0052,0031) VR=CS VM=1 Catheter Direction of Rotation */
7810    public static final int CatheterDirectionOfRotation = 0x00520031;
7811
7812    /** (0052,0033) VR=FD VM=1 Seam Line Location */
7813    public static final int SeamLineLocation = 0x00520033;
7814
7815    /** (0052,0034) VR=FD VM=1 First A-line Location */
7816    public static final int FirstALineLocation = 0x00520034;
7817
7818    /** (0052,0036) VR=US VM=1 Seam Line Index */
7819    public static final int SeamLineIndex = 0x00520036;
7820
7821    /** (0052,0038) VR=US VM=1 Number of Padded A-lines */
7822    public static final int NumberOfPaddedALines = 0x00520038;
7823
7824    /** (0052,0039) VR=CS VM=1 Interpolation Type */
7825    public static final int InterpolationType = 0x00520039;
7826
7827    /** (0052,003A) VR=CS VM=1 Refractive Index Applied */
7828    public static final int RefractiveIndexApplied = 0x0052003A;
7829
7830    /** (0054,0010) VR=US VM=1-n Energy Window Vector */
7831    public static final int EnergyWindowVector = 0x00540010;
7832
7833    /** (0054,0011) VR=US VM=1 Number of Energy Windows */
7834    public static final int NumberOfEnergyWindows = 0x00540011;
7835
7836    /** (0054,0012) VR=SQ VM=1 Energy Window Information Sequence */
7837    public static final int EnergyWindowInformationSequence = 0x00540012;
7838
7839    /** (0054,0013) VR=SQ VM=1 Energy Window Range Sequence */
7840    public static final int EnergyWindowRangeSequence = 0x00540013;
7841
7842    /** (0054,0014) VR=DS VM=1 Energy Window Lower Limit */
7843    public static final int EnergyWindowLowerLimit = 0x00540014;
7844
7845    /** (0054,0015) VR=DS VM=1 Energy Window Upper Limit */
7846    public static final int EnergyWindowUpperLimit = 0x00540015;
7847
7848    /** (0054,0016) VR=SQ VM=1 Radiopharmaceutical Information Sequence */
7849    public static final int RadiopharmaceuticalInformationSequence = 0x00540016;
7850
7851    /** (0054,0017) VR=IS VM=1 Residual Syringe Counts */
7852    public static final int ResidualSyringeCounts = 0x00540017;
7853
7854    /** (0054,0018) VR=SH VM=1 Energy Window Name */
7855    public static final int EnergyWindowName = 0x00540018;
7856
7857    /** (0054,0020) VR=US VM=1-n Detector Vector */
7858    public static final int DetectorVector = 0x00540020;
7859
7860    /** (0054,0021) VR=US VM=1 Number of Detectors */
7861    public static final int NumberOfDetectors = 0x00540021;
7862
7863    /** (0054,0022) VR=SQ VM=1 Detector Information Sequence */
7864    public static final int DetectorInformationSequence = 0x00540022;
7865
7866    /** (0054,0030) VR=US VM=1-n Phase Vector */
7867    public static final int PhaseVector = 0x00540030;
7868
7869    /** (0054,0031) VR=US VM=1 Number of Phases */
7870    public static final int NumberOfPhases = 0x00540031;
7871
7872    /** (0054,0032) VR=SQ VM=1 Phase Information Sequence */
7873    public static final int PhaseInformationSequence = 0x00540032;
7874
7875    /** (0054,0033) VR=US VM=1 Number of Frames in Phase */
7876    public static final int NumberOfFramesInPhase = 0x00540033;
7877
7878    /** (0054,0036) VR=IS VM=1 Phase Delay */
7879    public static final int PhaseDelay = 0x00540036;
7880
7881    /** (0054,0038) VR=IS VM=1 Pause Between Frames */
7882    public static final int PauseBetweenFrames = 0x00540038;
7883
7884    /** (0054,0039) VR=CS VM=1 Phase Description */
7885    public static final int PhaseDescription = 0x00540039;
7886
7887    /** (0054,0050) VR=US VM=1-n Rotation Vector */
7888    public static final int RotationVector = 0x00540050;
7889
7890    /** (0054,0051) VR=US VM=1 Number of Rotations */
7891    public static final int NumberOfRotations = 0x00540051;
7892
7893    /** (0054,0052) VR=SQ VM=1 Rotation Information Sequence */
7894    public static final int RotationInformationSequence = 0x00540052;
7895
7896    /** (0054,0053) VR=US VM=1 Number of Frames in Rotation */
7897    public static final int NumberOfFramesInRotation = 0x00540053;
7898
7899    /** (0054,0060) VR=US VM=1-n R-R Interval Vector */
7900    public static final int RRIntervalVector = 0x00540060;
7901
7902    /** (0054,0061) VR=US VM=1 Number of R-R Intervals */
7903    public static final int NumberOfRRIntervals = 0x00540061;
7904
7905    /** (0054,0062) VR=SQ VM=1 Gated Information Sequence */
7906    public static final int GatedInformationSequence = 0x00540062;
7907
7908    /** (0054,0063) VR=SQ VM=1 Data Information Sequence */
7909    public static final int DataInformationSequence = 0x00540063;
7910
7911    /** (0054,0070) VR=US VM=1-n Time Slot Vector */
7912    public static final int TimeSlotVector = 0x00540070;
7913
7914    /** (0054,0071) VR=US VM=1 Number of Time Slots */
7915    public static final int NumberOfTimeSlots = 0x00540071;
7916
7917    /** (0054,0072) VR=SQ VM=1 Time Slot Information Sequence */
7918    public static final int TimeSlotInformationSequence = 0x00540072;
7919
7920    /** (0054,0073) VR=DS VM=1 Time Slot Time */
7921    public static final int TimeSlotTime = 0x00540073;
7922
7923    /** (0054,0080) VR=US VM=1-n Slice Vector */
7924    public static final int SliceVector = 0x00540080;
7925
7926    /** (0054,0081) VR=US VM=1 Number of Slices */
7927    public static final int NumberOfSlices = 0x00540081;
7928
7929    /** (0054,0090) VR=US VM=1-n Angular View Vector */
7930    public static final int AngularViewVector = 0x00540090;
7931
7932    /** (0054,0100) VR=US VM=1-n Time Slice Vector */
7933    public static final int TimeSliceVector = 0x00540100;
7934
7935    /** (0054,0101) VR=US VM=1 Number of Time Slices */
7936    public static final int NumberOfTimeSlices = 0x00540101;
7937
7938    /** (0054,0200) VR=DS VM=1 Start Angle */
7939    public static final int StartAngle = 0x00540200;
7940
7941    /** (0054,0202) VR=CS VM=1 Type of Detector Motion */
7942    public static final int TypeOfDetectorMotion = 0x00540202;
7943
7944    /** (0054,0210) VR=IS VM=1-n Trigger Vector */
7945    public static final int TriggerVector = 0x00540210;
7946
7947    /** (0054,0211) VR=US VM=1 Number of Triggers in Phase */
7948    public static final int NumberOfTriggersInPhase = 0x00540211;
7949
7950    /** (0054,0220) VR=SQ VM=1 View Code Sequence */
7951    public static final int ViewCodeSequence = 0x00540220;
7952
7953    /** (0054,0222) VR=SQ VM=1 View Modifier Code Sequence */
7954    public static final int ViewModifierCodeSequence = 0x00540222;
7955
7956    /** (0054,0300) VR=SQ VM=1 Radionuclide Code Sequence */
7957    public static final int RadionuclideCodeSequence = 0x00540300;
7958
7959    /** (0054,0302) VR=SQ VM=1 Administration Route Code Sequence */
7960    public static final int AdministrationRouteCodeSequence = 0x00540302;
7961
7962    /** (0054,0304) VR=SQ VM=1 Radiopharmaceutical Code Sequence */
7963    public static final int RadiopharmaceuticalCodeSequence = 0x00540304;
7964
7965    /** (0054,0306) VR=SQ VM=1 Calibration Data Sequence */
7966    public static final int CalibrationDataSequence = 0x00540306;
7967
7968    /** (0054,0308) VR=US VM=1 Energy Window Number */
7969    public static final int EnergyWindowNumber = 0x00540308;
7970
7971    /** (0054,0400) VR=SH VM=1 Image ID */
7972    public static final int ImageID = 0x00540400;
7973
7974    /** (0054,0410) VR=SQ VM=1 Patient Orientation Code Sequence */
7975    public static final int PatientOrientationCodeSequence = 0x00540410;
7976
7977    /** (0054,0412) VR=SQ VM=1 Patient Orientation Modifier Code Sequence */
7978    public static final int PatientOrientationModifierCodeSequence = 0x00540412;
7979
7980    /** (0054,0414) VR=SQ VM=1 Patient Gantry Relationship Code Sequence */
7981    public static final int PatientGantryRelationshipCodeSequence = 0x00540414;
7982
7983    /** (0054,0500) VR=CS VM=1 Slice Progression Direction */
7984    public static final int SliceProgressionDirection = 0x00540500;
7985
7986    /** (0054,0501) VR=CS VM=1 Scan Progression Direction */
7987    public static final int ScanProgressionDirection = 0x00540501;
7988
7989    /** (0054,1000) VR=CS VM=2 Series Type */
7990    public static final int SeriesType = 0x00541000;
7991
7992    /** (0054,1001) VR=CS VM=1 Units */
7993    public static final int Units = 0x00541001;
7994
7995    /** (0054,1002) VR=CS VM=1 Counts Source */
7996    public static final int CountsSource = 0x00541002;
7997
7998    /** (0054,1004) VR=CS VM=1 Reprojection Method */
7999    public static final int ReprojectionMethod = 0x00541004;
8000
8001    /** (0054,1006) VR=CS VM=1 SUV Type */
8002    public static final int SUVType = 0x00541006;
8003
8004    /** (0054,1100) VR=CS VM=1 Randoms Correction Method */
8005    public static final int RandomsCorrectionMethod = 0x00541100;
8006
8007    /** (0054,1101) VR=LO VM=1 Attenuation Correction Method */
8008    public static final int AttenuationCorrectionMethod = 0x00541101;
8009
8010    /** (0054,1102) VR=CS VM=1 Decay Correction */
8011    public static final int DecayCorrection = 0x00541102;
8012
8013    /** (0054,1103) VR=LO VM=1 Reconstruction Method */
8014    public static final int ReconstructionMethod = 0x00541103;
8015
8016    /** (0054,1104) VR=LO VM=1 Detector Lines of Response Used */
8017    public static final int DetectorLinesOfResponseUsed = 0x00541104;
8018
8019    /** (0054,1105) VR=LO VM=1 Scatter Correction Method */
8020    public static final int ScatterCorrectionMethod = 0x00541105;
8021
8022    /** (0054,1200) VR=DS VM=1 Axial Acceptance */
8023    public static final int AxialAcceptance = 0x00541200;
8024
8025    /** (0054,1201) VR=IS VM=2 Axial Mash */
8026    public static final int AxialMash = 0x00541201;
8027
8028    /** (0054,1202) VR=IS VM=1 Transverse Mash */
8029    public static final int TransverseMash = 0x00541202;
8030
8031    /** (0054,1203) VR=DS VM=2 Detector Element Size */
8032    public static final int DetectorElementSize = 0x00541203;
8033
8034    /** (0054,1210) VR=DS VM=1 Coincidence Window Width */
8035    public static final int CoincidenceWindowWidth = 0x00541210;
8036
8037    /** (0054,1220) VR=CS VM=1-n Secondary Counts Type */
8038    public static final int SecondaryCountsType = 0x00541220;
8039
8040    /** (0054,1300) VR=DS VM=1 Frame Reference Time */
8041    public static final int FrameReferenceTime = 0x00541300;
8042
8043    /** (0054,1310) VR=IS VM=1 Primary (Prompts) Counts Accumulated */
8044    public static final int PrimaryPromptsCountsAccumulated = 0x00541310;
8045
8046    /** (0054,1311) VR=IS VM=1-n Secondary Counts Accumulated */
8047    public static final int SecondaryCountsAccumulated = 0x00541311;
8048
8049    /** (0054,1320) VR=DS VM=1 Slice Sensitivity Factor */
8050    public static final int SliceSensitivityFactor = 0x00541320;
8051
8052    /** (0054,1321) VR=DS VM=1 Decay Factor */
8053    public static final int DecayFactor = 0x00541321;
8054
8055    /** (0054,1322) VR=DS VM=1 Dose Calibration Factor */
8056    public static final int DoseCalibrationFactor = 0x00541322;
8057
8058    /** (0054,1323) VR=DS VM=1 Scatter Fraction Factor */
8059    public static final int ScatterFractionFactor = 0x00541323;
8060
8061    /** (0054,1324) VR=DS VM=1 Dead Time Factor */
8062    public static final int DeadTimeFactor = 0x00541324;
8063
8064    /** (0054,1330) VR=US VM=1 Image Index */
8065    public static final int ImageIndex = 0x00541330;
8066
8067    /** (0054,1400) VR=CS VM=1-n Counts Included (retired) */
8068    public static final int CountsIncluded = 0x00541400;
8069
8070    /** (0054,1401) VR=CS VM=1 Dead Time Correction Flag (retired) */
8071    public static final int DeadTimeCorrectionFlag = 0x00541401;
8072
8073    /** (0060,3000) VR=SQ VM=1 Histogram Sequence */
8074    public static final int HistogramSequence = 0x00603000;
8075
8076    /** (0060,3002) VR=US VM=1 Histogram Number of Bins */
8077    public static final int HistogramNumberOfBins = 0x00603002;
8078
8079    /** (0060,3004) VR=US or SS VM=1 Histogram First Bin Value */
8080    public static final int HistogramFirstBinValue = 0x00603004;
8081
8082    /** (0060,3006) VR=US or SS VM=1 Histogram Last Bin Value */
8083    public static final int HistogramLastBinValue = 0x00603006;
8084
8085    /** (0060,3008) VR=US VM=1 Histogram Bin Width */
8086    public static final int HistogramBinWidth = 0x00603008;
8087
8088    /** (0060,3010) VR=LO VM=1 Histogram Explanation */
8089    public static final int HistogramExplanation = 0x00603010;
8090
8091    /** (0060,3020) VR=UL VM=1-n Histogram Data */
8092    public static final int HistogramData = 0x00603020;
8093
8094    /** (0062,0001) VR=CS VM=1 Segmentation Type */
8095    public static final int SegmentationType = 0x00620001;
8096
8097    /** (0062,0002) VR=SQ VM=1 Segment Sequence */
8098    public static final int SegmentSequence = 0x00620002;
8099
8100    /** (0062,0003) VR=SQ VM=1 Segmented Property Category Code Sequence */
8101    public static final int SegmentedPropertyCategoryCodeSequence = 0x00620003;
8102
8103    /** (0062,0004) VR=US VM=1 Segment Number */
8104    public static final int SegmentNumber = 0x00620004;
8105
8106    /** (0062,0005) VR=LO VM=1 Segment Label */
8107    public static final int SegmentLabel = 0x00620005;
8108
8109    /** (0062,0006) VR=ST VM=1 Segment Description */
8110    public static final int SegmentDescription = 0x00620006;
8111
8112    /** (0062,0007) VR=SQ VM=1 Segmentation Algorithm Identification Sequence */
8113    public static final int SegmentationAlgorithmIdentificationSequence = 0x00620007;
8114
8115    /** (0062,0008) VR=CS VM=1 Segment Algorithm Type */
8116    public static final int SegmentAlgorithmType = 0x00620008;
8117
8118    /** (0062,0009) VR=LO VM=1 Segment Algorithm Name */
8119    public static final int SegmentAlgorithmName = 0x00620009;
8120
8121    /** (0062,000A) VR=SQ VM=1 Segment Identification Sequence */
8122    public static final int SegmentIdentificationSequence = 0x0062000A;
8123
8124    /** (0062,000B) VR=US VM=1-n Referenced Segment Number */
8125    public static final int ReferencedSegmentNumber = 0x0062000B;
8126
8127    /** (0062,000C) VR=US VM=1 Recommended Display Grayscale Value */
8128    public static final int RecommendedDisplayGrayscaleValue = 0x0062000C;
8129
8130    /** (0062,000D) VR=US VM=3 Recommended Display CIELab Value */
8131    public static final int RecommendedDisplayCIELabValue = 0x0062000D;
8132
8133    /** (0062,000E) VR=US VM=1 Maximum Fractional Value */
8134    public static final int MaximumFractionalValue = 0x0062000E;
8135
8136    /** (0062,000F) VR=SQ VM=1 Segmented Property Type Code Sequence */
8137    public static final int SegmentedPropertyTypeCodeSequence = 0x0062000F;
8138
8139    /** (0062,0010) VR=CS VM=1 Segmentation Fractional Type */
8140    public static final int SegmentationFractionalType = 0x00620010;
8141
8142    /** (0062,0011) VR=SQ VM=1 Segmented Property Type Modifier Code Sequence */
8143    public static final int SegmentedPropertyTypeModifierCodeSequence = 0x00620011;
8144
8145    /** (0062,0012) VR=SQ VM=1 Used Segments Sequence */
8146    public static final int UsedSegmentsSequence = 0x00620012;
8147
8148    /** (0062,0020) VR=UT VM=1 Tracking ID */
8149    public static final int TrackingID = 0x00620020;
8150
8151    /** (0062,0021) VR=UI VM=1 Tracking UID */
8152    public static final int TrackingUID = 0x00620021;
8153
8154    /** (0064,0002) VR=SQ VM=1 Deformable Registration Sequence */
8155    public static final int DeformableRegistrationSequence = 0x00640002;
8156
8157    /** (0064,0003) VR=UI VM=1 Source Frame of Reference UID */
8158    public static final int SourceFrameOfReferenceUID = 0x00640003;
8159
8160    /** (0064,0005) VR=SQ VM=1 Deformable Registration Grid Sequence */
8161    public static final int DeformableRegistrationGridSequence = 0x00640005;
8162
8163    /** (0064,0007) VR=UL VM=3 Grid Dimensions */
8164    public static final int GridDimensions = 0x00640007;
8165
8166    /** (0064,0008) VR=FD VM=3 Grid Resolution */
8167    public static final int GridResolution = 0x00640008;
8168
8169    /** (0064,0009) VR=OF VM=1 Vector Grid Data */
8170    public static final int VectorGridData = 0x00640009;
8171
8172    /** (0064,000F) VR=SQ VM=1 Pre Deformation Matrix Registration Sequence */
8173    public static final int PreDeformationMatrixRegistrationSequence = 0x0064000F;
8174
8175    /** (0064,0010) VR=SQ VM=1 Post Deformation Matrix Registration Sequence */
8176    public static final int PostDeformationMatrixRegistrationSequence = 0x00640010;
8177
8178    /** (0066,0001) VR=UL VM=1 Number of Surfaces */
8179    public static final int NumberOfSurfaces = 0x00660001;
8180
8181    /** (0066,0002) VR=SQ VM=1 Surface Sequence */
8182    public static final int SurfaceSequence = 0x00660002;
8183
8184    /** (0066,0003) VR=UL VM=1 Surface Number */
8185    public static final int SurfaceNumber = 0x00660003;
8186
8187    /** (0066,0004) VR=LT VM=1 Surface Comments */
8188    public static final int SurfaceComments = 0x00660004;
8189
8190    /** (0066,0009) VR=CS VM=1 Surface Processing */
8191    public static final int SurfaceProcessing = 0x00660009;
8192
8193    /** (0066,000A) VR=FL VM=1 Surface Processing Ratio */
8194    public static final int SurfaceProcessingRatio = 0x0066000A;
8195
8196    /** (0066,000B) VR=LO VM=1 Surface Processing Description */
8197    public static final int SurfaceProcessingDescription = 0x0066000B;
8198
8199    /** (0066,000C) VR=FL VM=1 Recommended Presentation Opacity */
8200    public static final int RecommendedPresentationOpacity = 0x0066000C;
8201
8202    /** (0066,000D) VR=CS VM=1 Recommended Presentation Type */
8203    public static final int RecommendedPresentationType = 0x0066000D;
8204
8205    /** (0066,000E) VR=CS VM=1 Finite Volume */
8206    public static final int FiniteVolume = 0x0066000E;
8207
8208    /** (0066,0010) VR=CS VM=1 Manifold */
8209    public static final int Manifold = 0x00660010;
8210
8211    /** (0066,0011) VR=SQ VM=1 Surface Points Sequence */
8212    public static final int SurfacePointsSequence = 0x00660011;
8213
8214    /** (0066,0012) VR=SQ VM=1 Surface Points Normals Sequence */
8215    public static final int SurfacePointsNormalsSequence = 0x00660012;
8216
8217    /** (0066,0013) VR=SQ VM=1 Surface Mesh Primitives Sequence */
8218    public static final int SurfaceMeshPrimitivesSequence = 0x00660013;
8219
8220    /** (0066,0015) VR=UL VM=1 Number of Surface Points */
8221    public static final int NumberOfSurfacePoints = 0x00660015;
8222
8223    /** (0066,0016) VR=OF VM=1 Point Coordinates Data */
8224    public static final int PointCoordinatesData = 0x00660016;
8225
8226    /** (0066,0017) VR=FL VM=3 Point Position Accuracy */
8227    public static final int PointPositionAccuracy = 0x00660017;
8228
8229    /** (0066,0018) VR=FL VM=1 Mean Point Distance */
8230    public static final int MeanPointDistance = 0x00660018;
8231
8232    /** (0066,0019) VR=FL VM=1 Maximum Point Distance */
8233    public static final int MaximumPointDistance = 0x00660019;
8234
8235    /** (0066,001A) VR=FL VM=6 Points Bounding Box Coordinates */
8236    public static final int PointsBoundingBoxCoordinates = 0x0066001A;
8237
8238    /** (0066,001B) VR=FL VM=3 Axis of Rotation */
8239    public static final int AxisOfRotation = 0x0066001B;
8240
8241    /** (0066,001C) VR=FL VM=3 Center of Rotation */
8242    public static final int CenterOfRotation = 0x0066001C;
8243
8244    /** (0066,001E) VR=UL VM=1 Number of Vectors */
8245    public static final int NumberOfVectors = 0x0066001E;
8246
8247    /** (0066,001F) VR=US VM=1 Vector Dimensionality */
8248    public static final int VectorDimensionality = 0x0066001F;
8249
8250    /** (0066,0020) VR=FL VM=1-n Vector Accuracy */
8251    public static final int VectorAccuracy = 0x00660020;
8252
8253    /** (0066,0021) VR=OF VM=1 Vector Coordinate Data */
8254    public static final int VectorCoordinateData = 0x00660021;
8255
8256    /** (0066,0023) VR=OW VM=1 Triangle Point Index List (retired) */
8257    public static final int TrianglePointIndexList = 0x00660023;
8258
8259    /** (0066,0024) VR=OW VM=1 Edge Point Index List (retired) */
8260    public static final int EdgePointIndexList = 0x00660024;
8261
8262    /** (0066,0025) VR=OW VM=1 Vertex Point Index List (retired) */
8263    public static final int VertexPointIndexList = 0x00660025;
8264
8265    /** (0066,0026) VR=SQ VM=1 Triangle Strip Sequence */
8266    public static final int TriangleStripSequence = 0x00660026;
8267
8268    /** (0066,0027) VR=SQ VM=1 Triangle Fan Sequence */
8269    public static final int TriangleFanSequence = 0x00660027;
8270
8271    /** (0066,0028) VR=SQ VM=1 Line Sequence */
8272    public static final int LineSequence = 0x00660028;
8273
8274    /** (0066,0029) VR=OW VM=1 Primitive Point Index List (retired) */
8275    public static final int PrimitivePointIndexList = 0x00660029;
8276
8277    /** (0066,002A) VR=UL VM=1 Surface Count */
8278    public static final int SurfaceCount = 0x0066002A;
8279
8280    /** (0066,002B) VR=SQ VM=1 Referenced Surface Sequence */
8281    public static final int ReferencedSurfaceSequence = 0x0066002B;
8282
8283    /** (0066,002C) VR=UL VM=1 Referenced Surface Number */
8284    public static final int ReferencedSurfaceNumber = 0x0066002C;
8285
8286    /** (0066,002D) VR=SQ VM=1 Segment Surface Generation Algorithm Identification Sequence */
8287    public static final int SegmentSurfaceGenerationAlgorithmIdentificationSequence = 0x0066002D;
8288
8289    /** (0066,002E) VR=SQ VM=1 Segment Surface Source Instance Sequence */
8290    public static final int SegmentSurfaceSourceInstanceSequence = 0x0066002E;
8291
8292    /** (0066,002F) VR=SQ VM=1 Algorithm Family Code Sequence */
8293    public static final int AlgorithmFamilyCodeSequence = 0x0066002F;
8294
8295    /** (0066,0030) VR=SQ VM=1 Algorithm Name Code Sequence */
8296    public static final int AlgorithmNameCodeSequence = 0x00660030;
8297
8298    /** (0066,0031) VR=LO VM=1 Algorithm Version */
8299    public static final int AlgorithmVersion = 0x00660031;
8300
8301    /** (0066,0032) VR=LT VM=1 Algorithm Parameters */
8302    public static final int AlgorithmParameters = 0x00660032;
8303
8304    /** (0066,0034) VR=SQ VM=1 Facet Sequence */
8305    public static final int FacetSequence = 0x00660034;
8306
8307    /** (0066,0035) VR=SQ VM=1 Surface Processing Algorithm Identification Sequence */
8308    public static final int SurfaceProcessingAlgorithmIdentificationSequence = 0x00660035;
8309
8310    /** (0066,0036) VR=LO VM=1 Algorithm Name */
8311    public static final int AlgorithmName = 0x00660036;
8312
8313    /** (0066,0037) VR=FL VM=1 Recommended Point Radius */
8314    public static final int RecommendedPointRadius = 0x00660037;
8315
8316    /** (0066,0038) VR=FL VM=1 Recommended Line Thickness */
8317    public static final int RecommendedLineThickness = 0x00660038;
8318
8319    /** (0066,0040) VR=OL VM=1 Long Primitive Point Index List */
8320    public static final int LongPrimitivePointIndexList = 0x00660040;
8321
8322    /** (0066,0041) VR=OL VM=1 Long Triangle Point Index List */
8323    public static final int LongTrianglePointIndexList = 0x00660041;
8324
8325    /** (0066,0042) VR=OL VM=1 Long Edge Point Index List */
8326    public static final int LongEdgePointIndexList = 0x00660042;
8327
8328    /** (0066,0043) VR=OL VM=1 Long Vertex Point Index List */
8329    public static final int LongVertexPointIndexList = 0x00660043;
8330
8331    /** (0066,0101) VR=SQ VM=1 Track Set Sequence */
8332    public static final int TrackSetSequence = 0x00660101;
8333
8334    /** (0066,0102) VR=SQ VM=1 Track Sequence */
8335    public static final int TrackSequence = 0x00660102;
8336
8337    /** (0066,0103) VR=OW VM=1 Recommended Display CIELab Value List */
8338    public static final int RecommendedDisplayCIELabValueList = 0x00660103;
8339
8340    /** (0066,0104) VR=SQ VM=1 Tracking Algorithm Identification Sequence */
8341    public static final int TrackingAlgorithmIdentificationSequence = 0x00660104;
8342
8343    /** (0066,0105) VR=UL VM=1 Track Set Number */
8344    public static final int TrackSetNumber = 0x00660105;
8345
8346    /** (0066,0106) VR=LO VM=1 Track Set Label */
8347    public static final int TrackSetLabel = 0x00660106;
8348
8349    /** (0066,0107) VR=UT VM=1 Track Set Description */
8350    public static final int TrackSetDescription = 0x00660107;
8351
8352    /** (0066,0108) VR=SQ VM=1 Track Set Anatomical Type Code Sequence */
8353    public static final int TrackSetAnatomicalTypeCodeSequence = 0x00660108;
8354
8355    /** (0066,0121) VR=SQ VM=1 Measurements Sequence */
8356    public static final int MeasurementsSequence = 0x00660121;
8357
8358    /** (0066,0124) VR=SQ VM=1 Track Set Statistics Sequence */
8359    public static final int TrackSetStatisticsSequence = 0x00660124;
8360
8361    /** (0066,0125) VR=OF VM=1 Floating Point Values */
8362    public static final int FloatingPointValues = 0x00660125;
8363
8364    /** (0066,0129) VR=OL VM=1 Track Point Index List */
8365    public static final int TrackPointIndexList = 0x00660129;
8366
8367    /** (0066,0130) VR=SQ VM=1 Track Statistics Sequence */
8368    public static final int TrackStatisticsSequence = 0x00660130;
8369
8370    /** (0066,0132) VR=SQ VM=1 Measurement Values Sequence */
8371    public static final int MeasurementValuesSequence = 0x00660132;
8372
8373    /** (0066,0133) VR=SQ VM=1 Diffusion Acquisition Code Sequence */
8374    public static final int DiffusionAcquisitionCodeSequence = 0x00660133;
8375
8376    /** (0066,0134) VR=SQ VM=1 Diffusion Model Code Sequence */
8377    public static final int DiffusionModelCodeSequence = 0x00660134;
8378
8379    /** (0068,6210) VR=LO VM=1 Implant Size */
8380    public static final int ImplantSize = 0x00686210;
8381
8382    /** (0068,6221) VR=LO VM=1 Implant Template Version */
8383    public static final int ImplantTemplateVersion = 0x00686221;
8384
8385    /** (0068,6222) VR=SQ VM=1 Replaced Implant Template Sequence */
8386    public static final int ReplacedImplantTemplateSequence = 0x00686222;
8387
8388    /** (0068,6223) VR=CS VM=1 Implant Type */
8389    public static final int ImplantType = 0x00686223;
8390
8391    /** (0068,6224) VR=SQ VM=1 Derivation Implant Template Sequence */
8392    public static final int DerivationImplantTemplateSequence = 0x00686224;
8393
8394    /** (0068,6225) VR=SQ VM=1 Original Implant Template Sequence */
8395    public static final int OriginalImplantTemplateSequence = 0x00686225;
8396
8397    /** (0068,6226) VR=DT VM=1 Effective DateTime */
8398    public static final int EffectiveDateTime = 0x00686226;
8399
8400    /** (0068,6230) VR=SQ VM=1 Implant Target Anatomy Sequence */
8401    public static final int ImplantTargetAnatomySequence = 0x00686230;
8402
8403    /** (0068,6260) VR=SQ VM=1 Information From Manufacturer Sequence */
8404    public static final int InformationFromManufacturerSequence = 0x00686260;
8405
8406    /** (0068,6265) VR=SQ VM=1 Notification From Manufacturer Sequence */
8407    public static final int NotificationFromManufacturerSequence = 0x00686265;
8408
8409    /** (0068,6270) VR=DT VM=1 Information Issue DateTime */
8410    public static final int InformationIssueDateTime = 0x00686270;
8411
8412    /** (0068,6280) VR=ST VM=1 Information Summary */
8413    public static final int InformationSummary = 0x00686280;
8414
8415    /** (0068,62A0) VR=SQ VM=1 Implant Regulatory Disapproval Code Sequence */
8416    public static final int ImplantRegulatoryDisapprovalCodeSequence = 0x006862A0;
8417
8418    /** (0068,62A5) VR=FD VM=1 Overall Template Spatial Tolerance */
8419    public static final int OverallTemplateSpatialTolerance = 0x006862A5;
8420
8421    /** (0068,62C0) VR=SQ VM=1 HPGL Document Sequence */
8422    public static final int HPGLDocumentSequence = 0x006862C0;
8423
8424    /** (0068,62D0) VR=US VM=1 HPGL Document ID */
8425    public static final int HPGLDocumentID = 0x006862D0;
8426
8427    /** (0068,62D5) VR=LO VM=1 HPGL Document Label */
8428    public static final int HPGLDocumentLabel = 0x006862D5;
8429
8430    /** (0068,62E0) VR=SQ VM=1 View Orientation Code Sequence */
8431    public static final int ViewOrientationCodeSequence = 0x006862E0;
8432
8433    /** (0068,62F0) VR=SQ VM=1 View Orientation Modifier Code Sequence */
8434    public static final int ViewOrientationModifierCodeSequence = 0x006862F0;
8435
8436    /** (0068,62F2) VR=FD VM=1 HPGL Document Scaling */
8437    public static final int HPGLDocumentScaling = 0x006862F2;
8438
8439    /** (0068,6300) VR=OB VM=1 HPGL Document */
8440    public static final int HPGLDocument = 0x00686300;
8441
8442    /** (0068,6310) VR=US VM=1 HPGL Contour Pen Number */
8443    public static final int HPGLContourPenNumber = 0x00686310;
8444
8445    /** (0068,6320) VR=SQ VM=1 HPGL Pen Sequence */
8446    public static final int HPGLPenSequence = 0x00686320;
8447
8448    /** (0068,6330) VR=US VM=1 HPGL Pen Number */
8449    public static final int HPGLPenNumber = 0x00686330;
8450
8451    /** (0068,6340) VR=LO VM=1 HPGL Pen Label */
8452    public static final int HPGLPenLabel = 0x00686340;
8453
8454    /** (0068,6345) VR=ST VM=1 HPGL Pen Description */
8455    public static final int HPGLPenDescription = 0x00686345;
8456
8457    /** (0068,6346) VR=FD VM=2 Recommended Rotation Point */
8458    public static final int RecommendedRotationPoint = 0x00686346;
8459
8460    /** (0068,6347) VR=FD VM=4 Bounding Rectangle */
8461    public static final int BoundingRectangle = 0x00686347;
8462
8463    /** (0068,6350) VR=US VM=1-n Implant Template 3D Model Surface Number */
8464    public static final int ImplantTemplate3DModelSurfaceNumber = 0x00686350;
8465
8466    /** (0068,6360) VR=SQ VM=1 Surface Model Description Sequence */
8467    public static final int SurfaceModelDescriptionSequence = 0x00686360;
8468
8469    /** (0068,6380) VR=LO VM=1 Surface Model Label */
8470    public static final int SurfaceModelLabel = 0x00686380;
8471
8472    /** (0068,6390) VR=FD VM=1 Surface Model Scaling Factor */
8473    public static final int SurfaceModelScalingFactor = 0x00686390;
8474
8475    /** (0068,63A0) VR=SQ VM=1 Materials Code Sequence */
8476    public static final int MaterialsCodeSequence = 0x006863A0;
8477
8478    /** (0068,63A4) VR=SQ VM=1 Coating Materials Code Sequence */
8479    public static final int CoatingMaterialsCodeSequence = 0x006863A4;
8480
8481    /** (0068,63A8) VR=SQ VM=1 Implant Type Code Sequence */
8482    public static final int ImplantTypeCodeSequence = 0x006863A8;
8483
8484    /** (0068,63AC) VR=SQ VM=1 Fixation Method Code Sequence */
8485    public static final int FixationMethodCodeSequence = 0x006863AC;
8486
8487    /** (0068,63B0) VR=SQ VM=1 Mating Feature Sets Sequence */
8488    public static final int MatingFeatureSetsSequence = 0x006863B0;
8489
8490    /** (0068,63C0) VR=US VM=1 Mating Feature Set ID */
8491    public static final int MatingFeatureSetID = 0x006863C0;
8492
8493    /** (0068,63D0) VR=LO VM=1 Mating Feature Set Label */
8494    public static final int MatingFeatureSetLabel = 0x006863D0;
8495
8496    /** (0068,63E0) VR=SQ VM=1 Mating Feature Sequence */
8497    public static final int MatingFeatureSequence = 0x006863E0;
8498
8499    /** (0068,63F0) VR=US VM=1 Mating Feature ID */
8500    public static final int MatingFeatureID = 0x006863F0;
8501
8502    /** (0068,6400) VR=SQ VM=1 Mating Feature Degree of Freedom Sequence */
8503    public static final int MatingFeatureDegreeOfFreedomSequence = 0x00686400;
8504
8505    /** (0068,6410) VR=US VM=1 Degree of Freedom ID */
8506    public static final int DegreeOfFreedomID = 0x00686410;
8507
8508    /** (0068,6420) VR=CS VM=1 Degree of Freedom Type */
8509    public static final int DegreeOfFreedomType = 0x00686420;
8510
8511    /** (0068,6430) VR=SQ VM=1 2D Mating Feature Coordinates Sequence */
8512    public static final int TwoDMatingFeatureCoordinatesSequence = 0x00686430;
8513
8514    /** (0068,6440) VR=US VM=1 Referenced HPGL Document ID */
8515    public static final int ReferencedHPGLDocumentID = 0x00686440;
8516
8517    /** (0068,6450) VR=FD VM=2 2D Mating Point */
8518    public static final int TwoDMatingPoint = 0x00686450;
8519
8520    /** (0068,6460) VR=FD VM=4 2D Mating Axes */
8521    public static final int TwoDMatingAxes = 0x00686460;
8522
8523    /** (0068,6470) VR=SQ VM=1 2D Degree of Freedom Sequence */
8524    public static final int TwoDDegreeOfFreedomSequence = 0x00686470;
8525
8526    /** (0068,6490) VR=FD VM=3 3D Degree of Freedom Axis */
8527    public static final int ThreeDDegreeOfFreedomAxis = 0x00686490;
8528
8529    /** (0068,64A0) VR=FD VM=2 Range of Freedom */
8530    public static final int RangeOfFreedom = 0x006864A0;
8531
8532    /** (0068,64C0) VR=FD VM=3 3D Mating Point */
8533    public static final int ThreeDMatingPoint = 0x006864C0;
8534
8535    /** (0068,64D0) VR=FD VM=9 3D Mating Axes */
8536    public static final int ThreeDMatingAxes = 0x006864D0;
8537
8538    /** (0068,64F0) VR=FD VM=3 2D Degree of Freedom Axis */
8539    public static final int TwoDDegreeOfFreedomAxis = 0x006864F0;
8540
8541    /** (0068,6500) VR=SQ VM=1 Planning Landmark Point Sequence */
8542    public static final int PlanningLandmarkPointSequence = 0x00686500;
8543
8544    /** (0068,6510) VR=SQ VM=1 Planning Landmark Line Sequence */
8545    public static final int PlanningLandmarkLineSequence = 0x00686510;
8546
8547    /** (0068,6520) VR=SQ VM=1 Planning Landmark Plane Sequence */
8548    public static final int PlanningLandmarkPlaneSequence = 0x00686520;
8549
8550    /** (0068,6530) VR=US VM=1 Planning Landmark ID */
8551    public static final int PlanningLandmarkID = 0x00686530;
8552
8553    /** (0068,6540) VR=LO VM=1 Planning Landmark Description */
8554    public static final int PlanningLandmarkDescription = 0x00686540;
8555
8556    /** (0068,6545) VR=SQ VM=1 Planning Landmark Identification Code Sequence */
8557    public static final int PlanningLandmarkIdentificationCodeSequence = 0x00686545;
8558
8559    /** (0068,6550) VR=SQ VM=1 2D Point Coordinates Sequence */
8560    public static final int TwoDPointCoordinatesSequence = 0x00686550;
8561
8562    /** (0068,6560) VR=FD VM=2 2D Point Coordinates */
8563    public static final int TwoDPointCoordinates = 0x00686560;
8564
8565    /** (0068,6590) VR=FD VM=3 3D Point Coordinates */
8566    public static final int ThreeDPointCoordinates = 0x00686590;
8567
8568    /** (0068,65A0) VR=SQ VM=1 2D Line Coordinates Sequence */
8569    public static final int TwoDLineCoordinatesSequence = 0x006865A0;
8570
8571    /** (0068,65B0) VR=FD VM=4 2D Line Coordinates */
8572    public static final int TwoDLineCoordinates = 0x006865B0;
8573
8574    /** (0068,65D0) VR=FD VM=6 3D Line Coordinates */
8575    public static final int ThreeDLineCoordinates = 0x006865D0;
8576
8577    /** (0068,65E0) VR=SQ VM=1 2D Plane Coordinates Sequence */
8578    public static final int TwoDPlaneCoordinatesSequence = 0x006865E0;
8579
8580    /** (0068,65F0) VR=FD VM=4 2D Plane Intersection */
8581    public static final int TwoDPlaneIntersection = 0x006865F0;
8582
8583    /** (0068,6610) VR=FD VM=3 3D Plane Origin */
8584    public static final int ThreeDPlaneOrigin = 0x00686610;
8585
8586    /** (0068,6620) VR=FD VM=3 3D Plane Normal */
8587    public static final int ThreeDPlaneNormal = 0x00686620;
8588
8589    /** (0070,0001) VR=SQ VM=1 Graphic Annotation Sequence */
8590    public static final int GraphicAnnotationSequence = 0x00700001;
8591
8592    /** (0070,0002) VR=CS VM=1 Graphic Layer */
8593    public static final int GraphicLayer = 0x00700002;
8594
8595    /** (0070,0003) VR=CS VM=1 Bounding Box Annotation Units */
8596    public static final int BoundingBoxAnnotationUnits = 0x00700003;
8597
8598    /** (0070,0004) VR=CS VM=1 Anchor Point Annotation Units */
8599    public static final int AnchorPointAnnotationUnits = 0x00700004;
8600
8601    /** (0070,0005) VR=CS VM=1 Graphic Annotation Units */
8602    public static final int GraphicAnnotationUnits = 0x00700005;
8603
8604    /** (0070,0006) VR=ST VM=1 Unformatted Text Value */
8605    public static final int UnformattedTextValue = 0x00700006;
8606
8607    /** (0070,0008) VR=SQ VM=1 Text Object Sequence */
8608    public static final int TextObjectSequence = 0x00700008;
8609
8610    /** (0070,0009) VR=SQ VM=1 Graphic Object Sequence */
8611    public static final int GraphicObjectSequence = 0x00700009;
8612
8613    /** (0070,0010) VR=FL VM=2 Bounding Box Top Left Hand Corner */
8614    public static final int BoundingBoxTopLeftHandCorner = 0x00700010;
8615
8616    /** (0070,0011) VR=FL VM=2 Bounding Box Bottom Right Hand Corner */
8617    public static final int BoundingBoxBottomRightHandCorner = 0x00700011;
8618
8619    /** (0070,0012) VR=CS VM=1 Bounding Box Text Horizontal Justification */
8620    public static final int BoundingBoxTextHorizontalJustification = 0x00700012;
8621
8622    /** (0070,0014) VR=FL VM=2 Anchor Point */
8623    public static final int AnchorPoint = 0x00700014;
8624
8625    /** (0070,0015) VR=CS VM=1 Anchor Point Visibility */
8626    public static final int AnchorPointVisibility = 0x00700015;
8627
8628    /** (0070,0020) VR=US VM=1 Graphic Dimensions */
8629    public static final int GraphicDimensions = 0x00700020;
8630
8631    /** (0070,0021) VR=US VM=1 Number of Graphic Points */
8632    public static final int NumberOfGraphicPoints = 0x00700021;
8633
8634    /** (0070,0022) VR=FL VM=2-n Graphic Data */
8635    public static final int GraphicData = 0x00700022;
8636
8637    /** (0070,0023) VR=CS VM=1 Graphic Type */
8638    public static final int GraphicType = 0x00700023;
8639
8640    /** (0070,0024) VR=CS VM=1 Graphic Filled */
8641    public static final int GraphicFilled = 0x00700024;
8642
8643    /** (0070,0040) VR=IS VM=1 Image Rotation (Retired) (retired) */
8644    public static final int ImageRotationRetired = 0x00700040;
8645
8646    /** (0070,0041) VR=CS VM=1 Image Horizontal Flip */
8647    public static final int ImageHorizontalFlip = 0x00700041;
8648
8649    /** (0070,0042) VR=US VM=1 Image Rotation */
8650    public static final int ImageRotation = 0x00700042;
8651
8652    /** (0070,0050) VR=US VM=2 Displayed Area Top Left Hand Corner (Trial) (retired) */
8653    public static final int DisplayedAreaTopLeftHandCornerTrial = 0x00700050;
8654
8655    /** (0070,0051) VR=US VM=2 Displayed Area Bottom Right Hand Corner (Trial) (retired) */
8656    public static final int DisplayedAreaBottomRightHandCornerTrial = 0x00700051;
8657
8658    /** (0070,0052) VR=SL VM=2 Displayed Area Top Left Hand Corner */
8659    public static final int DisplayedAreaTopLeftHandCorner = 0x00700052;
8660
8661    /** (0070,0053) VR=SL VM=2 Displayed Area Bottom Right Hand Corner */
8662    public static final int DisplayedAreaBottomRightHandCorner = 0x00700053;
8663
8664    /** (0070,005A) VR=SQ VM=1 Displayed Area Selection Sequence */
8665    public static final int DisplayedAreaSelectionSequence = 0x0070005A;
8666
8667    /** (0070,0060) VR=SQ VM=1 Graphic Layer Sequence */
8668    public static final int GraphicLayerSequence = 0x00700060;
8669
8670    /** (0070,0062) VR=IS VM=1 Graphic Layer Order */
8671    public static final int GraphicLayerOrder = 0x00700062;
8672
8673    /** (0070,0066) VR=US VM=1 Graphic Layer Recommended Display Grayscale Value */
8674    public static final int GraphicLayerRecommendedDisplayGrayscaleValue = 0x00700066;
8675
8676    /** (0070,0067) VR=US VM=3 Graphic Layer Recommended Display RGB Value (retired) */
8677    public static final int GraphicLayerRecommendedDisplayRGBValue = 0x00700067;
8678
8679    /** (0070,0068) VR=LO VM=1 Graphic Layer Description */
8680    public static final int GraphicLayerDescription = 0x00700068;
8681
8682    /** (0070,0080) VR=CS VM=1 Content Label */
8683    public static final int ContentLabel = 0x00700080;
8684
8685    /** (0070,0081) VR=LO VM=1 Content Description */
8686    public static final int ContentDescription = 0x00700081;
8687
8688    /** (0070,0082) VR=DA VM=1 Presentation Creation Date */
8689    public static final int PresentationCreationDate = 0x00700082;
8690
8691    /** (0070,0083) VR=TM VM=1 Presentation Creation Time */
8692    public static final int PresentationCreationTime = 0x00700083;
8693
8694    /** (0070,0084) VR=PN VM=1 Content Creator's Name */
8695    public static final int ContentCreatorName = 0x00700084;
8696
8697    /** (0070,0086) VR=SQ VM=1 Content Creator's Identification Code Sequence */
8698    public static final int ContentCreatorIdentificationCodeSequence = 0x00700086;
8699
8700    /** (0070,0087) VR=SQ VM=1 Alternate Content Description Sequence */
8701    public static final int AlternateContentDescriptionSequence = 0x00700087;
8702
8703    /** (0070,0100) VR=CS VM=1 Presentation Size Mode */
8704    public static final int PresentationSizeMode = 0x00700100;
8705
8706    /** (0070,0101) VR=DS VM=2 Presentation Pixel Spacing */
8707    public static final int PresentationPixelSpacing = 0x00700101;
8708
8709    /** (0070,0102) VR=IS VM=2 Presentation Pixel Aspect Ratio */
8710    public static final int PresentationPixelAspectRatio = 0x00700102;
8711
8712    /** (0070,0103) VR=FL VM=1 Presentation Pixel Magnification Ratio */
8713    public static final int PresentationPixelMagnificationRatio = 0x00700103;
8714
8715    /** (0070,0207) VR=LO VM=1 Graphic Group Label */
8716    public static final int GraphicGroupLabel = 0x00700207;
8717
8718    /** (0070,0208) VR=ST VM=1 Graphic Group Description */
8719    public static final int GraphicGroupDescription = 0x00700208;
8720
8721    /** (0070,0209) VR=SQ VM=1 Compound Graphic Sequence */
8722    public static final int CompoundGraphicSequence = 0x00700209;
8723
8724    /** (0070,0226) VR=UL VM=1 Compound Graphic Instance ID */
8725    public static final int CompoundGraphicInstanceID = 0x00700226;
8726
8727    /** (0070,0227) VR=LO VM=1 Font Name */
8728    public static final int FontName = 0x00700227;
8729
8730    /** (0070,0228) VR=CS VM=1 Font Name Type */
8731    public static final int FontNameType = 0x00700228;
8732
8733    /** (0070,0229) VR=LO VM=1 CSS Font Name */
8734    public static final int CSSFontName = 0x00700229;
8735
8736    /** (0070,0230) VR=FD VM=1 Rotation Angle */
8737    public static final int RotationAngle = 0x00700230;
8738
8739    /** (0070,0231) VR=SQ VM=1 Text Style Sequence */
8740    public static final int TextStyleSequence = 0x00700231;
8741
8742    /** (0070,0232) VR=SQ VM=1 Line Style Sequence */
8743    public static final int LineStyleSequence = 0x00700232;
8744
8745    /** (0070,0233) VR=SQ VM=1 Fill Style Sequence */
8746    public static final int FillStyleSequence = 0x00700233;
8747
8748    /** (0070,0234) VR=SQ VM=1 Graphic Group Sequence */
8749    public static final int GraphicGroupSequence = 0x00700234;
8750
8751    /** (0070,0241) VR=US VM=3 Text Color CIELab Value */
8752    public static final int TextColorCIELabValue = 0x00700241;
8753
8754    /** (0070,0242) VR=CS VM=1 Horizontal Alignment */
8755    public static final int HorizontalAlignment = 0x00700242;
8756
8757    /** (0070,0243) VR=CS VM=1 Vertical Alignment */
8758    public static final int VerticalAlignment = 0x00700243;
8759
8760    /** (0070,0244) VR=CS VM=1 Shadow Style */
8761    public static final int ShadowStyle = 0x00700244;
8762
8763    /** (0070,0245) VR=FL VM=1 Shadow Offset X */
8764    public static final int ShadowOffsetX = 0x00700245;
8765
8766    /** (0070,0246) VR=FL VM=1 Shadow Offset Y */
8767    public static final int ShadowOffsetY = 0x00700246;
8768
8769    /** (0070,0247) VR=US VM=3 Shadow Color CIELab Value */
8770    public static final int ShadowColorCIELabValue = 0x00700247;
8771
8772    /** (0070,0248) VR=CS VM=1 Underlined */
8773    public static final int Underlined = 0x00700248;
8774
8775    /** (0070,0249) VR=CS VM=1 Bold */
8776    public static final int Bold = 0x00700249;
8777
8778    /** (0070,0250) VR=CS VM=1 Italic */
8779    public static final int Italic = 0x00700250;
8780
8781    /** (0070,0251) VR=US VM=3 Pattern On Color CIELab Value */
8782    public static final int PatternOnColorCIELabValue = 0x00700251;
8783
8784    /** (0070,0252) VR=US VM=3 Pattern Off Color CIELab Value */
8785    public static final int PatternOffColorCIELabValue = 0x00700252;
8786
8787    /** (0070,0253) VR=FL VM=1 Line Thickness */
8788    public static final int LineThickness = 0x00700253;
8789
8790    /** (0070,0254) VR=CS VM=1 Line Dashing Style */
8791    public static final int LineDashingStyle = 0x00700254;
8792
8793    /** (0070,0255) VR=UL VM=1 Line Pattern */
8794    public static final int LinePattern = 0x00700255;
8795
8796    /** (0070,0256) VR=OB VM=1 Fill Pattern */
8797    public static final int FillPattern = 0x00700256;
8798
8799    /** (0070,0257) VR=CS VM=1 Fill Mode */
8800    public static final int FillMode = 0x00700257;
8801
8802    /** (0070,0258) VR=FL VM=1 Shadow Opacity */
8803    public static final int ShadowOpacity = 0x00700258;
8804
8805    /** (0070,0261) VR=FL VM=1 Gap Length */
8806    public static final int GapLength = 0x00700261;
8807
8808    /** (0070,0262) VR=FL VM=1 Diameter of Visibility */
8809    public static final int DiameterOfVisibility = 0x00700262;
8810
8811    /** (0070,0273) VR=FL VM=2 Rotation Point */
8812    public static final int RotationPoint = 0x00700273;
8813
8814    /** (0070,0274) VR=CS VM=1 Tick Alignment */
8815    public static final int TickAlignment = 0x00700274;
8816
8817    /** (0070,0278) VR=CS VM=1 Show Tick Label */
8818    public static final int ShowTickLabel = 0x00700278;
8819
8820    /** (0070,0279) VR=CS VM=1 Tick Label Alignment */
8821    public static final int TickLabelAlignment = 0x00700279;
8822
8823    /** (0070,0282) VR=CS VM=1 Compound Graphic Units */
8824    public static final int CompoundGraphicUnits = 0x00700282;
8825
8826    /** (0070,0284) VR=FL VM=1 Pattern On Opacity */
8827    public static final int PatternOnOpacity = 0x00700284;
8828
8829    /** (0070,0285) VR=FL VM=1 Pattern Off Opacity */
8830    public static final int PatternOffOpacity = 0x00700285;
8831
8832    /** (0070,0287) VR=SQ VM=1 Major Ticks Sequence */
8833    public static final int MajorTicksSequence = 0x00700287;
8834
8835    /** (0070,0288) VR=FL VM=1 Tick Position */
8836    public static final int TickPosition = 0x00700288;
8837
8838    /** (0070,0289) VR=SH VM=1 Tick Label */
8839    public static final int TickLabel = 0x00700289;
8840
8841    /** (0070,0294) VR=CS VM=1 Compound Graphic Type */
8842    public static final int CompoundGraphicType = 0x00700294;
8843
8844    /** (0070,0295) VR=UL VM=1 Graphic Group ID */
8845    public static final int GraphicGroupID = 0x00700295;
8846
8847    /** (0070,0306) VR=CS VM=1 Shape Type */
8848    public static final int ShapeType = 0x00700306;
8849
8850    /** (0070,0308) VR=SQ VM=1 Registration Sequence */
8851    public static final int RegistrationSequence = 0x00700308;
8852
8853    /** (0070,0309) VR=SQ VM=1 Matrix Registration Sequence */
8854    public static final int MatrixRegistrationSequence = 0x00700309;
8855
8856    /** (0070,030A) VR=SQ VM=1 Matrix Sequence */
8857    public static final int MatrixSequence = 0x0070030A;
8858
8859    /** (0070,030B) VR=FD VM=16 Frame of Reference to Displayed Coordinate System Transformation Matrix */
8860    public static final int FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix = 0x0070030B;
8861
8862    /** (0070,030C) VR=CS VM=1 Frame of Reference Transformation Matrix Type */
8863    public static final int FrameOfReferenceTransformationMatrixType = 0x0070030C;
8864
8865    /** (0070,030D) VR=SQ VM=1 Registration Type Code Sequence */
8866    public static final int RegistrationTypeCodeSequence = 0x0070030D;
8867
8868    /** (0070,030F) VR=ST VM=1 Fiducial Description */
8869    public static final int FiducialDescription = 0x0070030F;
8870
8871    /** (0070,0310) VR=SH VM=1 Fiducial Identifier */
8872    public static final int FiducialIdentifier = 0x00700310;
8873
8874    /** (0070,0311) VR=SQ VM=1 Fiducial Identifier Code Sequence */
8875    public static final int FiducialIdentifierCodeSequence = 0x00700311;
8876
8877    /** (0070,0312) VR=FD VM=1 Contour Uncertainty Radius */
8878    public static final int ContourUncertaintyRadius = 0x00700312;
8879
8880    /** (0070,0314) VR=SQ VM=1 Used Fiducials Sequence */
8881    public static final int UsedFiducialsSequence = 0x00700314;
8882
8883    /** (0070,0318) VR=SQ VM=1 Graphic Coordinates Data Sequence */
8884    public static final int GraphicCoordinatesDataSequence = 0x00700318;
8885
8886    /** (0070,031A) VR=UI VM=1 Fiducial UID */
8887    public static final int FiducialUID = 0x0070031A;
8888
8889    /** (0070,031C) VR=SQ VM=1 Fiducial Set Sequence */
8890    public static final int FiducialSetSequence = 0x0070031C;
8891
8892    /** (0070,031E) VR=SQ VM=1 Fiducial Sequence */
8893    public static final int FiducialSequence = 0x0070031E;
8894
8895    /** (0070,031F) VR=SQ VM=1 Fiducials Property Category Code Sequence */
8896    public static final int FiducialsPropertyCategoryCodeSequence = 0x0070031F;
8897
8898    /** (0070,0401) VR=US VM=3 Graphic Layer Recommended Display CIELab Value */
8899    public static final int GraphicLayerRecommendedDisplayCIELabValue = 0x00700401;
8900
8901    /** (0070,0402) VR=SQ VM=1 Blending Sequence */
8902    public static final int BlendingSequence = 0x00700402;
8903
8904    /** (0070,0403) VR=FL VM=1 Relative Opacity */
8905    public static final int RelativeOpacity = 0x00700403;
8906
8907    /** (0070,0404) VR=SQ VM=1 Referenced Spatial Registration Sequence */
8908    public static final int ReferencedSpatialRegistrationSequence = 0x00700404;
8909
8910    /** (0070,0405) VR=CS VM=1 Blending Position */
8911    public static final int BlendingPosition = 0x00700405;
8912
8913    /** (0070,1101) VR=UI VM=1 Presentation Display Collection UID */
8914    public static final int PresentationDisplayCollectionUID = 0x00701101;
8915
8916    /** (0070,1102) VR=UI VM=1 Presentation Sequence Collection UID */
8917    public static final int PresentationSequenceCollectionUID = 0x00701102;
8918
8919    /** (0070,1103) VR=US VM=1 Presentation Sequence Position Index */
8920    public static final int PresentationSequencePositionIndex = 0x00701103;
8921
8922    /** (0070,1104) VR=SQ VM=1 Rendered Image Reference Sequence */
8923    public static final int RenderedImageReferenceSequence = 0x00701104;
8924
8925    /** (0070,1201) VR=SQ VM=1 Volumetric Presentation State Input Sequence */
8926    public static final int VolumetricPresentationStateInputSequence = 0x00701201;
8927
8928    /** (0070,1202) VR=CS VM=1 Presentation Input Type */
8929    public static final int PresentationInputType = 0x00701202;
8930
8931    /** (0070,1203) VR=US VM=1 Input Sequence Position Index */
8932    public static final int InputSequencePositionIndex = 0x00701203;
8933
8934    /** (0070,1204) VR=CS VM=1 Crop */
8935    public static final int Crop = 0x00701204;
8936
8937    /** (0070,1205) VR=US VM=1-n Cropping Specification Index */
8938    public static final int CroppingSpecificationIndex = 0x00701205;
8939
8940    /** (0070,1206) VR=CS VM=1 Compositing Method (retired) */
8941    public static final int CompositingMethod = 0x00701206;
8942
8943    /** (0070,1207) VR=US VM=1 Volumetric Presentation Input Number */
8944    public static final int VolumetricPresentationInputNumber = 0x00701207;
8945
8946    /** (0070,1208) VR=CS VM=1 Image Volume Geometry */
8947    public static final int ImageVolumeGeometry = 0x00701208;
8948
8949    /** (0070,1209) VR=UI VM=1 Volumetric Presentation Input Set UID */
8950    public static final int VolumetricPresentationInputSetUID = 0x00701209;
8951
8952    /** (0070,120A) VR=SQ VM=1 Volumetric Presentation Input Set Sequence */
8953    public static final int VolumetricPresentationInputSetSequence = 0x0070120A;
8954
8955    /** (0070,120B) VR=CS VM=1 Global Crop */
8956    public static final int GlobalCrop = 0x0070120B;
8957
8958    /** (0070,120C) VR=US VM=1-n Global Cropping Specification Index */
8959    public static final int GlobalCroppingSpecificationIndex = 0x0070120C;
8960
8961    /** (0070,120D) VR=CS VM=1 Rendering Method */
8962    public static final int RenderingMethod = 0x0070120D;
8963
8964    /** (0070,1301) VR=SQ VM=1 Volume Cropping Sequence */
8965    public static final int VolumeCroppingSequence = 0x00701301;
8966
8967    /** (0070,1302) VR=CS VM=1 Volume Cropping Method */
8968    public static final int VolumeCroppingMethod = 0x00701302;
8969
8970    /** (0070,1303) VR=FD VM=6 Bounding Box Crop */
8971    public static final int BoundingBoxCrop = 0x00701303;
8972
8973    /** (0070,1304) VR=SQ VM=1 Oblique Cropping Plane Sequence */
8974    public static final int ObliqueCroppingPlaneSequence = 0x00701304;
8975
8976    /** (0070,1305) VR=FD VM=4 Plane */
8977    public static final int Plane = 0x00701305;
8978
8979    /** (0070,1306) VR=FD VM=3 Plane Normal */
8980    public static final int PlaneNormal = 0x00701306;
8981
8982    /** (0070,1309) VR=US VM=1 Cropping Specification Number */
8983    public static final int CroppingSpecificationNumber = 0x00701309;
8984
8985    /** (0070,1501) VR=CS VM=1 Multi-Planar Reconstruction Style */
8986    public static final int MultiPlanarReconstructionStyle = 0x00701501;
8987
8988    /** (0070,1502) VR=CS VM=1 MPR Thickness Type */
8989    public static final int MPRThicknessType = 0x00701502;
8990
8991    /** (0070,1503) VR=FD VM=1 MPR Slab Thickness */
8992    public static final int MPRSlabThickness = 0x00701503;
8993
8994    /** (0070,1505) VR=FD VM=3 MPR Top Left Hand Corner */
8995    public static final int MPRTopLeftHandCorner = 0x00701505;
8996
8997    /** (0070,1507) VR=FD VM=3 MPR View Width Direction */
8998    public static final int MPRViewWidthDirection = 0x00701507;
8999
9000    /** (0070,1508) VR=FD VM=1 MPR View Width */
9001    public static final int MPRViewWidth = 0x00701508;
9002
9003    /** (0070,150C) VR=UL VM=1 Number of Volumetric Curve Points */
9004    public static final int NumberOfVolumetricCurvePoints = 0x0070150C;
9005
9006    /** (0070,150D) VR=OD VM=1 Volumetric Curve Points */
9007    public static final int VolumetricCurvePoints = 0x0070150D;
9008
9009    /** (0070,1511) VR=FD VM=3 MPR View Height Direction */
9010    public static final int MPRViewHeightDirection = 0x00701511;
9011
9012    /** (0070,1512) VR=FD VM=1 MPR View Height */
9013    public static final int MPRViewHeight = 0x00701512;
9014
9015    /** (0070,1602) VR=CS VM=1 Render Projection */
9016    public static final int RenderProjection = 0x00701602;
9017
9018    /** (0070,1603) VR=FD VM=3 Viewpoint Position */
9019    public static final int ViewpointPosition = 0x00701603;
9020
9021    /** (0070,1604) VR=FD VM=3 Viewpoint LookAt Point */
9022    public static final int ViewpointLookAtPoint = 0x00701604;
9023
9024    /** (0070,1605) VR=FD VM=3 Viewpoint Up Direction */
9025    public static final int ViewpointUpDirection = 0x00701605;
9026
9027    /** (0070,1606) VR=FD VM=6 Render Field of View */
9028    public static final int RenderFieldOfView = 0x00701606;
9029
9030    /** (0070,1607) VR=FD VM=1 Sampling Step Size */
9031    public static final int SamplingStepSize = 0x00701607;
9032
9033    /** (0070,1701) VR=CS VM=1 Shading Style */
9034    public static final int ShadingStyle = 0x00701701;
9035
9036    /** (0070,1702) VR=FD VM=1 Ambient Reflection Intensity */
9037    public static final int AmbientReflectionIntensity = 0x00701702;
9038
9039    /** (0070,1703) VR=FD VM=3 Light Direction */
9040    public static final int LightDirection = 0x00701703;
9041
9042    /** (0070,1704) VR=FD VM=1 Diffuse Reflection Intensity */
9043    public static final int DiffuseReflectionIntensity = 0x00701704;
9044
9045    /** (0070,1705) VR=FD VM=1 Specular Reflection Intensity */
9046    public static final int SpecularReflectionIntensity = 0x00701705;
9047
9048    /** (0070,1706) VR=FD VM=1 Shininess */
9049    public static final int Shininess = 0x00701706;
9050
9051    /** (0070,1801) VR=SQ VM=1 Presentation State Classification Component Sequence */
9052    public static final int PresentationStateClassificationComponentSequence = 0x00701801;
9053
9054    /** (0070,1802) VR=CS VM=1 Component Type */
9055    public static final int ComponentType = 0x00701802;
9056
9057    /** (0070,1803) VR=SQ VM=1 Component Input Sequence */
9058    public static final int ComponentInputSequence = 0x00701803;
9059
9060    /** (0070,1804) VR=US VM=1 Volumetric Presentation Input Index */
9061    public static final int VolumetricPresentationInputIndex = 0x00701804;
9062
9063    /** (0070,1805) VR=SQ VM=1 Presentation State Compositor Component Sequence */
9064    public static final int PresentationStateCompositorComponentSequence = 0x00701805;
9065
9066    /** (0070,1806) VR=SQ VM=1 Weighting Transfer Function Sequence */
9067    public static final int WeightingTransferFunctionSequence = 0x00701806;
9068
9069    /** (0070,1807) VR=US VM=3 Weighting Lookup Table Descriptor */
9070    public static final int WeightingLookupTableDescriptor = 0x00701807;
9071
9072    /** (0070,1808) VR=OB VM=1 Weighting Lookup Table Data */
9073    public static final int WeightingLookupTableData = 0x00701808;
9074
9075    /** (0070,1901) VR=SQ VM=1 Volumetric Annotation Sequence */
9076    public static final int VolumetricAnnotationSequence = 0x00701901;
9077
9078    /** (0070,1903) VR=SQ VM=1 Referenced Structured Context Sequence */
9079    public static final int ReferencedStructuredContextSequence = 0x00701903;
9080
9081    /** (0070,1904) VR=UI VM=1 Referenced Content Item */
9082    public static final int ReferencedContentItem = 0x00701904;
9083
9084    /** (0070,1905) VR=SQ VM=1 Volumetric Presentation Input Annotation Sequence */
9085    public static final int VolumetricPresentationInputAnnotationSequence = 0x00701905;
9086
9087    /** (0070,1907) VR=CS VM=1 Annotation Clipping */
9088    public static final int AnnotationClipping = 0x00701907;
9089
9090    /** (0070,1A01) VR=CS VM=1 Presentation Animation Style */
9091    public static final int PresentationAnimationStyle = 0x00701A01;
9092
9093    /** (0070,1A03) VR=FD VM=1 Recommended Animation Rate */
9094    public static final int RecommendedAnimationRate = 0x00701A03;
9095
9096    /** (0070,1A04) VR=SQ VM=1 Animation Curve Sequence */
9097    public static final int AnimationCurveSequence = 0x00701A04;
9098
9099    /** (0070,1A05) VR=FD VM=1 Animation Step Size */
9100    public static final int AnimationStepSize = 0x00701A05;
9101
9102    /** (0070,1A06) VR=FD VM=1 Swivel Range */
9103    public static final int SwivelRange = 0x00701A06;
9104
9105    /** (0070,1A07) VR=OD VM=1 Volumetric Curve Up Directions */
9106    public static final int VolumetricCurveUpDirections = 0x00701A07;
9107
9108    /** (0070,1A08) VR=SQ VM=1 Volume Stream Sequence */
9109    public static final int VolumeStreamSequence = 0x00701A08;
9110
9111    /** (0070,1A09) VR=LO VM=1 RGBA Transfer Function Description */
9112    public static final int RGBATransferFunctionDescription = 0x00701A09;
9113
9114    /** (0070,1B01) VR=SQ VM=1 Advanced Blending Sequence */
9115    public static final int AdvancedBlendingSequence = 0x00701B01;
9116
9117    /** (0070,1B02) VR=US VM=1 Blending Input Number */
9118    public static final int BlendingInputNumber = 0x00701B02;
9119
9120    /** (0070,1B03) VR=SQ VM=1 Blending Display Input Sequence */
9121    public static final int BlendingDisplayInputSequence = 0x00701B03;
9122
9123    /** (0070,1B04) VR=SQ VM=1 Blending Display Sequence */
9124    public static final int BlendingDisplaySequence = 0x00701B04;
9125
9126    /** (0070,1B06) VR=CS VM=1 Blending Mode */
9127    public static final int BlendingMode = 0x00701B06;
9128
9129    /** (0070,1B07) VR=CS VM=1 Time Series Blending */
9130    public static final int TimeSeriesBlending = 0x00701B07;
9131
9132    /** (0070,1B08) VR=CS VM=1 Geometry for Display */
9133    public static final int GeometryForDisplay = 0x00701B08;
9134
9135    /** (0070,1B11) VR=SQ VM=1 Threshold Sequence */
9136    public static final int ThresholdSequence = 0x00701B11;
9137
9138    /** (0070,1B12) VR=SQ VM=1 Threshold Value Sequence */
9139    public static final int ThresholdValueSequence = 0x00701B12;
9140
9141    /** (0070,1B13) VR=CS VM=1 Threshold Type */
9142    public static final int ThresholdType = 0x00701B13;
9143
9144    /** (0070,1B14) VR=FD VM=1 Threshold Value */
9145    public static final int ThresholdValue = 0x00701B14;
9146
9147    /** (0072,0002) VR=SH VM=1 Hanging Protocol Name */
9148    public static final int HangingProtocolName = 0x00720002;
9149
9150    /** (0072,0004) VR=LO VM=1 Hanging Protocol Description */
9151    public static final int HangingProtocolDescription = 0x00720004;
9152
9153    /** (0072,0006) VR=CS VM=1 Hanging Protocol Level */
9154    public static final int HangingProtocolLevel = 0x00720006;
9155
9156    /** (0072,0008) VR=LO VM=1 Hanging Protocol Creator */
9157    public static final int HangingProtocolCreator = 0x00720008;
9158
9159    /** (0072,000A) VR=DT VM=1 Hanging Protocol Creation DateTime */
9160    public static final int HangingProtocolCreationDateTime = 0x0072000A;
9161
9162    /** (0072,000C) VR=SQ VM=1 Hanging Protocol Definition Sequence */
9163    public static final int HangingProtocolDefinitionSequence = 0x0072000C;
9164
9165    /** (0072,000E) VR=SQ VM=1 Hanging Protocol User Identification Code Sequence */
9166    public static final int HangingProtocolUserIdentificationCodeSequence = 0x0072000E;
9167
9168    /** (0072,0010) VR=LO VM=1 Hanging Protocol User Group Name */
9169    public static final int HangingProtocolUserGroupName = 0x00720010;
9170
9171    /** (0072,0012) VR=SQ VM=1 Source Hanging Protocol Sequence */
9172    public static final int SourceHangingProtocolSequence = 0x00720012;
9173
9174    /** (0072,0014) VR=US VM=1 Number of Priors Referenced */
9175    public static final int NumberOfPriorsReferenced = 0x00720014;
9176
9177    /** (0072,0020) VR=SQ VM=1 Image Sets Sequence */
9178    public static final int ImageSetsSequence = 0x00720020;
9179
9180    /** (0072,0022) VR=SQ VM=1 Image Set Selector Sequence */
9181    public static final int ImageSetSelectorSequence = 0x00720022;
9182
9183    /** (0072,0024) VR=CS VM=1 Image Set Selector Usage Flag */
9184    public static final int ImageSetSelectorUsageFlag = 0x00720024;
9185
9186    /** (0072,0026) VR=AT VM=1 Selector Attribute */
9187    public static final int SelectorAttribute = 0x00720026;
9188
9189    /** (0072,0028) VR=US VM=1 Selector Value Number */
9190    public static final int SelectorValueNumber = 0x00720028;
9191
9192    /** (0072,0030) VR=SQ VM=1 Time Based Image Sets Sequence */
9193    public static final int TimeBasedImageSetsSequence = 0x00720030;
9194
9195    /** (0072,0032) VR=US VM=1 Image Set Number */
9196    public static final int ImageSetNumber = 0x00720032;
9197
9198    /** (0072,0034) VR=CS VM=1 Image Set Selector Category */
9199    public static final int ImageSetSelectorCategory = 0x00720034;
9200
9201    /** (0072,0038) VR=US VM=2 Relative Time */
9202    public static final int RelativeTime = 0x00720038;
9203
9204    /** (0072,003A) VR=CS VM=1 Relative Time Units */
9205    public static final int RelativeTimeUnits = 0x0072003A;
9206
9207    /** (0072,003C) VR=SS VM=2 Abstract Prior Value */
9208    public static final int AbstractPriorValue = 0x0072003C;
9209
9210    /** (0072,003E) VR=SQ VM=1 Abstract Prior Code Sequence */
9211    public static final int AbstractPriorCodeSequence = 0x0072003E;
9212
9213    /** (0072,0040) VR=LO VM=1 Image Set Label */
9214    public static final int ImageSetLabel = 0x00720040;
9215
9216    /** (0072,0050) VR=CS VM=1 Selector Attribute VR */
9217    public static final int SelectorAttributeVR = 0x00720050;
9218
9219    /** (0072,0052) VR=AT VM=1-n Selector Sequence Pointer */
9220    public static final int SelectorSequencePointer = 0x00720052;
9221
9222    /** (0072,0054) VR=LO VM=1-n Selector Sequence Pointer Private Creator */
9223    public static final int SelectorSequencePointerPrivateCreator = 0x00720054;
9224
9225    /** (0072,0056) VR=LO VM=1 Selector Attribute Private Creator */
9226    public static final int SelectorAttributePrivateCreator = 0x00720056;
9227
9228    /** (0072,005E) VR=AE VM=1-n Selector AE Value */
9229    public static final int SelectorAEValue = 0x0072005E;
9230
9231    /** (0072,005F) VR=AS VM=1-n Selector AS Value */
9232    public static final int SelectorASValue = 0x0072005F;
9233
9234    /** (0072,0060) VR=AT VM=1-n Selector AT Value */
9235    public static final int SelectorATValue = 0x00720060;
9236
9237    /** (0072,0061) VR=DA VM=1-n Selector DA Value */
9238    public static final int SelectorDAValue = 0x00720061;
9239
9240    /** (0072,0062) VR=CS VM=1-n Selector CS Value */
9241    public static final int SelectorCSValue = 0x00720062;
9242
9243    /** (0072,0063) VR=DT VM=1-n Selector DT Value */
9244    public static final int SelectorDTValue = 0x00720063;
9245
9246    /** (0072,0064) VR=IS VM=1-n Selector IS Value */
9247    public static final int SelectorISValue = 0x00720064;
9248
9249    /** (0072,0065) VR=OB VM=1 Selector OB Value */
9250    public static final int SelectorOBValue = 0x00720065;
9251
9252    /** (0072,0066) VR=LO VM=1-n Selector LO Value */
9253    public static final int SelectorLOValue = 0x00720066;
9254
9255    /** (0072,0067) VR=OF VM=1 Selector OF Value */
9256    public static final int SelectorOFValue = 0x00720067;
9257
9258    /** (0072,0068) VR=LT VM=1 Selector LT Value */
9259    public static final int SelectorLTValue = 0x00720068;
9260
9261    /** (0072,0069) VR=OW VM=1 Selector OW Value */
9262    public static final int SelectorOWValue = 0x00720069;
9263
9264    /** (0072,006A) VR=PN VM=1-n Selector PN Value */
9265    public static final int SelectorPNValue = 0x0072006A;
9266
9267    /** (0072,006B) VR=TM VM=1-n Selector TM Value */
9268    public static final int SelectorTMValue = 0x0072006B;
9269
9270    /** (0072,006C) VR=SH VM=1-n Selector SH Value */
9271    public static final int SelectorSHValue = 0x0072006C;
9272
9273    /** (0072,006D) VR=UN VM=1 Selector UN Value */
9274    public static final int SelectorUNValue = 0x0072006D;
9275
9276    /** (0072,006E) VR=ST VM=1 Selector ST Value */
9277    public static final int SelectorSTValue = 0x0072006E;
9278
9279    /** (0072,006F) VR=UC VM=1-n Selector UC Value */
9280    public static final int SelectorUCValue = 0x0072006F;
9281
9282    /** (0072,0070) VR=UT VM=1 Selector UT Value */
9283    public static final int SelectorUTValue = 0x00720070;
9284
9285    /** (0072,0071) VR=UR VM=1 Selector UR Value */
9286    public static final int SelectorURValue = 0x00720071;
9287
9288    /** (0072,0072) VR=DS VM=1-n Selector DS Value */
9289    public static final int SelectorDSValue = 0x00720072;
9290
9291    /** (0072,0073) VR=OD VM=1 Selector OD Value */
9292    public static final int SelectorODValue = 0x00720073;
9293
9294    /** (0072,0074) VR=FD VM=1-n Selector FD Value */
9295    public static final int SelectorFDValue = 0x00720074;
9296
9297    /** (0072,0075) VR=OL VM=1 Selector OL Value */
9298    public static final int SelectorOLValue = 0x00720075;
9299
9300    /** (0072,0076) VR=FL VM=1-n Selector FL Value */
9301    public static final int SelectorFLValue = 0x00720076;
9302
9303    /** (0072,0078) VR=UL VM=1-n Selector UL Value */
9304    public static final int SelectorULValue = 0x00720078;
9305
9306    /** (0072,007A) VR=US VM=1-n Selector US Value */
9307    public static final int SelectorUSValue = 0x0072007A;
9308
9309    /** (0072,007C) VR=SL VM=1-n Selector SL Value */
9310    public static final int SelectorSLValue = 0x0072007C;
9311
9312    /** (0072,007E) VR=SS VM=1-n Selector SS Value */
9313    public static final int SelectorSSValue = 0x0072007E;
9314
9315    /** (0072,007F) VR=UI VM=1-n Selector UI Value */
9316    public static final int SelectorUIValue = 0x0072007F;
9317
9318    /** (0072,0080) VR=SQ VM=1 Selector Code Sequence Value */
9319    public static final int SelectorCodeSequenceValue = 0x00720080;
9320
9321    /** (0072,0100) VR=US VM=1 Number of Screens */
9322    public static final int NumberOfScreens = 0x00720100;
9323
9324    /** (0072,0102) VR=SQ VM=1 Nominal Screen Definition Sequence */
9325    public static final int NominalScreenDefinitionSequence = 0x00720102;
9326
9327    /** (0072,0104) VR=US VM=1 Number of Vertical Pixels */
9328    public static final int NumberOfVerticalPixels = 0x00720104;
9329
9330    /** (0072,0106) VR=US VM=1 Number of Horizontal Pixels */
9331    public static final int NumberOfHorizontalPixels = 0x00720106;
9332
9333    /** (0072,0108) VR=FD VM=4 Display Environment Spatial Position */
9334    public static final int DisplayEnvironmentSpatialPosition = 0x00720108;
9335
9336    /** (0072,010A) VR=US VM=1 Screen Minimum Grayscale Bit Depth */
9337    public static final int ScreenMinimumGrayscaleBitDepth = 0x0072010A;
9338
9339    /** (0072,010C) VR=US VM=1 Screen Minimum Color Bit Depth */
9340    public static final int ScreenMinimumColorBitDepth = 0x0072010C;
9341
9342    /** (0072,010E) VR=US VM=1 Application Maximum Repaint Time */
9343    public static final int ApplicationMaximumRepaintTime = 0x0072010E;
9344
9345    /** (0072,0200) VR=SQ VM=1 Display Sets Sequence */
9346    public static final int DisplaySetsSequence = 0x00720200;
9347
9348    /** (0072,0202) VR=US VM=1 Display Set Number */
9349    public static final int DisplaySetNumber = 0x00720202;
9350
9351    /** (0072,0203) VR=LO VM=1 Display Set Label */
9352    public static final int DisplaySetLabel = 0x00720203;
9353
9354    /** (0072,0204) VR=US VM=1 Display Set Presentation Group */
9355    public static final int DisplaySetPresentationGroup = 0x00720204;
9356
9357    /** (0072,0206) VR=LO VM=1 Display Set Presentation Group Description */
9358    public static final int DisplaySetPresentationGroupDescription = 0x00720206;
9359
9360    /** (0072,0208) VR=CS VM=1 Partial Data Display Handling */
9361    public static final int PartialDataDisplayHandling = 0x00720208;
9362
9363    /** (0072,0210) VR=SQ VM=1 Synchronized Scrolling Sequence */
9364    public static final int SynchronizedScrollingSequence = 0x00720210;
9365
9366    /** (0072,0212) VR=US VM=2-n Display Set Scrolling Group */
9367    public static final int DisplaySetScrollingGroup = 0x00720212;
9368
9369    /** (0072,0214) VR=SQ VM=1 Navigation Indicator Sequence */
9370    public static final int NavigationIndicatorSequence = 0x00720214;
9371
9372    /** (0072,0216) VR=US VM=1 Navigation Display Set */
9373    public static final int NavigationDisplaySet = 0x00720216;
9374
9375    /** (0072,0218) VR=US VM=1-n Reference Display Sets */
9376    public static final int ReferenceDisplaySets = 0x00720218;
9377
9378    /** (0072,0300) VR=SQ VM=1 Image Boxes Sequence */
9379    public static final int ImageBoxesSequence = 0x00720300;
9380
9381    /** (0072,0302) VR=US VM=1 Image Box Number */
9382    public static final int ImageBoxNumber = 0x00720302;
9383
9384    /** (0072,0304) VR=CS VM=1 Image Box Layout Type */
9385    public static final int ImageBoxLayoutType = 0x00720304;
9386
9387    /** (0072,0306) VR=US VM=1 Image Box Tile Horizontal Dimension */
9388    public static final int ImageBoxTileHorizontalDimension = 0x00720306;
9389
9390    /** (0072,0308) VR=US VM=1 Image Box Tile Vertical Dimension */
9391    public static final int ImageBoxTileVerticalDimension = 0x00720308;
9392
9393    /** (0072,0310) VR=CS VM=1 Image Box Scroll Direction */
9394    public static final int ImageBoxScrollDirection = 0x00720310;
9395
9396    /** (0072,0312) VR=CS VM=1 Image Box Small Scroll Type */
9397    public static final int ImageBoxSmallScrollType = 0x00720312;
9398
9399    /** (0072,0314) VR=US VM=1 Image Box Small Scroll Amount */
9400    public static final int ImageBoxSmallScrollAmount = 0x00720314;
9401
9402    /** (0072,0316) VR=CS VM=1 Image Box Large Scroll Type */
9403    public static final int ImageBoxLargeScrollType = 0x00720316;
9404
9405    /** (0072,0318) VR=US VM=1 Image Box Large Scroll Amount */
9406    public static final int ImageBoxLargeScrollAmount = 0x00720318;
9407
9408    /** (0072,0320) VR=US VM=1 Image Box Overlap Priority */
9409    public static final int ImageBoxOverlapPriority = 0x00720320;
9410
9411    /** (0072,0330) VR=FD VM=1 Cine Relative to Real-Time */
9412    public static final int CineRelativeToRealTime = 0x00720330;
9413
9414    /** (0072,0400) VR=SQ VM=1 Filter Operations Sequence */
9415    public static final int FilterOperationsSequence = 0x00720400;
9416
9417    /** (0072,0402) VR=CS VM=1 Filter-by Category */
9418    public static final int FilterByCategory = 0x00720402;
9419
9420    /** (0072,0404) VR=CS VM=1 Filter-by Attribute Presence */
9421    public static final int FilterByAttributePresence = 0x00720404;
9422
9423    /** (0072,0406) VR=CS VM=1 Filter-by Operator */
9424    public static final int FilterByOperator = 0x00720406;
9425
9426    /** (0072,0420) VR=US VM=3 Structured Display Background CIELab Value */
9427    public static final int StructuredDisplayBackgroundCIELabValue = 0x00720420;
9428
9429    /** (0072,0421) VR=US VM=3 Empty Image Box CIELab Value */
9430    public static final int EmptyImageBoxCIELabValue = 0x00720421;
9431
9432    /** (0072,0422) VR=SQ VM=1 Structured Display Image Box Sequence */
9433    public static final int StructuredDisplayImageBoxSequence = 0x00720422;
9434
9435    /** (0072,0424) VR=SQ VM=1 Structured Display Text Box Sequence */
9436    public static final int StructuredDisplayTextBoxSequence = 0x00720424;
9437
9438    /** (0072,0427) VR=SQ VM=1 Referenced First Frame Sequence */
9439    public static final int ReferencedFirstFrameSequence = 0x00720427;
9440
9441    /** (0072,0430) VR=SQ VM=1 Image Box Synchronization Sequence */
9442    public static final int ImageBoxSynchronizationSequence = 0x00720430;
9443
9444    /** (0072,0432) VR=US VM=2-n Synchronized Image Box List */
9445    public static final int SynchronizedImageBoxList = 0x00720432;
9446
9447    /** (0072,0434) VR=CS VM=1 Type of Synchronization */
9448    public static final int TypeOfSynchronization = 0x00720434;
9449
9450    /** (0072,0500) VR=CS VM=1 Blending Operation Type */
9451    public static final int BlendingOperationType = 0x00720500;
9452
9453    /** (0072,0510) VR=CS VM=1 Reformatting Operation Type */
9454    public static final int ReformattingOperationType = 0x00720510;
9455
9456    /** (0072,0512) VR=FD VM=1 Reformatting Thickness */
9457    public static final int ReformattingThickness = 0x00720512;
9458
9459    /** (0072,0514) VR=FD VM=1 Reformatting Interval */
9460    public static final int ReformattingInterval = 0x00720514;
9461
9462    /** (0072,0516) VR=CS VM=1 Reformatting Operation Initial View Direction */
9463    public static final int ReformattingOperationInitialViewDirection = 0x00720516;
9464
9465    /** (0072,0520) VR=CS VM=1-n 3D Rendering Type */
9466    public static final int ThreeDRenderingType = 0x00720520;
9467
9468    /** (0072,0600) VR=SQ VM=1 Sorting Operations Sequence */
9469    public static final int SortingOperationsSequence = 0x00720600;
9470
9471    /** (0072,0602) VR=CS VM=1 Sort-by Category */
9472    public static final int SortByCategory = 0x00720602;
9473
9474    /** (0072,0604) VR=CS VM=1 Sorting Direction */
9475    public static final int SortingDirection = 0x00720604;
9476
9477    /** (0072,0700) VR=CS VM=2 Display Set Patient Orientation */
9478    public static final int DisplaySetPatientOrientation = 0x00720700;
9479
9480    /** (0072,0702) VR=CS VM=1 VOI Type */
9481    public static final int VOIType = 0x00720702;
9482
9483    /** (0072,0704) VR=CS VM=1 Pseudo-Color Type */
9484    public static final int PseudoColorType = 0x00720704;
9485
9486    /** (0072,0705) VR=SQ VM=1 Pseudo-Color Palette Instance Reference Sequence */
9487    public static final int PseudoColorPaletteInstanceReferenceSequence = 0x00720705;
9488
9489    /** (0072,0706) VR=CS VM=1 Show Grayscale Inverted */
9490    public static final int ShowGrayscaleInverted = 0x00720706;
9491
9492    /** (0072,0710) VR=CS VM=1 Show Image True Size Flag */
9493    public static final int ShowImageTrueSizeFlag = 0x00720710;
9494
9495    /** (0072,0712) VR=CS VM=1 Show Graphic Annotation Flag */
9496    public static final int ShowGraphicAnnotationFlag = 0x00720712;
9497
9498    /** (0072,0714) VR=CS VM=1 Show Patient Demographics Flag */
9499    public static final int ShowPatientDemographicsFlag = 0x00720714;
9500
9501    /** (0072,0716) VR=CS VM=1 Show Acquisition Techniques Flag */
9502    public static final int ShowAcquisitionTechniquesFlag = 0x00720716;
9503
9504    /** (0072,0717) VR=CS VM=1 Display Set Horizontal Justification */
9505    public static final int DisplaySetHorizontalJustification = 0x00720717;
9506
9507    /** (0072,0718) VR=CS VM=1 Display Set Vertical Justification */
9508    public static final int DisplaySetVerticalJustification = 0x00720718;
9509
9510    /** (0074,0120) VR=FD VM=1 Continuation Start Meterset */
9511    public static final int ContinuationStartMeterset = 0x00740120;
9512
9513    /** (0074,0121) VR=FD VM=1 Continuation End Meterset */
9514    public static final int ContinuationEndMeterset = 0x00740121;
9515
9516    /** (0074,1000) VR=CS VM=1 Procedure Step State */
9517    public static final int ProcedureStepState = 0x00741000;
9518
9519    /** (0074,1002) VR=SQ VM=1 Procedure Step Progress Information Sequence */
9520    public static final int ProcedureStepProgressInformationSequence = 0x00741002;
9521
9522    /** (0074,1004) VR=DS VM=1 Procedure Step Progress */
9523    public static final int ProcedureStepProgress = 0x00741004;
9524
9525    /** (0074,1006) VR=ST VM=1 Procedure Step Progress Description */
9526    public static final int ProcedureStepProgressDescription = 0x00741006;
9527
9528    /** (0074,1008) VR=SQ VM=1 Procedure Step Communications URI Sequence */
9529    public static final int ProcedureStepCommunicationsURISequence = 0x00741008;
9530
9531    /** (0074,100A) VR=UR VM=1 Contact URI */
9532    public static final int ContactURI = 0x0074100A;
9533
9534    /** (0074,100C) VR=LO VM=1 Contact Display Name */
9535    public static final int ContactDisplayName = 0x0074100C;
9536
9537    /** (0074,100E) VR=SQ VM=1 Procedure Step Discontinuation Reason Code Sequence */
9538    public static final int ProcedureStepDiscontinuationReasonCodeSequence = 0x0074100E;
9539
9540    /** (0074,1020) VR=SQ VM=1 Beam Task Sequence */
9541    public static final int BeamTaskSequence = 0x00741020;
9542
9543    /** (0074,1022) VR=CS VM=1 Beam Task Type */
9544    public static final int BeamTaskType = 0x00741022;
9545
9546    /** (0074,1024) VR=IS VM=1 Beam Order Index (Trial) (retired) */
9547    public static final int BeamOrderIndexTrial = 0x00741024;
9548
9549    /** (0074,1025) VR=CS VM=1 Autosequence Flag */
9550    public static final int AutosequenceFlag = 0x00741025;
9551
9552    /** (0074,1026) VR=FD VM=1 Table Top Vertical Adjusted Position */
9553    public static final int TableTopVerticalAdjustedPosition = 0x00741026;
9554
9555    /** (0074,1027) VR=FD VM=1 Table Top Longitudinal Adjusted Position */
9556    public static final int TableTopLongitudinalAdjustedPosition = 0x00741027;
9557
9558    /** (0074,1028) VR=FD VM=1 Table Top Lateral Adjusted Position */
9559    public static final int TableTopLateralAdjustedPosition = 0x00741028;
9560
9561    /** (0074,102A) VR=FD VM=1 Patient Support Adjusted Angle */
9562    public static final int PatientSupportAdjustedAngle = 0x0074102A;
9563
9564    /** (0074,102B) VR=FD VM=1 Table Top Eccentric Adjusted Angle */
9565    public static final int TableTopEccentricAdjustedAngle = 0x0074102B;
9566
9567    /** (0074,102C) VR=FD VM=1 Table Top Pitch Adjusted Angle */
9568    public static final int TableTopPitchAdjustedAngle = 0x0074102C;
9569
9570    /** (0074,102D) VR=FD VM=1 Table Top Roll Adjusted Angle */
9571    public static final int TableTopRollAdjustedAngle = 0x0074102D;
9572
9573    /** (0074,1030) VR=SQ VM=1 Delivery Verification Image Sequence */
9574    public static final int DeliveryVerificationImageSequence = 0x00741030;
9575
9576    /** (0074,1032) VR=CS VM=1 Verification Image Timing */
9577    public static final int VerificationImageTiming = 0x00741032;
9578
9579    /** (0074,1034) VR=CS VM=1 Double Exposure Flag */
9580    public static final int DoubleExposureFlag = 0x00741034;
9581
9582    /** (0074,1036) VR=CS VM=1 Double Exposure Ordering */
9583    public static final int DoubleExposureOrdering = 0x00741036;
9584
9585    /** (0074,1038) VR=DS VM=1 Double Exposure Meterset (Trial) (retired) */
9586    public static final int DoubleExposureMetersetTrial = 0x00741038;
9587
9588    /** (0074,103A) VR=DS VM=4 Double Exposure Field Delta (Trial) (retired) */
9589    public static final int DoubleExposureFieldDeltaTrial = 0x0074103A;
9590
9591    /** (0074,1040) VR=SQ VM=1 Related Reference RT Image Sequence */
9592    public static final int RelatedReferenceRTImageSequence = 0x00741040;
9593
9594    /** (0074,1042) VR=SQ VM=1 General Machine Verification Sequence */
9595    public static final int GeneralMachineVerificationSequence = 0x00741042;
9596
9597    /** (0074,1044) VR=SQ VM=1 Conventional Machine Verification Sequence */
9598    public static final int ConventionalMachineVerificationSequence = 0x00741044;
9599
9600    /** (0074,1046) VR=SQ VM=1 Ion Machine Verification Sequence */
9601    public static final int IonMachineVerificationSequence = 0x00741046;
9602
9603    /** (0074,1048) VR=SQ VM=1 Failed Attributes Sequence */
9604    public static final int FailedAttributesSequence = 0x00741048;
9605
9606    /** (0074,104A) VR=SQ VM=1 Overridden Attributes Sequence */
9607    public static final int OverriddenAttributesSequence = 0x0074104A;
9608
9609    /** (0074,104C) VR=SQ VM=1 Conventional Control Point Verification Sequence */
9610    public static final int ConventionalControlPointVerificationSequence = 0x0074104C;
9611
9612    /** (0074,104E) VR=SQ VM=1 Ion Control Point Verification Sequence */
9613    public static final int IonControlPointVerificationSequence = 0x0074104E;
9614
9615    /** (0074,1050) VR=SQ VM=1 Attribute Occurrence Sequence */
9616    public static final int AttributeOccurrenceSequence = 0x00741050;
9617
9618    /** (0074,1052) VR=AT VM=1 Attribute Occurrence Pointer */
9619    public static final int AttributeOccurrencePointer = 0x00741052;
9620
9621    /** (0074,1054) VR=UL VM=1 Attribute Item Selector */
9622    public static final int AttributeItemSelector = 0x00741054;
9623
9624    /** (0074,1056) VR=LO VM=1 Attribute Occurrence Private Creator */
9625    public static final int AttributeOccurrencePrivateCreator = 0x00741056;
9626
9627    /** (0074,1057) VR=IS VM=1-n Selector Sequence Pointer Items */
9628    public static final int SelectorSequencePointerItems = 0x00741057;
9629
9630    /** (0074,1200) VR=CS VM=1 Scheduled Procedure Step Priority */
9631    public static final int ScheduledProcedureStepPriority = 0x00741200;
9632
9633    /** (0074,1202) VR=LO VM=1 Worklist Label */
9634    public static final int WorklistLabel = 0x00741202;
9635
9636    /** (0074,1204) VR=LO VM=1 Procedure Step Label */
9637    public static final int ProcedureStepLabel = 0x00741204;
9638
9639    /** (0074,1210) VR=SQ VM=1 Scheduled Processing Parameters Sequence */
9640    public static final int ScheduledProcessingParametersSequence = 0x00741210;
9641
9642    /** (0074,1212) VR=SQ VM=1 Performed Processing Parameters Sequence */
9643    public static final int PerformedProcessingParametersSequence = 0x00741212;
9644
9645    /** (0074,1216) VR=SQ VM=1 Unified Procedure Step Performed Procedure Sequence */
9646    public static final int UnifiedProcedureStepPerformedProcedureSequence = 0x00741216;
9647
9648    /** (0074,1220) VR=SQ VM=1 Related Procedure Step Sequence (retired) */
9649    public static final int RelatedProcedureStepSequence = 0x00741220;
9650
9651    /** (0074,1222) VR=LO VM=1 Procedure Step Relationship Type (retired) */
9652    public static final int ProcedureStepRelationshipType = 0x00741222;
9653
9654    /** (0074,1224) VR=SQ VM=1 Replaced Procedure Step Sequence */
9655    public static final int ReplacedProcedureStepSequence = 0x00741224;
9656
9657    /** (0074,1230) VR=LO VM=1 Deletion Lock */
9658    public static final int DeletionLock = 0x00741230;
9659
9660    /** (0074,1234) VR=AE VM=1 Receiving AE */
9661    public static final int ReceivingAE = 0x00741234;
9662
9663    /** (0074,1236) VR=AE VM=1 Requesting AE */
9664    public static final int RequestingAE = 0x00741236;
9665
9666    /** (0074,1238) VR=LT VM=1 Reason for Cancellation */
9667    public static final int ReasonForCancellation = 0x00741238;
9668
9669    /** (0074,1242) VR=CS VM=1 SCP Status */
9670    public static final int SCPStatus = 0x00741242;
9671
9672    /** (0074,1244) VR=CS VM=1 Subscription List Status */
9673    public static final int SubscriptionListStatus = 0x00741244;
9674
9675    /** (0074,1246) VR=CS VM=1 Unified Procedure Step List Status */
9676    public static final int UnifiedProcedureStepListStatus = 0x00741246;
9677
9678    /** (0074,1324) VR=UL VM=1 Beam Order Index */
9679    public static final int BeamOrderIndex = 0x00741324;
9680
9681    /** (0074,1338) VR=FD VM=1 Double Exposure Meterset */
9682    public static final int DoubleExposureMeterset = 0x00741338;
9683
9684    /** (0074,133A) VR=FD VM=4 Double Exposure Field Delta */
9685    public static final int DoubleExposureFieldDelta = 0x0074133A;
9686
9687    /** (0074,1401) VR=SQ VM=1 Brachy Task Sequence */
9688    public static final int BrachyTaskSequence = 0x00741401;
9689
9690    /** (0074,1402) VR=DS VM=1 Continuation Start Total Reference Air Kerma */
9691    public static final int ContinuationStartTotalReferenceAirKerma = 0x00741402;
9692
9693    /** (0074,1403) VR=DS VM=1 Continuation End Total Reference Air Kerma */
9694    public static final int ContinuationEndTotalReferenceAirKerma = 0x00741403;
9695
9696    /** (0074,1404) VR=IS VM=1 Continuation Pulse Number */
9697    public static final int ContinuationPulseNumber = 0x00741404;
9698
9699    /** (0074,1405) VR=SQ VM=1 Channel Delivery Order Sequence */
9700    public static final int ChannelDeliveryOrderSequence = 0x00741405;
9701
9702    /** (0074,1406) VR=IS VM=1 Referenced Channel Number */
9703    public static final int ReferencedChannelNumber = 0x00741406;
9704
9705    /** (0074,1407) VR=DS VM=1 Start Cumulative Time Weight */
9706    public static final int StartCumulativeTimeWeight = 0x00741407;
9707
9708    /** (0074,1408) VR=DS VM=1 End Cumulative Time Weight */
9709    public static final int EndCumulativeTimeWeight = 0x00741408;
9710
9711    /** (0074,1409) VR=SQ VM=1 Omitted Channel Sequence */
9712    public static final int OmittedChannelSequence = 0x00741409;
9713
9714    /** (0074,140A) VR=CS VM=1 Reason for Channel Omission */
9715    public static final int ReasonForChannelOmission = 0x0074140A;
9716
9717    /** (0074,140B) VR=LO VM=1 Reason for Channel Omission Description */
9718    public static final int ReasonForChannelOmissionDescription = 0x0074140B;
9719
9720    /** (0074,140C) VR=IS VM=1 Channel Delivery Order Index */
9721    public static final int ChannelDeliveryOrderIndex = 0x0074140C;
9722
9723    /** (0074,140D) VR=SQ VM=1 Channel Delivery Continuation Sequence */
9724    public static final int ChannelDeliveryContinuationSequence = 0x0074140D;
9725
9726    /** (0074,140E) VR=SQ VM=1 Omitted Application Setup Sequence */
9727    public static final int OmittedApplicationSetupSequence = 0x0074140E;
9728
9729    /** (0076,0001) VR=LO VM=1 Implant Assembly Template Name */
9730    public static final int ImplantAssemblyTemplateName = 0x00760001;
9731
9732    /** (0076,0003) VR=LO VM=1 Implant Assembly Template Issuer */
9733    public static final int ImplantAssemblyTemplateIssuer = 0x00760003;
9734
9735    /** (0076,0006) VR=LO VM=1 Implant Assembly Template Version */
9736    public static final int ImplantAssemblyTemplateVersion = 0x00760006;
9737
9738    /** (0076,0008) VR=SQ VM=1 Replaced Implant Assembly Template Sequence */
9739    public static final int ReplacedImplantAssemblyTemplateSequence = 0x00760008;
9740
9741    /** (0076,000A) VR=CS VM=1 Implant Assembly Template Type */
9742    public static final int ImplantAssemblyTemplateType = 0x0076000A;
9743
9744    /** (0076,000C) VR=SQ VM=1 Original Implant Assembly Template Sequence */
9745    public static final int OriginalImplantAssemblyTemplateSequence = 0x0076000C;
9746
9747    /** (0076,000E) VR=SQ VM=1 Derivation Implant Assembly Template Sequence */
9748    public static final int DerivationImplantAssemblyTemplateSequence = 0x0076000E;
9749
9750    /** (0076,0010) VR=SQ VM=1 Implant Assembly Template Target Anatomy Sequence */
9751    public static final int ImplantAssemblyTemplateTargetAnatomySequence = 0x00760010;
9752
9753    /** (0076,0020) VR=SQ VM=1 Procedure Type Code Sequence */
9754    public static final int ProcedureTypeCodeSequence = 0x00760020;
9755
9756    /** (0076,0030) VR=LO VM=1 Surgical Technique */
9757    public static final int SurgicalTechnique = 0x00760030;
9758
9759    /** (0076,0032) VR=SQ VM=1 Component Types Sequence */
9760    public static final int ComponentTypesSequence = 0x00760032;
9761
9762    /** (0076,0034) VR=SQ VM=1 Component Type Code Sequence */
9763    public static final int ComponentTypeCodeSequence = 0x00760034;
9764
9765    /** (0076,0036) VR=CS VM=1 Exclusive Component Type */
9766    public static final int ExclusiveComponentType = 0x00760036;
9767
9768    /** (0076,0038) VR=CS VM=1 Mandatory Component Type */
9769    public static final int MandatoryComponentType = 0x00760038;
9770
9771    /** (0076,0040) VR=SQ VM=1 Component Sequence */
9772    public static final int ComponentSequence = 0x00760040;
9773
9774    /** (0076,0055) VR=US VM=1 Component ID */
9775    public static final int ComponentID = 0x00760055;
9776
9777    /** (0076,0060) VR=SQ VM=1 Component Assembly Sequence */
9778    public static final int ComponentAssemblySequence = 0x00760060;
9779
9780    /** (0076,0070) VR=US VM=1 Component 1 Referenced ID */
9781    public static final int Component1ReferencedID = 0x00760070;
9782
9783    /** (0076,0080) VR=US VM=1 Component 1 Referenced Mating Feature Set ID */
9784    public static final int Component1ReferencedMatingFeatureSetID = 0x00760080;
9785
9786    /** (0076,0090) VR=US VM=1 Component 1 Referenced Mating Feature ID */
9787    public static final int Component1ReferencedMatingFeatureID = 0x00760090;
9788
9789    /** (0076,00A0) VR=US VM=1 Component 2 Referenced ID */
9790    public static final int Component2ReferencedID = 0x007600A0;
9791
9792    /** (0076,00B0) VR=US VM=1 Component 2 Referenced Mating Feature Set ID */
9793    public static final int Component2ReferencedMatingFeatureSetID = 0x007600B0;
9794
9795    /** (0076,00C0) VR=US VM=1 Component 2 Referenced Mating Feature ID */
9796    public static final int Component2ReferencedMatingFeatureID = 0x007600C0;
9797
9798    /** (0078,0001) VR=LO VM=1 Implant Template Group Name */
9799    public static final int ImplantTemplateGroupName = 0x00780001;
9800
9801    /** (0078,0010) VR=ST VM=1 Implant Template Group Description */
9802    public static final int ImplantTemplateGroupDescription = 0x00780010;
9803
9804    /** (0078,0020) VR=LO VM=1 Implant Template Group Issuer */
9805    public static final int ImplantTemplateGroupIssuer = 0x00780020;
9806
9807    /** (0078,0024) VR=LO VM=1 Implant Template Group Version */
9808    public static final int ImplantTemplateGroupVersion = 0x00780024;
9809
9810    /** (0078,0026) VR=SQ VM=1 Replaced Implant Template Group Sequence */
9811    public static final int ReplacedImplantTemplateGroupSequence = 0x00780026;
9812
9813    /** (0078,0028) VR=SQ VM=1 Implant Template Group Target Anatomy Sequence */
9814    public static final int ImplantTemplateGroupTargetAnatomySequence = 0x00780028;
9815
9816    /** (0078,002A) VR=SQ VM=1 Implant Template Group Members Sequence */
9817    public static final int ImplantTemplateGroupMembersSequence = 0x0078002A;
9818
9819    /** (0078,002E) VR=US VM=1 Implant Template Group Member ID */
9820    public static final int ImplantTemplateGroupMemberID = 0x0078002E;
9821
9822    /** (0078,0050) VR=FD VM=3 3D Implant Template Group Member Matching Point */
9823    public static final int ThreeDImplantTemplateGroupMemberMatchingPoint = 0x00780050;
9824
9825    /** (0078,0060) VR=FD VM=9 3D Implant Template Group Member Matching Axes */
9826    public static final int ThreeDImplantTemplateGroupMemberMatchingAxes = 0x00780060;
9827
9828    /** (0078,0070) VR=SQ VM=1 Implant Template Group Member Matching 2D Coordinates Sequence */
9829    public static final int ImplantTemplateGroupMemberMatching2DCoordinatesSequence = 0x00780070;
9830
9831    /** (0078,0090) VR=FD VM=2 2D Implant Template Group Member Matching Point */
9832    public static final int TwoDImplantTemplateGroupMemberMatchingPoint = 0x00780090;
9833
9834    /** (0078,00A0) VR=FD VM=4 2D Implant Template Group Member Matching Axes */
9835    public static final int TwoDImplantTemplateGroupMemberMatchingAxes = 0x007800A0;
9836
9837    /** (0078,00B0) VR=SQ VM=1 Implant Template Group Variation Dimension Sequence */
9838    public static final int ImplantTemplateGroupVariationDimensionSequence = 0x007800B0;
9839
9840    /** (0078,00B2) VR=LO VM=1 Implant Template Group Variation Dimension Name */
9841    public static final int ImplantTemplateGroupVariationDimensionName = 0x007800B2;
9842
9843    /** (0078,00B4) VR=SQ VM=1 Implant Template Group Variation Dimension Rank Sequence */
9844    public static final int ImplantTemplateGroupVariationDimensionRankSequence = 0x007800B4;
9845
9846    /** (0078,00B6) VR=US VM=1 Referenced Implant Template Group Member ID */
9847    public static final int ReferencedImplantTemplateGroupMemberID = 0x007800B6;
9848
9849    /** (0078,00B8) VR=US VM=1 Implant Template Group Variation Dimension Rank */
9850    public static final int ImplantTemplateGroupVariationDimensionRank = 0x007800B8;
9851
9852    /** (0080,0001) VR=SQ VM=1 Surface Scan Acquisition Type Code Sequence */
9853    public static final int SurfaceScanAcquisitionTypeCodeSequence = 0x00800001;
9854
9855    /** (0080,0002) VR=SQ VM=1 Surface Scan Mode Code Sequence */
9856    public static final int SurfaceScanModeCodeSequence = 0x00800002;
9857
9858    /** (0080,0003) VR=SQ VM=1 Registration Method Code Sequence */
9859    public static final int RegistrationMethodCodeSequence = 0x00800003;
9860
9861    /** (0080,0004) VR=FD VM=1 Shot Duration Time */
9862    public static final int ShotDurationTime = 0x00800004;
9863
9864    /** (0080,0005) VR=FD VM=1 Shot Offset Time */
9865    public static final int ShotOffsetTime = 0x00800005;
9866
9867    /** (0080,0006) VR=US VM=1-n Surface Point Presentation Value Data */
9868    public static final int SurfacePointPresentationValueData = 0x00800006;
9869
9870    /** (0080,0007) VR=US VM=3-3n Surface Point Color CIELab Value Data */
9871    public static final int SurfacePointColorCIELabValueData = 0x00800007;
9872
9873    /** (0080,0008) VR=SQ VM=1 UV Mapping Sequence */
9874    public static final int UVMappingSequence = 0x00800008;
9875
9876    /** (0080,0009) VR=SH VM=1 Texture Label */
9877    public static final int TextureLabel = 0x00800009;
9878
9879    /** (0080,0010) VR=OF VM=1-n U Value Data */
9880    public static final int UValueData = 0x00800010;
9881
9882    /** (0080,0011) VR=OF VM=1-n V Value Data */
9883    public static final int VValueData = 0x00800011;
9884
9885    /** (0080,0012) VR=SQ VM=1 Referenced Texture Sequence */
9886    public static final int ReferencedTextureSequence = 0x00800012;
9887
9888    /** (0080,0013) VR=SQ VM=1 Referenced Surface Data Sequence */
9889    public static final int ReferencedSurfaceDataSequence = 0x00800013;
9890
9891    /** (0082,0001) VR=CS VM=1 Assessment Summary */
9892    public static final int AssessmentSummary = 0x00820001;
9893
9894    /** (0082,0003) VR=UT VM=1 Assessment Summary Description */
9895    public static final int AssessmentSummaryDescription = 0x00820003;
9896
9897    /** (0082,0004) VR=SQ VM=1 Assessed SOP Instance Sequence */
9898    public static final int AssessedSOPInstanceSequence = 0x00820004;
9899
9900    /** (0082,0005) VR=SQ VM=1 Referenced Comparison SOP Instance Sequence */
9901    public static final int ReferencedComparisonSOPInstanceSequence = 0x00820005;
9902
9903    /** (0082,0006) VR=UL VM=1 Number of Assessment Observations */
9904    public static final int NumberOfAssessmentObservations = 0x00820006;
9905
9906    /** (0082,0007) VR=SQ VM=1 Assessment Observations Sequence */
9907    public static final int AssessmentObservationsSequence = 0x00820007;
9908
9909    /** (0082,0008) VR=CS VM=1 Observation Significance */
9910    public static final int ObservationSignificance = 0x00820008;
9911
9912    /** (0082,000A) VR=UT VM=1 Observation Description */
9913    public static final int ObservationDescription = 0x0082000A;
9914
9915    /** (0082,000C) VR=SQ VM=1 Structured Constraint Observation Sequence */
9916    public static final int StructuredContraintObservationSequence = 0x0082000C;
9917
9918    /** (0082,0010) VR=SQ VM=1 Assessed Attribute Value Sequence */
9919    public static final int AssessedAttributeValueSequence = 0x00820010;
9920
9921    /** (0082,0016) VR=LO VM=1 Assessment Set ID */
9922    public static final int AssessmentSetID = 0x00820016;
9923
9924    /** (0082,0017) VR=SQ VM=1 Assessment Requester Sequence */
9925    public static final int AssessmentRequesterSequence = 0x00820017;
9926
9927    /** (0082,0018) VR=LO VM=1 Selector Attribute Name */
9928    public static final int SelectorAttributeName = 0x00820018;
9929
9930    /** (0082,0019) VR=LO VM=1 Selector Attribute Keyword */
9931    public static final int SelectorAttributeKeyword = 0x00820019;
9932
9933    /** (0082,0021) VR=SQ VM=1 Assessment Type Code Sequence */
9934    public static final int AssessmentTypeCodeSequence = 0x00820021;
9935
9936    /** (0082,0022) VR=SQ VM=1 Observation Basis Code Sequence */
9937    public static final int ObservationBasisCodeSequence = 0x00820022;
9938
9939    /** (0082,0023) VR=LO VM=1 Assessment Label */
9940    public static final int AssessmentLabel = 0x00820023;
9941
9942    /** (0082,0032) VR=CS VM=1 Constraint Type */
9943    public static final int ConstraintType = 0x00820032;
9944
9945    /** (0082,0033) VR=UT VM=1 Specification Selection Guidance */
9946    public static final int SpecificationSelectionGuidance = 0x00820033;
9947
9948    /** (0082,0034) VR=SQ VM=1 Constraint Value Sequence */
9949    public static final int ConstraintValueSequence = 0x00820034;
9950
9951    /** (0082,0035) VR=SQ VM=1 Recommended Default Value Sequence */
9952    public static final int RecommendedDefaultValueSequence = 0x00820035;
9953
9954    /** (0082,0036) VR=CS VM=1 Constraint Violation Significance */
9955    public static final int ConstraintViolationSignificance = 0x00820036;
9956
9957    /** (0082,0037) VR=UT VM=1 Constraint Violation Condition */
9958    public static final int ConstraintViolationCondition = 0x00820037;
9959
9960    /** (0082,0038) VR=CS VM=1 Modifiable Constraint Flag */
9961    public static final int ModifiableConstraintFlag = 0x00820038;
9962
9963    /** (0088,0130) VR=SH VM=1 Storage Media File-set ID */
9964    public static final int StorageMediaFileSetID = 0x00880130;
9965
9966    /** (0088,0140) VR=UI VM=1 Storage Media File-set UID */
9967    public static final int StorageMediaFileSetUID = 0x00880140;
9968
9969    /** (0088,0200) VR=SQ VM=1 Icon Image Sequence */
9970    public static final int IconImageSequence = 0x00880200;
9971
9972    /** (0088,0904) VR=LO VM=1 Topic Title (retired) */
9973    public static final int TopicTitle = 0x00880904;
9974
9975    /** (0088,0906) VR=ST VM=1 Topic Subject (retired) */
9976    public static final int TopicSubject = 0x00880906;
9977
9978    /** (0088,0910) VR=LO VM=1 Topic Author (retired) */
9979    public static final int TopicAuthor = 0x00880910;
9980
9981    /** (0088,0912) VR=LO VM=1-32 Topic Keywords (retired) */
9982    public static final int TopicKeywords = 0x00880912;
9983
9984    /** (0100,0410) VR=CS VM=1 SOP Instance Status */
9985    public static final int SOPInstanceStatus = 0x01000410;
9986
9987    /** (0100,0420) VR=DT VM=1 SOP Authorization DateTime */
9988    public static final int SOPAuthorizationDateTime = 0x01000420;
9989
9990    /** (0100,0424) VR=LT VM=1 SOP Authorization Comment */
9991    public static final int SOPAuthorizationComment = 0x01000424;
9992
9993    /** (0100,0426) VR=LO VM=1 Authorization Equipment Certification Number */
9994    public static final int AuthorizationEquipmentCertificationNumber = 0x01000426;
9995
9996    /** (0400,0005) VR=US VM=1 MAC ID Number */
9997    public static final int MACIDNumber = 0x04000005;
9998
9999    /** (0400,0010) VR=UI VM=1 MAC Calculation Transfer Syntax UID */
10000    public static final int MACCalculationTransferSyntaxUID = 0x04000010;
10001
10002    /** (0400,0015) VR=CS VM=1 MAC Algorithm */
10003    public static final int MACAlgorithm = 0x04000015;
10004
10005    /** (0400,0020) VR=AT VM=1-n Data Elements Signed */
10006    public static final int DataElementsSigned = 0x04000020;
10007
10008    /** (0400,0100) VR=UI VM=1 Digital Signature UID */
10009    public static final int DigitalSignatureUID = 0x04000100;
10010
10011    /** (0400,0105) VR=DT VM=1 Digital Signature DateTime */
10012    public static final int DigitalSignatureDateTime = 0x04000105;
10013
10014    /** (0400,0110) VR=CS VM=1 Certificate Type */
10015    public static final int CertificateType = 0x04000110;
10016
10017    /** (0400,0115) VR=OB VM=1 Certificate of Signer */
10018    public static final int CertificateOfSigner = 0x04000115;
10019
10020    /** (0400,0120) VR=OB VM=1 Signature */
10021    public static final int Signature = 0x04000120;
10022
10023    /** (0400,0305) VR=CS VM=1 Certified Timestamp Type */
10024    public static final int CertifiedTimestampType = 0x04000305;
10025
10026    /** (0400,0310) VR=OB VM=1 Certified Timestamp */
10027    public static final int CertifiedTimestamp = 0x04000310;
10028
10029    /** (0400,0401) VR=SQ VM=1 Digital Signature Purpose Code Sequence */
10030    public static final int DigitalSignaturePurposeCodeSequence = 0x04000401;
10031
10032    /** (0400,0402) VR=SQ VM=1 Referenced Digital Signature Sequence */
10033    public static final int ReferencedDigitalSignatureSequence = 0x04000402;
10034
10035    /** (0400,0403) VR=SQ VM=1 Referenced SOP Instance MAC Sequence */
10036    public static final int ReferencedSOPInstanceMACSequence = 0x04000403;
10037
10038    /** (0400,0404) VR=OB VM=1 MAC */
10039    public static final int MAC = 0x04000404;
10040
10041    /** (0400,0500) VR=SQ VM=1 Encrypted Attributes Sequence */
10042    public static final int EncryptedAttributesSequence = 0x04000500;
10043
10044    /** (0400,0510) VR=UI VM=1 Encrypted Content Transfer Syntax UID */
10045    public static final int EncryptedContentTransferSyntaxUID = 0x04000510;
10046
10047    /** (0400,0520) VR=OB VM=1 Encrypted Content */
10048    public static final int EncryptedContent = 0x04000520;
10049
10050    /** (0400,0550) VR=SQ VM=1 Modified Attributes Sequence */
10051    public static final int ModifiedAttributesSequence = 0x04000550;
10052
10053    /** (0400,0561) VR=SQ VM=1 Original Attributes Sequence */
10054    public static final int OriginalAttributesSequence = 0x04000561;
10055
10056    /** (0400,0562) VR=DT VM=1 Attribute Modification DateTime */
10057    public static final int AttributeModificationDateTime = 0x04000562;
10058
10059    /** (0400,0563) VR=LO VM=1 Modifying System */
10060    public static final int ModifyingSystem = 0x04000563;
10061
10062    /** (0400,0564) VR=LO VM=1 Source of Previous Values */
10063    public static final int SourceOfPreviousValues = 0x04000564;
10064
10065    /** (0400,0565) VR=CS VM=1 Reason for the Attribute Modification */
10066    public static final int ReasonForTheAttributeModification = 0x04000565;
10067
10068    /** (1000,xxx0) VR=US VM=3 Escape Triplet (retired) */
10069    public static final int EscapeTriplet = 0x10000000;
10070
10071    /** (1000,xxx1) VR=US VM=3 Run Length Triplet (retired) */
10072    public static final int RunLengthTriplet = 0x10000001;
10073
10074    /** (1000,xxx2) VR=US VM=1 Huffman Table Size (retired) */
10075    public static final int HuffmanTableSize = 0x10000002;
10076
10077    /** (1000,xxx3) VR=US VM=3 Huffman Table Triplet (retired) */
10078    public static final int HuffmanTableTriplet = 0x10000003;
10079
10080    /** (1000,xxx4) VR=US VM=1 Shift Table Size (retired) */
10081    public static final int ShiftTableSize = 0x10000004;
10082
10083    /** (1000,xxx5) VR=US VM=3 Shift Table Triplet (retired) */
10084    public static final int ShiftTableTriplet = 0x10000005;
10085
10086    /** (1010,xxxx) VR=US VM=1-n Zonal Map (retired) */
10087    public static final int ZonalMap = 0x10100000;
10088
10089    /** (2000,0010) VR=IS VM=1 Number of Copies */
10090    public static final int NumberOfCopies = 0x20000010;
10091
10092    /** (2000,001E) VR=SQ VM=1 Printer Configuration Sequence */
10093    public static final int PrinterConfigurationSequence = 0x2000001E;
10094
10095    /** (2000,0020) VR=CS VM=1 Print Priority */
10096    public static final int PrintPriority = 0x20000020;
10097
10098    /** (2000,0030) VR=CS VM=1 Medium Type */
10099    public static final int MediumType = 0x20000030;
10100
10101    /** (2000,0040) VR=CS VM=1 Film Destination */
10102    public static final int FilmDestination = 0x20000040;
10103
10104    /** (2000,0050) VR=LO VM=1 Film Session Label */
10105    public static final int FilmSessionLabel = 0x20000050;
10106
10107    /** (2000,0060) VR=IS VM=1 Memory Allocation */
10108    public static final int MemoryAllocation = 0x20000060;
10109
10110    /** (2000,0061) VR=IS VM=1 Maximum Memory Allocation */
10111    public static final int MaximumMemoryAllocation = 0x20000061;
10112
10113    /** (2000,0062) VR=CS VM=1 Color Image Printing Flag (retired) */
10114    public static final int ColorImagePrintingFlag = 0x20000062;
10115
10116    /** (2000,0063) VR=CS VM=1 Collation Flag (retired) */
10117    public static final int CollationFlag = 0x20000063;
10118
10119    /** (2000,0065) VR=CS VM=1 Annotation Flag (retired) */
10120    public static final int AnnotationFlag = 0x20000065;
10121
10122    /** (2000,0067) VR=CS VM=1 Image Overlay Flag (retired) */
10123    public static final int ImageOverlayFlag = 0x20000067;
10124
10125    /** (2000,0069) VR=CS VM=1 Presentation LUT Flag (retired) */
10126    public static final int PresentationLUTFlag = 0x20000069;
10127
10128    /** (2000,006A) VR=CS VM=1 Image Box Presentation LUT Flag (retired) */
10129    public static final int ImageBoxPresentationLUTFlag = 0x2000006A;
10130
10131    /** (2000,00A0) VR=US VM=1 Memory Bit Depth */
10132    public static final int MemoryBitDepth = 0x200000A0;
10133
10134    /** (2000,00A1) VR=US VM=1 Printing Bit Depth */
10135    public static final int PrintingBitDepth = 0x200000A1;
10136
10137    /** (2000,00A2) VR=SQ VM=1 Media Installed Sequence */
10138    public static final int MediaInstalledSequence = 0x200000A2;
10139
10140    /** (2000,00A4) VR=SQ VM=1 Other Media Available Sequence */
10141    public static final int OtherMediaAvailableSequence = 0x200000A4;
10142
10143    /** (2000,00A8) VR=SQ VM=1 Supported Image Display Formats Sequence */
10144    public static final int SupportedImageDisplayFormatsSequence = 0x200000A8;
10145
10146    /** (2000,0500) VR=SQ VM=1 Referenced Film Box Sequence */
10147    public static final int ReferencedFilmBoxSequence = 0x20000500;
10148
10149    /** (2000,0510) VR=SQ VM=1 Referenced Stored Print Sequence (retired) */
10150    public static final int ReferencedStoredPrintSequence = 0x20000510;
10151
10152    /** (2010,0010) VR=ST VM=1 Image Display Format */
10153    public static final int ImageDisplayFormat = 0x20100010;
10154
10155    /** (2010,0030) VR=CS VM=1 Annotation Display Format ID */
10156    public static final int AnnotationDisplayFormatID = 0x20100030;
10157
10158    /** (2010,0040) VR=CS VM=1 Film Orientation */
10159    public static final int FilmOrientation = 0x20100040;
10160
10161    /** (2010,0050) VR=CS VM=1 Film Size ID */
10162    public static final int FilmSizeID = 0x20100050;
10163
10164    /** (2010,0052) VR=CS VM=1 Printer Resolution ID */
10165    public static final int PrinterResolutionID = 0x20100052;
10166
10167    /** (2010,0054) VR=CS VM=1 Default Printer Resolution ID */
10168    public static final int DefaultPrinterResolutionID = 0x20100054;
10169
10170    /** (2010,0060) VR=CS VM=1 Magnification Type */
10171    public static final int MagnificationType = 0x20100060;
10172
10173    /** (2010,0080) VR=CS VM=1 Smoothing Type */
10174    public static final int SmoothingType = 0x20100080;
10175
10176    /** (2010,00A6) VR=CS VM=1 Default Magnification Type */
10177    public static final int DefaultMagnificationType = 0x201000A6;
10178
10179    /** (2010,00A7) VR=CS VM=1-n Other Magnification Types Available */
10180    public static final int OtherMagnificationTypesAvailable = 0x201000A7;
10181
10182    /** (2010,00A8) VR=CS VM=1 Default Smoothing Type */
10183    public static final int DefaultSmoothingType = 0x201000A8;
10184
10185    /** (2010,00A9) VR=CS VM=1-n Other Smoothing Types Available */
10186    public static final int OtherSmoothingTypesAvailable = 0x201000A9;
10187
10188    /** (2010,0100) VR=CS VM=1 Border Density */
10189    public static final int BorderDensity = 0x20100100;
10190
10191    /** (2010,0110) VR=CS VM=1 Empty Image Density */
10192    public static final int EmptyImageDensity = 0x20100110;
10193
10194    /** (2010,0120) VR=US VM=1 Min Density */
10195    public static final int MinDensity = 0x20100120;
10196
10197    /** (2010,0130) VR=US VM=1 Max Density */
10198    public static final int MaxDensity = 0x20100130;
10199
10200    /** (2010,0140) VR=CS VM=1 Trim */
10201    public static final int Trim = 0x20100140;
10202
10203    /** (2010,0150) VR=ST VM=1 Configuration Information */
10204    public static final int ConfigurationInformation = 0x20100150;
10205
10206    /** (2010,0152) VR=LT VM=1 Configuration Information Description */
10207    public static final int ConfigurationInformationDescription = 0x20100152;
10208
10209    /** (2010,0154) VR=IS VM=1 Maximum Collated Films */
10210    public static final int MaximumCollatedFilms = 0x20100154;
10211
10212    /** (2010,015E) VR=US VM=1 Illumination */
10213    public static final int Illumination = 0x2010015E;
10214
10215    /** (2010,0160) VR=US VM=1 Reflected Ambient Light */
10216    public static final int ReflectedAmbientLight = 0x20100160;
10217
10218    /** (2010,0376) VR=DS VM=2 Printer Pixel Spacing */
10219    public static final int PrinterPixelSpacing = 0x20100376;
10220
10221    /** (2010,0500) VR=SQ VM=1 Referenced Film Session Sequence */
10222    public static final int ReferencedFilmSessionSequence = 0x20100500;
10223
10224    /** (2010,0510) VR=SQ VM=1 Referenced Image Box Sequence */
10225    public static final int ReferencedImageBoxSequence = 0x20100510;
10226
10227    /** (2010,0520) VR=SQ VM=1 Referenced Basic Annotation Box Sequence */
10228    public static final int ReferencedBasicAnnotationBoxSequence = 0x20100520;
10229
10230    /** (2020,0010) VR=US VM=1 Image Box Position */
10231    public static final int ImageBoxPosition = 0x20200010;
10232
10233    /** (2020,0020) VR=CS VM=1 Polarity */
10234    public static final int Polarity = 0x20200020;
10235
10236    /** (2020,0030) VR=DS VM=1 Requested Image Size */
10237    public static final int RequestedImageSize = 0x20200030;
10238
10239    /** (2020,0040) VR=CS VM=1 Requested Decimate/Crop Behavior */
10240    public static final int RequestedDecimateCropBehavior = 0x20200040;
10241
10242    /** (2020,0050) VR=CS VM=1 Requested Resolution ID */
10243    public static final int RequestedResolutionID = 0x20200050;
10244
10245    /** (2020,00A0) VR=CS VM=1 Requested Image Size Flag */
10246    public static final int RequestedImageSizeFlag = 0x202000A0;
10247
10248    /** (2020,00A2) VR=CS VM=1 Decimate/Crop Result */
10249    public static final int DecimateCropResult = 0x202000A2;
10250
10251    /** (2020,0110) VR=SQ VM=1 Basic Grayscale Image Sequence */
10252    public static final int BasicGrayscaleImageSequence = 0x20200110;
10253
10254    /** (2020,0111) VR=SQ VM=1 Basic Color Image Sequence */
10255    public static final int BasicColorImageSequence = 0x20200111;
10256
10257    /** (2020,0130) VR=SQ VM=1 Referenced Image Overlay Box Sequence (retired) */
10258    public static final int ReferencedImageOverlayBoxSequence = 0x20200130;
10259
10260    /** (2020,0140) VR=SQ VM=1 Referenced VOI LUT Box Sequence (retired) */
10261    public static final int ReferencedVOILUTBoxSequence = 0x20200140;
10262
10263    /** (2030,0010) VR=US VM=1 Annotation Position */
10264    public static final int AnnotationPosition = 0x20300010;
10265
10266    /** (2030,0020) VR=LO VM=1 Text String */
10267    public static final int TextString = 0x20300020;
10268
10269    /** (2040,0010) VR=SQ VM=1 Referenced Overlay Plane Sequence (retired) */
10270    public static final int ReferencedOverlayPlaneSequence = 0x20400010;
10271
10272    /** (2040,0011) VR=US VM=1-99 Referenced Overlay Plane Groups (retired) */
10273    public static final int ReferencedOverlayPlaneGroups = 0x20400011;
10274
10275    /** (2040,0020) VR=SQ VM=1 Overlay Pixel Data Sequence (retired) */
10276    public static final int OverlayPixelDataSequence = 0x20400020;
10277
10278    /** (2040,0060) VR=CS VM=1 Overlay Magnification Type (retired) */
10279    public static final int OverlayMagnificationType = 0x20400060;
10280
10281    /** (2040,0070) VR=CS VM=1 Overlay Smoothing Type (retired) */
10282    public static final int OverlaySmoothingType = 0x20400070;
10283
10284    /** (2040,0072) VR=CS VM=1 Overlay or Image Magnification (retired) */
10285    public static final int OverlayOrImageMagnification = 0x20400072;
10286
10287    /** (2040,0074) VR=US VM=1 Magnify to Number of Columns (retired) */
10288    public static final int MagnifyToNumberOfColumns = 0x20400074;
10289
10290    /** (2040,0080) VR=CS VM=1 Overlay Foreground Density (retired) */
10291    public static final int OverlayForegroundDensity = 0x20400080;
10292
10293    /** (2040,0082) VR=CS VM=1 Overlay Background Density (retired) */
10294    public static final int OverlayBackgroundDensity = 0x20400082;
10295
10296    /** (2040,0090) VR=CS VM=1 Overlay Mode (retired) */
10297    public static final int OverlayMode = 0x20400090;
10298
10299    /** (2040,0100) VR=CS VM=1 Threshold Density (retired) */
10300    public static final int ThresholdDensity = 0x20400100;
10301
10302    /** (2040,0500) VR=SQ VM=1 Referenced Image Box Sequence (Retired) (retired) */
10303    public static final int ReferencedImageBoxSequenceRetired = 0x20400500;
10304
10305    /** (2050,0010) VR=SQ VM=1 Presentation LUT Sequence */
10306    public static final int PresentationLUTSequence = 0x20500010;
10307
10308    /** (2050,0020) VR=CS VM=1 Presentation LUT Shape */
10309    public static final int PresentationLUTShape = 0x20500020;
10310
10311    /** (2050,0500) VR=SQ VM=1 Referenced Presentation LUT Sequence */
10312    public static final int ReferencedPresentationLUTSequence = 0x20500500;
10313
10314    /** (2100,0010) VR=SH VM=1 Print Job ID (retired) */
10315    public static final int PrintJobID = 0x21000010;
10316
10317    /** (2100,0020) VR=CS VM=1 Execution Status */
10318    public static final int ExecutionStatus = 0x21000020;
10319
10320    /** (2100,0030) VR=CS VM=1 Execution Status Info */
10321    public static final int ExecutionStatusInfo = 0x21000030;
10322
10323    /** (2100,0040) VR=DA VM=1 Creation Date */
10324    public static final int CreationDate = 0x21000040;
10325
10326    /** (2100,0050) VR=TM VM=1 Creation Time */
10327    public static final int CreationTime = 0x21000050;
10328
10329    /** (2100,0070) VR=AE VM=1 Originator */
10330    public static final int Originator = 0x21000070;
10331
10332    /** (2100,0140) VR=AE VM=1 Destination AE */
10333    public static final int DestinationAE = 0x21000140;
10334
10335    /** (2100,0160) VR=SH VM=1 Owner ID */
10336    public static final int OwnerID = 0x21000160;
10337
10338    /** (2100,0170) VR=IS VM=1 Number of Films */
10339    public static final int NumberOfFilms = 0x21000170;
10340
10341    /** (2100,0500) VR=SQ VM=1 Referenced Print Job Sequence (Pull Stored Print) (retired) */
10342    public static final int ReferencedPrintJobSequencePullStoredPrint = 0x21000500;
10343
10344    /** (2110,0010) VR=CS VM=1 Printer Status */
10345    public static final int PrinterStatus = 0x21100010;
10346
10347    /** (2110,0020) VR=CS VM=1 Printer Status Info */
10348    public static final int PrinterStatusInfo = 0x21100020;
10349
10350    /** (2110,0030) VR=LO VM=1 Printer Name */
10351    public static final int PrinterName = 0x21100030;
10352
10353    /** (2110,0099) VR=SH VM=1 Print Queue ID (retired) */
10354    public static final int PrintQueueID = 0x21100099;
10355
10356    /** (2120,0010) VR=CS VM=1 Queue Status (retired) */
10357    public static final int QueueStatus = 0x21200010;
10358
10359    /** (2120,0050) VR=SQ VM=1 Print Job Description Sequence (retired) */
10360    public static final int PrintJobDescriptionSequence = 0x21200050;
10361
10362    /** (2120,0070) VR=SQ VM=1 Referenced Print Job Sequence (retired) */
10363    public static final int ReferencedPrintJobSequence = 0x21200070;
10364
10365    /** (2130,0010) VR=SQ VM=1 Print Management Capabilities Sequence (retired) */
10366    public static final int PrintManagementCapabilitiesSequence = 0x21300010;
10367
10368    /** (2130,0015) VR=SQ VM=1 Printer Characteristics Sequence (retired) */
10369    public static final int PrinterCharacteristicsSequence = 0x21300015;
10370
10371    /** (2130,0030) VR=SQ VM=1 Film Box Content Sequence (retired) */
10372    public static final int FilmBoxContentSequence = 0x21300030;
10373
10374    /** (2130,0040) VR=SQ VM=1 Image Box Content Sequence (retired) */
10375    public static final int ImageBoxContentSequence = 0x21300040;
10376
10377    /** (2130,0050) VR=SQ VM=1 Annotation Content Sequence (retired) */
10378    public static final int AnnotationContentSequence = 0x21300050;
10379
10380    /** (2130,0060) VR=SQ VM=1 Image Overlay Box Content Sequence (retired) */
10381    public static final int ImageOverlayBoxContentSequence = 0x21300060;
10382
10383    /** (2130,0080) VR=SQ VM=1 Presentation LUT Content Sequence (retired) */
10384    public static final int PresentationLUTContentSequence = 0x21300080;
10385
10386    /** (2130,00A0) VR=SQ VM=1 Proposed Study Sequence (retired) */
10387    public static final int ProposedStudySequence = 0x213000A0;
10388
10389    /** (2130,00C0) VR=SQ VM=1 Original Image Sequence (retired) */
10390    public static final int OriginalImageSequence = 0x213000C0;
10391
10392    /** (2200,0001) VR=CS VM=1 Label Using Information Extracted From Instances */
10393    public static final int LabelUsingInformationExtractedFromInstances = 0x22000001;
10394
10395    /** (2200,0002) VR=UT VM=1 Label Text */
10396    public static final int LabelText = 0x22000002;
10397
10398    /** (2200,0003) VR=CS VM=1 Label Style Selection */
10399    public static final int LabelStyleSelection = 0x22000003;
10400
10401    /** (2200,0004) VR=LT VM=1 Media Disposition */
10402    public static final int MediaDisposition = 0x22000004;
10403
10404    /** (2200,0005) VR=LT VM=1 Barcode Value */
10405    public static final int BarcodeValue = 0x22000005;
10406
10407    /** (2200,0006) VR=CS VM=1 Barcode Symbology */
10408    public static final int BarcodeSymbology = 0x22000006;
10409
10410    /** (2200,0007) VR=CS VM=1 Allow Media Splitting */
10411    public static final int AllowMediaSplitting = 0x22000007;
10412
10413    /** (2200,0008) VR=CS VM=1 Include Non-DICOM Objects */
10414    public static final int IncludeNonDICOMObjects = 0x22000008;
10415
10416    /** (2200,0009) VR=CS VM=1 Include Display Application */
10417    public static final int IncludeDisplayApplication = 0x22000009;
10418
10419    /** (2200,000A) VR=CS VM=1 Preserve Composite Instances After Media Creation */
10420    public static final int PreserveCompositeInstancesAfterMediaCreation = 0x2200000A;
10421
10422    /** (2200,000B) VR=US VM=1 Total Number of Pieces of Media Created */
10423    public static final int TotalNumberOfPiecesOfMediaCreated = 0x2200000B;
10424
10425    /** (2200,000C) VR=LO VM=1 Requested Media Application Profile */
10426    public static final int RequestedMediaApplicationProfile = 0x2200000C;
10427
10428    /** (2200,000D) VR=SQ VM=1 Referenced Storage Media Sequence */
10429    public static final int ReferencedStorageMediaSequence = 0x2200000D;
10430
10431    /** (2200,000E) VR=AT VM=1-n Failure Attributes */
10432    public static final int FailureAttributes = 0x2200000E;
10433
10434    /** (2200,000F) VR=CS VM=1 Allow Lossy Compression */
10435    public static final int AllowLossyCompression = 0x2200000F;
10436
10437    /** (2200,0020) VR=CS VM=1 Request Priority */
10438    public static final int RequestPriority = 0x22000020;
10439
10440    /** (3002,0002) VR=SH VM=1 RT Image Label */
10441    public static final int RTImageLabel = 0x30020002;
10442
10443    /** (3002,0003) VR=LO VM=1 RT Image Name */
10444    public static final int RTImageName = 0x30020003;
10445
10446    /** (3002,0004) VR=ST VM=1 RT Image Description */
10447    public static final int RTImageDescription = 0x30020004;
10448
10449    /** (3002,000A) VR=CS VM=1 Reported Values Origin */
10450    public static final int ReportedValuesOrigin = 0x3002000A;
10451
10452    /** (3002,000C) VR=CS VM=1 RT Image Plane */
10453    public static final int RTImagePlane = 0x3002000C;
10454
10455    /** (3002,000D) VR=DS VM=3 X-Ray Image Receptor Translation */
10456    public static final int XRayImageReceptorTranslation = 0x3002000D;
10457
10458    /** (3002,000E) VR=DS VM=1 X-Ray Image Receptor Angle */
10459    public static final int XRayImageReceptorAngle = 0x3002000E;
10460
10461    /** (3002,0010) VR=DS VM=6 RT Image Orientation */
10462    public static final int RTImageOrientation = 0x30020010;
10463
10464    /** (3002,0011) VR=DS VM=2 Image Plane Pixel Spacing */
10465    public static final int ImagePlanePixelSpacing = 0x30020011;
10466
10467    /** (3002,0012) VR=DS VM=2 RT Image Position */
10468    public static final int RTImagePosition = 0x30020012;
10469
10470    /** (3002,0020) VR=SH VM=1 Radiation Machine Name */
10471    public static final int RadiationMachineName = 0x30020020;
10472
10473    /** (3002,0022) VR=DS VM=1 Radiation Machine SAD */
10474    public static final int RadiationMachineSAD = 0x30020022;
10475
10476    /** (3002,0024) VR=DS VM=1 Radiation Machine SSD */
10477    public static final int RadiationMachineSSD = 0x30020024;
10478
10479    /** (3002,0026) VR=DS VM=1 RT Image SID */
10480    public static final int RTImageSID = 0x30020026;
10481
10482    /** (3002,0028) VR=DS VM=1 Source to Reference Object Distance */
10483    public static final int SourceToReferenceObjectDistance = 0x30020028;
10484
10485    /** (3002,0029) VR=IS VM=1 Fraction Number */
10486    public static final int FractionNumber = 0x30020029;
10487
10488    /** (3002,0030) VR=SQ VM=1 Exposure Sequence */
10489    public static final int ExposureSequence = 0x30020030;
10490
10491    /** (3002,0032) VR=DS VM=1 Meterset Exposure */
10492    public static final int MetersetExposure = 0x30020032;
10493
10494    /** (3002,0034) VR=DS VM=4 Diaphragm Position */
10495    public static final int DiaphragmPosition = 0x30020034;
10496
10497    /** (3002,0040) VR=SQ VM=1 Fluence Map Sequence */
10498    public static final int FluenceMapSequence = 0x30020040;
10499
10500    /** (3002,0041) VR=CS VM=1 Fluence Data Source */
10501    public static final int FluenceDataSource = 0x30020041;
10502
10503    /** (3002,0042) VR=DS VM=1 Fluence Data Scale */
10504    public static final int FluenceDataScale = 0x30020042;
10505
10506    /** (3002,0050) VR=SQ VM=1 Primary Fluence Mode Sequence */
10507    public static final int PrimaryFluenceModeSequence = 0x30020050;
10508
10509    /** (3002,0051) VR=CS VM=1 Fluence Mode */
10510    public static final int FluenceMode = 0x30020051;
10511
10512    /** (3002,0052) VR=SH VM=1 Fluence Mode ID */
10513    public static final int FluenceModeID = 0x30020052;
10514
10515    /** (3004,0001) VR=CS VM=1 DVH Type */
10516    public static final int DVHType = 0x30040001;
10517
10518    /** (3004,0002) VR=CS VM=1 Dose Units */
10519    public static final int DoseUnits = 0x30040002;
10520
10521    /** (3004,0004) VR=CS VM=1 Dose Type */
10522    public static final int DoseType = 0x30040004;
10523
10524    /** (3004,0005) VR=CS VM=1 Spatial Transform of Dose */
10525    public static final int SpatialTransformOfDose = 0x30040005;
10526
10527    /** (3004,0006) VR=LO VM=1 Dose Comment */
10528    public static final int DoseComment = 0x30040006;
10529
10530    /** (3004,0008) VR=DS VM=3 Normalization Point */
10531    public static final int NormalizationPoint = 0x30040008;
10532
10533    /** (3004,000A) VR=CS VM=1 Dose Summation Type */
10534    public static final int DoseSummationType = 0x3004000A;
10535
10536    /** (3004,000C) VR=DS VM=2-n Grid Frame Offset Vector */
10537    public static final int GridFrameOffsetVector = 0x3004000C;
10538
10539    /** (3004,000E) VR=DS VM=1 Dose Grid Scaling */
10540    public static final int DoseGridScaling = 0x3004000E;
10541
10542    /** (3004,0010) VR=SQ VM=1 RT Dose ROI Sequence */
10543    public static final int RTDoseROISequence = 0x30040010;
10544
10545    /** (3004,0012) VR=DS VM=1 Dose Value */
10546    public static final int DoseValue = 0x30040012;
10547
10548    /** (3004,0014) VR=CS VM=1-3 Tissue Heterogeneity Correction */
10549    public static final int TissueHeterogeneityCorrection = 0x30040014;
10550
10551    /** (3004,0040) VR=DS VM=3 DVH Normalization Point */
10552    public static final int DVHNormalizationPoint = 0x30040040;
10553
10554    /** (3004,0042) VR=DS VM=1 DVH Normalization Dose Value */
10555    public static final int DVHNormalizationDoseValue = 0x30040042;
10556
10557    /** (3004,0050) VR=SQ VM=1 DVH Sequence */
10558    public static final int DVHSequence = 0x30040050;
10559
10560    /** (3004,0052) VR=DS VM=1 DVH Dose Scaling */
10561    public static final int DVHDoseScaling = 0x30040052;
10562
10563    /** (3004,0054) VR=CS VM=1 DVH Volume Units */
10564    public static final int DVHVolumeUnits = 0x30040054;
10565
10566    /** (3004,0056) VR=IS VM=1 DVH Number of Bins */
10567    public static final int DVHNumberOfBins = 0x30040056;
10568
10569    /** (3004,0058) VR=DS VM=2-2n DVH Data */
10570    public static final int DVHData = 0x30040058;
10571
10572    /** (3004,0060) VR=SQ VM=1 DVH Referenced ROI Sequence */
10573    public static final int DVHReferencedROISequence = 0x30040060;
10574
10575    /** (3004,0062) VR=CS VM=1 DVH ROI Contribution Type */
10576    public static final int DVHROIContributionType = 0x30040062;
10577
10578    /** (3004,0070) VR=DS VM=1 DVH Minimum Dose */
10579    public static final int DVHMinimumDose = 0x30040070;
10580
10581    /** (3004,0072) VR=DS VM=1 DVH Maximum Dose */
10582    public static final int DVHMaximumDose = 0x30040072;
10583
10584    /** (3004,0074) VR=DS VM=1 DVH Mean Dose */
10585    public static final int DVHMeanDose = 0x30040074;
10586
10587    /** (3006,0002) VR=SH VM=1 Structure Set Label */
10588    public static final int StructureSetLabel = 0x30060002;
10589
10590    /** (3006,0004) VR=LO VM=1 Structure Set Name */
10591    public static final int StructureSetName = 0x30060004;
10592
10593    /** (3006,0006) VR=ST VM=1 Structure Set Description */
10594    public static final int StructureSetDescription = 0x30060006;
10595
10596    /** (3006,0008) VR=DA VM=1 Structure Set Date */
10597    public static final int StructureSetDate = 0x30060008;
10598
10599    /** (3006,0009) VR=TM VM=1 Structure Set Time */
10600    public static final int StructureSetTime = 0x30060009;
10601
10602    /** (3006,0010) VR=SQ VM=1 Referenced Frame of Reference Sequence */
10603    public static final int ReferencedFrameOfReferenceSequence = 0x30060010;
10604
10605    /** (3006,0012) VR=SQ VM=1 RT Referenced Study Sequence */
10606    public static final int RTReferencedStudySequence = 0x30060012;
10607
10608    /** (3006,0014) VR=SQ VM=1 RT Referenced Series Sequence */
10609    public static final int RTReferencedSeriesSequence = 0x30060014;
10610
10611    /** (3006,0016) VR=SQ VM=1 Contour Image Sequence */
10612    public static final int ContourImageSequence = 0x30060016;
10613
10614    /** (3006,0018) VR=SQ VM=1 Predecessor Structure Set Sequence */
10615    public static final int PredecessorStructureSetSequence = 0x30060018;
10616
10617    /** (3006,0020) VR=SQ VM=1 Structure Set ROI Sequence */
10618    public static final int StructureSetROISequence = 0x30060020;
10619
10620    /** (3006,0022) VR=IS VM=1 ROI Number */
10621    public static final int ROINumber = 0x30060022;
10622
10623    /** (3006,0024) VR=UI VM=1 Referenced Frame of Reference UID */
10624    public static final int ReferencedFrameOfReferenceUID = 0x30060024;
10625
10626    /** (3006,0026) VR=LO VM=1 ROI Name */
10627    public static final int ROIName = 0x30060026;
10628
10629    /** (3006,0028) VR=ST VM=1 ROI Description */
10630    public static final int ROIDescription = 0x30060028;
10631
10632    /** (3006,002A) VR=IS VM=3 ROI Display Color */
10633    public static final int ROIDisplayColor = 0x3006002A;
10634
10635    /** (3006,002C) VR=DS VM=1 ROI Volume */
10636    public static final int ROIVolume = 0x3006002C;
10637
10638    /** (3006,0030) VR=SQ VM=1 RT Related ROI Sequence */
10639    public static final int RTRelatedROISequence = 0x30060030;
10640
10641    /** (3006,0033) VR=CS VM=1 RT ROI Relationship */
10642    public static final int RTROIRelationship = 0x30060033;
10643
10644    /** (3006,0036) VR=CS VM=1 ROI Generation Algorithm */
10645    public static final int ROIGenerationAlgorithm = 0x30060036;
10646
10647    /** (3006,0038) VR=LO VM=1 ROI Generation Description */
10648    public static final int ROIGenerationDescription = 0x30060038;
10649
10650    /** (3006,0039) VR=SQ VM=1 ROI Contour Sequence */
10651    public static final int ROIContourSequence = 0x30060039;
10652
10653    /** (3006,0040) VR=SQ VM=1 Contour Sequence */
10654    public static final int ContourSequence = 0x30060040;
10655
10656    /** (3006,0042) VR=CS VM=1 Contour Geometric Type */
10657    public static final int ContourGeometricType = 0x30060042;
10658
10659    /** (3006,0044) VR=DS VM=1 Contour Slab Thickness */
10660    public static final int ContourSlabThickness = 0x30060044;
10661
10662    /** (3006,0045) VR=DS VM=3 Contour Offset Vector */
10663    public static final int ContourOffsetVector = 0x30060045;
10664
10665    /** (3006,0046) VR=IS VM=1 Number of Contour Points */
10666    public static final int NumberOfContourPoints = 0x30060046;
10667
10668    /** (3006,0048) VR=IS VM=1 Contour Number */
10669    public static final int ContourNumber = 0x30060048;
10670
10671    /** (3006,0049) VR=IS VM=1-n Attached Contours */
10672    public static final int AttachedContours = 0x30060049;
10673
10674    /** (3006,0050) VR=DS VM=3-3n Contour Data */
10675    public static final int ContourData = 0x30060050;
10676
10677    /** (3006,0080) VR=SQ VM=1 RT ROI Observations Sequence */
10678    public static final int RTROIObservationsSequence = 0x30060080;
10679
10680    /** (3006,0082) VR=IS VM=1 Observation Number */
10681    public static final int ObservationNumber = 0x30060082;
10682
10683    /** (3006,0084) VR=IS VM=1 Referenced ROI Number */
10684    public static final int ReferencedROINumber = 0x30060084;
10685
10686    /** (3006,0085) VR=SH VM=1 ROI Observation Label */
10687    public static final int ROIObservationLabel = 0x30060085;
10688
10689    /** (3006,0086) VR=SQ VM=1 RT ROI Identification Code Sequence */
10690    public static final int RTROIIdentificationCodeSequence = 0x30060086;
10691
10692    /** (3006,0088) VR=ST VM=1 ROI Observation Description */
10693    public static final int ROIObservationDescription = 0x30060088;
10694
10695    /** (3006,00A0) VR=SQ VM=1 Related RT ROI Observations Sequence */
10696    public static final int RelatedRTROIObservationsSequence = 0x300600A0;
10697
10698    /** (3006,00A4) VR=CS VM=1 RT ROI Interpreted Type */
10699    public static final int RTROIInterpretedType = 0x300600A4;
10700
10701    /** (3006,00A6) VR=PN VM=1 ROI Interpreter */
10702    public static final int ROIInterpreter = 0x300600A6;
10703
10704    /** (3006,00B0) VR=SQ VM=1 ROI Physical Properties Sequence */
10705    public static final int ROIPhysicalPropertiesSequence = 0x300600B0;
10706
10707    /** (3006,00B2) VR=CS VM=1 ROI Physical Property */
10708    public static final int ROIPhysicalProperty = 0x300600B2;
10709
10710    /** (3006,00B4) VR=DS VM=1 ROI Physical Property Value */
10711    public static final int ROIPhysicalPropertyValue = 0x300600B4;
10712
10713    /** (3006,00B6) VR=SQ VM=1 ROI Elemental Composition Sequence */
10714    public static final int ROIElementalCompositionSequence = 0x300600B6;
10715
10716    /** (3006,00B7) VR=US VM=1 ROI Elemental Composition Atomic Number */
10717    public static final int ROIElementalCompositionAtomicNumber = 0x300600B7;
10718
10719    /** (3006,00B8) VR=FL VM=1 ROI Elemental Composition Atomic Mass Fraction */
10720    public static final int ROIElementalCompositionAtomicMassFraction = 0x300600B8;
10721
10722    /** (3006,00B9) VR=SQ VM=1 Additional RT ROI Identification Code Sequence (retired) */
10723    public static final int AdditionalRTROIIdentificationCodeSequence = 0x300600B9;
10724
10725    /** (3006,00C0) VR=SQ VM=1 Frame of Reference Relationship Sequence (retired) */
10726    public static final int FrameOfReferenceRelationshipSequence = 0x300600C0;
10727
10728    /** (3006,00C2) VR=UI VM=1 Related Frame of Reference UID (retired) */
10729    public static final int RelatedFrameOfReferenceUID = 0x300600C2;
10730
10731    /** (3006,00C4) VR=CS VM=1 Frame of Reference Transformation Type (retired) */
10732    public static final int FrameOfReferenceTransformationType = 0x300600C4;
10733
10734    /** (3006,00C6) VR=DS VM=16 Frame of Reference Transformation Matrix */
10735    public static final int FrameOfReferenceTransformationMatrix = 0x300600C6;
10736
10737    /** (3006,00C8) VR=LO VM=1 Frame of Reference Transformation Comment */
10738    public static final int FrameOfReferenceTransformationComment = 0x300600C8;
10739
10740    /** (3008,0010) VR=SQ VM=1 Measured Dose Reference Sequence */
10741    public static final int MeasuredDoseReferenceSequence = 0x30080010;
10742
10743    /** (3008,0012) VR=ST VM=1 Measured Dose Description */
10744    public static final int MeasuredDoseDescription = 0x30080012;
10745
10746    /** (3008,0014) VR=CS VM=1 Measured Dose Type */
10747    public static final int MeasuredDoseType = 0x30080014;
10748
10749    /** (3008,0016) VR=DS VM=1 Measured Dose Value */
10750    public static final int MeasuredDoseValue = 0x30080016;
10751
10752    /** (3008,0020) VR=SQ VM=1 Treatment Session Beam Sequence */
10753    public static final int TreatmentSessionBeamSequence = 0x30080020;
10754
10755    /** (3008,0021) VR=SQ VM=1 Treatment Session Ion Beam Sequence */
10756    public static final int TreatmentSessionIonBeamSequence = 0x30080021;
10757
10758    /** (3008,0022) VR=IS VM=1 Current Fraction Number */
10759    public static final int CurrentFractionNumber = 0x30080022;
10760
10761    /** (3008,0024) VR=DA VM=1 Treatment Control Point Date */
10762    public static final int TreatmentControlPointDate = 0x30080024;
10763
10764    /** (3008,0025) VR=TM VM=1 Treatment Control Point Time */
10765    public static final int TreatmentControlPointTime = 0x30080025;
10766
10767    /** (3008,002A) VR=CS VM=1 Treatment Termination Status */
10768    public static final int TreatmentTerminationStatus = 0x3008002A;
10769
10770    /** (3008,002B) VR=SH VM=1 Treatment Termination Code */
10771    public static final int TreatmentTerminationCode = 0x3008002B;
10772
10773    /** (3008,002C) VR=CS VM=1 Treatment Verification Status */
10774    public static final int TreatmentVerificationStatus = 0x3008002C;
10775
10776    /** (3008,0030) VR=SQ VM=1 Referenced Treatment Record Sequence */
10777    public static final int ReferencedTreatmentRecordSequence = 0x30080030;
10778
10779    /** (3008,0032) VR=DS VM=1 Specified Primary Meterset */
10780    public static final int SpecifiedPrimaryMeterset = 0x30080032;
10781
10782    /** (3008,0033) VR=DS VM=1 Specified Secondary Meterset */
10783    public static final int SpecifiedSecondaryMeterset = 0x30080033;
10784
10785    /** (3008,0036) VR=DS VM=1 Delivered Primary Meterset */
10786    public static final int DeliveredPrimaryMeterset = 0x30080036;
10787
10788    /** (3008,0037) VR=DS VM=1 Delivered Secondary Meterset */
10789    public static final int DeliveredSecondaryMeterset = 0x30080037;
10790
10791    /** (3008,003A) VR=DS VM=1 Specified Treatment Time */
10792    public static final int SpecifiedTreatmentTime = 0x3008003A;
10793
10794    /** (3008,003B) VR=DS VM=1 Delivered Treatment Time */
10795    public static final int DeliveredTreatmentTime = 0x3008003B;
10796
10797    /** (3008,0040) VR=SQ VM=1 Control Point Delivery Sequence */
10798    public static final int ControlPointDeliverySequence = 0x30080040;
10799
10800    /** (3008,0041) VR=SQ VM=1 Ion Control Point Delivery Sequence */
10801    public static final int IonControlPointDeliverySequence = 0x30080041;
10802
10803    /** (3008,0042) VR=DS VM=1 Specified Meterset */
10804    public static final int SpecifiedMeterset = 0x30080042;
10805
10806    /** (3008,0044) VR=DS VM=1 Delivered Meterset */
10807    public static final int DeliveredMeterset = 0x30080044;
10808
10809    /** (3008,0045) VR=FL VM=1 Meterset Rate Set */
10810    public static final int MetersetRateSet = 0x30080045;
10811
10812    /** (3008,0046) VR=FL VM=1 Meterset Rate Delivered */
10813    public static final int MetersetRateDelivered = 0x30080046;
10814
10815    /** (3008,0047) VR=FL VM=1-n Scan Spot Metersets Delivered */
10816    public static final int ScanSpotMetersetsDelivered = 0x30080047;
10817
10818    /** (3008,0048) VR=DS VM=1 Dose Rate Delivered */
10819    public static final int DoseRateDelivered = 0x30080048;
10820
10821    /** (3008,0050) VR=SQ VM=1 Treatment Summary Calculated Dose Reference Sequence */
10822    public static final int TreatmentSummaryCalculatedDoseReferenceSequence = 0x30080050;
10823
10824    /** (3008,0052) VR=DS VM=1 Cumulative Dose to Dose Reference */
10825    public static final int CumulativeDoseToDoseReference = 0x30080052;
10826
10827    /** (3008,0054) VR=DA VM=1 First Treatment Date */
10828    public static final int FirstTreatmentDate = 0x30080054;
10829
10830    /** (3008,0056) VR=DA VM=1 Most Recent Treatment Date */
10831    public static final int MostRecentTreatmentDate = 0x30080056;
10832
10833    /** (3008,005A) VR=IS VM=1 Number of Fractions Delivered */
10834    public static final int NumberOfFractionsDelivered = 0x3008005A;
10835
10836    /** (3008,0060) VR=SQ VM=1 Override Sequence */
10837    public static final int OverrideSequence = 0x30080060;
10838
10839    /** (3008,0061) VR=AT VM=1 Parameter Sequence Pointer */
10840    public static final int ParameterSequencePointer = 0x30080061;
10841
10842    /** (3008,0062) VR=AT VM=1 Override Parameter Pointer */
10843    public static final int OverrideParameterPointer = 0x30080062;
10844
10845    /** (3008,0063) VR=IS VM=1 Parameter Item Index */
10846    public static final int ParameterItemIndex = 0x30080063;
10847
10848    /** (3008,0064) VR=IS VM=1 Measured Dose Reference Number */
10849    public static final int MeasuredDoseReferenceNumber = 0x30080064;
10850
10851    /** (3008,0065) VR=AT VM=1 Parameter Pointer */
10852    public static final int ParameterPointer = 0x30080065;
10853
10854    /** (3008,0066) VR=ST VM=1 Override Reason */
10855    public static final int OverrideReason = 0x30080066;
10856
10857    /** (3008,0067) VR=US VM=1 Parameter Value Number */
10858    public static final int ParameterValueNumber = 0x30080067;
10859
10860    /** (3008,0068) VR=SQ VM=1 Corrected Parameter Sequence */
10861    public static final int CorrectedParameterSequence = 0x30080068;
10862
10863    /** (3008,006A) VR=FL VM=1 Correction Value */
10864    public static final int CorrectionValue = 0x3008006A;
10865
10866    /** (3008,0070) VR=SQ VM=1 Calculated Dose Reference Sequence */
10867    public static final int CalculatedDoseReferenceSequence = 0x30080070;
10868
10869    /** (3008,0072) VR=IS VM=1 Calculated Dose Reference Number */
10870    public static final int CalculatedDoseReferenceNumber = 0x30080072;
10871
10872    /** (3008,0074) VR=ST VM=1 Calculated Dose Reference Description */
10873    public static final int CalculatedDoseReferenceDescription = 0x30080074;
10874
10875    /** (3008,0076) VR=DS VM=1 Calculated Dose Reference Dose Value */
10876    public static final int CalculatedDoseReferenceDoseValue = 0x30080076;
10877
10878    /** (3008,0078) VR=DS VM=1 Start Meterset */
10879    public static final int StartMeterset = 0x30080078;
10880
10881    /** (3008,007A) VR=DS VM=1 End Meterset */
10882    public static final int EndMeterset = 0x3008007A;
10883
10884    /** (3008,0080) VR=SQ VM=1 Referenced Measured Dose Reference Sequence */
10885    public static final int ReferencedMeasuredDoseReferenceSequence = 0x30080080;
10886
10887    /** (3008,0082) VR=IS VM=1 Referenced Measured Dose Reference Number */
10888    public static final int ReferencedMeasuredDoseReferenceNumber = 0x30080082;
10889
10890    /** (3008,0090) VR=SQ VM=1 Referenced Calculated Dose Reference Sequence */
10891    public static final int ReferencedCalculatedDoseReferenceSequence = 0x30080090;
10892
10893    /** (3008,0092) VR=IS VM=1 Referenced Calculated Dose Reference Number */
10894    public static final int ReferencedCalculatedDoseReferenceNumber = 0x30080092;
10895
10896    /** (3008,00A0) VR=SQ VM=1 Beam Limiting Device Leaf Pairs Sequence */
10897    public static final int BeamLimitingDeviceLeafPairsSequence = 0x300800A0;
10898
10899    /** (3008,00B0) VR=SQ VM=1 Recorded Wedge Sequence */
10900    public static final int RecordedWedgeSequence = 0x300800B0;
10901
10902    /** (3008,00C0) VR=SQ VM=1 Recorded Compensator Sequence */
10903    public static final int RecordedCompensatorSequence = 0x300800C0;
10904
10905    /** (3008,00D0) VR=SQ VM=1 Recorded Block Sequence */
10906    public static final int RecordedBlockSequence = 0x300800D0;
10907
10908    /** (3008,00E0) VR=SQ VM=1 Treatment Summary Measured Dose Reference Sequence */
10909    public static final int TreatmentSummaryMeasuredDoseReferenceSequence = 0x300800E0;
10910
10911    /** (3008,00F0) VR=SQ VM=1 Recorded Snout Sequence */
10912    public static final int RecordedSnoutSequence = 0x300800F0;
10913
10914    /** (3008,00F2) VR=SQ VM=1 Recorded Range Shifter Sequence */
10915    public static final int RecordedRangeShifterSequence = 0x300800F2;
10916
10917    /** (3008,00F4) VR=SQ VM=1 Recorded Lateral Spreading Device Sequence */
10918    public static final int RecordedLateralSpreadingDeviceSequence = 0x300800F4;
10919
10920    /** (3008,00F6) VR=SQ VM=1 Recorded Range Modulator Sequence */
10921    public static final int RecordedRangeModulatorSequence = 0x300800F6;
10922
10923    /** (3008,0100) VR=SQ VM=1 Recorded Source Sequence */
10924    public static final int RecordedSourceSequence = 0x30080100;
10925
10926    /** (3008,0105) VR=LO VM=1 Source Serial Number */
10927    public static final int SourceSerialNumber = 0x30080105;
10928
10929    /** (3008,0110) VR=SQ VM=1 Treatment Session Application Setup Sequence */
10930    public static final int TreatmentSessionApplicationSetupSequence = 0x30080110;
10931
10932    /** (3008,0116) VR=CS VM=1 Application Setup Check */
10933    public static final int ApplicationSetupCheck = 0x30080116;
10934
10935    /** (3008,0120) VR=SQ VM=1 Recorded Brachy Accessory Device Sequence */
10936    public static final int RecordedBrachyAccessoryDeviceSequence = 0x30080120;
10937
10938    /** (3008,0122) VR=IS VM=1 Referenced Brachy Accessory Device Number */
10939    public static final int ReferencedBrachyAccessoryDeviceNumber = 0x30080122;
10940
10941    /** (3008,0130) VR=SQ VM=1 Recorded Channel Sequence */
10942    public static final int RecordedChannelSequence = 0x30080130;
10943
10944    /** (3008,0132) VR=DS VM=1 Specified Channel Total Time */
10945    public static final int SpecifiedChannelTotalTime = 0x30080132;
10946
10947    /** (3008,0134) VR=DS VM=1 Delivered Channel Total Time */
10948    public static final int DeliveredChannelTotalTime = 0x30080134;
10949
10950    /** (3008,0136) VR=IS VM=1 Specified Number of Pulses */
10951    public static final int SpecifiedNumberOfPulses = 0x30080136;
10952
10953    /** (3008,0138) VR=IS VM=1 Delivered Number of Pulses */
10954    public static final int DeliveredNumberOfPulses = 0x30080138;
10955
10956    /** (3008,013A) VR=DS VM=1 Specified Pulse Repetition Interval */
10957    public static final int SpecifiedPulseRepetitionInterval = 0x3008013A;
10958
10959    /** (3008,013C) VR=DS VM=1 Delivered Pulse Repetition Interval */
10960    public static final int DeliveredPulseRepetitionInterval = 0x3008013C;
10961
10962    /** (3008,0140) VR=SQ VM=1 Recorded Source Applicator Sequence */
10963    public static final int RecordedSourceApplicatorSequence = 0x30080140;
10964
10965    /** (3008,0142) VR=IS VM=1 Referenced Source Applicator Number */
10966    public static final int ReferencedSourceApplicatorNumber = 0x30080142;
10967
10968    /** (3008,0150) VR=SQ VM=1 Recorded Channel Shield Sequence */
10969    public static final int RecordedChannelShieldSequence = 0x30080150;
10970
10971    /** (3008,0152) VR=IS VM=1 Referenced Channel Shield Number */
10972    public static final int ReferencedChannelShieldNumber = 0x30080152;
10973
10974    /** (3008,0160) VR=SQ VM=1 Brachy Control Point Delivered Sequence */
10975    public static final int BrachyControlPointDeliveredSequence = 0x30080160;
10976
10977    /** (3008,0162) VR=DA VM=1 Safe Position Exit Date */
10978    public static final int SafePositionExitDate = 0x30080162;
10979
10980    /** (3008,0164) VR=TM VM=1 Safe Position Exit Time */
10981    public static final int SafePositionExitTime = 0x30080164;
10982
10983    /** (3008,0166) VR=DA VM=1 Safe Position Return Date */
10984    public static final int SafePositionReturnDate = 0x30080166;
10985
10986    /** (3008,0168) VR=TM VM=1 Safe Position Return Time */
10987    public static final int SafePositionReturnTime = 0x30080168;
10988
10989    /** (3008,0171) VR=SQ VM=1 Pulse Specific Brachy Control Point Delivered Sequence */
10990    public static final int PulseSpecificBrachyControlPointDeliveredSequence = 0x30080171;
10991
10992    /** (3008,0172) VR=US VM=1 Pulse Number */
10993    public static final int PulseNumber = 0x30080172;
10994
10995    /** (3008,0173) VR=SQ VM=1 Brachy Pulse Control Point Delivered Sequence */
10996    public static final int BrachyPulseControlPointDeliveredSequence = 0x30080173;
10997
10998    /** (3008,0200) VR=CS VM=1 Current Treatment Status */
10999    public static final int CurrentTreatmentStatus = 0x30080200;
11000
11001    /** (3008,0202) VR=ST VM=1 Treatment Status Comment */
11002    public static final int TreatmentStatusComment = 0x30080202;
11003
11004    /** (3008,0220) VR=SQ VM=1 Fraction Group Summary Sequence */
11005    public static final int FractionGroupSummarySequence = 0x30080220;
11006
11007    /** (3008,0223) VR=IS VM=1 Referenced Fraction Number */
11008    public static final int ReferencedFractionNumber = 0x30080223;
11009
11010    /** (3008,0224) VR=CS VM=1 Fraction Group Type */
11011    public static final int FractionGroupType = 0x30080224;
11012
11013    /** (3008,0230) VR=CS VM=1 Beam Stopper Position */
11014    public static final int BeamStopperPosition = 0x30080230;
11015
11016    /** (3008,0240) VR=SQ VM=1 Fraction Status Summary Sequence */
11017    public static final int FractionStatusSummarySequence = 0x30080240;
11018
11019    /** (3008,0250) VR=DA VM=1 Treatment Date */
11020    public static final int TreatmentDate = 0x30080250;
11021
11022    /** (3008,0251) VR=TM VM=1 Treatment Time */
11023    public static final int TreatmentTime = 0x30080251;
11024
11025    /** (300A,0002) VR=SH VM=1 RT Plan Label */
11026    public static final int RTPlanLabel = 0x300A0002;
11027
11028    /** (300A,0003) VR=LO VM=1 RT Plan Name */
11029    public static final int RTPlanName = 0x300A0003;
11030
11031    /** (300A,0004) VR=ST VM=1 RT Plan Description */
11032    public static final int RTPlanDescription = 0x300A0004;
11033
11034    /** (300A,0006) VR=DA VM=1 RT Plan Date */
11035    public static final int RTPlanDate = 0x300A0006;
11036
11037    /** (300A,0007) VR=TM VM=1 RT Plan Time */
11038    public static final int RTPlanTime = 0x300A0007;
11039
11040    /** (300A,0009) VR=LO VM=1-n Treatment Protocols */
11041    public static final int TreatmentProtocols = 0x300A0009;
11042
11043    /** (300A,000A) VR=CS VM=1 Plan Intent */
11044    public static final int PlanIntent = 0x300A000A;
11045
11046    /** (300A,000B) VR=LO VM=1-n Treatment Sites */
11047    public static final int TreatmentSites = 0x300A000B;
11048
11049    /** (300A,000C) VR=CS VM=1 RT Plan Geometry */
11050    public static final int RTPlanGeometry = 0x300A000C;
11051
11052    /** (300A,000E) VR=ST VM=1 Prescription Description */
11053    public static final int PrescriptionDescription = 0x300A000E;
11054
11055    /** (300A,0010) VR=SQ VM=1 Dose Reference Sequence */
11056    public static final int DoseReferenceSequence = 0x300A0010;
11057
11058    /** (300A,0012) VR=IS VM=1 Dose Reference Number */
11059    public static final int DoseReferenceNumber = 0x300A0012;
11060
11061    /** (300A,0013) VR=UI VM=1 Dose Reference UID */
11062    public static final int DoseReferenceUID = 0x300A0013;
11063
11064    /** (300A,0014) VR=CS VM=1 Dose Reference Structure Type */
11065    public static final int DoseReferenceStructureType = 0x300A0014;
11066
11067    /** (300A,0015) VR=CS VM=1 Nominal Beam Energy Unit */
11068    public static final int NominalBeamEnergyUnit = 0x300A0015;
11069
11070    /** (300A,0016) VR=LO VM=1 Dose Reference Description */
11071    public static final int DoseReferenceDescription = 0x300A0016;
11072
11073    /** (300A,0018) VR=DS VM=3 Dose Reference Point Coordinates */
11074    public static final int DoseReferencePointCoordinates = 0x300A0018;
11075
11076    /** (300A,001A) VR=DS VM=1 Nominal Prior Dose */
11077    public static final int NominalPriorDose = 0x300A001A;
11078
11079    /** (300A,0020) VR=CS VM=1 Dose Reference Type */
11080    public static final int DoseReferenceType = 0x300A0020;
11081
11082    /** (300A,0021) VR=DS VM=1 Constraint Weight */
11083    public static final int ConstraintWeight = 0x300A0021;
11084
11085    /** (300A,0022) VR=DS VM=1 Delivery Warning Dose */
11086    public static final int DeliveryWarningDose = 0x300A0022;
11087
11088    /** (300A,0023) VR=DS VM=1 Delivery Maximum Dose */
11089    public static final int DeliveryMaximumDose = 0x300A0023;
11090
11091    /** (300A,0025) VR=DS VM=1 Target Minimum Dose */
11092    public static final int TargetMinimumDose = 0x300A0025;
11093
11094    /** (300A,0026) VR=DS VM=1 Target Prescription Dose */
11095    public static final int TargetPrescriptionDose = 0x300A0026;
11096
11097    /** (300A,0027) VR=DS VM=1 Target Maximum Dose */
11098    public static final int TargetMaximumDose = 0x300A0027;
11099
11100    /** (300A,0028) VR=DS VM=1 Target Underdose Volume Fraction */
11101    public static final int TargetUnderdoseVolumeFraction = 0x300A0028;
11102
11103    /** (300A,002A) VR=DS VM=1 Organ at Risk Full-volume Dose */
11104    public static final int OrganAtRiskFullVolumeDose = 0x300A002A;
11105
11106    /** (300A,002B) VR=DS VM=1 Organ at Risk Limit Dose */
11107    public static final int OrganAtRiskLimitDose = 0x300A002B;
11108
11109    /** (300A,002C) VR=DS VM=1 Organ at Risk Maximum Dose */
11110    public static final int OrganAtRiskMaximumDose = 0x300A002C;
11111
11112    /** (300A,002D) VR=DS VM=1 Organ at Risk Overdose Volume Fraction */
11113    public static final int OrganAtRiskOverdoseVolumeFraction = 0x300A002D;
11114
11115    /** (300A,0040) VR=SQ VM=1 Tolerance Table Sequence */
11116    public static final int ToleranceTableSequence = 0x300A0040;
11117
11118    /** (300A,0042) VR=IS VM=1 Tolerance Table Number */
11119    public static final int ToleranceTableNumber = 0x300A0042;
11120
11121    /** (300A,0043) VR=SH VM=1 Tolerance Table Label */
11122    public static final int ToleranceTableLabel = 0x300A0043;
11123
11124    /** (300A,0044) VR=DS VM=1 Gantry Angle Tolerance */
11125    public static final int GantryAngleTolerance = 0x300A0044;
11126
11127    /** (300A,0046) VR=DS VM=1 Beam Limiting Device Angle Tolerance */
11128    public static final int BeamLimitingDeviceAngleTolerance = 0x300A0046;
11129
11130    /** (300A,0048) VR=SQ VM=1 Beam Limiting Device Tolerance Sequence */
11131    public static final int BeamLimitingDeviceToleranceSequence = 0x300A0048;
11132
11133    /** (300A,004A) VR=DS VM=1 Beam Limiting Device Position Tolerance */
11134    public static final int BeamLimitingDevicePositionTolerance = 0x300A004A;
11135
11136    /** (300A,004B) VR=FL VM=1 Snout Position Tolerance */
11137    public static final int SnoutPositionTolerance = 0x300A004B;
11138
11139    /** (300A,004C) VR=DS VM=1 Patient Support Angle Tolerance */
11140    public static final int PatientSupportAngleTolerance = 0x300A004C;
11141
11142    /** (300A,004E) VR=DS VM=1 Table Top Eccentric Angle Tolerance */
11143    public static final int TableTopEccentricAngleTolerance = 0x300A004E;
11144
11145    /** (300A,004F) VR=FL VM=1 Table Top Pitch Angle Tolerance */
11146    public static final int TableTopPitchAngleTolerance = 0x300A004F;
11147
11148    /** (300A,0050) VR=FL VM=1 Table Top Roll Angle Tolerance */
11149    public static final int TableTopRollAngleTolerance = 0x300A0050;
11150
11151    /** (300A,0051) VR=DS VM=1 Table Top Vertical Position Tolerance */
11152    public static final int TableTopVerticalPositionTolerance = 0x300A0051;
11153
11154    /** (300A,0052) VR=DS VM=1 Table Top Longitudinal Position Tolerance */
11155    public static final int TableTopLongitudinalPositionTolerance = 0x300A0052;
11156
11157    /** (300A,0053) VR=DS VM=1 Table Top Lateral Position Tolerance */
11158    public static final int TableTopLateralPositionTolerance = 0x300A0053;
11159
11160    /** (300A,0055) VR=CS VM=1 RT Plan Relationship */
11161    public static final int RTPlanRelationship = 0x300A0055;
11162
11163    /** (300A,0070) VR=SQ VM=1 Fraction Group Sequence */
11164    public static final int FractionGroupSequence = 0x300A0070;
11165
11166    /** (300A,0071) VR=IS VM=1 Fraction Group Number */
11167    public static final int FractionGroupNumber = 0x300A0071;
11168
11169    /** (300A,0072) VR=LO VM=1 Fraction Group Description */
11170    public static final int FractionGroupDescription = 0x300A0072;
11171
11172    /** (300A,0078) VR=IS VM=1 Number of Fractions Planned */
11173    public static final int NumberOfFractionsPlanned = 0x300A0078;
11174
11175    /** (300A,0079) VR=IS VM=1 Number of Fraction Pattern Digits Per Day */
11176    public static final int NumberOfFractionPatternDigitsPerDay = 0x300A0079;
11177
11178    /** (300A,007A) VR=IS VM=1 Repeat Fraction Cycle Length */
11179    public static final int RepeatFractionCycleLength = 0x300A007A;
11180
11181    /** (300A,007B) VR=LT VM=1 Fraction Pattern */
11182    public static final int FractionPattern = 0x300A007B;
11183
11184    /** (300A,0080) VR=IS VM=1 Number of Beams */
11185    public static final int NumberOfBeams = 0x300A0080;
11186
11187    /** (300A,0082) VR=DS VM=3 Beam Dose Specification Point */
11188    public static final int BeamDoseSpecificationPoint = 0x300A0082;
11189
11190    /** (300A,0083) VR=UI VM=1 Referenced Dose Reference UID */
11191    public static final int ReferencedDoseReferenceUID = 0x300A0083;
11192
11193    /** (300A,0084) VR=DS VM=1 Beam Dose */
11194    public static final int BeamDose = 0x300A0084;
11195
11196    /** (300A,0086) VR=DS VM=1 Beam Meterset */
11197    public static final int BeamMeterset = 0x300A0086;
11198
11199    /** (300A,0088) VR=FL VM=1 Beam Dose Point Depth (retired) */
11200    public static final int BeamDosePointDepth = 0x300A0088;
11201
11202    /** (300A,0089) VR=FL VM=1 Beam Dose Point Equivalent Depth (retired) */
11203    public static final int BeamDosePointEquivalentDepth = 0x300A0089;
11204
11205    /** (300A,008A) VR=FL VM=1 Beam Dose Point SSD (retired) */
11206    public static final int BeamDosePointSSD = 0x300A008A;
11207
11208    /** (300A,008B) VR=CS VM=1 Beam Dose Meaning */
11209    public static final int BeamDoseMeaning = 0x300A008B;
11210
11211    /** (300A,008C) VR=SQ VM=1 Beam Dose Verification Control Point Sequence */
11212    public static final int BeamDoseVerificationControlPointSequence = 0x300A008C;
11213
11214    /** (300A,008D) VR=FL VM=1 Average Beam Dose Point Depth */
11215    public static final int AverageBeamDosePointDepth = 0x300A008D;
11216
11217    /** (300A,008E) VR=FL VM=1 Average Beam Dose Point Equivalent Depth */
11218    public static final int AverageBeamDosePointEquivalentDepth = 0x300A008E;
11219
11220    /** (300A,008F) VR=FL VM=1 Average Beam Dose Point SSD */
11221    public static final int AverageBeamDosePointSSD = 0x300A008F;
11222
11223    /** (300A,0090) VR=CS VM=1 Beam Dose Type */
11224    public static final int BeamDoseType = 0x300A0090;
11225
11226    /** (300A,0091) VR=DS VM=1 Alternate Beam Dose */
11227    public static final int AlternateBeamDose = 0x300A0091;
11228
11229    /** (300A,0092) VR=CS VM=1 Alternate Beam Dose Type */
11230    public static final int AlternateBeamDoseType = 0x300A0092;
11231
11232    /** (300A,00A0) VR=IS VM=1 Number of Brachy Application Setups */
11233    public static final int NumberOfBrachyApplicationSetups = 0x300A00A0;
11234
11235    /** (300A,00A2) VR=DS VM=3 Brachy Application Setup Dose Specification Point */
11236    public static final int BrachyApplicationSetupDoseSpecificationPoint = 0x300A00A2;
11237
11238    /** (300A,00A4) VR=DS VM=1 Brachy Application Setup Dose */
11239    public static final int BrachyApplicationSetupDose = 0x300A00A4;
11240
11241    /** (300A,00B0) VR=SQ VM=1 Beam Sequence */
11242    public static final int BeamSequence = 0x300A00B0;
11243
11244    /** (300A,00B2) VR=SH VM=1 Treatment Machine Name */
11245    public static final int TreatmentMachineName = 0x300A00B2;
11246
11247    /** (300A,00B3) VR=CS VM=1 Primary Dosimeter Unit */
11248    public static final int PrimaryDosimeterUnit = 0x300A00B3;
11249
11250    /** (300A,00B4) VR=DS VM=1 Source-Axis Distance */
11251    public static final int SourceAxisDistance = 0x300A00B4;
11252
11253    /** (300A,00B6) VR=SQ VM=1 Beam Limiting Device Sequence */
11254    public static final int BeamLimitingDeviceSequence = 0x300A00B6;
11255
11256    /** (300A,00B8) VR=CS VM=1 RT Beam Limiting Device Type */
11257    public static final int RTBeamLimitingDeviceType = 0x300A00B8;
11258
11259    /** (300A,00BA) VR=DS VM=1 Source to Beam Limiting Device Distance */
11260    public static final int SourceToBeamLimitingDeviceDistance = 0x300A00BA;
11261
11262    /** (300A,00BB) VR=FL VM=1 Isocenter to Beam Limiting Device Distance */
11263    public static final int IsocenterToBeamLimitingDeviceDistance = 0x300A00BB;
11264
11265    /** (300A,00BC) VR=IS VM=1 Number of Leaf/Jaw Pairs */
11266    public static final int NumberOfLeafJawPairs = 0x300A00BC;
11267
11268    /** (300A,00BE) VR=DS VM=3-n Leaf Position Boundaries */
11269    public static final int LeafPositionBoundaries = 0x300A00BE;
11270
11271    /** (300A,00C0) VR=IS VM=1 Beam Number */
11272    public static final int BeamNumber = 0x300A00C0;
11273
11274    /** (300A,00C2) VR=LO VM=1 Beam Name */
11275    public static final int BeamName = 0x300A00C2;
11276
11277    /** (300A,00C3) VR=ST VM=1 Beam Description */
11278    public static final int BeamDescription = 0x300A00C3;
11279
11280    /** (300A,00C4) VR=CS VM=1 Beam Type */
11281    public static final int BeamType = 0x300A00C4;
11282
11283    /** (300A,00C5) VR=FD VM=1 Beam Delivery Duration Limit */
11284    public static final int BeamDeliveryDurationLimit = 0x300A00C5;
11285
11286    /** (300A,00C6) VR=CS VM=1 Radiation Type */
11287    public static final int RadiationType = 0x300A00C6;
11288
11289    /** (300A,00C7) VR=CS VM=1 High-Dose Technique Type */
11290    public static final int HighDoseTechniqueType = 0x300A00C7;
11291
11292    /** (300A,00C8) VR=IS VM=1 Reference Image Number */
11293    public static final int ReferenceImageNumber = 0x300A00C8;
11294
11295    /** (300A,00CA) VR=SQ VM=1 Planned Verification Image Sequence */
11296    public static final int PlannedVerificationImageSequence = 0x300A00CA;
11297
11298    /** (300A,00CC) VR=LO VM=1-n Imaging Device-Specific Acquisition Parameters */
11299    public static final int ImagingDeviceSpecificAcquisitionParameters = 0x300A00CC;
11300
11301    /** (300A,00CE) VR=CS VM=1 Treatment Delivery Type */
11302    public static final int TreatmentDeliveryType = 0x300A00CE;
11303
11304    /** (300A,00D0) VR=IS VM=1 Number of Wedges */
11305    public static final int NumberOfWedges = 0x300A00D0;
11306
11307    /** (300A,00D1) VR=SQ VM=1 Wedge Sequence */
11308    public static final int WedgeSequence = 0x300A00D1;
11309
11310    /** (300A,00D2) VR=IS VM=1 Wedge Number */
11311    public static final int WedgeNumber = 0x300A00D2;
11312
11313    /** (300A,00D3) VR=CS VM=1 Wedge Type */
11314    public static final int WedgeType = 0x300A00D3;
11315
11316    /** (300A,00D4) VR=SH VM=1 Wedge ID */
11317    public static final int WedgeID = 0x300A00D4;
11318
11319    /** (300A,00D5) VR=IS VM=1 Wedge Angle */
11320    public static final int WedgeAngle = 0x300A00D5;
11321
11322    /** (300A,00D6) VR=DS VM=1 Wedge Factor */
11323    public static final int WedgeFactor = 0x300A00D6;
11324
11325    /** (300A,00D7) VR=FL VM=1 Total Wedge Tray Water-Equivalent Thickness */
11326    public static final int TotalWedgeTrayWaterEquivalentThickness = 0x300A00D7;
11327
11328    /** (300A,00D8) VR=DS VM=1 Wedge Orientation */
11329    public static final int WedgeOrientation = 0x300A00D8;
11330
11331    /** (300A,00D9) VR=FL VM=1 Isocenter to Wedge Tray Distance */
11332    public static final int IsocenterToWedgeTrayDistance = 0x300A00D9;
11333
11334    /** (300A,00DA) VR=DS VM=1 Source to Wedge Tray Distance */
11335    public static final int SourceToWedgeTrayDistance = 0x300A00DA;
11336
11337    /** (300A,00DB) VR=FL VM=1 Wedge Thin Edge Position */
11338    public static final int WedgeThinEdgePosition = 0x300A00DB;
11339
11340    /** (300A,00DC) VR=SH VM=1 Bolus ID */
11341    public static final int BolusID = 0x300A00DC;
11342
11343    /** (300A,00DD) VR=ST VM=1 Bolus Description */
11344    public static final int BolusDescription = 0x300A00DD;
11345
11346    /** (300A,00DE) VR=DS VM=1 Effective Wedge Angle */
11347    public static final int EffectiveWedgeAngle = 0x300A00DE;
11348
11349    /** (300A,00E0) VR=IS VM=1 Number of Compensators */
11350    public static final int NumberOfCompensators = 0x300A00E0;
11351
11352    /** (300A,00E1) VR=SH VM=1 Material ID */
11353    public static final int MaterialID = 0x300A00E1;
11354
11355    /** (300A,00E2) VR=DS VM=1 Total Compensator Tray Factor */
11356    public static final int TotalCompensatorTrayFactor = 0x300A00E2;
11357
11358    /** (300A,00E3) VR=SQ VM=1 Compensator Sequence */
11359    public static final int CompensatorSequence = 0x300A00E3;
11360
11361    /** (300A,00E4) VR=IS VM=1 Compensator Number */
11362    public static final int CompensatorNumber = 0x300A00E4;
11363
11364    /** (300A,00E5) VR=SH VM=1 Compensator ID */
11365    public static final int CompensatorID = 0x300A00E5;
11366
11367    /** (300A,00E6) VR=DS VM=1 Source to Compensator Tray Distance */
11368    public static final int SourceToCompensatorTrayDistance = 0x300A00E6;
11369
11370    /** (300A,00E7) VR=IS VM=1 Compensator Rows */
11371    public static final int CompensatorRows = 0x300A00E7;
11372
11373    /** (300A,00E8) VR=IS VM=1 Compensator Columns */
11374    public static final int CompensatorColumns = 0x300A00E8;
11375
11376    /** (300A,00E9) VR=DS VM=2 Compensator Pixel Spacing */
11377    public static final int CompensatorPixelSpacing = 0x300A00E9;
11378
11379    /** (300A,00EA) VR=DS VM=2 Compensator Position */
11380    public static final int CompensatorPosition = 0x300A00EA;
11381
11382    /** (300A,00EB) VR=DS VM=1-n Compensator Transmission Data */
11383    public static final int CompensatorTransmissionData = 0x300A00EB;
11384
11385    /** (300A,00EC) VR=DS VM=1-n Compensator Thickness Data */
11386    public static final int CompensatorThicknessData = 0x300A00EC;
11387
11388    /** (300A,00ED) VR=IS VM=1 Number of Boli */
11389    public static final int NumberOfBoli = 0x300A00ED;
11390
11391    /** (300A,00EE) VR=CS VM=1 Compensator Type */
11392    public static final int CompensatorType = 0x300A00EE;
11393
11394    /** (300A,00EF) VR=SH VM=1 Compensator Tray ID */
11395    public static final int CompensatorTrayID = 0x300A00EF;
11396
11397    /** (300A,00F0) VR=IS VM=1 Number of Blocks */
11398    public static final int NumberOfBlocks = 0x300A00F0;
11399
11400    /** (300A,00F2) VR=DS VM=1 Total Block Tray Factor */
11401    public static final int TotalBlockTrayFactor = 0x300A00F2;
11402
11403    /** (300A,00F3) VR=FL VM=1 Total Block Tray Water-Equivalent Thickness */
11404    public static final int TotalBlockTrayWaterEquivalentThickness = 0x300A00F3;
11405
11406    /** (300A,00F4) VR=SQ VM=1 Block Sequence */
11407    public static final int BlockSequence = 0x300A00F4;
11408
11409    /** (300A,00F5) VR=SH VM=1 Block Tray ID */
11410    public static final int BlockTrayID = 0x300A00F5;
11411
11412    /** (300A,00F6) VR=DS VM=1 Source to Block Tray Distance */
11413    public static final int SourceToBlockTrayDistance = 0x300A00F6;
11414
11415    /** (300A,00F7) VR=FL VM=1 Isocenter to Block Tray Distance */
11416    public static final int IsocenterToBlockTrayDistance = 0x300A00F7;
11417
11418    /** (300A,00F8) VR=CS VM=1 Block Type */
11419    public static final int BlockType = 0x300A00F8;
11420
11421    /** (300A,00F9) VR=LO VM=1 Accessory Code */
11422    public static final int AccessoryCode = 0x300A00F9;
11423
11424    /** (300A,00FA) VR=CS VM=1 Block Divergence */
11425    public static final int BlockDivergence = 0x300A00FA;
11426
11427    /** (300A,00FB) VR=CS VM=1 Block Mounting Position */
11428    public static final int BlockMountingPosition = 0x300A00FB;
11429
11430    /** (300A,00FC) VR=IS VM=1 Block Number */
11431    public static final int BlockNumber = 0x300A00FC;
11432
11433    /** (300A,00FE) VR=LO VM=1 Block Name */
11434    public static final int BlockName = 0x300A00FE;
11435
11436    /** (300A,0100) VR=DS VM=1 Block Thickness */
11437    public static final int BlockThickness = 0x300A0100;
11438
11439    /** (300A,0102) VR=DS VM=1 Block Transmission */
11440    public static final int BlockTransmission = 0x300A0102;
11441
11442    /** (300A,0104) VR=IS VM=1 Block Number of Points */
11443    public static final int BlockNumberOfPoints = 0x300A0104;
11444
11445    /** (300A,0106) VR=DS VM=2-2n Block Data */
11446    public static final int BlockData = 0x300A0106;
11447
11448    /** (300A,0107) VR=SQ VM=1 Applicator Sequence */
11449    public static final int ApplicatorSequence = 0x300A0107;
11450
11451    /** (300A,0108) VR=SH VM=1 Applicator ID */
11452    public static final int ApplicatorID = 0x300A0108;
11453
11454    /** (300A,0109) VR=CS VM=1 Applicator Type */
11455    public static final int ApplicatorType = 0x300A0109;
11456
11457    /** (300A,010A) VR=LO VM=1 Applicator Description */
11458    public static final int ApplicatorDescription = 0x300A010A;
11459
11460    /** (300A,010C) VR=DS VM=1 Cumulative Dose Reference Coefficient */
11461    public static final int CumulativeDoseReferenceCoefficient = 0x300A010C;
11462
11463    /** (300A,010E) VR=DS VM=1 Final Cumulative Meterset Weight */
11464    public static final int FinalCumulativeMetersetWeight = 0x300A010E;
11465
11466    /** (300A,0110) VR=IS VM=1 Number of Control Points */
11467    public static final int NumberOfControlPoints = 0x300A0110;
11468
11469    /** (300A,0111) VR=SQ VM=1 Control Point Sequence */
11470    public static final int ControlPointSequence = 0x300A0111;
11471
11472    /** (300A,0112) VR=IS VM=1 Control Point Index */
11473    public static final int ControlPointIndex = 0x300A0112;
11474
11475    /** (300A,0114) VR=DS VM=1 Nominal Beam Energy */
11476    public static final int NominalBeamEnergy = 0x300A0114;
11477
11478    /** (300A,0115) VR=DS VM=1 Dose Rate Set */
11479    public static final int DoseRateSet = 0x300A0115;
11480
11481    /** (300A,0116) VR=SQ VM=1 Wedge Position Sequence */
11482    public static final int WedgePositionSequence = 0x300A0116;
11483
11484    /** (300A,0118) VR=CS VM=1 Wedge Position */
11485    public static final int WedgePosition = 0x300A0118;
11486
11487    /** (300A,011A) VR=SQ VM=1 Beam Limiting Device Position Sequence */
11488    public static final int BeamLimitingDevicePositionSequence = 0x300A011A;
11489
11490    /** (300A,011C) VR=DS VM=2-2n Leaf/Jaw Positions */
11491    public static final int LeafJawPositions = 0x300A011C;
11492
11493    /** (300A,011E) VR=DS VM=1 Gantry Angle */
11494    public static final int GantryAngle = 0x300A011E;
11495
11496    /** (300A,011F) VR=CS VM=1 Gantry Rotation Direction */
11497    public static final int GantryRotationDirection = 0x300A011F;
11498
11499    /** (300A,0120) VR=DS VM=1 Beam Limiting Device Angle */
11500    public static final int BeamLimitingDeviceAngle = 0x300A0120;
11501
11502    /** (300A,0121) VR=CS VM=1 Beam Limiting Device Rotation Direction */
11503    public static final int BeamLimitingDeviceRotationDirection = 0x300A0121;
11504
11505    /** (300A,0122) VR=DS VM=1 Patient Support Angle */
11506    public static final int PatientSupportAngle = 0x300A0122;
11507
11508    /** (300A,0123) VR=CS VM=1 Patient Support Rotation Direction */
11509    public static final int PatientSupportRotationDirection = 0x300A0123;
11510
11511    /** (300A,0124) VR=DS VM=1 Table Top Eccentric Axis Distance */
11512    public static final int TableTopEccentricAxisDistance = 0x300A0124;
11513
11514    /** (300A,0125) VR=DS VM=1 Table Top Eccentric Angle */
11515    public static final int TableTopEccentricAngle = 0x300A0125;
11516
11517    /** (300A,0126) VR=CS VM=1 Table Top Eccentric Rotation Direction */
11518    public static final int TableTopEccentricRotationDirection = 0x300A0126;
11519
11520    /** (300A,0128) VR=DS VM=1 Table Top Vertical Position */
11521    public static final int TableTopVerticalPosition = 0x300A0128;
11522
11523    /** (300A,0129) VR=DS VM=1 Table Top Longitudinal Position */
11524    public static final int TableTopLongitudinalPosition = 0x300A0129;
11525
11526    /** (300A,012A) VR=DS VM=1 Table Top Lateral Position */
11527    public static final int TableTopLateralPosition = 0x300A012A;
11528
11529    /** (300A,012C) VR=DS VM=3 Isocenter Position */
11530    public static final int IsocenterPosition = 0x300A012C;
11531
11532    /** (300A,012E) VR=DS VM=3 Surface Entry Point */
11533    public static final int SurfaceEntryPoint = 0x300A012E;
11534
11535    /** (300A,0130) VR=DS VM=1 Source to Surface Distance */
11536    public static final int SourceToSurfaceDistance = 0x300A0130;
11537
11538    /** (300A,0131) VR=FL VM=1 Average Beam Dose Point Source to External Contour Distance */
11539    public static final int AverageBeamDosePointSourceToExternalContourDistance = 0x300A0131;
11540
11541    /** (300A,0132) VR=FL VM=1 Source to External Contour Distance */
11542    public static final int SourceToExternalContourDistance = 0x300A0132;
11543
11544    /** (300A,0133) VR=FL VM=3 External Contour Entry Point */
11545    public static final int ExternalContourEntryPoint = 0x300A0133;
11546
11547    /** (300A,0134) VR=DS VM=1 Cumulative Meterset Weight */
11548    public static final int CumulativeMetersetWeight = 0x300A0134;
11549
11550    /** (300A,0140) VR=FL VM=1 Table Top Pitch Angle */
11551    public static final int TableTopPitchAngle = 0x300A0140;
11552
11553    /** (300A,0142) VR=CS VM=1 Table Top Pitch Rotation Direction */
11554    public static final int TableTopPitchRotationDirection = 0x300A0142;
11555
11556    /** (300A,0144) VR=FL VM=1 Table Top Roll Angle */
11557    public static final int TableTopRollAngle = 0x300A0144;
11558
11559    /** (300A,0146) VR=CS VM=1 Table Top Roll Rotation Direction */
11560    public static final int TableTopRollRotationDirection = 0x300A0146;
11561
11562    /** (300A,0148) VR=FL VM=1 Head Fixation Angle */
11563    public static final int HeadFixationAngle = 0x300A0148;
11564
11565    /** (300A,014A) VR=FL VM=1 Gantry Pitch Angle */
11566    public static final int GantryPitchAngle = 0x300A014A;
11567
11568    /** (300A,014C) VR=CS VM=1 Gantry Pitch Rotation Direction */
11569    public static final int GantryPitchRotationDirection = 0x300A014C;
11570
11571    /** (300A,014E) VR=FL VM=1 Gantry Pitch Angle Tolerance */
11572    public static final int GantryPitchAngleTolerance = 0x300A014E;
11573
11574    /** (300A,0150) VR=CS VM=1 Fixation Eye */
11575    public static final int FixationEye = 0x300A0150;
11576
11577    /** (300A,0151) VR=DS VM=1 Chair Head Frame Position */
11578    public static final int ChairHeadFramePosition = 0x300A0151;
11579
11580    /** (300A,0152) VR=DS VM=1 Head Fixation Angle Tolerance */
11581    public static final int HeadFixationAngleTolerance = 0x300A0152;
11582
11583    /** (300A,0153) VR=DS VM=1 Chair Head Frame Position Tolerance */
11584    public static final int ChairHeadFramePositionTolerance = 0x300A0153;
11585
11586    /** (300A,0154) VR=DS VM=1 Fixation Light Azimuthal Angle Tolerance */
11587    public static final int FixationLightAzimuthalAngleTolerance = 0x300A0154;
11588
11589    /** (300A,0155) VR=DS VM=1 Fixation Light Polar Angle Tolerance */
11590    public static final int FixationLightPolarAngleTolerance = 0x300A0155;
11591
11592    /** (300A,0180) VR=SQ VM=1 Patient Setup Sequence */
11593    public static final int PatientSetupSequence = 0x300A0180;
11594
11595    /** (300A,0182) VR=IS VM=1 Patient Setup Number */
11596    public static final int PatientSetupNumber = 0x300A0182;
11597
11598    /** (300A,0183) VR=LO VM=1 Patient Setup Label */
11599    public static final int PatientSetupLabel = 0x300A0183;
11600
11601    /** (300A,0184) VR=LO VM=1 Patient Additional Position */
11602    public static final int PatientAdditionalPosition = 0x300A0184;
11603
11604    /** (300A,0190) VR=SQ VM=1 Fixation Device Sequence */
11605    public static final int FixationDeviceSequence = 0x300A0190;
11606
11607    /** (300A,0192) VR=CS VM=1 Fixation Device Type */
11608    public static final int FixationDeviceType = 0x300A0192;
11609
11610    /** (300A,0194) VR=SH VM=1 Fixation Device Label */
11611    public static final int FixationDeviceLabel = 0x300A0194;
11612
11613    /** (300A,0196) VR=ST VM=1 Fixation Device Description */
11614    public static final int FixationDeviceDescription = 0x300A0196;
11615
11616    /** (300A,0198) VR=SH VM=1 Fixation Device Position */
11617    public static final int FixationDevicePosition = 0x300A0198;
11618
11619    /** (300A,0199) VR=FL VM=1 Fixation Device Pitch Angle */
11620    public static final int FixationDevicePitchAngle = 0x300A0199;
11621
11622    /** (300A,019A) VR=FL VM=1 Fixation Device Roll Angle */
11623    public static final int FixationDeviceRollAngle = 0x300A019A;
11624
11625    /** (300A,01A0) VR=SQ VM=1 Shielding Device Sequence */
11626    public static final int ShieldingDeviceSequence = 0x300A01A0;
11627
11628    /** (300A,01A2) VR=CS VM=1 Shielding Device Type */
11629    public static final int ShieldingDeviceType = 0x300A01A2;
11630
11631    /** (300A,01A4) VR=SH VM=1 Shielding Device Label */
11632    public static final int ShieldingDeviceLabel = 0x300A01A4;
11633
11634    /** (300A,01A6) VR=ST VM=1 Shielding Device Description */
11635    public static final int ShieldingDeviceDescription = 0x300A01A6;
11636
11637    /** (300A,01A8) VR=SH VM=1 Shielding Device Position */
11638    public static final int ShieldingDevicePosition = 0x300A01A8;
11639
11640    /** (300A,01B0) VR=CS VM=1 Setup Technique */
11641    public static final int SetupTechnique = 0x300A01B0;
11642
11643    /** (300A,01B2) VR=ST VM=1 Setup Technique Description */
11644    public static final int SetupTechniqueDescription = 0x300A01B2;
11645
11646    /** (300A,01B4) VR=SQ VM=1 Setup Device Sequence */
11647    public static final int SetupDeviceSequence = 0x300A01B4;
11648
11649    /** (300A,01B6) VR=CS VM=1 Setup Device Type */
11650    public static final int SetupDeviceType = 0x300A01B6;
11651
11652    /** (300A,01B8) VR=SH VM=1 Setup Device Label */
11653    public static final int SetupDeviceLabel = 0x300A01B8;
11654
11655    /** (300A,01BA) VR=ST VM=1 Setup Device Description */
11656    public static final int SetupDeviceDescription = 0x300A01BA;
11657
11658    /** (300A,01BC) VR=DS VM=1 Setup Device Parameter */
11659    public static final int SetupDeviceParameter = 0x300A01BC;
11660
11661    /** (300A,01D0) VR=ST VM=1 Setup Reference Description */
11662    public static final int SetupReferenceDescription = 0x300A01D0;
11663
11664    /** (300A,01D2) VR=DS VM=1 Table Top Vertical Setup Displacement */
11665    public static final int TableTopVerticalSetupDisplacement = 0x300A01D2;
11666
11667    /** (300A,01D4) VR=DS VM=1 Table Top Longitudinal Setup Displacement */
11668    public static final int TableTopLongitudinalSetupDisplacement = 0x300A01D4;
11669
11670    /** (300A,01D6) VR=DS VM=1 Table Top Lateral Setup Displacement */
11671    public static final int TableTopLateralSetupDisplacement = 0x300A01D6;
11672
11673    /** (300A,0200) VR=CS VM=1 Brachy Treatment Technique */
11674    public static final int BrachyTreatmentTechnique = 0x300A0200;
11675
11676    /** (300A,0202) VR=CS VM=1 Brachy Treatment Type */
11677    public static final int BrachyTreatmentType = 0x300A0202;
11678
11679    /** (300A,0206) VR=SQ VM=1 Treatment Machine Sequence */
11680    public static final int TreatmentMachineSequence = 0x300A0206;
11681
11682    /** (300A,0210) VR=SQ VM=1 Source Sequence */
11683    public static final int SourceSequence = 0x300A0210;
11684
11685    /** (300A,0212) VR=IS VM=1 Source Number */
11686    public static final int SourceNumber = 0x300A0212;
11687
11688    /** (300A,0214) VR=CS VM=1 Source Type */
11689    public static final int SourceType = 0x300A0214;
11690
11691    /** (300A,0216) VR=LO VM=1 Source Manufacturer */
11692    public static final int SourceManufacturer = 0x300A0216;
11693
11694    /** (300A,0218) VR=DS VM=1 Active Source Diameter */
11695    public static final int ActiveSourceDiameter = 0x300A0218;
11696
11697    /** (300A,021A) VR=DS VM=1 Active Source Length */
11698    public static final int ActiveSourceLength = 0x300A021A;
11699
11700    /** (300A,021B) VR=SH VM=1 Source Model ID */
11701    public static final int SourceModelID = 0x300A021B;
11702
11703    /** (300A,021C) VR=LO VM=1 Source Description */
11704    public static final int SourceDescription = 0x300A021C;
11705
11706    /** (300A,0222) VR=DS VM=1 Source Encapsulation Nominal Thickness */
11707    public static final int SourceEncapsulationNominalThickness = 0x300A0222;
11708
11709    /** (300A,0224) VR=DS VM=1 Source Encapsulation Nominal Transmission */
11710    public static final int SourceEncapsulationNominalTransmission = 0x300A0224;
11711
11712    /** (300A,0226) VR=LO VM=1 Source Isotope Name */
11713    public static final int SourceIsotopeName = 0x300A0226;
11714
11715    /** (300A,0228) VR=DS VM=1 Source Isotope Half Life */
11716    public static final int SourceIsotopeHalfLife = 0x300A0228;
11717
11718    /** (300A,0229) VR=CS VM=1 Source Strength Units */
11719    public static final int SourceStrengthUnits = 0x300A0229;
11720
11721    /** (300A,022A) VR=DS VM=1 Reference Air Kerma Rate */
11722    public static final int ReferenceAirKermaRate = 0x300A022A;
11723
11724    /** (300A,022B) VR=DS VM=1 Source Strength */
11725    public static final int SourceStrength = 0x300A022B;
11726
11727    /** (300A,022C) VR=DA VM=1 Source Strength Reference Date */
11728    public static final int SourceStrengthReferenceDate = 0x300A022C;
11729
11730    /** (300A,022E) VR=TM VM=1 Source Strength Reference Time */
11731    public static final int SourceStrengthReferenceTime = 0x300A022E;
11732
11733    /** (300A,0230) VR=SQ VM=1 Application Setup Sequence */
11734    public static final int ApplicationSetupSequence = 0x300A0230;
11735
11736    /** (300A,0232) VR=CS VM=1 Application Setup Type */
11737    public static final int ApplicationSetupType = 0x300A0232;
11738
11739    /** (300A,0234) VR=IS VM=1 Application Setup Number */
11740    public static final int ApplicationSetupNumber = 0x300A0234;
11741
11742    /** (300A,0236) VR=LO VM=1 Application Setup Name */
11743    public static final int ApplicationSetupName = 0x300A0236;
11744
11745    /** (300A,0238) VR=LO VM=1 Application Setup Manufacturer */
11746    public static final int ApplicationSetupManufacturer = 0x300A0238;
11747
11748    /** (300A,0240) VR=IS VM=1 Template Number */
11749    public static final int TemplateNumber = 0x300A0240;
11750
11751    /** (300A,0242) VR=SH VM=1 Template Type */
11752    public static final int TemplateType = 0x300A0242;
11753
11754    /** (300A,0244) VR=LO VM=1 Template Name */
11755    public static final int TemplateName = 0x300A0244;
11756
11757    /** (300A,0250) VR=DS VM=1 Total Reference Air Kerma */
11758    public static final int TotalReferenceAirKerma = 0x300A0250;
11759
11760    /** (300A,0260) VR=SQ VM=1 Brachy Accessory Device Sequence */
11761    public static final int BrachyAccessoryDeviceSequence = 0x300A0260;
11762
11763    /** (300A,0262) VR=IS VM=1 Brachy Accessory Device Number */
11764    public static final int BrachyAccessoryDeviceNumber = 0x300A0262;
11765
11766    /** (300A,0263) VR=SH VM=1 Brachy Accessory Device ID */
11767    public static final int BrachyAccessoryDeviceID = 0x300A0263;
11768
11769    /** (300A,0264) VR=CS VM=1 Brachy Accessory Device Type */
11770    public static final int BrachyAccessoryDeviceType = 0x300A0264;
11771
11772    /** (300A,0266) VR=LO VM=1 Brachy Accessory Device Name */
11773    public static final int BrachyAccessoryDeviceName = 0x300A0266;
11774
11775    /** (300A,026A) VR=DS VM=1 Brachy Accessory Device Nominal Thickness */
11776    public static final int BrachyAccessoryDeviceNominalThickness = 0x300A026A;
11777
11778    /** (300A,026C) VR=DS VM=1 Brachy Accessory Device Nominal Transmission */
11779    public static final int BrachyAccessoryDeviceNominalTransmission = 0x300A026C;
11780
11781    /** (300A,0280) VR=SQ VM=1 Channel Sequence */
11782    public static final int ChannelSequence = 0x300A0280;
11783
11784    /** (300A,0282) VR=IS VM=1 Channel Number */
11785    public static final int ChannelNumber = 0x300A0282;
11786
11787    /** (300A,0284) VR=DS VM=1 Channel Length */
11788    public static final int ChannelLength = 0x300A0284;
11789
11790    /** (300A,0286) VR=DS VM=1 Channel Total Time */
11791    public static final int ChannelTotalTime = 0x300A0286;
11792
11793    /** (300A,0288) VR=CS VM=1 Source Movement Type */
11794    public static final int SourceMovementType = 0x300A0288;
11795
11796    /** (300A,028A) VR=IS VM=1 Number of Pulses */
11797    public static final int NumberOfPulses = 0x300A028A;
11798
11799    /** (300A,028C) VR=DS VM=1 Pulse Repetition Interval */
11800    public static final int PulseRepetitionInterval = 0x300A028C;
11801
11802    /** (300A,0290) VR=IS VM=1 Source Applicator Number */
11803    public static final int SourceApplicatorNumber = 0x300A0290;
11804
11805    /** (300A,0291) VR=SH VM=1 Source Applicator ID */
11806    public static final int SourceApplicatorID = 0x300A0291;
11807
11808    /** (300A,0292) VR=CS VM=1 Source Applicator Type */
11809    public static final int SourceApplicatorType = 0x300A0292;
11810
11811    /** (300A,0294) VR=LO VM=1 Source Applicator Name */
11812    public static final int SourceApplicatorName = 0x300A0294;
11813
11814    /** (300A,0296) VR=DS VM=1 Source Applicator Length */
11815    public static final int SourceApplicatorLength = 0x300A0296;
11816
11817    /** (300A,0298) VR=LO VM=1 Source Applicator Manufacturer */
11818    public static final int SourceApplicatorManufacturer = 0x300A0298;
11819
11820    /** (300A,029C) VR=DS VM=1 Source Applicator Wall Nominal Thickness */
11821    public static final int SourceApplicatorWallNominalThickness = 0x300A029C;
11822
11823    /** (300A,029E) VR=DS VM=1 Source Applicator Wall Nominal Transmission */
11824    public static final int SourceApplicatorWallNominalTransmission = 0x300A029E;
11825
11826    /** (300A,02A0) VR=DS VM=1 Source Applicator Step Size */
11827    public static final int SourceApplicatorStepSize = 0x300A02A0;
11828
11829    /** (300A,02A2) VR=IS VM=1 Transfer Tube Number */
11830    public static final int TransferTubeNumber = 0x300A02A2;
11831
11832    /** (300A,02A4) VR=DS VM=1 Transfer Tube Length */
11833    public static final int TransferTubeLength = 0x300A02A4;
11834
11835    /** (300A,02B0) VR=SQ VM=1 Channel Shield Sequence */
11836    public static final int ChannelShieldSequence = 0x300A02B0;
11837
11838    /** (300A,02B2) VR=IS VM=1 Channel Shield Number */
11839    public static final int ChannelShieldNumber = 0x300A02B2;
11840
11841    /** (300A,02B3) VR=SH VM=1 Channel Shield ID */
11842    public static final int ChannelShieldID = 0x300A02B3;
11843
11844    /** (300A,02B4) VR=LO VM=1 Channel Shield Name */
11845    public static final int ChannelShieldName = 0x300A02B4;
11846
11847    /** (300A,02B8) VR=DS VM=1 Channel Shield Nominal Thickness */
11848    public static final int ChannelShieldNominalThickness = 0x300A02B8;
11849
11850    /** (300A,02BA) VR=DS VM=1 Channel Shield Nominal Transmission */
11851    public static final int ChannelShieldNominalTransmission = 0x300A02BA;
11852
11853    /** (300A,02C8) VR=DS VM=1 Final Cumulative Time Weight */
11854    public static final int FinalCumulativeTimeWeight = 0x300A02C8;
11855
11856    /** (300A,02D0) VR=SQ VM=1 Brachy Control Point Sequence */
11857    public static final int BrachyControlPointSequence = 0x300A02D0;
11858
11859    /** (300A,02D2) VR=DS VM=1 Control Point Relative Position */
11860    public static final int ControlPointRelativePosition = 0x300A02D2;
11861
11862    /** (300A,02D4) VR=DS VM=3 Control Point 3D Position */
11863    public static final int ControlPoint3DPosition = 0x300A02D4;
11864
11865    /** (300A,02D6) VR=DS VM=1 Cumulative Time Weight */
11866    public static final int CumulativeTimeWeight = 0x300A02D6;
11867
11868    /** (300A,02E0) VR=CS VM=1 Compensator Divergence */
11869    public static final int CompensatorDivergence = 0x300A02E0;
11870
11871    /** (300A,02E1) VR=CS VM=1 Compensator Mounting Position */
11872    public static final int CompensatorMountingPosition = 0x300A02E1;
11873
11874    /** (300A,02E2) VR=DS VM=1-n Source to Compensator Distance */
11875    public static final int SourceToCompensatorDistance = 0x300A02E2;
11876
11877    /** (300A,02E3) VR=FL VM=1 Total Compensator Tray Water-Equivalent Thickness */
11878    public static final int TotalCompensatorTrayWaterEquivalentThickness = 0x300A02E3;
11879
11880    /** (300A,02E4) VR=FL VM=1 Isocenter to Compensator Tray Distance */
11881    public static final int IsocenterToCompensatorTrayDistance = 0x300A02E4;
11882
11883    /** (300A,02E5) VR=FL VM=1 Compensator Column Offset */
11884    public static final int CompensatorColumnOffset = 0x300A02E5;
11885
11886    /** (300A,02E6) VR=FL VM=1-n Isocenter to Compensator Distances */
11887    public static final int IsocenterToCompensatorDistances = 0x300A02E6;
11888
11889    /** (300A,02E7) VR=FL VM=1 Compensator Relative Stopping Power Ratio */
11890    public static final int CompensatorRelativeStoppingPowerRatio = 0x300A02E7;
11891
11892    /** (300A,02E8) VR=FL VM=1 Compensator Milling Tool Diameter */
11893    public static final int CompensatorMillingToolDiameter = 0x300A02E8;
11894
11895    /** (300A,02EA) VR=SQ VM=1 Ion Range Compensator Sequence */
11896    public static final int IonRangeCompensatorSequence = 0x300A02EA;
11897
11898    /** (300A,02EB) VR=LT VM=1 Compensator Description */
11899    public static final int CompensatorDescription = 0x300A02EB;
11900
11901    /** (300A,0302) VR=IS VM=1 Radiation Mass Number */
11902    public static final int RadiationMassNumber = 0x300A0302;
11903
11904    /** (300A,0304) VR=IS VM=1 Radiation Atomic Number */
11905    public static final int RadiationAtomicNumber = 0x300A0304;
11906
11907    /** (300A,0306) VR=SS VM=1 Radiation Charge State */
11908    public static final int RadiationChargeState = 0x300A0306;
11909
11910    /** (300A,0308) VR=CS VM=1 Scan Mode */
11911    public static final int ScanMode = 0x300A0308;
11912
11913    /** (300A,0309) VR=CS VM=1 Modulated Scan Mode Type */
11914    public static final int ModulatedScanModeType = 0x300A0309;
11915
11916    /** (300A,030A) VR=FL VM=2 Virtual Source-Axis Distances */
11917    public static final int VirtualSourceAxisDistances = 0x300A030A;
11918
11919    /** (300A,030C) VR=SQ VM=1 Snout Sequence */
11920    public static final int SnoutSequence = 0x300A030C;
11921
11922    /** (300A,030D) VR=FL VM=1 Snout Position */
11923    public static final int SnoutPosition = 0x300A030D;
11924
11925    /** (300A,030F) VR=SH VM=1 Snout ID */
11926    public static final int SnoutID = 0x300A030F;
11927
11928    /** (300A,0312) VR=IS VM=1 Number of Range Shifters */
11929    public static final int NumberOfRangeShifters = 0x300A0312;
11930
11931    /** (300A,0314) VR=SQ VM=1 Range Shifter Sequence */
11932    public static final int RangeShifterSequence = 0x300A0314;
11933
11934    /** (300A,0316) VR=IS VM=1 Range Shifter Number */
11935    public static final int RangeShifterNumber = 0x300A0316;
11936
11937    /** (300A,0318) VR=SH VM=1 Range Shifter ID */
11938    public static final int RangeShifterID = 0x300A0318;
11939
11940    /** (300A,0320) VR=CS VM=1 Range Shifter Type */
11941    public static final int RangeShifterType = 0x300A0320;
11942
11943    /** (300A,0322) VR=LO VM=1 Range Shifter Description */
11944    public static final int RangeShifterDescription = 0x300A0322;
11945
11946    /** (300A,0330) VR=IS VM=1 Number of Lateral Spreading Devices */
11947    public static final int NumberOfLateralSpreadingDevices = 0x300A0330;
11948
11949    /** (300A,0332) VR=SQ VM=1 Lateral Spreading Device Sequence */
11950    public static final int LateralSpreadingDeviceSequence = 0x300A0332;
11951
11952    /** (300A,0334) VR=IS VM=1 Lateral Spreading Device Number */
11953    public static final int LateralSpreadingDeviceNumber = 0x300A0334;
11954
11955    /** (300A,0336) VR=SH VM=1 Lateral Spreading Device ID */
11956    public static final int LateralSpreadingDeviceID = 0x300A0336;
11957
11958    /** (300A,0338) VR=CS VM=1 Lateral Spreading Device Type */
11959    public static final int LateralSpreadingDeviceType = 0x300A0338;
11960
11961    /** (300A,033A) VR=LO VM=1 Lateral Spreading Device Description */
11962    public static final int LateralSpreadingDeviceDescription = 0x300A033A;
11963
11964    /** (300A,033C) VR=FL VM=1 Lateral Spreading Device Water Equivalent Thickness */
11965    public static final int LateralSpreadingDeviceWaterEquivalentThickness = 0x300A033C;
11966
11967    /** (300A,0340) VR=IS VM=1 Number of Range Modulators */
11968    public static final int NumberOfRangeModulators = 0x300A0340;
11969
11970    /** (300A,0342) VR=SQ VM=1 Range Modulator Sequence */
11971    public static final int RangeModulatorSequence = 0x300A0342;
11972
11973    /** (300A,0344) VR=IS VM=1 Range Modulator Number */
11974    public static final int RangeModulatorNumber = 0x300A0344;
11975
11976    /** (300A,0346) VR=SH VM=1 Range Modulator ID */
11977    public static final int RangeModulatorID = 0x300A0346;
11978
11979    /** (300A,0348) VR=CS VM=1 Range Modulator Type */
11980    public static final int RangeModulatorType = 0x300A0348;
11981
11982    /** (300A,034A) VR=LO VM=1 Range Modulator Description */
11983    public static final int RangeModulatorDescription = 0x300A034A;
11984
11985    /** (300A,034C) VR=SH VM=1 Beam Current Modulation ID */
11986    public static final int BeamCurrentModulationID = 0x300A034C;
11987
11988    /** (300A,0350) VR=CS VM=1 Patient Support Type */
11989    public static final int PatientSupportType = 0x300A0350;
11990
11991    /** (300A,0352) VR=SH VM=1 Patient Support ID */
11992    public static final int PatientSupportID = 0x300A0352;
11993
11994    /** (300A,0354) VR=LO VM=1 Patient Support Accessory Code */
11995    public static final int PatientSupportAccessoryCode = 0x300A0354;
11996
11997    /** (300A,0355) VR=LO VM=1 Tray Accessory Code */
11998    public static final int TrayAccessoryCode = 0x300A0355;
11999
12000    /** (300A,0356) VR=FL VM=1 Fixation Light Azimuthal Angle */
12001    public static final int FixationLightAzimuthalAngle = 0x300A0356;
12002
12003    /** (300A,0358) VR=FL VM=1 Fixation Light Polar Angle */
12004    public static final int FixationLightPolarAngle = 0x300A0358;
12005
12006    /** (300A,035A) VR=FL VM=1 Meterset Rate */
12007    public static final int MetersetRate = 0x300A035A;
12008
12009    /** (300A,0360) VR=SQ VM=1 Range Shifter Settings Sequence */
12010    public static final int RangeShifterSettingsSequence = 0x300A0360;
12011
12012    /** (300A,0362) VR=LO VM=1 Range Shifter Setting */
12013    public static final int RangeShifterSetting = 0x300A0362;
12014
12015    /** (300A,0364) VR=FL VM=1 Isocenter to Range Shifter Distance */
12016    public static final int IsocenterToRangeShifterDistance = 0x300A0364;
12017
12018    /** (300A,0366) VR=FL VM=1 Range Shifter Water Equivalent Thickness */
12019    public static final int RangeShifterWaterEquivalentThickness = 0x300A0366;
12020
12021    /** (300A,0370) VR=SQ VM=1 Lateral Spreading Device Settings Sequence */
12022    public static final int LateralSpreadingDeviceSettingsSequence = 0x300A0370;
12023
12024    /** (300A,0372) VR=LO VM=1 Lateral Spreading Device Setting */
12025    public static final int LateralSpreadingDeviceSetting = 0x300A0372;
12026
12027    /** (300A,0374) VR=FL VM=1 Isocenter to Lateral Spreading Device Distance */
12028    public static final int IsocenterToLateralSpreadingDeviceDistance = 0x300A0374;
12029
12030    /** (300A,0380) VR=SQ VM=1 Range Modulator Settings Sequence */
12031    public static final int RangeModulatorSettingsSequence = 0x300A0380;
12032
12033    /** (300A,0382) VR=FL VM=1 Range Modulator Gating Start Value */
12034    public static final int RangeModulatorGatingStartValue = 0x300A0382;
12035
12036    /** (300A,0384) VR=FL VM=1 Range Modulator Gating Stop Value */
12037    public static final int RangeModulatorGatingStopValue = 0x300A0384;
12038
12039    /** (300A,0386) VR=FL VM=1 Range Modulator Gating Start Water Equivalent Thickness */
12040    public static final int RangeModulatorGatingStartWaterEquivalentThickness = 0x300A0386;
12041
12042    /** (300A,0388) VR=FL VM=1 Range Modulator Gating Stop Water Equivalent Thickness */
12043    public static final int RangeModulatorGatingStopWaterEquivalentThickness = 0x300A0388;
12044
12045    /** (300A,038A) VR=FL VM=1 Isocenter to Range Modulator Distance */
12046    public static final int IsocenterToRangeModulatorDistance = 0x300A038A;
12047
12048    /** (300A,038F) VR=FL VM=1-n Scan Spot Time Offset */
12049    public static final int ScanSpotTimeOffset = 0x300A038F;
12050
12051    /** (300A,0390) VR=SH VM=1 Scan Spot Tune ID */
12052    public static final int ScanSpotTuneID = 0x300A0390;
12053
12054    /** (300A,0391) VR=IS VM=1-n Scan Spot Prescribed Indices */
12055    public static final int ScanSpotPrescribedIndices = 0x300A0391;
12056
12057    /** (300A,0392) VR=IS VM=1 Number of Scan Spot Positions */
12058    public static final int NumberOfScanSpotPositions = 0x300A0392;
12059
12060    /** (300A,0393) VR=CS VM=1 Scan Spot Reordered */
12061    public static final int ScanSpotReordered = 0x300A0393;
12062
12063    /** (300A,0394) VR=FL VM=1-n Scan Spot Position Map */
12064    public static final int ScanSpotPositionMap = 0x300A0394;
12065
12066    /** (300A,0395) VR=CS VM=1 Scan Spot Reordering Allowed */
12067    public static final int ScanSpotReorderingAllowed = 0x300A0395;
12068
12069    /** (300A,0396) VR=FL VM=1-n Scan Spot Meterset Weights */
12070    public static final int ScanSpotMetersetWeights = 0x300A0396;
12071
12072    /** (300A,0398) VR=FL VM=2 Scanning Spot Size */
12073    public static final int ScanningSpotSize = 0x300A0398;
12074
12075    /** (300A,039A) VR=IS VM=1 Number of Paintings */
12076    public static final int NumberOfPaintings = 0x300A039A;
12077
12078    /** (300A,03A0) VR=SQ VM=1 Ion Tolerance Table Sequence */
12079    public static final int IonToleranceTableSequence = 0x300A03A0;
12080
12081    /** (300A,03A2) VR=SQ VM=1 Ion Beam Sequence */
12082    public static final int IonBeamSequence = 0x300A03A2;
12083
12084    /** (300A,03A4) VR=SQ VM=1 Ion Beam Limiting Device Sequence */
12085    public static final int IonBeamLimitingDeviceSequence = 0x300A03A4;
12086
12087    /** (300A,03A6) VR=SQ VM=1 Ion Block Sequence */
12088    public static final int IonBlockSequence = 0x300A03A6;
12089
12090    /** (300A,03A8) VR=SQ VM=1 Ion Control Point Sequence */
12091    public static final int IonControlPointSequence = 0x300A03A8;
12092
12093    /** (300A,03AA) VR=SQ VM=1 Ion Wedge Sequence */
12094    public static final int IonWedgeSequence = 0x300A03AA;
12095
12096    /** (300A,03AC) VR=SQ VM=1 Ion Wedge Position Sequence */
12097    public static final int IonWedgePositionSequence = 0x300A03AC;
12098
12099    /** (300A,0401) VR=SQ VM=1 Referenced Setup Image Sequence */
12100    public static final int ReferencedSetupImageSequence = 0x300A0401;
12101
12102    /** (300A,0402) VR=ST VM=1 Setup Image Comment */
12103    public static final int SetupImageComment = 0x300A0402;
12104
12105    /** (300A,0410) VR=SQ VM=1 Motion Synchronization Sequence */
12106    public static final int MotionSynchronizationSequence = 0x300A0410;
12107
12108    /** (300A,0412) VR=FL VM=3 Control Point Orientation */
12109    public static final int ControlPointOrientation = 0x300A0412;
12110
12111    /** (300A,0420) VR=SQ VM=1 General Accessory Sequence */
12112    public static final int GeneralAccessorySequence = 0x300A0420;
12113
12114    /** (300A,0421) VR=SH VM=1 General Accessory ID */
12115    public static final int GeneralAccessoryID = 0x300A0421;
12116
12117    /** (300A,0422) VR=ST VM=1 General Accessory Description */
12118    public static final int GeneralAccessoryDescription = 0x300A0422;
12119
12120    /** (300A,0423) VR=CS VM=1 General Accessory Type */
12121    public static final int GeneralAccessoryType = 0x300A0423;
12122
12123    /** (300A,0424) VR=IS VM=1 General Accessory Number */
12124    public static final int GeneralAccessoryNumber = 0x300A0424;
12125
12126    /** (300A,0425) VR=FL VM=1 Source to General Accessory Distance */
12127    public static final int SourceToGeneralAccessoryDistance = 0x300A0425;
12128
12129    /** (300A,0431) VR=SQ VM=1 Applicator Geometry Sequence */
12130    public static final int ApplicatorGeometrySequence = 0x300A0431;
12131
12132    /** (300A,0432) VR=CS VM=1 Applicator Aperture Shape */
12133    public static final int ApplicatorApertureShape = 0x300A0432;
12134
12135    /** (300A,0433) VR=FL VM=1 Applicator Opening */
12136    public static final int ApplicatorOpening = 0x300A0433;
12137
12138    /** (300A,0434) VR=FL VM=1 Applicator Opening X */
12139    public static final int ApplicatorOpeningX = 0x300A0434;
12140
12141    /** (300A,0435) VR=FL VM=1 Applicator Opening Y */
12142    public static final int ApplicatorOpeningY = 0x300A0435;
12143
12144    /** (300A,0436) VR=FL VM=1 Source to Applicator Mounting Position Distance */
12145    public static final int SourceToApplicatorMountingPositionDistance = 0x300A0436;
12146
12147    /** (300A,0440) VR=IS VM=1 Number of Block Slab Items */
12148    public static final int NumberOfBlockSlabItems = 0x300A0440;
12149
12150    /** (300A,0441) VR=SQ VM=1 Block Slab Sequence */
12151    public static final int BlockSlabSequence = 0x300A0441;
12152
12153    /** (300A,0442) VR=DS VM=1 Block Slab Thickness */
12154    public static final int BlockSlabThickness = 0x300A0442;
12155
12156    /** (300A,0443) VR=US VM=1 Block Slab Number */
12157    public static final int BlockSlabNumber = 0x300A0443;
12158
12159    /** (300A,0450) VR=SQ VM=1 Device Motion Control Sequence */
12160    public static final int DeviceMotionControlSequence = 0x300A0450;
12161
12162    /** (300A,0451) VR=CS VM=1 Device Motion Execution Mode */
12163    public static final int DeviceMotionExecutionMode = 0x300A0451;
12164
12165    /** (300A,0452) VR=CS VM=1 Device Motion Observation Mode */
12166    public static final int DeviceMotionObservationMode = 0x300A0452;
12167
12168    /** (300A,0453) VR=SQ VM=1 Device Motion Parameter Code Sequence */
12169    public static final int DeviceMotionParameterCodeSequence = 0x300A0453;
12170
12171    /** (300A,0501) VR=FL VM=1 Distal Depth Fraction */
12172    public static final int DistalDepthFraction = 0x300A0501;
12173
12174    /** (300A,0502) VR=FL VM=1 Distal Depth */
12175    public static final int DistalDepth = 0x300A0502;
12176
12177    /** (300A,0503) VR=FL VM=2 Nominal Range Modulation Fractions */
12178    public static final int NominalRangeModulationFractions = 0x300A0503;
12179
12180    /** (300A,0504) VR=FL VM=2 Nominal Range Modulated Region Depths */
12181    public static final int NominalRangeModulatedRegionDepths = 0x300A0504;
12182
12183    /** (300A,0505) VR=SQ VM=1 Depth Dose Parameters Sequence */
12184    public static final int DepthDoseParametersSequence = 0x300A0505;
12185
12186    /** (300A,0506) VR=SQ VM=1 Delivered Depth Dose Parameters Sequence */
12187    public static final int DeliveredDepthDoseParametersSequence = 0x300A0506;
12188
12189    /** (300A,0507) VR=FL VM=1 Delivered Distal Depth Fraction */
12190    public static final int DeliveredDistalDepthFraction = 0x300A0507;
12191
12192    /** (300A,0508) VR=FL VM=1 Delivered Distal Depth */
12193    public static final int DeliveredDistalDepth = 0x300A0508;
12194
12195    /** (300A,0509) VR=FL VM=2 Delivered Nominal Range Modulation Fractions */
12196    public static final int DeliveredNominalRangeModulationFractions = 0x300A0509;
12197
12198    /** (300A,0510) VR=FL VM=2 Delivered Nominal Range Modulated Region Depths */
12199    public static final int DeliveredNominalRangeModulatedRegionDepths = 0x300A0510;
12200
12201    /** (300A,0511) VR=CS VM=1 Delivered Reference Dose Definition */
12202    public static final int DeliveredReferenceDoseDefinition = 0x300A0511;
12203
12204    /** (300A,0512) VR=CS VM=1 Reference Dose Definition */
12205    public static final int ReferenceDoseDefinition = 0x300A0512;
12206
12207    /** (300C,0002) VR=SQ VM=1 Referenced RT Plan Sequence */
12208    public static final int ReferencedRTPlanSequence = 0x300C0002;
12209
12210    /** (300C,0004) VR=SQ VM=1 Referenced Beam Sequence */
12211    public static final int ReferencedBeamSequence = 0x300C0004;
12212
12213    /** (300C,0006) VR=IS VM=1 Referenced Beam Number */
12214    public static final int ReferencedBeamNumber = 0x300C0006;
12215
12216    /** (300C,0007) VR=IS VM=1 Referenced Reference Image Number */
12217    public static final int ReferencedReferenceImageNumber = 0x300C0007;
12218
12219    /** (300C,0008) VR=DS VM=1 Start Cumulative Meterset Weight */
12220    public static final int StartCumulativeMetersetWeight = 0x300C0008;
12221
12222    /** (300C,0009) VR=DS VM=1 End Cumulative Meterset Weight */
12223    public static final int EndCumulativeMetersetWeight = 0x300C0009;
12224
12225    /** (300C,000A) VR=SQ VM=1 Referenced Brachy Application Setup Sequence */
12226    public static final int ReferencedBrachyApplicationSetupSequence = 0x300C000A;
12227
12228    /** (300C,000C) VR=IS VM=1 Referenced Brachy Application Setup Number */
12229    public static final int ReferencedBrachyApplicationSetupNumber = 0x300C000C;
12230
12231    /** (300C,000E) VR=IS VM=1 Referenced Source Number */
12232    public static final int ReferencedSourceNumber = 0x300C000E;
12233
12234    /** (300C,0020) VR=SQ VM=1 Referenced Fraction Group Sequence */
12235    public static final int ReferencedFractionGroupSequence = 0x300C0020;
12236
12237    /** (300C,0022) VR=IS VM=1 Referenced Fraction Group Number */
12238    public static final int ReferencedFractionGroupNumber = 0x300C0022;
12239
12240    /** (300C,0040) VR=SQ VM=1 Referenced Verification Image Sequence */
12241    public static final int ReferencedVerificationImageSequence = 0x300C0040;
12242
12243    /** (300C,0042) VR=SQ VM=1 Referenced Reference Image Sequence */
12244    public static final int ReferencedReferenceImageSequence = 0x300C0042;
12245
12246    /** (300C,0050) VR=SQ VM=1 Referenced Dose Reference Sequence */
12247    public static final int ReferencedDoseReferenceSequence = 0x300C0050;
12248
12249    /** (300C,0051) VR=IS VM=1 Referenced Dose Reference Number */
12250    public static final int ReferencedDoseReferenceNumber = 0x300C0051;
12251
12252    /** (300C,0055) VR=SQ VM=1 Brachy Referenced Dose Reference Sequence */
12253    public static final int BrachyReferencedDoseReferenceSequence = 0x300C0055;
12254
12255    /** (300C,0060) VR=SQ VM=1 Referenced Structure Set Sequence */
12256    public static final int ReferencedStructureSetSequence = 0x300C0060;
12257
12258    /** (300C,006A) VR=IS VM=1 Referenced Patient Setup Number */
12259    public static final int ReferencedPatientSetupNumber = 0x300C006A;
12260
12261    /** (300C,0080) VR=SQ VM=1 Referenced Dose Sequence */
12262    public static final int ReferencedDoseSequence = 0x300C0080;
12263
12264    /** (300C,00A0) VR=IS VM=1 Referenced Tolerance Table Number */
12265    public static final int ReferencedToleranceTableNumber = 0x300C00A0;
12266
12267    /** (300C,00B0) VR=SQ VM=1 Referenced Bolus Sequence */
12268    public static final int ReferencedBolusSequence = 0x300C00B0;
12269
12270    /** (300C,00C0) VR=IS VM=1 Referenced Wedge Number */
12271    public static final int ReferencedWedgeNumber = 0x300C00C0;
12272
12273    /** (300C,00D0) VR=IS VM=1 Referenced Compensator Number */
12274    public static final int ReferencedCompensatorNumber = 0x300C00D0;
12275
12276    /** (300C,00E0) VR=IS VM=1 Referenced Block Number */
12277    public static final int ReferencedBlockNumber = 0x300C00E0;
12278
12279    /** (300C,00F0) VR=IS VM=1 Referenced Control Point Index */
12280    public static final int ReferencedControlPointIndex = 0x300C00F0;
12281
12282    /** (300C,00F2) VR=SQ VM=1 Referenced Control Point Sequence */
12283    public static final int ReferencedControlPointSequence = 0x300C00F2;
12284
12285    /** (300C,00F4) VR=IS VM=1 Referenced Start Control Point Index */
12286    public static final int ReferencedStartControlPointIndex = 0x300C00F4;
12287
12288    /** (300C,00F6) VR=IS VM=1 Referenced Stop Control Point Index */
12289    public static final int ReferencedStopControlPointIndex = 0x300C00F6;
12290
12291    /** (300C,0100) VR=IS VM=1 Referenced Range Shifter Number */
12292    public static final int ReferencedRangeShifterNumber = 0x300C0100;
12293
12294    /** (300C,0102) VR=IS VM=1 Referenced Lateral Spreading Device Number */
12295    public static final int ReferencedLateralSpreadingDeviceNumber = 0x300C0102;
12296
12297    /** (300C,0104) VR=IS VM=1 Referenced Range Modulator Number */
12298    public static final int ReferencedRangeModulatorNumber = 0x300C0104;
12299
12300    /** (300C,0111) VR=SQ VM=1 Omitted Beam Task Sequence */
12301    public static final int OmittedBeamTaskSequence = 0x300C0111;
12302
12303    /** (300C,0112) VR=CS VM=1 Reason for Omission */
12304    public static final int ReasonForOmission = 0x300C0112;
12305
12306    /** (300C,0113) VR=LO VM=1 Reason for Omission Description */
12307    public static final int ReasonForOmissionDescription = 0x300C0113;
12308
12309    /** (300E,0002) VR=CS VM=1 Approval Status */
12310    public static final int ApprovalStatus = 0x300E0002;
12311
12312    /** (300E,0004) VR=DA VM=1 Review Date */
12313    public static final int ReviewDate = 0x300E0004;
12314
12315    /** (300E,0005) VR=TM VM=1 Review Time */
12316    public static final int ReviewTime = 0x300E0005;
12317
12318    /** (300E,0008) VR=PN VM=1 Reviewer Name */
12319    public static final int ReviewerName = 0x300E0008;
12320
12321    /** (4000,0010) VR=LT VM=1 Arbitrary (retired) */
12322    public static final int Arbitrary = 0x40000010;
12323
12324    /** (4000,4000) VR=LT VM=1 Text Comments (retired) */
12325    public static final int TextComments = 0x40004000;
12326
12327    /** (4008,0040) VR=SH VM=1 Results ID (retired) */
12328    public static final int ResultsID = 0x40080040;
12329
12330    /** (4008,0042) VR=LO VM=1 Results ID Issuer (retired) */
12331    public static final int ResultsIDIssuer = 0x40080042;
12332
12333    /** (4008,0050) VR=SQ VM=1 Referenced Interpretation Sequence (retired) */
12334    public static final int ReferencedInterpretationSequence = 0x40080050;
12335
12336    /** (4008,00FF) VR=CS VM=1 Report Production Status (Trial) (retired) */
12337    public static final int ReportProductionStatusTrial = 0x400800FF;
12338
12339    /** (4008,0100) VR=DA VM=1 Interpretation Recorded Date (retired) */
12340    public static final int InterpretationRecordedDate = 0x40080100;
12341
12342    /** (4008,0101) VR=TM VM=1 Interpretation Recorded Time (retired) */
12343    public static final int InterpretationRecordedTime = 0x40080101;
12344
12345    /** (4008,0102) VR=PN VM=1 Interpretation Recorder (retired) */
12346    public static final int InterpretationRecorder = 0x40080102;
12347
12348    /** (4008,0103) VR=LO VM=1 Reference to Recorded Sound (retired) */
12349    public static final int ReferenceToRecordedSound = 0x40080103;
12350
12351    /** (4008,0108) VR=DA VM=1 Interpretation Transcription Date (retired) */
12352    public static final int InterpretationTranscriptionDate = 0x40080108;
12353
12354    /** (4008,0109) VR=TM VM=1 Interpretation Transcription Time (retired) */
12355    public static final int InterpretationTranscriptionTime = 0x40080109;
12356
12357    /** (4008,010A) VR=PN VM=1 Interpretation Transcriber (retired) */
12358    public static final int InterpretationTranscriber = 0x4008010A;
12359
12360    /** (4008,010B) VR=ST VM=1 Interpretation Text (retired) */
12361    public static final int InterpretationText = 0x4008010B;
12362
12363    /** (4008,010C) VR=PN VM=1 Interpretation Author (retired) */
12364    public static final int InterpretationAuthor = 0x4008010C;
12365
12366    /** (4008,0111) VR=SQ VM=1 Interpretation Approver Sequence (retired) */
12367    public static final int InterpretationApproverSequence = 0x40080111;
12368
12369    /** (4008,0112) VR=DA VM=1 Interpretation Approval Date (retired) */
12370    public static final int InterpretationApprovalDate = 0x40080112;
12371
12372    /** (4008,0113) VR=TM VM=1 Interpretation Approval Time (retired) */
12373    public static final int InterpretationApprovalTime = 0x40080113;
12374
12375    /** (4008,0114) VR=PN VM=1 Physician Approving Interpretation (retired) */
12376    public static final int PhysicianApprovingInterpretation = 0x40080114;
12377
12378    /** (4008,0115) VR=LT VM=1 Interpretation Diagnosis Description (retired) */
12379    public static final int InterpretationDiagnosisDescription = 0x40080115;
12380
12381    /** (4008,0117) VR=SQ VM=1 Interpretation Diagnosis Code Sequence (retired) */
12382    public static final int InterpretationDiagnosisCodeSequence = 0x40080117;
12383
12384    /** (4008,0118) VR=SQ VM=1 Results Distribution List Sequence (retired) */
12385    public static final int ResultsDistributionListSequence = 0x40080118;
12386
12387    /** (4008,0119) VR=PN VM=1 Distribution Name (retired) */
12388    public static final int DistributionName = 0x40080119;
12389
12390    /** (4008,011A) VR=LO VM=1 Distribution Address (retired) */
12391    public static final int DistributionAddress = 0x4008011A;
12392
12393    /** (4008,0200) VR=SH VM=1 Interpretation ID (retired) */
12394    public static final int InterpretationID = 0x40080200;
12395
12396    /** (4008,0202) VR=LO VM=1 Interpretation ID Issuer (retired) */
12397    public static final int InterpretationIDIssuer = 0x40080202;
12398
12399    /** (4008,0210) VR=CS VM=1 Interpretation Type ID (retired) */
12400    public static final int InterpretationTypeID = 0x40080210;
12401
12402    /** (4008,0212) VR=CS VM=1 Interpretation Status ID (retired) */
12403    public static final int InterpretationStatusID = 0x40080212;
12404
12405    /** (4008,0300) VR=ST VM=1 Impressions (retired) */
12406    public static final int Impressions = 0x40080300;
12407
12408    /** (4008,4000) VR=ST VM=1 Results Comments (retired) */
12409    public static final int ResultsComments = 0x40084000;
12410
12411    /** (4010,0001) VR=CS VM=1 Low Energy Detectors */
12412    public static final int LowEnergyDetectors = 0x40100001;
12413
12414    /** (4010,0002) VR=CS VM=1 High Energy Detectors */
12415    public static final int HighEnergyDetectors = 0x40100002;
12416
12417    /** (4010,0004) VR=SQ VM=1 Detector Geometry Sequence */
12418    public static final int DetectorGeometrySequence = 0x40100004;
12419
12420    /** (4010,1001) VR=SQ VM=1 Threat ROI Voxel Sequence */
12421    public static final int ThreatROIVoxelSequence = 0x40101001;
12422
12423    /** (4010,1004) VR=FL VM=3 Threat ROI Base */
12424    public static final int ThreatROIBase = 0x40101004;
12425
12426    /** (4010,1005) VR=FL VM=3 Threat ROI Extents */
12427    public static final int ThreatROIExtents = 0x40101005;
12428
12429    /** (4010,1006) VR=OB VM=1 Threat ROI Bitmap */
12430    public static final int ThreatROIBitmap = 0x40101006;
12431
12432    /** (4010,1007) VR=SH VM=1 Route Segment ID */
12433    public static final int RouteSegmentID = 0x40101007;
12434
12435    /** (4010,1008) VR=CS VM=1 Gantry Type */
12436    public static final int GantryType = 0x40101008;
12437
12438    /** (4010,1009) VR=CS VM=1 OOI Owner Type */
12439    public static final int OOIOwnerType = 0x40101009;
12440
12441    /** (4010,100A) VR=SQ VM=1 Route Segment Sequence */
12442    public static final int RouteSegmentSequence = 0x4010100A;
12443
12444    /** (4010,1010) VR=US VM=1 Potential Threat Object ID */
12445    public static final int PotentialThreatObjectID = 0x40101010;
12446
12447    /** (4010,1011) VR=SQ VM=1 Threat Sequence */
12448    public static final int ThreatSequence = 0x40101011;
12449
12450    /** (4010,1012) VR=CS VM=1 Threat Category */
12451    public static final int ThreatCategory = 0x40101012;
12452
12453    /** (4010,1013) VR=LT VM=1 Threat Category Description */
12454    public static final int ThreatCategoryDescription = 0x40101013;
12455
12456    /** (4010,1014) VR=CS VM=1 ATD Ability Assessment */
12457    public static final int ATDAbilityAssessment = 0x40101014;
12458
12459    /** (4010,1015) VR=CS VM=1 ATD Assessment Flag */
12460    public static final int ATDAssessmentFlag = 0x40101015;
12461
12462    /** (4010,1016) VR=FL VM=1 ATD Assessment Probability */
12463    public static final int ATDAssessmentProbability = 0x40101016;
12464
12465    /** (4010,1017) VR=FL VM=1 Mass */
12466    public static final int Mass = 0x40101017;
12467
12468    /** (4010,1018) VR=FL VM=1 Density */
12469    public static final int Density = 0x40101018;
12470
12471    /** (4010,1019) VR=FL VM=1 Z Effective */
12472    public static final int ZEffective = 0x40101019;
12473
12474    /** (4010,101A) VR=SH VM=1 Boarding Pass ID */
12475    public static final int BoardingPassID = 0x4010101A;
12476
12477    /** (4010,101B) VR=FL VM=3 Center of Mass */
12478    public static final int CenterOfMass = 0x4010101B;
12479
12480    /** (4010,101C) VR=FL VM=3 Center of PTO */
12481    public static final int CenterOfPTO = 0x4010101C;
12482
12483    /** (4010,101D) VR=FL VM=6-n Bounding Polygon */
12484    public static final int BoundingPolygon = 0x4010101D;
12485
12486    /** (4010,101E) VR=SH VM=1 Route Segment Start Location ID */
12487    public static final int RouteSegmentStartLocationID = 0x4010101E;
12488
12489    /** (4010,101F) VR=SH VM=1 Route Segment End Location ID */
12490    public static final int RouteSegmentEndLocationID = 0x4010101F;
12491
12492    /** (4010,1020) VR=CS VM=1 Route Segment Location ID Type */
12493    public static final int RouteSegmentLocationIDType = 0x40101020;
12494
12495    /** (4010,1021) VR=CS VM=1-n Abort Reason */
12496    public static final int AbortReason = 0x40101021;
12497
12498    /** (4010,1023) VR=FL VM=1 Volume of PTO */
12499    public static final int VolumeOfPTO = 0x40101023;
12500
12501    /** (4010,1024) VR=CS VM=1 Abort Flag */
12502    public static final int AbortFlag = 0x40101024;
12503
12504    /** (4010,1025) VR=DT VM=1 Route Segment Start Time */
12505    public static final int RouteSegmentStartTime = 0x40101025;
12506
12507    /** (4010,1026) VR=DT VM=1 Route Segment End Time */
12508    public static final int RouteSegmentEndTime = 0x40101026;
12509
12510    /** (4010,1027) VR=CS VM=1 TDR Type */
12511    public static final int TDRType = 0x40101027;
12512
12513    /** (4010,1028) VR=CS VM=1 International Route Segment */
12514    public static final int InternationalRouteSegment = 0x40101028;
12515
12516    /** (4010,1029) VR=LO VM=1-n Threat Detection Algorithm and Version */
12517    public static final int ThreatDetectionAlgorithmandVersion = 0x40101029;
12518
12519    /** (4010,102A) VR=SH VM=1 Assigned Location */
12520    public static final int AssignedLocation = 0x4010102A;
12521
12522    /** (4010,102B) VR=DT VM=1 Alarm Decision Time */
12523    public static final int AlarmDecisionTime = 0x4010102B;
12524
12525    /** (4010,1031) VR=CS VM=1 Alarm Decision */
12526    public static final int AlarmDecision = 0x40101031;
12527
12528    /** (4010,1033) VR=US VM=1 Number of Total Objects */
12529    public static final int NumberOfTotalObjects = 0x40101033;
12530
12531    /** (4010,1034) VR=US VM=1 Number of Alarm Objects */
12532    public static final int NumberOfAlarmObjects = 0x40101034;
12533
12534    /** (4010,1037) VR=SQ VM=1 PTO Representation Sequence */
12535    public static final int PTORepresentationSequence = 0x40101037;
12536
12537    /** (4010,1038) VR=SQ VM=1 ATD Assessment Sequence */
12538    public static final int ATDAssessmentSequence = 0x40101038;
12539
12540    /** (4010,1039) VR=CS VM=1 TIP Type */
12541    public static final int TIPType = 0x40101039;
12542
12543    /** (4010,103A) VR=CS VM=1 DICOS Version */
12544    public static final int DICOSVersion = 0x4010103A;
12545
12546    /** (4010,1041) VR=DT VM=1 OOI Owner Creation Time */
12547    public static final int OOIOwnerCreationTime = 0x40101041;
12548
12549    /** (4010,1042) VR=CS VM=1 OOI Type */
12550    public static final int OOIType = 0x40101042;
12551
12552    /** (4010,1043) VR=FL VM=3 OOI Size */
12553    public static final int OOISize = 0x40101043;
12554
12555    /** (4010,1044) VR=CS VM=1 Acquisition Status */
12556    public static final int AcquisitionStatus = 0x40101044;
12557
12558    /** (4010,1045) VR=SQ VM=1 Basis Materials Code Sequence */
12559    public static final int BasisMaterialsCodeSequence = 0x40101045;
12560
12561    /** (4010,1046) VR=CS VM=1 Phantom Type */
12562    public static final int PhantomType = 0x40101046;
12563
12564    /** (4010,1047) VR=SQ VM=1 OOI Owner Sequence */
12565    public static final int OOIOwnerSequence = 0x40101047;
12566
12567    /** (4010,1048) VR=CS VM=1 Scan Type */
12568    public static final int ScanType = 0x40101048;
12569
12570    /** (4010,1051) VR=LO VM=1 Itinerary ID */
12571    public static final int ItineraryID = 0x40101051;
12572
12573    /** (4010,1052) VR=SH VM=1 Itinerary ID Type */
12574    public static final int ItineraryIDType = 0x40101052;
12575
12576    /** (4010,1053) VR=LO VM=1 Itinerary ID Assigning Authority */
12577    public static final int ItineraryIDAssigningAuthority = 0x40101053;
12578
12579    /** (4010,1054) VR=SH VM=1 Route ID */
12580    public static final int RouteID = 0x40101054;
12581
12582    /** (4010,1055) VR=SH VM=1 Route ID Assigning Authority */
12583    public static final int RouteIDAssigningAuthority = 0x40101055;
12584
12585    /** (4010,1056) VR=CS VM=1 Inbound Arrival Type */
12586    public static final int InboundArrivalType = 0x40101056;
12587
12588    /** (4010,1058) VR=SH VM=1 Carrier ID */
12589    public static final int CarrierID = 0x40101058;
12590
12591    /** (4010,1059) VR=CS VM=1 Carrier ID Assigning Authority */
12592    public static final int CarrierIDAssigningAuthority = 0x40101059;
12593
12594    /** (4010,1060) VR=FL VM=3 Source Orientation */
12595    public static final int SourceOrientation = 0x40101060;
12596
12597    /** (4010,1061) VR=FL VM=3 Source Position */
12598    public static final int SourcePosition = 0x40101061;
12599
12600    /** (4010,1062) VR=FL VM=1 Belt Height */
12601    public static final int BeltHeight = 0x40101062;
12602
12603    /** (4010,1064) VR=SQ VM=1 Algorithm Routing Code Sequence */
12604    public static final int AlgorithmRoutingCodeSequence = 0x40101064;
12605
12606    /** (4010,1067) VR=CS VM=1 Transport Classification */
12607    public static final int TransportClassification = 0x40101067;
12608
12609    /** (4010,1068) VR=LT VM=1 OOI Type Descriptor */
12610    public static final int OOITypeDescriptor = 0x40101068;
12611
12612    /** (4010,1069) VR=FL VM=1 Total Processing Time */
12613    public static final int TotalProcessingTime = 0x40101069;
12614
12615    /** (4010,106C) VR=OB VM=1 Detector Calibration Data */
12616    public static final int DetectorCalibrationData = 0x4010106C;
12617
12618    /** (4010,106D) VR=CS VM=1 Additional Screening Performed */
12619    public static final int AdditionalScreeningPerformed = 0x4010106D;
12620
12621    /** (4010,106E) VR=CS VM=1 Additional Inspection Selection Criteria */
12622    public static final int AdditionalInspectionSelectionCriteria = 0x4010106E;
12623
12624    /** (4010,106F) VR=SQ VM=1 Additional Inspection Method Sequence */
12625    public static final int AdditionalInspectionMethodSequence = 0x4010106F;
12626
12627    /** (4010,1070) VR=CS VM=1 AIT Device Type */
12628    public static final int AITDeviceType = 0x40101070;
12629
12630    /** (4010,1071) VR=SQ VM=1 QR Measurements Sequence */
12631    public static final int QRMeasurementsSequence = 0x40101071;
12632
12633    /** (4010,1072) VR=SQ VM=1 Target Material Sequence */
12634    public static final int TargetMaterialSequence = 0x40101072;
12635
12636    /** (4010,1073) VR=FD VM=1 SNR Threshold */
12637    public static final int SNRThreshold = 0x40101073;
12638
12639    /** (4010,1075) VR=DS VM=1 Image Scale Representation */
12640    public static final int ImageScaleRepresentation = 0x40101075;
12641
12642    /** (4010,1076) VR=SQ VM=1 Referenced PTO Sequence */
12643    public static final int ReferencedPTOSequence = 0x40101076;
12644
12645    /** (4010,1077) VR=SQ VM=1 Referenced TDR Instance Sequence */
12646    public static final int ReferencedTDRInstanceSequence = 0x40101077;
12647
12648    /** (4010,1078) VR=ST VM=1 PTO Location Description */
12649    public static final int PTOLocationDescription = 0x40101078;
12650
12651    /** (4010,1079) VR=SQ VM=1 Anomaly Locator Indicator Sequence */
12652    public static final int AnomalyLocatorIndicatorSequence = 0x40101079;
12653
12654    /** (4010,107A) VR=FL VM=3 Anomaly Locator Indicator */
12655    public static final int AnomalyLocatorIndicator = 0x4010107A;
12656
12657    /** (4010,107B) VR=SQ VM=1 PTO Region Sequence */
12658    public static final int PTORegionSequence = 0x4010107B;
12659
12660    /** (4010,107C) VR=CS VM=1 Inspection Selection Criteria */
12661    public static final int InspectionSelectionCriteria = 0x4010107C;
12662
12663    /** (4010,107D) VR=SQ VM=1 Secondary Inspection Method Sequence */
12664    public static final int SecondaryInspectionMethodSequence = 0x4010107D;
12665
12666    /** (4010,107E) VR=DS VM=6 PRCS to RCS Orientation */
12667    public static final int PRCSToRCSOrientation = 0x4010107E;
12668
12669    /** (4FFE,0001) VR=SQ VM=1 MAC Parameters Sequence */
12670    public static final int MACParametersSequence = 0x4FFE0001;
12671
12672    /** (50xx,0005) VR=US VM=1 Curve Dimensions (retired) */
12673    public static final int CurveDimensions = 0x50000005;
12674
12675    /** (50xx,0010) VR=US VM=1 Number of Points (retired) */
12676    public static final int NumberOfPoints = 0x50000010;
12677
12678    /** (50xx,0020) VR=CS VM=1 Type of Data (retired) */
12679    public static final int TypeOfData = 0x50000020;
12680
12681    /** (50xx,0022) VR=LO VM=1 Curve Description (retired) */
12682    public static final int CurveDescription = 0x50000022;
12683
12684    /** (50xx,0030) VR=SH VM=1-n Axis Units (retired) */
12685    public static final int AxisUnits = 0x50000030;
12686
12687    /** (50xx,0040) VR=SH VM=1-n Axis Labels (retired) */
12688    public static final int AxisLabels = 0x50000040;
12689
12690    /** (50xx,0103) VR=US VM=1 Data Value Representation (retired) */
12691    public static final int DataValueRepresentation = 0x50000103;
12692
12693    /** (50xx,0104) VR=US VM=1-n Minimum Coordinate Value (retired) */
12694    public static final int MinimumCoordinateValue = 0x50000104;
12695
12696    /** (50xx,0105) VR=US VM=1-n Maximum Coordinate Value (retired) */
12697    public static final int MaximumCoordinateValue = 0x50000105;
12698
12699    /** (50xx,0106) VR=SH VM=1-n Curve Range (retired) */
12700    public static final int CurveRange = 0x50000106;
12701
12702    /** (50xx,0110) VR=US VM=1-n Curve Data Descriptor (retired) */
12703    public static final int CurveDataDescriptor = 0x50000110;
12704
12705    /** (50xx,0112) VR=US VM=1-n Coordinate Start Value (retired) */
12706    public static final int CoordinateStartValue = 0x50000112;
12707
12708    /** (50xx,0114) VR=US VM=1-n Coordinate Step Value (retired) */
12709    public static final int CoordinateStepValue = 0x50000114;
12710
12711    /** (50xx,1001) VR=CS VM=1 Curve Activation Layer (retired) */
12712    public static final int CurveActivationLayer = 0x50001001;
12713
12714    /** (50xx,2000) VR=US VM=1 Audio Type (retired) */
12715    public static final int AudioType = 0x50002000;
12716
12717    /** (50xx,2002) VR=US VM=1 Audio Sample Format (retired) */
12718    public static final int AudioSampleFormat = 0x50002002;
12719
12720    /** (50xx,2004) VR=US VM=1 Number of Channels (retired) */
12721    public static final int NumberOfChannels = 0x50002004;
12722
12723    /** (50xx,2006) VR=UL VM=1 Number of Samples (retired) */
12724    public static final int NumberOfSamples = 0x50002006;
12725
12726    /** (50xx,2008) VR=UL VM=1 Sample Rate (retired) */
12727    public static final int SampleRate = 0x50002008;
12728
12729    /** (50xx,200A) VR=UL VM=1 Total Time (retired) */
12730    public static final int TotalTime = 0x5000200A;
12731
12732    /** (50xx,200C) VR=OB or OW VM=1 Audio Sample Data (retired) */
12733    public static final int AudioSampleData = 0x5000200C;
12734
12735    /** (50xx,200E) VR=LT VM=1 Audio Comments (retired) */
12736    public static final int AudioComments = 0x5000200E;
12737
12738    /** (50xx,2500) VR=LO VM=1 Curve Label (retired) */
12739    public static final int CurveLabel = 0x50002500;
12740
12741    /** (50xx,2600) VR=SQ VM=1 Curve Referenced Overlay Sequence (retired) */
12742    public static final int CurveReferencedOverlaySequence = 0x50002600;
12743
12744    /** (50xx,2610) VR=US VM=1 Curve Referenced Overlay Group (retired) */
12745    public static final int CurveReferencedOverlayGroup = 0x50002610;
12746
12747    /** (50xx,3000) VR=OB or OW VM=1 Curve Data (retired) */
12748    public static final int CurveData = 0x50003000;
12749
12750    /** (5200,9229) VR=SQ VM=1 Shared Functional Groups Sequence */
12751    public static final int SharedFunctionalGroupsSequence = 0x52009229;
12752
12753    /** (5200,9230) VR=SQ VM=1 Per-frame Functional Groups Sequence */
12754    public static final int PerFrameFunctionalGroupsSequence = 0x52009230;
12755
12756    /** (5400,0100) VR=SQ VM=1 Waveform Sequence */
12757    public static final int WaveformSequence = 0x54000100;
12758
12759    /** (5400,0110) VR=OB or OW VM=1 Channel Minimum Value */
12760    public static final int ChannelMinimumValue = 0x54000110;
12761
12762    /** (5400,0112) VR=OB or OW VM=1 Channel Maximum Value */
12763    public static final int ChannelMaximumValue = 0x54000112;
12764
12765    /** (5400,1004) VR=US VM=1 Waveform Bits Allocated */
12766    public static final int WaveformBitsAllocated = 0x54001004;
12767
12768    /** (5400,1006) VR=CS VM=1 Waveform Sample Interpretation */
12769    public static final int WaveformSampleInterpretation = 0x54001006;
12770
12771    /** (5400,100A) VR=OB or OW VM=1 Waveform Padding Value */
12772    public static final int WaveformPaddingValue = 0x5400100A;
12773
12774    /** (5400,1010) VR=OB or OW VM=1 Waveform Data */
12775    public static final int WaveformData = 0x54001010;
12776
12777    /** (5600,0010) VR=OF VM=1 First Order Phase Correction Angle */
12778    public static final int FirstOrderPhaseCorrectionAngle = 0x56000010;
12779
12780    /** (5600,0020) VR=OF VM=1 Spectroscopy Data */
12781    public static final int SpectroscopyData = 0x56000020;
12782
12783    /** (60xx,0010) VR=US VM=1 Overlay Rows */
12784    public static final int OverlayRows = 0x60000010;
12785
12786    /** (60xx,0011) VR=US VM=1 Overlay Columns */
12787    public static final int OverlayColumns = 0x60000011;
12788
12789    /** (60xx,0012) VR=US VM=1 Overlay Planes (retired) */
12790    public static final int OverlayPlanes = 0x60000012;
12791
12792    /** (60xx,0015) VR=IS VM=1 Number of Frames in Overlay */
12793    public static final int NumberOfFramesInOverlay = 0x60000015;
12794
12795    /** (60xx,0022) VR=LO VM=1 Overlay Description */
12796    public static final int OverlayDescription = 0x60000022;
12797
12798    /** (60xx,0040) VR=CS VM=1 Overlay Type */
12799    public static final int OverlayType = 0x60000040;
12800
12801    /** (60xx,0045) VR=LO VM=1 Overlay Subtype */
12802    public static final int OverlaySubtype = 0x60000045;
12803
12804    /** (60xx,0050) VR=SS VM=2 Overlay Origin */
12805    public static final int OverlayOrigin = 0x60000050;
12806
12807    /** (60xx,0051) VR=US VM=1 Image Frame Origin */
12808    public static final int ImageFrameOrigin = 0x60000051;
12809
12810    /** (60xx,0052) VR=US VM=1 Overlay Plane Origin (retired) */
12811    public static final int OverlayPlaneOrigin = 0x60000052;
12812
12813    /** (60xx,0060) VR=CS VM=1 Overlay Compression Code (retired) */
12814    public static final int OverlayCompressionCode = 0x60000060;
12815
12816    /** (60xx,0061) VR=SH VM=1 Overlay Compression Originator (retired) */
12817    public static final int OverlayCompressionOriginator = 0x60000061;
12818
12819    /** (60xx,0062) VR=SH VM=1 Overlay Compression Label (retired) */
12820    public static final int OverlayCompressionLabel = 0x60000062;
12821
12822    /** (60xx,0063) VR=CS VM=1 Overlay Compression Description (retired) */
12823    public static final int OverlayCompressionDescription = 0x60000063;
12824
12825    /** (60xx,0066) VR=AT VM=1-n Overlay Compression Step Pointers (retired) */
12826    public static final int OverlayCompressionStepPointers = 0x60000066;
12827
12828    /** (60xx,0068) VR=US VM=1 Overlay Repeat Interval (retired) */
12829    public static final int OverlayRepeatInterval = 0x60000068;
12830
12831    /** (60xx,0069) VR=US VM=1 Overlay Bits Grouped (retired) */
12832    public static final int OverlayBitsGrouped = 0x60000069;
12833
12834    /** (60xx,0100) VR=US VM=1 Overlay Bits Allocated */
12835    public static final int OverlayBitsAllocated = 0x60000100;
12836
12837    /** (60xx,0102) VR=US VM=1 Overlay Bit Position */
12838    public static final int OverlayBitPosition = 0x60000102;
12839
12840    /** (60xx,0110) VR=CS VM=1 Overlay Format (retired) */
12841    public static final int OverlayFormat = 0x60000110;
12842
12843    /** (60xx,0200) VR=US VM=1 Overlay Location (retired) */
12844    public static final int OverlayLocation = 0x60000200;
12845
12846    /** (60xx,0800) VR=CS VM=1-n Overlay Code Label (retired) */
12847    public static final int OverlayCodeLabel = 0x60000800;
12848
12849    /** (60xx,0802) VR=US VM=1 Overlay Number of Tables (retired) */
12850    public static final int OverlayNumberOfTables = 0x60000802;
12851
12852    /** (60xx,0803) VR=AT VM=1-n Overlay Code Table Location (retired) */
12853    public static final int OverlayCodeTableLocation = 0x60000803;
12854
12855    /** (60xx,0804) VR=US VM=1 Overlay Bits For Code Word (retired) */
12856    public static final int OverlayBitsForCodeWord = 0x60000804;
12857
12858    /** (60xx,1001) VR=CS VM=1 Overlay Activation Layer */
12859    public static final int OverlayActivationLayer = 0x60001001;
12860
12861    /** (60xx,1100) VR=US VM=1 Overlay Descriptor - Gray (retired) */
12862    public static final int OverlayDescriptorGray = 0x60001100;
12863
12864    /** (60xx,1101) VR=US VM=1 Overlay Descriptor - Red (retired) */
12865    public static final int OverlayDescriptorRed = 0x60001101;
12866
12867    /** (60xx,1102) VR=US VM=1 Overlay Descriptor - Green (retired) */
12868    public static final int OverlayDescriptorGreen = 0x60001102;
12869
12870    /** (60xx,1103) VR=US VM=1 Overlay Descriptor - Blue (retired) */
12871    public static final int OverlayDescriptorBlue = 0x60001103;
12872
12873    /** (60xx,1200) VR=US VM=1-n Overlays - Gray (retired) */
12874    public static final int OverlaysGray = 0x60001200;
12875
12876    /** (60xx,1201) VR=US VM=1-n Overlays - Red (retired) */
12877    public static final int OverlaysRed = 0x60001201;
12878
12879    /** (60xx,1202) VR=US VM=1-n Overlays - Green (retired) */
12880    public static final int OverlaysGreen = 0x60001202;
12881
12882    /** (60xx,1203) VR=US VM=1-n Overlays - Blue (retired) */
12883    public static final int OverlaysBlue = 0x60001203;
12884
12885    /** (60xx,1301) VR=IS VM=1 ROI Area */
12886    public static final int ROIArea = 0x60001301;
12887
12888    /** (60xx,1302) VR=DS VM=1 ROI Mean */
12889    public static final int ROIMean = 0x60001302;
12890
12891    /** (60xx,1303) VR=DS VM=1 ROI Standard Deviation */
12892    public static final int ROIStandardDeviation = 0x60001303;
12893
12894    /** (60xx,1500) VR=LO VM=1 Overlay Label */
12895    public static final int OverlayLabel = 0x60001500;
12896
12897    /** (60xx,3000) VR=OB or OW VM=1 Overlay Data */
12898    public static final int OverlayData = 0x60003000;
12899
12900    /** (60xx,4000) VR=LT VM=1 Overlay Comments (retired) */
12901    public static final int OverlayComments = 0x60004000;
12902
12903    /** (7FE0,0008) VR=OF VM=1 Float Pixel Data */
12904    public static final int FloatPixelData = 0x7FE00008;
12905
12906    /** (7FE0,0009) VR=OD VM=1 Double Float Pixel Data */
12907    public static final int DoubleFloatPixelData = 0x7FE00009;
12908
12909    /** (7FE0,0010) VR=OB or OW VM=1 Pixel Data */
12910    public static final int PixelData = 0x7FE00010;
12911
12912    /** (7FE0,0020) VR=OW VM=1 Coefficients SDVN (retired) */
12913    public static final int CoefficientsSDVN = 0x7FE00020;
12914
12915    /** (7FE0,0030) VR=OW VM=1 Coefficients SDHN (retired) */
12916    public static final int CoefficientsSDHN = 0x7FE00030;
12917
12918    /** (7FE0,0040) VR=OW VM=1 Coefficients SDDN (retired) */
12919    public static final int CoefficientsSDDN = 0x7FE00040;
12920
12921    /** (7Fxx,0010) VR=OB or OW VM=1 Variable Pixel Data (retired) */
12922    public static final int VariablePixelData = 0x7F000010;
12923
12924    /** (7Fxx,0011) VR=US VM=1 Variable Next Data Group (retired) */
12925    public static final int VariableNextDataGroup = 0x7F000011;
12926
12927    /** (7Fxx,0020) VR=OW VM=1 Variable Coefficients SDVN (retired) */
12928    public static final int VariableCoefficientsSDVN = 0x7F000020;
12929
12930    /** (7Fxx,0030) VR=OW VM=1 Variable Coefficients SDHN (retired) */
12931    public static final int VariableCoefficientsSDHN = 0x7F000030;
12932
12933    /** (7Fxx,0040) VR=OW VM=1 Variable Coefficients SDDN (retired) */
12934    public static final int VariableCoefficientsSDDN = 0x7F000040;
12935
12936    /** (FFFA,FFFA) VR=SQ VM=1 Digital Signatures Sequence */
12937    public static final int DigitalSignaturesSequence = 0xFFFAFFFA;
12938
12939    /** (FFFC,FFFC) VR=OB VM=1 Data Set Trailing Padding */
12940    public static final int DataSetTrailingPadding = 0xFFFCFFFC;
12941
12942    /** (FFFE,E000) VR= VM=1 Item */
12943    public static final int Item = 0xFFFEE000;
12944
12945    /** (FFFE,E00D) VR= VM=1 Item Delimitation Item */
12946    public static final int ItemDelimitationItem = 0xFFFEE00D;
12947
12948    /** (FFFE,E0DD) VR= VM=1 Sequence Delimitation Item */
12949    public static final int SequenceDelimitationItem = 0xFFFEE0DD;
12950
12951    /** (FFF8,FFF8) VR=SQ VM=1 Referenced Bulk Data Sequence */
12952    public static final int ReferencedBulkDataSequence = 0xFFF8FFF8;
12953
12954    /** (0008,0012) VR=DA VM=1 Instance Creation Date
12955     *  (0008,0013) VR=TM VM=1 Instance Creation Time */
12956    public static final long InstanceCreationDateAndTime = 0x0008001200080013L;
12957
12958    /** (0008,0020) VR=DA VM=1 Study Date
12959     *  (0008,0030) VR=TM VM=1 Study Time */
12960    public static final long StudyDateAndTime = 0x0008002000080030L;
12961
12962    /** (0008,0021) VR=DA VM=1 Series Date
12963     *  (0008,0031) VR=TM VM=1 Series Time */
12964    public static final long SeriesDateAndTime = 0x0008002100080031L;
12965
12966    /** (0008,0022) VR=DA VM=1 Acquisition Date
12967     *  (0008,0032) VR=TM VM=1 Acquisition Time */
12968    public static final long AcquisitionDateAndTime = 0x0008002200080032L;
12969
12970    /** (0008,0023) VR=DA VM=1 Content Date
12971     *  (0008,0033) VR=TM VM=1 Content Time */
12972    public static final long ContentDateAndTime = 0x0008002300080033L;
12973
12974    /** (0008,0024) VR=DA VM=1 Overlay Date (retired)
12975     *  (0008,0034) VR=TM VM=1 Overlay Time (retired) */
12976    public static final long OverlayDateAndTime = 0x0008002400080034L;
12977
12978    /** (0008,0025) VR=DA VM=1 Curve Date (retired)
12979     *  (0008,0035) VR=TM VM=1 Curve Time (retired) */
12980    public static final long CurveDateAndTime = 0x0008002500080035L;
12981
12982    /** (0010,0030) VR=DA VM=1 Patient's Birth Date
12983     *  (0010,0032) VR=TM VM=1 Patient's Birth Time */
12984    public static final long PatientBirthDateAndTime = 0x0010003000100032L;
12985
12986    /** (0018,1012) VR=DA VM=1 Date of Secondary Capture
12987     *  (0018,1014) VR=TM VM=1 Time of Secondary Capture */
12988    public static final long DateAndTimeOfSecondaryCapture = 0x0018101200181014L;
12989
12990    /** (0018,1200) VR=DA VM=1-n Date of Last Calibration
12991     *  (0018,1201) VR=TM VM=1-n Time of Last Calibration */
12992    public static final long DateAndTimeOfLastCalibration = 0x0018120000181201L;
12993
12994    /** (0018,700C) VR=DA VM=1 Date of Last Detector Calibration
12995     *  (0018,700E) VR=TM VM=1 Time of Last Detector Calibration */
12996    public static final long DateAndTimeOfLastDetectorCalibration = 0x0018700C0018700EL;
12997
12998    /** (0020,3403) VR=DA VM=1 Modified Image Date (retired)
12999     *  (0020,3405) VR=TM VM=1 Modified Image Time (retired) */
13000    public static final long ModifiedImageDateAndTime = 0x0020340300203405L;
13001
13002    /** (0032,0032) VR=DA VM=1 Study Verified Date (retired)
13003     *  (0032,0033) VR=TM VM=1 Study Verified Time (retired) */
13004    public static final long StudyVerifiedDateAndTime = 0x0032003200320033L;
13005
13006    /** (0032,0034) VR=DA VM=1 Study Read Date (retired)
13007     *  (0032,0035) VR=TM VM=1 Study Read Time (retired) */
13008    public static final long StudyReadDateAndTime = 0x0032003400320035L;
13009
13010    /** (0032,1000) VR=DA VM=1 Scheduled Study Start Date (retired)
13011     *  (0032,1001) VR=TM VM=1 Scheduled Study Start Time (retired) */
13012    public static final long ScheduledStudyStartDateAndTime = 0x0032100000321001L;
13013
13014    /** (0032,1010) VR=DA VM=1 Scheduled Study Stop Date (retired)
13015     *  (0032,1011) VR=TM VM=1 Scheduled Study Stop Time (retired) */
13016    public static final long ScheduledStudyStopDateAndTime = 0x0032101000321011L;
13017
13018    /** (0032,1040) VR=DA VM=1 Study Arrival Date (retired)
13019     *  (0032,1041) VR=TM VM=1 Study Arrival Time (retired) */
13020    public static final long StudyArrivalDateAndTime = 0x0032104000321041L;
13021
13022    /** (0032,1050) VR=DA VM=1 Study Completion Date (retired)
13023     *  (0032,1051) VR=TM VM=1 Study Completion Time (retired) */
13024    public static final long StudyCompletionDateAndTime = 0x0032105000321051L;
13025
13026    /** (0038,001A) VR=DA VM=1 Scheduled Admission Date (retired)
13027     *  (0038,001B) VR=TM VM=1 Scheduled Admission Time (retired) */
13028    public static final long ScheduledAdmissionDateAndTime = 0x0038001A0038001BL;
13029
13030    /** (0038,001C) VR=DA VM=1 Scheduled Discharge Date (retired)
13031     *  (0038,001D) VR=TM VM=1 Scheduled Discharge Time (retired) */
13032    public static final long ScheduledDischargeDateAndTime = 0x0038001C0038001DL;
13033
13034    /** (0038,0020) VR=DA VM=1 Admitting Date
13035     *  (0038,0021) VR=TM VM=1 Admitting Time */
13036    public static final long AdmittingDateAndTime = 0x0038002000380021L;
13037
13038    /** (0038,0030) VR=DA VM=1 Discharge Date (retired)
13039     *  (0038,0032) VR=TM VM=1 Discharge Time (retired) */
13040    public static final long DischargeDateAndTime = 0x0038003000380032L;
13041
13042    /** (0040,0002) VR=DA VM=1 Scheduled Procedure Step Start Date
13043     *  (0040,0003) VR=TM VM=1 Scheduled Procedure Step Start Time */
13044    public static final long ScheduledProcedureStepStartDateAndTime = 0x0040000200400003L;
13045
13046    /** (0040,0004) VR=DA VM=1 Scheduled Procedure Step End Date
13047     *  (0040,0005) VR=TM VM=1 Scheduled Procedure Step End Time */
13048    public static final long ScheduledProcedureStepEndDateAndTime = 0x0040000400400005L;
13049
13050    /** (0040,0244) VR=DA VM=1 Performed Procedure Step Start Date
13051     *  (0040,0245) VR=TM VM=1 Performed Procedure Step Start Time */
13052    public static final long PerformedProcedureStepStartDateAndTime = 0x0040024400400245L;
13053
13054    /** (0040,0250) VR=DA VM=1 Performed Procedure Step End Date
13055     *  (0040,0251) VR=TM VM=1 Performed Procedure Step End Time */
13056    public static final long PerformedProcedureStepEndDateAndTime = 0x0040025000400251L;
13057
13058    /** (0040,2004) VR=DA VM=1 Issue Date of Imaging Service Request
13059     *  (0040,2005) VR=TM VM=1 Issue Time of Imaging Service Request */
13060    public static final long IssueDateAndTimeOfImagingServiceRequest = 0x0040200400402005L;
13061
13062    /** (0040,A121) VR=DA VM=1 Date
13063     *  (0040,A122) VR=TM VM=1 Time */
13064    public static final long DateAndTime = 0x0040A1210040A122L;
13065
13066    /** (0070,0082) VR=DA VM=1 Presentation Creation Date
13067     *  (0070,0083) VR=TM VM=1 Presentation Creation Time */
13068    public static final long PresentationCreationDateAndTime = 0x0070008200700083L;
13069
13070    /** (2100,0040) VR=DA VM=1 Creation Date
13071     *  (2100,0050) VR=TM VM=1 Creation Time */
13072    public static final long CreationDateAndTime = 0x2100004021000050L;
13073
13074    /** (3006,0008) VR=DA VM=1 Structure Set Date
13075     *  (3006,0009) VR=TM VM=1 Structure Set Time */
13076    public static final long StructureSetDateAndTime = 0x3006000830060009L;
13077
13078    /** (3008,0024) VR=DA VM=1 Treatment Control Point Date
13079     *  (3008,0025) VR=TM VM=1 Treatment Control Point Time */
13080    public static final long TreatmentControlPointDateAndTime = 0x3008002430080025L;
13081
13082    /** (3008,0162) VR=DA VM=1 Safe Position Exit Date
13083     *  (3008,0164) VR=TM VM=1 Safe Position Exit Time */
13084    public static final long SafePositionExitDateAndTime = 0x3008016230080164L;
13085
13086    /** (3008,0166) VR=DA VM=1 Safe Position Return Date
13087     *  (3008,0168) VR=TM VM=1 Safe Position Return Time */
13088    public static final long SafePositionReturnDateAndTime = 0x3008016630080168L;
13089
13090    /** (3008,0250) VR=DA VM=1 Treatment Date
13091     *  (3008,0251) VR=TM VM=1 Treatment Time */
13092    public static final long TreatmentDateAndTime = 0x3008025030080251L;
13093
13094    /** (300A,0006) VR=DA VM=1 RT Plan Date
13095     *  (300A,0007) VR=TM VM=1 RT Plan Time */
13096    public static final long RTPlanDateAndTime = 0x300A0006300A0007L;
13097
13098    /** (300A,022C) VR=DA VM=1 Source Strength Reference Date
13099     *  (300A,022E) VR=TM VM=1 Source Strength Reference Time */
13100    public static final long SourceStrengthReferenceDateAndTime = 0x300A022C300A022EL;
13101
13102    /** (300E,0004) VR=DA VM=1 Review Date
13103     *  (300E,0005) VR=TM VM=1 Review Time */
13104    public static final long ReviewDateAndTime = 0x300E0004300E0005L;
13105
13106    /** (4008,0100) VR=DA VM=1 Interpretation Recorded Date (retired)
13107     *  (4008,0101) VR=TM VM=1 Interpretation Recorded Time (retired) */
13108    public static final long InterpretationRecordedDateAndTime = 0x4008010040080101L;
13109
13110    /** (4008,0108) VR=DA VM=1 Interpretation Transcription Date (retired)
13111     *  (4008,0109) VR=TM VM=1 Interpretation Transcription Time (retired) */
13112    public static final long InterpretationTranscriptionDateAndTime = 0x4008010840080109L;
13113
13114    /** (4008,0112) VR=DA VM=1 Interpretation Approval Date (retired)
13115     *  (4008,0113) VR=TM VM=1 Interpretation Approval Time (retired) */
13116    public static final long InterpretationApprovalDateAndTime = 0x4008011240080113L;
13117}