Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

dicom.c

Go to the documentation of this file.
00001 /************************************************************************* 00002 * $Id: dicom.c,v 1.1 2005/09/09 08:22:23 bellet Exp $ 00003 ************************************************************************** 00004 This software is governed by the CeCILL license under French law and 00005 abiding by the rules of distribution of free software. You can use, 00006 modify and/ or redistribute the software under the terms of the CeCILL 00007 license as circulated by CEA, CNRS and INRIA at the following URL 00008 "http://www.cecill.info". 00009 00010 As a counterpart to the access to the source code and rights to copy, 00011 modify and redistribute granted by the license, users are provided only 00012 with a limited warranty and the software's author, the holder of the 00013 economic rights, and the successive licensors have only limited 00014 liability. 00015 00016 In this respect, the user's attention is drawn to the risks associated 00017 with loading, using, modifying and/or developing or reproducing the 00018 software by the user in light of its specific status of free software, 00019 that may mean that it is complicated to manipulate, and that also 00020 therefore means that it is reserved for developers and experienced 00021 professionals having in-depth computer knowledge. Users are therefore 00022 encouraged to load and test the software's suitability as regards their 00023 requirements in conditions enabling the security of their systems and/or 00024 data to be ensured and, more generally, to use and operate it in the 00025 same conditions as regards security. 00026 00027 The fact that you are presently reading this means that you have had 00028 knowledge of the CeCILL license and that you accept its terms. 00029 00030 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de 00031 l'Image). All rights reserved. See License.txt for details. 00032 00033 Version 1.0 05/09/2005 00034 *************************************************************************/ 00035 00036 #include "iddicom.h" 00037 00038 00039 00040 /************************************************************************* 00041 * 00042 * Description : entete DICOM 00043 * 00044 * 00045 **************************************************************************/ 00046 00047 00048 /* Elements DICOM juges "importants" a l'usage, 00049 * renvoyes par les fonctions IdAcrInquireIRMImageInfo, 00050 * IdDcmInquireImageInfoFromFile, 00051 * IdDcmInquireImageInfoFromDcmHdr 00052 * (utilise dans IdStrGetDirContents3 et par le param IRMINFO de AFFIM) 00053 */ 00054 00055 /* si une entree doit etre rajoutee ici, 00056 00057 --> penser a modifier le fichier idacr.h 00058 pour maintenir la coherence. 00059 00060 --> Faire les ajouts de preference en fin de liste 00061 pour garder une compatibilite ascendante 00062 meme pour les utilisateurs qui auraient goretise 00063 c-a-d utilise les indices 'en dur' au lieu 00064 de ceux donnes par le 'enum' 00065 */ 00066 00067 DICOM_INFO _ID_dicom_info[] = { 00068 {0x0000, 0x0000, "Full_Path_File_Name", _ID_File_Name }, 00069 {0x0008, 0x0008, "Image_Type", _ID_Image_Type }, 00070 {0x0008, 0x0016, "SOP_Class_UID", _ID_SOP_Class_UID}, 00071 {0x0008, 0x0018, "SOP_Instance_UID", _ID_SOP_Instance_UID}, 00072 {0x0008, 0x0020, "Study_Date", _ID_Study_Date}, 00073 {0x0008, 0x0021, "Series_Date", _ID_Series_Date}, 00074 {0x0008, 0x0022, "Acquisition_Date", _ID_Acquisition_Date}, 00075 {0x0008, 0x0023, "Image_Date", _ID_Image_Date}, 00076 {0x0008, 0x0030, "Study_Time", _ID_Study_Time}, 00077 {0x0008, 0x0031, "Series_Time", _ID_Series_Time}, 00078 {0x0008, 0x0032, "Acquisition_Time", _ID_Acquisition_Time}, 00079 {0x0008, 0x0033, "Image_Time", _ID_Image_Time}, 00080 {0x0008, 0x0060, "Modality", _ID_Modality}, 00081 {0x0008, 0x0070, "Manufacturer", _ID_Manufacturer}, 00082 {0x0008, 0x0080, "Institution_Name", _ID_Institution_Name}, 00083 {0x0008, 0x1030, "Study_Description", _ID_Study_Description}, 00084 {0x0008, 0x103e, "Series_Description", _ID_Series_Description}, 00085 {0x0008, 0x1080, "Admitting_Diagnoses_Description", _ID_Admitting_Diagnoses_Description}, 00086 {0x0010, 0x0010, "Patient_Name", _ID_Patient_Name}, 00087 {0x0010, 0x0020, "Patient_ID", _ID_Patient_ID}, 00088 {0x0018, 0x0015, "Body_Part_Examined", _ID_Body_Part_Examined}, 00089 {0x0018, 0x0020, "Scanning_Sequence", _ID_Scanning_Sequence}, 00090 {0x0018, 0x0021, "Sequence_Variant", _ID_Sequence_Variant}, 00091 {0x0018, 0x0022, "Scan_Options", _ID_Scan_Options}, 00092 {0x0018, 0x0023, "MR_Acquisition_Type", _ID_MR_Acquisition_Type}, 00093 {0x0018, 0x0024, "Sequence_Name", _ID_Sequence_Name}, 00094 {0x0018, 0x0050, "Slice_Thickness", _ID_Slice_Thickness}, 00095 {0x0018, 0x0080, "Repetion_Time", _ID_Repetition_Time}, 00096 {0x0018, 0x0081, "Echo Time", _ID_Echo_Time}, 00097 {0x0018, 0x0082, "Invertion_Time", _ID_Inversion_Time}, 00098 {0x0018, 0x0083, "Number_Of_Averages", _ID_Number_of_Averages}, 00099 {0x0018, 0x0084, "Imaging_Frequency", _ID_Imaging_Frequency}, 00100 {0x0018, 0x0085, "Imaged_Nucleus", _ID_Imaged_Nucleus}, 00101 {0x0018, 0x0086, "Echo_Number", _ID_Echo_Number}, 00102 {0x0018, 0x0087, "Magnetic_Field_Strength",_ID_Magnetic_Field_Strength}, 00103 {0x0018, 0x0088, "Spacing_Between_Slices",_ID_Spacing_Between_Slices}, 00104 {0x0018, 0x0091, "Echo_Train_Length", _ID_Echo_Train_Length}, 00105 {0x0018, 0x0093, "Percent_Sampling", _ID_Percent_Sampling}, 00106 {0x0018, 0x0094, "Percent_Phase_Field_of_View",_ID_Percent_Phase_Field_of_View}, 00107 {0x0018, 0x1250, "Receiving_Coil", _ID_Receiving_Coil}, 00108 {0x0018, 0x1030, "Protocol_Name", _ID_Protocol_Name }, 00109 {0x0018, 0x4000, "Comments", _ID_Comments }, 00110 {0x0018, 0x5100, "Patient_Position", _ID_Patient_Position}, 00111 {0x0020, 0x000d, "Study_Instance_UID", _ID_Study_Instance_UID}, 00112 {0x0020, 0x000e, "Series_Instance_UID", _ID_Series_Instance_UID}, 00113 {0x0020, 0x0010, "Study_ID ", _ID_Study_ID}, 00114 {0x0020, 0x0011, "Series_Number ", _ID_Series_Number}, 00115 {0x0020, 0x0012, "Acquisition_Number", _ID_Acquisition_Number}, 00116 {0x0020, 0x0013, "Image_Number", _ID_Image_Number}, 00117 {0x0020, 0x0020, "Patient_Orientation",_ID_Patient_Orientation}, 00118 {0x0020, 0x0030, "Image_Position", _ID_Image_Position}, 00119 {0x0020, 0x0032, "Image_Position_Patient",_ID_Image_Position_Patient}, 00120 {0x0020, 0x0035, "Image_Orientation", _ID_Image_Orientation}, 00121 {0x0020, 0x0037, "Image_Orientation_Patient",_ID_Image_Orientation_Patient}, 00122 {0x0020, 0x0050, "Location", _ID_Location}, 00123 {0x0020, 0x0052, "Frame_of_Reference_UID",_ID_Frame_of_Reference_UID}, 00124 {0x0020, 0x0100, "Temporal_Position_Identifier", _ID_Temporal_Position_Identifier }, 00125 {0x0020, 0x0105, "Number_of_Temporal_Positions", _ID_Number_of_Temporal_Positions}, 00126 {0x0020, 0x1041, "Slice_Location", _ID_Slice_Location}, 00127 {0x0020, 0x4000, "Image_Comments", _ID_Image_Comments}, 00128 {0x0028, 0x0030, "Pixel_Spacing", _ID_Pixel_Spacing}, 00129 {0x0028, 0x1050, "Window_Center", _ID_Window_Center}, 00130 {0x0028, 0x1051, "Window_Width", _ID_Window_Width}, 00131 {0x0028, 0x1052, "Rescale_Intercept", _ID_Rescale_Intercept }, 00132 {0x0028, 0x1053, "Rescale_Slope", _ID_Rescale_Slope }, 00133 {0x0028, 0x1054, "Rescale_Type", _ID_Rescale_Type }, 00134 00135 }; 00136 00137 int efef = 0xffff0000; 00138 /* 00139 * Liste des 'Value Representation' 00140 * (tiree du DICOM Dictionary de CTN) 00141 * 00142 */ 00143 00144 DICOM_VR _ID_dicom_vr[] = { 00145 {"AE", "Application Entity"}, // 16 car max 00146 {"AS", "Age String"}, // 4 car fixe 00147 {"AT", "Attribute Tag"}, // 2 unsigned short int 00148 {"CS", "Code String"}, // 16 car max 00149 {"DA", "Date"}, // 8 car fixe 00150 {"DS", "Decimal String"}, // Decimal codé Binaire 16 max 00151 {"DT", "Date Time"}, // 26 car max 00152 {"FL", "Floating Point Single"}, // 4 octets IEEE 754:1985 00153 {"FD", "Floating Point Double"}, // 8 octets IEEE 754:1985 00154 {"IS", "Integer String"}, // en format externe 12 max 00155 {"LO", "Long String"}, // 64 octets max 00156 {"LT", "Long Text"}, // 10240 max 00157 {"OB", "Other Byte String"}, 00158 {"OW", "Other Word String"}, 00159 {"PN", "Person Name"}, 00160 {"SH", "Short String"}, // 16 car max 00161 {"SL", "Signed Long"}, 00162 {"SQ", "Sequence of Items"}, // Not Applicable 00163 {"SS", "Signed Short"}, // 2 octets 00164 {"ST", "Short Text"}, // 1024 car max 00165 {"TM", "Time"}, // 16 car max 00166 {"UI", "Unique Identifier"}, // 64 car max 00167 {"UN", "Unknown"}, 00168 {"UT", "Unlimited Text"}, // 2 puissance 32 -1 car max 00169 {"UL", "Unsigned Long "}, // 4 octets fixe 00170 {"US", "Unsigned Short "}, // 2 octets fixe 00171 {"??", "??"}, /* Hors norme, mais frequent :-( */ 00172 { NULL, "??"} // 28 00173 }; 00174 00175 /* 00176 * 00177 * ATTENTION : --> Commentaire obsolet 00178 * 00179 * c'est TRES gorret 00180 * mais je n'ai pas le temps d'inventer qq chose de propre 00181 * si on rajoute un element, il faut modifier l'affectation de la variable nbCde 00182 * dans acrutil.c 00183 (27 pour le moment) 00184 * 00185 */ 00186 00187 00188 /* 00189 * Liste des 'DICOM Elements' 00190 * (tiree du DICOM Dictionary de CTN) 00191 */ 00192 00193 // A titre d'info : Signification du 4-ieme champ : 00194 // 00195 // CMD Command 00196 // META 00197 // DIR Directory 00198 // ID 00199 // PAT Patient 00200 // ACQ Acquisition 00201 // REL 00202 // IMG Image 00203 // SDY Study 00204 // VIS Visit 00205 // WAV Waveform 00206 // PRC 00207 // DEV Device 00208 // NMI Nuclear Medicine 00209 // MED 00210 // BFS Basic Film Session 00211 // BFB Basic Film Box 00212 // BIB Basic Image Box 00213 // BAB 00214 // IOB 00215 // PJ 00216 // PRINTER 00217 // RT Radio Therapy 00218 // DVH 00219 // SSET 00220 // RES Results 00221 // CRV Curve 00222 // OLY Overlays 00223 // PXL Pixels 00224 00225 00226 00227 // org root = 1.2.840.10008 reserved for DICOM 00228 00229 // Syntaxe de l'UID : voir Doc Dicom 3.5 Annex B 00230 00231 00232 DICOM_ELEMENTS _ID_dicom_elements[] = { 00233 00234 {0x0000,0x0000,"UL","CMD","Group Length"}, 00235 {0x0000,0x0002,"UI","CMD","Affected SOP Class UID"}, 00236 {0x0000,0x0003,"UI","CMD","Requested SOP Class UID"}, 00237 {0x0000,0x0100,"US","CMD","Command Field"}, 00238 {0x0000,0x0110,"US","CMD","Message ID"}, 00239 {0x0000,0x0120,"US","CMD","Message ID Responded to"}, 00240 {0x0000,0x0600,"AE","CMD","Move Destination"}, 00241 {0x0000,0x0700,"US","CMD","Priority"}, 00242 {0x0000,0x0800,"US","CMD","Data Set Type"}, 00243 {0x0000,0x0900,"US","CMD","Status"}, 00244 {0x0000,0x0901,"AT","CMD","Offending Element"}, 00245 {0x0000,0x0902,"LO","CMD","Error Comment"}, 00246 {0x0000,0x0903,"US","CMD","Error ID"}, 00247 {0x0000,0x1001,"UI","CMD","SOP Requested Instance UID"}, 00248 {0x0000,0x1000,"UI","CMD","SOP Affected Instance UID"}, 00249 {0x0000,0x1002,"US","CMD","Event Type ID"}, 00250 {0x0000,0x1008,"US","CMD","Action Type ID"}, 00251 {0x0000,0x1020,"US","CMD","Remaining Suboperations"}, 00252 {0x0000,0x1021,"US","CMD","Completed Suboperations"}, 00253 {0x0000,0x1022,"US","CMD","Failed Suboperations"}, 00254 {0x0000,0x1023,"US","CMD","Warning Suboperations"}, 00255 {0x0000,0x1030,"AE","CMD","AE Title"}, 00256 {0x0000,0x1031,"US","CMD","Message ID"}, 00257 {0x0000,0x1005,"AT","CMD","Attribute Identifier List"}, 00258 {0x0002,0x0000,"UL","META","Group Length"}, 00259 {0x0002,0x0001,"OB","META","File Meta Information Version"}, 00260 {0x0002,0x0002,"UI","META","Media Stored SOP Class UID"}, 00261 {0x0002,0x0003,"UI","META","Media Stored SOP Instance UID"}, 00262 {0x0002,0x0010,"UI","META","Transfer Syntax UID"}, 00263 {0x0002,0x0012,"UI","META","Implementation Class UID"}, 00264 {0x0002,0x0013,"SH","META","Implementation Version Name"}, 00265 {0x0002,0x0016,"AE","META","Source Application Entity Title"}, 00266 {0x0002,0x0100,"UI","META","Private Information Creator"}, 00267 {0x0002,0x0102,"OB","META","Private Information"}, 00268 {0x0004,0x1130,"CS","DIR","File-set ID"}, 00269 {0x0004,0x1141,"CS","DIR","File-set descriptor ID"}, 00270 {0x0004,0x1142,"CS","DIR","Specific character set"}, 00271 {0x0004,0x1200,"UL","DIR","Offset of the first dir of root dir entity"}, 00272 {0x0004,0x1202,"UL","DIR","Offset of the last dir of root dir entity"}, 00273 {0x0004,0x1212,"US","DIR","File-set consistency flag"}, 00274 {0x0004,0x1220,"SQ","DIR","Directory record sequence"}, 00275 {0x0004,0x1400,"UL","DIR","Offset of next directory record"}, 00276 {0x0004,0x1410,"US","DIR","Record in use flag"}, 00277 {0x0004,0x1420,"UL","DIR","Offset of referenced lower-level dir entity"}, 00278 {0x0004,0x1430,"CS","DIR","Directory Record Type"}, 00279 {0x0004,0x1432,"UI","DIR","Private Record UID"}, 00280 {0x0004,0x1500,"CS","DIR","Referenced File ID"}, 00281 {0x0004,0x1504,"UL","DIR","Directory Record Offset"}, 00282 {0x0004,0x1510,"UI","DIR","Referenced SOP Class UID in File"}, 00283 {0x0004,0x1511,"UI","DIR","Referenced SOP Instance UID in File"}, 00284 {0x0004,0x1512,"UI","DIR","Referenced Transfer Syntax in File"}, 00285 {0x0004,0x1600,"UL","DIR","Number of References"}, 00286 {0x0008,0x0000,"UL","ID","Group Length"}, 00287 {0x0008,0x0001,"UL","ID","Length to End (RET)"}, 00288 {0x0008,0x0005,"CS","ID","Specific Character Set"}, 00289 {0x0008,0x0008,"CS","ID","Image Type"}, 00290 {0x0008,0x0010,"RET","ID","Recognition Code (RET)"}, 00291 {0x0008,0x0012,"DA","ID","Instance Creation Date"}, 00292 {0x0008,0x0013,"TM","ID","Instance Creation Time"}, 00293 {0x0008,0x0014,"UI","ID","Instance Creator UID"}, 00294 {0x0008,0x0016,"UI","ID","SOP Class UID"}, 00295 {0x0008,0x0018,"UI","ID","SOP Instance UID"}, 00296 {0x0008,0x0020,"DA","ID","Study Date"}, 00297 {0x0008,0x0021,"DA","ID","Series Date"}, 00298 {0x0008,0x0022,"DA","ID","Acquisition Date"}, 00299 {0x0008,0x0023,"DA","ID","Image Date"}, 00300 {0x0008,0x0024,"DA","ID","Overlay Date"}, 00301 {0x0008,0x0025,"DA","ID","Curve Date"}, 00302 {0x0008,0x0030,"TM","ID","Study Time"}, 00303 {0x0008,0x0031,"TM","ID","Series Time"}, 00304 {0x0008,0x0032,"TM","ID","Acquisition Time"}, 00305 {0x0008,0x0033,"TM","ID","Image Time"}, 00306 {0x0008,0x0034,"TM","ID","Overlay Time"}, 00307 {0x0008,0x0035,"TM","ID","Curve Time"}, 00308 {0x0008,0x0040,"RET","ID","Data Set Type (RET)"}, 00309 {0x0008,0x0041,"RET","ID","Data Set Subtype (RET)"}, 00310 {0x0008,0x0042,"CS","ID","Nuc Med Series Type (RET)"}, 00311 {0x0008,0x0050,"SH","ID","Accession Number"}, 00312 {0x0008,0x0052,"CS","ID","Query Level"}, 00313 {0x0008,0x0054,"AE","ID","Retrieve AE Title"}, 00314 {0x0008,0x0058,"UI","ID","Failed SOP Instances"}, 00315 {0x0008,0x0060,"CS","ID","Modality"}, 00316 {0x0008,0x0062,"SQ","ID","Modality Subtype"}, 00317 {0x0008,0x0064,"CS","ID","Conversion Type"}, 00318 {0x0008,0x0070,"LO","ID","Manufacturer"}, 00319 {0x0008,0x0080,"LO","ID","Institution Name"}, 00320 {0x0008,0x0081,"ST","ID","Institution Address"}, 00321 {0x0008,0x0082,"SQ","ID","Institution Code Sequence"}, 00322 {0x0008,0x0090,"PN","ID","Referring Physician's Name"}, 00323 {0x0008,0x0092,"ST","ID","Referring Physician's Address"}, 00324 {0x0008,0x0094,"SH","ID","Referring Physician's Telephone"}, 00325 {0x0008,0x0100,"SH","ID","Code Value"}, 00326 {0x0008,0x0102,"SH","ID","Coding Scheme Designator"}, 00327 {0x0008,0x0103,"SH","ID","Coding Scheme Version"}, 00328 {0x0008,0x0104,"LO","ID","Code Meaning"}, 00329 {0x0008,0x0105,"CS","ID","Mapping Resource"}, 00330 {0x0008,0x0106,"DT","ID","Context Group Version"}, 00331 {0x0008,0x010b,"CS","ID","Code Set Extension Flag"}, 00332 {0x0008,0x010c,"UI","ID","Private Coding Scheme Creator UID"}, 00333 {0x0008,0x010d,"UI","ID","Coding Scheme Creator UID"}, 00334 {0x0008,0x010e,"SQ","ID","Mapping Resource Sequence"}, 00335 {0x0008,0x010f,"CS","ID","Context Identifier"}, 00336 {0x0008,0x1000,"LO","ID","Network ID (RET)"}, 00337 {0x0008,0x1010,"SH","ID","Station Name"}, 00338 {0x0008,0x1030,"LO","ID","Study Description"}, 00339 {0x0008,0x1032,"SQ","ID","Procedure Code Sequence"}, 00340 {0x0008,0x103e,"LO","ID","Series Description"}, 00341 {0x0008,0x1040,"LO","ID","Institutional Department Name"}, 00342 {0x0008,0x1048,"PN","ID","Physician of Record"}, 00343 {0x0008,0x1050,"PN","ID","Performing Physician's Name"}, 00344 {0x0008,0x1060,"PN","ID","Name of Physician(s) Reading Study"}, 00345 {0x0008,0x1070,"PN","ID","Operator's Name"}, 00346 {0x0008,0x1080,"LO","ID","Admitting Diagnoses Description"}, 00347 {0x0008,0x1084,"SQ","ID","Admitting Diagnosis Code Sequence"}, 00348 {0x0008,0x1090,"LO","ID","Manufacturer Model Name"}, 00349 {0x0008,0x1100,"SQ","ID","Referenced Results Sequence"}, 00350 {0x0008,0x1110,"SQ","ID","Referenced Study Sequence"}, 00351 {0x0008,0x1111,"SQ","ID","Referenced Study Component Sequence"}, 00352 {0x0008,0x1115,"SQ","ID","Referenced Series Sequence"}, 00353 {0x0008,0x1120,"SQ","ID","Referenced Patient Sequence"}, 00354 {0x0008,0x1125,"SQ","ID","Referenced Visit Sequence"}, 00355 {0x0008,0x1130,"SQ","ID","Referenced Overlay Sequence"}, 00356 {0x0008,0x1140,"SQ","ID","Referenced Image Sequence"}, 00357 {0x0008,0x1145,"SQ","ID","Referenced Curve Sequence"}, 00358 {0x0008,0x1148,"SQ","ID","Referenced Previous Waveform"}, 00359 {0x0008,0x114a,"SQ","ID","Referenced Simultaneous Waveforms"}, 00360 {0x0008,0x114c,"SQ","ID","Referenced Subsequent Waveform"}, 00361 {0x0008,0x1150,"UI","ID","Referenced SOP Class UID"}, 00362 {0x0008,0x1155,"UI","ID","Referenced SOP Instance UID"}, 00363 {0x0008,0x1160,"IS","ID","Referenced Frame Number"}, 00364 {0x0008,0x1195,"UI","ID","Transaction UID"}, 00365 {0x0008,0x1197,"US","ID","Failure Reason"}, 00366 {0x0008,0x1198,"SQ","ID","Failed SOP Sequence"}, 00367 {0x0008,0x1199,"SQ","ID","Referenced SOP Sequence"}, 00368 {0x0008,0x2110,"CS","ID","Lossy Image Compression (RET)"}, 00369 {0x0008,0x2111,"ST","ID","Derivation Description"}, 00370 {0x0008,0x2112,"SQ","ID","Source Image Sequence"}, 00371 {0x0008,0x2120,"SH","ID","Stage Name"}, 00372 {0x0008,0x2122,"IS","ID","Stage Number"}, 00373 {0x0008,0x2124,"IS","ID","Number of Stages"}, 00374 {0x0008,0x2128,"IS","ID","View Number"}, 00375 {0x0008,0x2129,"IS","ID","Number of Event Timers"}, 00376 {0x0008,0x212a,"IS","ID","Number of Views in Stage"}, 00377 {0x0008,0x2130,"DS","ID","Event Elapsed Time(s)"}, 00378 {0x0008,0x2132,"LO","ID","Event Event Timer Name(s)"}, 00379 {0x0008,0x2142,"IS","ID","Start Trim"}, 00380 {0x0008,0x2143,"IS","ID","Stop Trim"}, 00381 {0x0008,0x2144,"IS","ID","Recommended Display Frame Rate"}, 00382 {0x0008,0x2200,"CS","ID","Transducer Position (RET)"}, 00383 {0x0008,0x2204,"CS","ID","Transducer Orientation (RET)"}, 00384 {0x0008,0x2208,"CS","ID","Anatomic Structure (RET)"}, 00385 {0x0008,0x2218,"SQ","ID","Anatomic Region of Interest Sequence"}, 00386 {0x0008,0x2220,"SQ","ID","Anatomic Region Modifier Sequence"}, 00387 {0x0008,0x2228,"SQ","ID","Primary Anatomic Structure Sequence"}, 00388 {0x0008,0x2230,"SQ","ID","Primary Anatomic Structure Modifier Sequence"}, 00389 {0x0008,0x2240,"SQ","ID","Transducer Position Sequence"}, 00390 {0x0008,0x2242,"SQ","ID","Transducer Position Modifer Sequence"}, 00391 {0x0008,0x2244,"SQ","ID","Transducer Orientation Sequence"}, 00392 {0x0008,0x2246,"SQ","ID","Transducer Orientation Modifer Sequence"}, 00393 {0x0008,0x4000,"RET","ID","Comments (RET)"}, 00394 {0x0010,0x0000,"UL","PAT","Group Length"}, 00395 {0x0010,0x0010,"PN","PAT","Patient Name"}, 00396 {0x0010,0x0020,"LO","PAT","Patient ID"}, 00397 {0x0010,0x0021,"LO","PAT","Issuer of Patient ID"}, 00398 {0x0010,0x0030,"DA","PAT","Patient Birthdate"}, 00399 {0x0010,0x0032,"TM","PAT","Patient Birth Time"}, 00400 {0x0010,0x0040,"CS","PAT","Patient Sex"}, 00401 {0x0010,0x0050,"SQ","PAT","Patient's Insurance Plan Code Sequence"}, 00402 {0x0010,0x1000,"LO","PAT","Other Patient IDs"}, 00403 {0x0010,0x1001,"PN","PAT","Other Patient Names"}, 00404 {0x0010,0x1005,"PN","PAT","Patient's Birth Name "}, 00405 {0x0010,0x1010,"AS","PAT","Patient Age"}, 00406 {0x0010,0x1020,"DS","PAT","Patient Size"}, 00407 {0x0010,0x1030,"DS","PAT","Patient Weight"}, 00408 {0x0010,0x1040,"LO","PAT","Patient Address"}, 00409 {0x0010,0x1050,"RET","PAT","Insurance Plan Identifier"}, 00410 {0x0010,0x1060,"PN","PAT","Patient's Mother's Birth Name"}, 00411 {0x0010,0x1080,"LO","PAT","Military Rank"}, 00412 {0x0010,0x1081,"LO","PAT","Branch of Service"}, 00413 {0x0010,0x1090,"LO","PAT","Medical Record Locator"}, 00414 {0x0010,0x2000,"LO","PAT","Medical Alerts"}, 00415 {0x0010,0x2110,"LO","PAT","Contrast Allergies"}, 00416 {0x0010,0x2150,"LO","PAT","Country of Residence"}, 00417 {0x0010,0x2152,"LO","PAT","Region of Residence"}, 00418 {0x0010,0x2154,"SH","PAT","Patient's Telephone Numbers"}, 00419 {0x0010,0x2160,"SH","PAT","Ethnic Group"}, 00420 {0x0010,0x2180,"SH","PAT","Occupation"}, 00421 {0x0010,0x21a0,"CS","PAT","Smoking Status"}, 00422 {0x0010,0x21b0,"LT","PAT","Additional Patient History"}, 00423 {0x0010,0x21c0,"US","PAT","Pregnancy Status"}, 00424 {0x0010,0x21d0,"DA","PAT","Last Menstrual Date"}, 00425 {0x0010,0x21f0,"LO","PAT","Religious Preference"}, 00426 {0x0010,0x4000,"LT","PAT","Comments"}, 00427 {0x0018,0x0000,"UL","ACQ","Group Length"}, 00428 {0x0018,0x0010,"LO","ACQ","Contrast/Bolus Agent"}, 00429 {0x0018,0x0012,"SQ","ACQ","Contrast/Bolus Agent Sequence"}, 00430 {0x0018,0x0014,"SQ","ACQ","Contrast/Bolus Administration Route Seq"}, 00431 {0x0018,0x0015,"CS","ACQ","Body Part Examined"}, 00432 {0x0018,0x0020,"CS","ACQ","Scanning Sequence"}, 00433 {0x0018,0x0021,"CS","ACQ","Sequence Variant"}, 00434 {0x0018,0x0022,"CS","ACQ","Scan Options"}, 00435 {0x0018,0x0023,"CS","ACQ","MR Acquisition Type "}, 00436 {0x0018,0x0024,"SH","ACQ","Sequence Name"}, 00437 {0x0018,0x0025,"CS","ACQ","Angio Flag"}, 00438 {0x0018,0x0026,"SQ","ACQ","Intervention Drug Information Sequence"}, 00439 {0x0018,0x0027,"TM","ACQ","Intervention Drug Stop Time"}, 00440 {0x0018,0x0028,"DS","ACQ","Intervention Drug Dose"}, 00441 {0x0018,0x0029,"SQ","ACQ","Intervention Drug Code Sequence"}, 00442 {0x0018,0x002a,"SQ","ACQ","Additional Drug Sequence"}, 00443 {0x0018,0x0030,"LO","ACQ","Radionuclide (RET)"}, 00444 {0x0018,0x0031,"LO","ACQ","Radiopharmaceutical"}, 00445 {0x0018,0x0032,"DS","ACQ","Energy Window Centerline (RET)"}, 00446 {0x0018,0x0033,"DS","ACQ","Energy Window Total Width (RET)"}, 00447 {0x0018,0x0034,"LO","ACQ","Intervention Drug Name"}, 00448 {0x0018,0x0035,"TM","ACQ","Intervention Drug Start Time"}, 00449 {0x0018,0x0036,"SQ","ACQ","Interventional Therapy Sequence"}, 00450 {0x0018,0x0037,"CS","ACQ","Therapy type"}, 00451 {0x0018,0x0038,"CS","ACQ","Interventional status"}, 00452 {0x0018,0x0039,"CS","ACQ","Therapy descriptionm"}, 00453 {0x0018,0x0040,"IS","ACQ","Cine Rate"}, 00454 {0x0018,0x0050,"DS","ACQ","Slice Thickness"}, 00455 {0x0018,0x0060,"DS","ACQ","KVP"}, 00456 {0x0018,0x0070,"IS","ACQ","Counts Accumulated"}, 00457 {0x0018,0x0071,"CS","ACQ","Acquisition Termination Condition"}, 00458 {0x0018,0x0072,"DS","ACQ","Effective Series Duration"}, 00459 {0x0018,0x0073,"CS","ACQ","Start Condition"}, 00460 {0x0018,0x0074,"IS","ACQ","Start Condition Data"}, 00461 {0x0018,0x0075,"IS","ACQ","Termination Condition Data"}, 00462 {0x0018,0x0080,"DS","ACQ","Repetition Time"}, 00463 {0x0018,0x0081,"DS","ACQ","Echo Time"}, 00464 {0x0018,0x0082,"DS","ACQ","Inversion Time"}, 00465 {0x0018,0x0083,"DS","ACQ","Number of Averages"}, 00466 {0x0018,0x0084,"DS","ACQ","Imaging Frequency"}, 00467 {0x0018,0x0085,"SH","ACQ","Imaged Nucleus"}, 00468 {0x0018,0x0086,"IS","ACQ","Echo Number"}, 00469 {0x0018,0x0087,"DS","ACQ","Magnetic Field Strength"}, 00470 {0x0018,0x0088,"DS","ACQ","Spacing Between Slices"}, 00471 {0x0018,0x0089,"IS","ACQ","Number of Phase Encoding Steps"}, 00472 {0x0018,0x0090,"DS","ACQ","Data Collection Diameter"}, 00473 {0x0018,0x0091,"IS","ACQ","Echo Train Length"}, 00474 {0x0018,0x0093,"DS","ACQ","Percent Sampling"}, 00475 {0x0018,0x0094,"DS","ACQ","Percent Phase Field of View"}, 00476 {0x0018,0x0095,"DS","ACQ","Pixel Bandwidth"}, 00477 {0x0018,0x1000,"LO","ACQ","Device Serial Number"}, 00478 {0x0018,0x1004,"LO","ACQ","Plate ID"}, 00479 {0x0018,0x1010,"LO","ACQ","Secondary Capture Device ID"}, 00480 {0x0018,0x1012,"DA","ACQ","Date of Secondary Capture"}, 00481 {0x0018,0x1014,"TM","ACQ","Time of Secondary Capture"}, 00482 {0x0018,0x1016,"LO","ACQ","Secondary Capture Device Manufacturer"}, 00483 {0x0018,0x1018,"LO","ACQ","Secondary Capture Device Model Name"}, 00484 {0x0018,0x1019,"LO","ACQ","Secondary Capture Device Software Version"}, 00485 {0x0018,0x1020,"LO","ACQ","Software Version"}, 00486 {0x0018,0x1022,"SH","ACQ","Video Image Format Acquired"}, 00487 {0x0018,0x1023,"LO","ACQ","Digital Image Format Acquired"}, 00488 {0x0018,0x1030,"LO","ACQ","Protocol Name"}, 00489 {0x0018,0x1040,"LO","ACQ","Contrast/Bolus Route"}, 00490 {0x0018,0x1041,"DS","ACQ","Contrast/Bolus Volume"}, 00491 {0x0018,0x1042,"TM","ACQ","Contrast/Bolus Start Time"}, 00492 {0x0018,0x1043,"TM","ACQ","Contrast/Bolus Stop Time"}, 00493 {0x0018,0x1044,"DS","ACQ","Contrast/Bolus Total Dose"}, 00494 {0x0018,0x1045,"IS","ACQ","Syringe Counts"}, 00495 {0x0018,0x1046,"DS","ACQ","Contrast Flow Rate (ml/sec)"}, 00496 {0x0018,0x1047,"DS","ACQ","Contrast Flow Duration (sec)"}, 00497 {0x0018,0x1048,"CS","ACQ","Contrast Bolus Ingredient"}, 00498 {0x0018,0x1049,"DS","ACQ","Contrast Bolus Ingredient Concentration"}, 00499 {0x0018,0x1050,"DS","ACQ","Spatial Resolution"}, 00500 {0x0018,0x1060,"DS","ACQ","Trigger Time"}, 00501 {0x0018,0x1061,"LO","ACQ","Trigger Source or Type"}, 00502 {0x0018,0x1062,"IS","ACQ","Nominal Interval"}, 00503 {0x0018,0x1063,"DS","ACQ","Frame Time"}, 00504 {0x0018,0x1064,"LO","ACQ","Framing Type"}, 00505 {0x0018,0x1065,"DS","ACQ","Frame Time Vector"}, 00506 {0x0018,0x1066,"DS","ACQ","Frame Delay"}, 00507 {0x0018,0x1067,"DS","ACQ","Image Trigger Delay"}, 00508 {0x0018,0x1068,"DS","ACQ","Group Time Offset"}, 00509 {0x0018,0x1069,"DS","ACQ","Trigger Time Offset"}, 00510 {0x0018,0x106a,"CS","ACQ","Synchronization Trigger"}, 00511 {0x0018,0x106b,"UI","ACQ","Synchronization Frame of Reference"}, 00512 {0x0018,0x106e,"UL","ACQ","Trigger Sample Position"}, 00513 {0x0018,0x1070,"LO","ACQ","Radiopharmaceutical Route"}, 00514 {0x0018,0x1071,"DS","ACQ","Radiopharmaceutical Volume"}, 00515 {0x0018,0x1072,"TM","ACQ","Radiopharmaceutical Start Time"}, 00516 {0x0018,0x1073,"TM","ACQ","Radiopharmaceutical Stop Time"}, 00517 {0x0018,0x1074,"DS","ACQ","Radionuclide Total Dose"}, 00518 {0x0018,0x1075,"DS","ACQ","Radionuclide Half Life"}, 00519 {0x0018,0x1076,"DS","ACQ","Radionuclide Positron Fraction"}, 00520 {0x0018,0x1077,"DS","ACQ","Radiopharmaceutical Specific Activity"}, 00521 {0x0018,0x1080,"CS","ACQ","Beat Rejection Flag"}, 00522 {0x0018,0x1081,"IS","ACQ","Low R-R Value"}, 00523 {0x0018,0x1082,"IS","ACQ","High R-R Value"}, 00524 {0x0018,0x1083,"IS","ACQ","Intervals Acquired"}, 00525 {0x0018,0x1084,"IS","ACQ","Intervals Rejected"}, 00526 {0x0018,0x1085,"LO","ACQ","PVC Rejection"}, 00527 {0x0018,0x1086,"IS","ACQ","Skip Beats"}, 00528 {0x0018,0x1088,"IS","ACQ","Heart Rate"}, 00529 {0x0018,0x1090,"IS","ACQ","Cardiac Number of Images"}, 00530 {0x0018,0x1094,"IS","ACQ","Trigger Window"}, 00531 {0x0018,0x1100,"DS","ACQ","Reconstruction Diameter"}, 00532 {0x0018,0x1110,"DS","ACQ","Distance Source-Detector"}, 00533 {0x0018,0x1111,"DS","ACQ","Distance Source-Patient"}, 00534 {0x0018,0x1114,"DS","ACQ","Estimated Radiographic Mag Factor"}, 00535 {0x0018,0x1120,"DS","ACQ","Gantry/Detector Tilt"}, 00536 {0x0018,0x1121,"DS","ACQ","Gantry/Detector Slew"}, 00537 {0x0018,0x1130,"DS","ACQ","Table Height"}, 00538 {0x0018,0x1131,"DS","ACQ","Table Traverse"}, 00539 {0x0018,0x1134,"CS","ACQ","Table Motion (STATIC, DYNAMIC)"}, 00540 {0x0018,0x1135,"DS","ACQ","Table Vertical Increment (mm)"}, 00541 {0x0018,0x1136,"DS","ACQ","Table Lateral Increment (mm)"}, 00542 {0x0018,0x1137,"DS","ACQ","Table Longitudinal Increment (mm)"}, 00543 {0x0018,0x1138,"DS","ACQ","Table Angle (relative to horizontal: deg)"}, 00544 {0x0018,0x1140,"CS","ACQ","Rotation Direction"}, 00545 {0x0018,0x1141,"DS","ACQ","Angular Position"}, 00546 {0x0018,0x1142,"DS","ACQ","Radial Position"}, 00547 {0x0018,0x1143,"DS","ACQ","Scan Arc"}, 00548 {0x0018,0x1144,"DS","ACQ","Angular Step"}, 00549 {0x0018,0x1145,"DS","ACQ","Center of Rotation Offset"}, 00550 {0x0018,0x1146,"DS","ACQ","Rotation Offset (RET)"}, 00551 {0x0018,0x1147,"CS","ACQ","Field of View Shape"}, 00552 {0x0018,0x1149,"IS","ACQ","Field of View Dimension(s)"}, 00553 {0x0018,0x1150,"IS","ACQ","Exposure Time"}, 00554 {0x0018,0x1151,"IS","ACQ","X-ray Tube Current"}, 00555 {0x0018,0x1152,"IS","ACQ","Exposure"}, 00556 {0x0018,0x1154,"DS","ACQ","Average width of X-Ray pulse (ms)"}, 00557 {0x0018,0x1155,"CS","ACQ","General level of X-Ray dose exposure"}, 00558 {0x0018,0x115a,"CS","ACQ","X-Ray radiation mode (CONTINUOUS, PULSED)"}, 00559 {0x0018,0x115e,"DS","ACQ","X-Ray dose to which patient was exposed"}, 00560 {0x0018,0x1160,"SH","ACQ","Filter Type, extremity"}, 00561 {0x0018,0x1161,"LO","ACQ","Type of filter(s) inserted into X-Ray beam"}, 00562 {0x0018,0x1162,"DS","ACQ","Intensifier Size (mm)"}, 00563 {0x0018,0x1164,"DS","ACQ","Image Pixel Spacing"}, 00564 {0x0018,0x1166,"CS","ACQ","Grid (IN, NONE)"}, 00565 {0x0018,0x1170,"IS","ACQ","Generator Power"}, 00566 {0x0018,0x1180,"SH","ACQ","Collimator/Grid Name"}, 00567 {0x0018,0x1181,"CS","ACQ","Collimator Type"}, 00568 {0x0018,0x1182,"IS","ACQ","Focal Distance"}, 00569 {0x0018,0x1183,"DS","ACQ","X Focus Center"}, 00570 {0x0018,0x1184,"DS","ACQ","Y Focus Center"}, 00571 {0x0018,0x1190,"DS","ACQ","Focal Spot"}, 00572 {0x0018,0x1200,"DA","ACQ","Date of Last Calibration"}, 00573 {0x0018,0x1201,"TM","ACQ","Time of Last Calibration"}, 00574 {0x0018,0x1210,"SH","ACQ","Convolution Kernel"}, 00575 {0x0018,0x1240,"RET","ACQ","Upper/Lower Pixel Values (RET)"}, 00576 {0x0018,0x1242,"IS","ACQ","Actual Frame Duration"}, 00577 {0x0018,0x1243,"IS","ACQ","Count Rate"}, 00578 {0x0018,0x1244,"US","ACQ","Preferred Playback Sequencing"}, 00579 {0x0018,0x1250,"SH","ACQ","Receiving Coil"}, 00580 {0x0018,0x1251,"SH","ACQ","Transmitting Coil"}, 00581 {0x0018,0x1260,"SH","ACQ","Plate Type"}, 00582 {0x0018,0x1261,"LO","ACQ","Phosphor Type"}, 00583 {0x0018,0x1300,"DS","ACQ","Scan Velocity"}, 00584 {0x0018,0x1301,"CS","ACQ","Whole Body Technique"}, 00585 {0x0018,0x1302,"IS","ACQ","Scan Length"}, 00586 {0x0018,0x1310,"US","ACQ","Acquisition Matrix"}, 00587 {0x0018,0x1312,"CS","ACQ","Phase Encoding Direction"}, 00588 {0x0018,0x1314,"DS","ACQ","Flip Angle"}, 00589 {0x0018,0x1315,"CS","ACQ","Variable Flip Angle"}, 00590 {0x0018,0x1316,"DS","ACQ","SAR"}, 00591 {0x0018,0x1318,"DS","ACQ","DB/DT"}, 00592 {0x0018,0x1400,"LO","ACQ","Acquisition Device Processing Description"}, 00593 {0x0018,0x1401,"LO","ACQ","Acquisition Device Processing Code"}, 00594 {0x0018,0x1402,"CS","ACQ","Cassette Orientation"}, 00595 {0x0018,0x1403,"CS","ACQ","Cassette Size"}, 00596 {0x0018,0x1404,"US","ACQ","Exposures on Plate"}, 00597 {0x0018,0x1405,"IS","ACQ","Relative X-ray Exposure"}, 00598 {0x0018,0x1450,"CS","ACQ","Column Angulation"}, 00599 {0x0018,0x1460,"DS","ACQ","Tomo Layer Height (mm)"}, 00600 {0x0018,0x1470,"DS","ACQ","Tomo Angle"}, 00601 {0x0018,0x1480,"DS","ACQ","Tomo Time"}, 00602 {0x0018,0x1500,"CS","ACQ","Positioner Motion"}, 00603 {0x0018,0x1510,"DS","ACQ","Positioner Primary Angle"}, 00604 {0x0018,0x1511,"DS","ACQ","Positioner Secondary Angle"}, 00605 {0x0018,0x1520,"DS","ACQ","Positioner Primary Angle Increment"}, 00606 {0x0018,0x1521,"DS","ACQ","Positioner Secondary Angle Increment"}, 00607 {0x0018,0x1530,"DS","ACQ","Detector Primary Angle"}, 00608 {0x0018,0x1531,"DS","ACQ","Detector Secondary Angle"}, 00609 {0x0018,0x1600,"CS","ACQ","Shutter Shape"}, 00610 {0x0018,0x1602,"IS","ACQ","Shutter Left Vertical Edge"}, 00611 {0x0018,0x1604,"IS","ACQ","Shutter Right Vertical Edge"}, 00612 {0x0018,0x1606,"IS","ACQ","Shutter Upper Horizontal Edge"}, 00613 {0x0018,0x1608,"IS","ACQ","Shutter Lower Horizontal Edge"}, 00614 {0x0018,0x1610,"IS","ACQ","Center of Circular Shutter"}, 00615 {0x0018,0x1612,"IS","ACQ","Radius of Circular Shutter"}, 00616 {0x0018,0x1620,"IS","ACQ","Vertices of the Polygonal Shutter"}, 00617 {0x0018,0x1700,"CS","ACQ","Collimator Shape"}, 00618 {0x0018,0x1702,"IS","ACQ","Collimator Left Vertical Edge"}, 00619 {0x0018,0x1704,"IS","ACQ","Collimator Right Vertical Edge"}, 00620 {0x0018,0x1706,"IS","ACQ","Collimator Upper Horizontal Edge"}, 00621 {0x0018,0x1708,"IS","ACQ","Collimator Lower Horizontal Edge"}, 00622 {0x0018,0x1710,"IS","ACQ","Center of Circular Collimator"}, 00623 {0x0018,0x1712,"IS","ACQ","Radius of Circular Collimator"}, 00624 {0x0018,0x1720,"IS","ACQ","Vertices of the Polygonal Collimator"}, 00625 {0x0018,0x1800,"CS","ACQ","Acquisition Time Synchronized"}, 00626 {0x0018,0x1801,"SH","ACQ","Time Source"}, 00627 {0x0018,0x1802,"CS","ACQ","Time Distribution Protocol"}, 00628 {0x0018,0x4000,"RET","ACQ","Comments"}, 00629 {0x0018,0x5000,"SH","ACQ","Output Power"}, 00630 {0x0018,0x5010,"LO","ACQ","Transducer Data"}, 00631 {0x0018,0x5012,"DS","ACQ","Focus Depth"}, 00632 {0x0018,0x5020,"LO","ACQ","Processing Function"}, 00633 {0x0018,0x5021,"LO","ACQ","Postprocessing Function"}, 00634 {0x0018,0x5022,"DS","ACQ","Mechanical Index"}, 00635 {0x0018,0x5024,"DS","ACQ","Thermal Index"}, 00636 {0x0018,0x5026,"DS","ACQ","Cranial Thermal Index"}, 00637 {0x0018,0x5027,"DS","ACQ","Soft Tissue Thermal Index"}, 00638 {0x0018,0x5028,"DS","ACQ","Soft Tissue-focus Thermal Index"}, 00639 {0x0018,0x5029,"CS","ACQ","Soft Tissue-surface Thermal Index"}, 00640 {0x0018,0x5050,"IS","ACQ","Depth of Scan Field"}, 00641 {0x0018,0x5100,"CS","ACQ","Patient Position"}, 00642 {0x0018,0x5101,"CS","ACQ","View Position"}, 00643 {0x0018,0x5210,"DS","ACQ","Image Transformation Matrix"}, 00644 {0x0018,0x5212,"DS","ACQ","Image Translation Vector"}, 00645 {0x0018,0x6000,"DS","ACQ","Sensitivity"}, 00646 {0x0018,0x6011,"SQ","ACQ","Ultrasound Region Sequence"}, 00647 {0x0018,0x6012,"US","ACQ","Region Spatial Format"}, 00648 {0x0018,0x6014,"US","ACQ","Region Data Type"}, 00649 {0x0018,0x6016,"UL","ACQ","Region Flags"}, 00650 {0x0018,0x6018,"UL","ACQ","Region Location Min X(0)"}, 00651 {0x0018,0x601a,"UL","ACQ","Region Location Min Y(0)"}, 00652 {0x0018,0x601c,"UL","ACQ","Region Location Max X(1)"}, 00653 {0x0018,0x601e,"UL","ACQ","Region Location Max Y(1)"}, 00654 {0x0018,0x6020,"SL","ACQ","Reference Pixel X"}, 00655 {0x0018,0x6022,"SL","ACQ","Reference Pixel Y"}, 00656 {0x0018,0x6024,"US","ACQ","Physical Units X Direction"}, 00657 {0x0018,0x6026,"US","ACQ","Physical Units Y Direction"}, 00658 {0x0018,0x6028,"FD","ACQ","Reference Pixel Physical Value X"}, 00659 {0x0018,0x602a,"FD","ACQ","Reference Pixel Physical Value Y"}, 00660 {0x0018,0x602c,"FD","ACQ","Physical Delta X"}, 00661 {0x0018,0x602e,"FD","ACQ","Physical Delta Y"}, 00662 {0x0018,0x6030,"UL","ACQ","Transducer Frequency"}, 00663 {0x0018,0x6031,"CS","ACQ","Transducer Type"}, 00664 {0x0018,0x6032,"UL","ACQ","Pulse Repetition Frequency"}, 00665 {0x0018,0x6034,"FD","ACQ","Doppler Correction Angle"}, 00666 {0x0018,0x6036,"FD","ACQ","Sterring Angle"}, 00667 {0x0018,0x6038,"UL","ACQ","Doppler Sample Volume X Position"}, 00668 {0x0018,0x603a,"UL","ACQ","Doppler Sample Volume Y Position"}, 00669 {0x0018,0x603c,"UL","ACQ","TM-Line Position X(0)"}, 00670 {0x0018,0x603e,"UL","ACQ","TM-Line Position Y(0)"}, 00671 {0x0018,0x6040,"UL","ACQ","TM-Line Position X(1)"}, 00672 {0x0018,0x6042,"UL","ACQ","TM-Line Position Y(1)"}, 00673 {0x0018,0x6044,"US","ACQ","Pixel Component Organization"}, 00674 {0x0018,0x6046,"UL","ACQ","Pixel Component Mask"}, 00675 {0x0018,0x6048,"UL","ACQ","Pixel Component Range Start"}, 00676 {0x0018,0x604a,"UL","ACQ","Pixel Component Range Stop"}, 00677 {0x0018,0x604c,"US","ACQ","Pixel Component Physical Units"}, 00678 {0x0018,0x604e,"US","ACQ","Pixel Component Data Type"}, 00679 {0x0018,0x6050,"UL","ACQ","Number of Table Break Points"}, 00680 {0x0018,0x6052,"UL","ACQ","Table of X Break Points"}, 00681 {0x0018,0x6054,"FD","ACQ","Table of Y Break Points"}, 00682 {0x0018,0x6056,"UL","ACQ","Number of Table Entries"}, 00683 {0x0018,0x6058,"UL","ACQ","Table of Pixel Values"}, 00684 {0x0018,0x605a,"FL","ACQ","Table of Parameter Values"}, 00685 {0x0020,0x0000,"UL","REL","Group Length"}, 00686 {0x0020,0x000d,"UI","REL","Study Instance UID"}, 00687 {0x0020,0x000e,"UI","REL","Series Instance UID"}, 00688 {0x0020,0x0010,"SH","REL","Study ID"}, 00689 {0x0020,0x0011,"IS","REL","Series Number"}, 00690 {0x0020,0x0012,"IS","REL","Acquisition Number"}, 00691 {0x0020,0x0013,"IS","REL","Image Number"}, 00692 {0x0020,0x0014,"IS","REL","Isotope Number (RET)"}, 00693 {0x0020,0x0015,"IS","REL","Phase Number (RET)"}, 00694 {0x0020,0x0016,"IS","REL","Interval Number (RET)"}, 00695 {0x0020,0x0017,"IS","REL","Time Slot Number (RET)"}, 00696 {0x0020,0x0018,"IS","REL","Angle Number (RET)"}, 00697 {0x0020,0x0020,"CS","REL","Patient Orientation"}, 00698 {0x0020,0x0022,"IS","REL","Overlay Number"}, 00699 {0x0020,0x0024,"IS","REL","Curve Number"}, 00700 {0x0020,0x0026,"IS","REL","Lookup Table Number"}, 00701 {0x0020,0x0030,"RET","REL","Image Position (RET)"}, 00702 {0x0020,0x0032,"DS","REL","Image Position Patient"}, 00703 {0x0020,0x0035,"RET","REL","Image Orientation"}, 00704 {0x0020,0x0037,"DS","REL","Image Orientation (Patient)"}, 00705 {0x0020,0x0050,"RET","REL","Location (RET)"}, 00706 {0x0020,0x0052,"UI","REL","Frame of Reference UID"}, 00707 {0x0020,0x0060,"CS","REL","Laterality"}, 00708 {0x0020,0x0070,"RET","REL","Image Geometry Type (RET)"}, 00709 {0x0020,0x0080,"RET","REL","Masking Image (RET)"}, 00710 {0x0020,0x0100,"IS","REL","Temporal Position Identifier"}, 00711 {0x0020,0x0105,"IS","REL","Number of Temporal Positions"}, 00712 {0x0020,0x0110,"DS","REL","Temporal Resolution"}, 00713 {0x0020,0x1000,"IS","REL","Series in Study"}, 00714 {0x0020,0x1001,"RET","REL","Acquisitions in Series"}, 00715 {0x0020,0x1002,"IS","REL","Images in Acquisition"}, 00716 {0x0020,0x1004,"IS","REL","Acquisitions in Study"}, 00717 {0x0020,0x1020,"RET","REL","Reference (RET)"}, 00718 {0x0020,0x1040,"LO","REL","Position Reference Indicator"}, 00719 {0x0020,0x1041,"DS","REL","Slice Location"}, 00720 {0x0020,0x1070,"IS","REL","Other Study Numbers"}, 00721 {0x0020,0x1200,"IS","REL","Number of Patient Related Studies"}, 00722 {0x0020,0x1202,"IS","REL","Number of Patient Related Series"}, 00723 {0x0020,0x1204,"IS","REL","Number of Patient Related Images"}, 00724 {0x0020,0x1206,"IS","REL","Number of Study Related Series"}, 00725 {0x0020,0x1208,"IS","REL","Number of Study Related Images"}, 00726 {0x0020,0x3100,"RET","REL","Source Image IDs (RET)"}, 00727 {0x0020,0x3401,"RET","REL","Modifying Device ID (RET)"}, 00728 {0x0020,0x3402,"RET","REL","Modified Image ID (RET)"}, 00729 {0x0020,0x3403,"RET","REL","Modified Image Date (RET)"}, 00730 {0x0020,0x3404,"RET","REL","Modifying Device Mfr (RET)"}, 00731 {0x0020,0x3405,"RET","REL","Modified Image Time"}, 00732 {0x0020,0x3406,"RET","REL","Modified Image Description (RET)"}, 00733 {0x0020,0x4000,"LT","REL","Image Comments"}, 00734 {0x0020,0x5000,"RET","REL","Original Image ID (RET)"}, 00735 {0x0020,0x5002,"RET","REL","Orig Image ID Nomenclature (RET)"}, 00736 {0x0028,0x0000,"UL","IMG","Group Length"}, 00737 {0x0028,0x0002,"US","IMG","Samples Per Pixel"}, 00738 {0x0028,0x0004,"CS","IMG","Photometric Interpretation"}, 00739 {0x0028,0x0005,"US","IMG","Image Dimensions (RET)"}, 00740 {0x0028,0x0006,"US","IMG","Planar Configuration"}, 00741 {0x0028,0x0008,"IS","IMG","Number of Frames"}, 00742 {0x0028,0x0009,"AT","IMG","Frame Increment Pointer"}, 00743 {0x0028,0x0010,"US","IMG","Rows"}, 00744 {0x0028,0x0011,"US","IMG","Columns"}, 00745 {0x0028,0x0012,"US","IMG","Planes"}, 00746 {0x0028,0x0012,"US","IMG","Instants (special LibIDO)"}, 00747 {0x0028,0x0014,"US","IMG","Ultrasound Color Data Present"}, 00748 {0x0028,0x0015,"US","IMG","UsedNbX ACR Libido special"}, 00749 {0x0028,0x0016,"US","IMG","UsedNbY ACR Libido special"}, 00750 {0x0028,0x0017,"US","IMG","UsedNbZ ACR Libido special"}, 00751 {0x0028,0x0018,"US","IMG","UsedNbT ACR Libido special"}, 00752 {0x0028,0x0030,"DS","IMG","Pixel Spacing"}, 00753 {0x0028,0x0031,"DS","IMG","Zoom Factor"}, 00754 {0x0028,0x0032,"DS","IMG","Zoom Center"}, 00755 {0x0028,0x0034,"IS","IMG","Pixel Aspect Ratio"}, 00756 {0x0028,0x0040,"RET","IMG","Image Format (RET)"}, 00757 {0x0028,0x0050,"RET","IMG","Manipulated Image (RET)"}, 00758 {0x0028,0x0051,"CS","IMG","Corrected Image"}, 00759 {0x0028,0x0060,"RET","IMG","Compression Code"}, 00760 {0x0028,0x0100,"US","IMG","Bits Allocated"}, 00761 {0x0028,0x0101,"US","IMG","Bits Stored"}, 00762 {0x0028,0x0102,"US","IMG","High Bit"}, 00763 {0x0028,0x0103,"US","IMG","Pixel Representation"}, 00764 {0x0028,0x0104,"RET","IMG","Smallest Pixel Value (RET)"}, 00765 {0x0028,0x0105,"RET","IMG","Largest Pixel Value (RET)"}, 00766 {0x0028,0x0106,"CTX","IMG","Smallest Image Pixel Value"}, 00767 {0x0028,0x0107,"CTX","IMG","Largest Image Pixel Value"}, 00768 {0x0028,0x0108,"CTX","IMG","Smallest Pixel Value in Series"}, 00769 {0x0028,0x0109,"CTX","IMG","Largest Pixel Value in Series"}, 00770 {0x0028,0x0110,"CTX","IMG","Smallest Pixel Value in Plane"}, 00771 {0x0028,0x0111,"CTX","IMG","Largest Pixel Value in Plane"}, 00772 {0x0028,0x0120,"CTX","IMG","Pixel Padding Value"}, 00773 {0x0028,0x0122,"CTX","IMG","Waveform Padding Value"}, 00774 {0x0028,0x0199,"US","IMG","LibIDO code"}, 00775 {0x0028,0x0200,"US","IMG","Image Location"}, 00776 {0x0028,0x1040,"CS","IMG","Pixel Intensity Relationship"}, 00777 {0x0028,0x1050,"DS","IMG","Window Center"}, 00778 {0x0028,0x1051,"DS","IMG","Window Width"}, 00779 {0x0028,0x1052,"DS","IMG","Rescale Intercept"}, 00780 {0x0028,0x1053,"DS","IMG","Rescale Slope"}, 00781 {0x0028,0x1054,"LO","IMG","Rescale Type"}, 00782 {0x0028,0x1055,"LO","IMG","Window Center & Width Explanation"}, 00783 {0x0028,0x1080,"RET","IMG","Gray Scale (RET)"}, 00784 {0x0028,0x1090,"CS","IMG","Recommended Viewing Mode"}, 00785 {0x0028,0x1100,"RET","IMG","Lookup Table Desc-Gray (RET)"}, 00786 {0x0028,0x1101,"US","IMG","Lookup Table Desc-Red"}, 00787 {0x0028,0x1102,"US","IMG","Lookup Table Desc-Green"}, 00788 {0x0028,0x1103,"US","IMG","Lookup Table Desc-Blue"}, 00789 {0x0028,0x1199,"UI","IMG","Palette Color Lookup Table UID"}, 00790 {0x0028,0x1200,"RET","IMG","Lookup Data-Gray"}, 00791 {0x0028,0x1201,"CTX","IMG","Lookup Data-Red"}, 00792 {0x0028,0x1202,"CTX","IMG","Lookup Data-Green"}, 00793 {0x0028,0x1203,"CTX","IMG","Lookup Data-Blue"}, 00794 {0x0028,0x1221,"OW","IMG","Segmented Red Palette Color LUT Data"}, 00795 {0x0028,0x1222,"OW","IMG","Segmented Green Palette Color LUT Data"}, 00796 {0x0028,0x1223,"OW","IMG","Segmented Blue Palette Color LUT Data"}, 00797 {0x0028,0x2110,"CS","IMG","Lossy Image Compression"}, 00798 {0x0028,0x3000,"SQ","IMG","Modality LUT Sequence"}, 00799 {0x0028,0x3002,"CTX","IMG","LUT Descriptor"}, 00800 {0x0028,0x3003,"LO","IMG","LUT Explanation"}, 00801 {0x0028,0x3004,"LO","IMG","Modality LUT Type"}, 00802 {0x0028,0x3006,"CTX","IMG","LUT Data"}, 00803 {0x0028,0x3010,"SQ","IMG","VOI LUT Sequence"}, 00804 {0x0028,0x4000,"RET","IMG","Comments (RET)"}, 00805 {0x0028,0x5000,"SQ","IMG","Bi-Plane Acquisition Sequence"}, 00806 {0x0028,0x6010,"US","IMG","Representative Frame Number"}, 00807 {0x0028,0x6020,"US","IMG","Frame Numbers of Interest"}, 00808 {0x0028,0x6022,"LO","IMG","Frame of Interest Description"}, 00809 {0x0028,0x6030,"US","IMG","Mask Pointer(s)"}, 00810 {0x0028,0x6040,"US","IMG","R Wave Pointer"}, 00811 {0x0028,0x6100,"SQ","IMG","Mask Subtraction Sequence"}, 00812 {0x0028,0x6101,"CS","IMG","Mask Operation"}, 00813 {0x0028,0x6102,"US","IMG","Applicable Frame Range"}, 00814 {0x0028,0x6110,"US","IMG","Mask Frame Numbers"}, 00815 {0x0028,0x6112,"US","IMG","Contrast Frame Averaging"}, 00816 {0x0028,0x6114,"FL","IMG","Mask Sub-pixel shift"}, 00817 {0x0028,0x6120,"SS","IMG","TID Offset"}, 00818 {0x0028,0x6190,"ST","IMG","Mask Operation Explanation"}, 00819 {0x0032,0x0000,"UL","SDY","Study Group length"}, 00820 {0x0032,0x000a,"CS","SDY","Study Status ID"}, 00821 {0x0032,0x000c,"CS","SDY","Study Priority ID"}, 00822 {0x0032,0x0012,"LO","SDY","Study ID Issuer"}, 00823 {0x0032,0x0032,"DA","SDY","Study Verified Date"}, 00824 {0x0032,0x0033,"TM","SDY","Study Verified Time"}, 00825 {0x0032,0x0034,"DA","SDY","Study Read Date"}, 00826 {0x0032,0x0035,"TM","SDY","Study Read Time"}, 00827 {0x0032,0x1000,"DA","SDY","Scheduled Study Start Date"}, 00828 {0x0032,0x1001,"TM","SDY","Scheduled Study Start Time"}, 00829 {0x0032,0x1010,"DA","SDY","Scheduled Study Stop Date"}, 00830 {0x0032,0x1011,"TM","SDY","Scheduled Study Stop Time"}, 00831 {0x0032,0x1020,"LO","SDY","Scheduled Study Location"}, 00832 {0x0032,0x1021,"AE","SDY","Scheduled Study Location AE Title(s)"}, 00833 {0x0032,0x1030,"LO","SDY","Study Reason"}, 00834 {0x0032,0x1032,"PN","SDY","Requesting Physician "}, 00835 {0x0032,0x1033,"LO","SDY","Requesting Service"}, 00836 {0x0032,0x1040,"DA","SDY","Study Arrival Date"}, 00837 {0x0032,0x1041,"TM","SDY","Study Arrival Time"}, 00838 {0x0032,0x1050,"DA","SDY","Study Completion Date"}, 00839 {0x0032,0x1051,"TM","SDY","Study Completion Time"}, 00840 {0x0032,0x1055,"CS","SDY","Study Component Status ID"}, 00841 {0x0032,0x1060,"LO","SDY","Requested Procedure Description"}, 00842 {0x0032,0x1064,"SQ","SDY","Requested Procedure Code"}, 00843 {0x0032,0x1070,"LO","SDY","Requested Contrast Agent"}, 00844 {0x0032,0x4000,"LT","SDY","Comments"}, 00845 {0x0038,0x0000,"UL","VIS","Group Length"}, 00846 {0x0038,0x0004,"SQ","VIS","Referenced Patient Alias Sequence"}, 00847 {0x0038,0x0008,"CS","VIS","Visit Status ID"}, 00848 {0x0038,0x0010,"LO","VIS","Admission ID"}, 00849 {0x0038,0x0011,"LO","VIS","Issuer of Admission ID"}, 00850 {0x0038,0x0016,"LO","VIS","Route of Admission"}, 00851 {0x0038,0x001a,"DA","VIS","Scheduled Admission Date"}, 00852 {0x0038,0x001b,"TM","VIS","Scheduled Admission Time"}, 00853 {0x0038,0x001c,"DA","VIS","Scheduled Discharge Date"}, 00854 {0x0038,0x001d,"TM","VIS","Scheduled Discharge Time"}, 00855 {0x0038,0x001e,"LO","VIS","Scheduled Patient Institution Residence"}, 00856 {0x0038,0x0020,"DA","VIS","Admitting Date"}, 00857 {0x0038,0x0021,"TM","VIS","Admitting Time"}, 00858 {0x0038,0x0030,"DA","VIS","Discharge Date"}, 00859 {0x0038,0x0032,"TM","VIS","Discharge Time"}, 00860 {0x0038,0x0040,"LO","VIS","Discharge Diagnosis Description"}, 00861 {0x0038,0x0044,"SQ","VIS","Discharge Diagnosis Code Sequence"}, 00862 {0x0038,0x0050,"LO","VIS","Special Needs"}, 00863 {0x0038,0x0300,"LO","VIS","Current Patient Location"}, 00864 {0x0038,0x0400,"LO","VIS","Patient's Institution Residence"}, 00865 {0x0038,0x0500,"LO","VIS","Patient State"}, 00866 {0x0038,0x4000,"LT","VIS","Comments"}, 00867 {0x003a,0x0000,"UL","WAV","Group Length"}, 00868 {0x003a,0x0002,"SQ","WAV","Waveform Sequence"}, 00869 {0x003a,0x0005,"US","WAV","Number of Channels"}, 00870 {0x003a,0x0010,"UL","WAV","Number of Samples"}, 00871 {0x003a,0x001a,"DS","WAV","Sampling Frequency"}, 00872 {0x003a,0x0020,"SH","WAV","Group Label"}, 00873 {0x003a,0x0103,"CS","WAV","Data Value Representation"}, 00874 {0x003a,0x0200,"SQ","WAV","Channel Definition"}, 00875 {0x003a,0x0202,"IS","WAV","Channel Number"}, 00876 {0x003a,0x0203,"SH","WAV","Channel Label"}, 00877 {0x003a,0x0205,"CS","WAV","Channel Status"}, 00878 {0x003a,0x0208,"SQ","WAV","Waveform Source"}, 00879 {0x003a,0x0209,"SQ","WAV","Waveform Source Modifiers"}, 00880 {0x003a,0x020a,"SQ","WAV","Differential Waveform Source"}, 00881 {0x003a,0x020b,"SQ","WAV","Differential Waveform Source Modifiers"}, 00882 {0x003a,0x0210,"DS","WAV","Channel Sensitivity"}, 00883 {0x003a,0x0211,"SQ","WAV","Channel Sensitivity Units"}, 00884 {0x003a,0x0212,"DS","WAV","Channel Sensitivity Correction Factor"}, 00885 {0x003a,0x0213,"DS","WAV","Channel Baseline"}, 00886 {0x003a,0x0214,"DS","WAV","Channel Time Skew"}, 00887 {0x003a,0x0215,"DS","WAV","Channel Sample Skew"}, 00888 {0x003a,0x0218,"DS","WAV","Channel Offset"}, 00889 {0x003a,0x021a,"US","WAV","Bits Per Sample"}, 00890 {0x003a,0x0216,"CTX","WAV","Channel Minimum Value"}, 00891 {0x003a,0x0217,"CTX","WAV","Channel Maximum Value"}, 00892 {0x003a,0x0220,"DS","WAV","Filter Low Frequency"}, 00893 {0x003a,0x0221,"DS","WAV","Filter High Frequency"}, 00894 {0x003a,0x0222,"DS","WAV","Notch Filter Frequency"}, 00895 {0x003a,0x0223,"DS","WAV","Notch Filter Bandwidth"}, 00896 {0x003a,0x1000,"CTX","WAV","Waveform Data"}, 00897 {0x0040,0x0000,"UL","PRC","Group Length"}, 00898 {0x0040,0x0001,"AE","PRC","Scheduled Station AE Title"}, 00899 {0x0040,0x0002,"DA","PRC","Scheduled Procedure Step Start Date"}, 00900 {0x0040,0x0003,"TM","PRC","Scheduled Procedure Step Start Time"}, 00901 {0x0040,0x0004,"DA","PRC","Scheduled Procedure Step End Date"}, 00902 {0x0040,0x0005,"TM","PRC","Scheduled Procedure Step End Time"}, 00903 {0x0040,0x0006,"PN","PRC","Scheduled Performing Physician's Name"}, 00904 {0x0040,0x0007,"LO","PRC","Scheduled Step Description"}, 00905 {0x0040,0x0008,"SQ","PRC","Scheduled Action Item Code Sequence"}, 00906 {0x0040,0x0009,"SH","PRC","Scheduled Step ID"}, 00907 {0x0040,0x0010,"SH","PRC","Scheduled Station Name"}, 00908 {0x0040,0x0011,"SH","PRC","Scheduled Procedure Step Location"}, 00909 {0x0040,0x0012,"LO","PRC","Pre-Medication"}, 00910 {0x0040,0x0020,"CS","PRC","Schedule Procedure Step Status"}, 00911 {0x0040,0x0100,"SQ","PRC","Scheduled Procedure Step Sequence"}, 00912 {0x0040,0x0220,"SQ","PRC","Referenced Standalone SOP Instance Sequence"}, 00913 {0x0040,0x0241,"AE","PRC","Performed Station AE Title"}, 00914 {0x0040,0x0242,"SH","PRC","Performed Station Name"}, 00915 {0x0040,0x0243,"SH","PRC","Performed Location"}, 00916 {0x0040,0x0244,"DA","PRC","Performed Procedure Step Start Date"}, 00917 {0x0040,0x0245,"TM","PRC","Performed Procedure Step Start Time"}, 00918 {0x0040,0x0250,"DA","PRC","Performed Procedure Step End Date"}, 00919 {0x0040,0x0251,"TM","PRC","Performed Procedure Step End Time"}, 00920 {0x0040,0x0252,"CS","PRC","Performed Procedure Step Status"}, 00921 {0x0040,0x0253,"SH","PRC","Performed Procedure Step ID"}, 00922 {0x0040,0x0254,"LO","PRC","Performed Procedure Step Description"}, 00923 {0x0040,0x0255,"LO","PRC","Performed Procedure Type Description"}, 00924 {0x0040,0x0260,"SQ","PRC","Performed Protocol Code Sequence"}, 00925 {0x0040,0x0270,"SQ","PRC","Scheduled Step Attributes Sequence"}, 00926 {0x0040,0x0275,"SQ","PRC","Requested Attributes Sequence"}, 00927 {0x0040,0x0280,"ST","PRC","Comments on the Performed Procedure Step"}, 00928 {0x0040,0x0293,"SQ","PRC","Quantity Sequence"}, 00929 {0x0040,0x0294,"DS","PRC","Quantity"}, 00930 {0x0040,0x0295,"SQ","PRC","Measuring Units Sequence"}, 00931 {0x0040,0x0296,"SQ","PRC","Billing Item Sequence"}, 00932 {0x0040,0x0300,"US","PRC","Total Time of Fluoroscopy"}, 00933 {0x0040,0x0301,"US","PRC","Total Number of Exposures"}, 00934 {0x0040,0x0302,"US","PRC","Entrance Dose"}, 00935 {0x0040,0x0303,"US","PRC","Exposed Area"}, 00936 {0x0040,0x0306,"DS","PRC","Distance Source to Entrance"}, 00937 {0x0040,0x0307,"DS","PRC","Distance Source to Support"}, 00938 {0x0040,0x0310,"ST","PRC","Comments on Radiation Dose"}, 00939 {0x0040,0x0312,"DS","PRC","X-Ray Output"}, 00940 {0x0040,0x0314,"DS","PRC","Half Value Layer"}, 00941 {0x0040,0x0316,"DS","PRC","Organ Dose"}, 00942 {0x0040,0x0318,"CS","PRC","Organ Exposed"}, 00943 {0x0040,0x0320,"SQ","PRC","Biling Procedure Step Sequence"}, 00944 {0x0040,0x0321,"SQ","PRC","Film Consumption Sequence"}, 00945 {0x0040,0x0324,"SQ","PRC","Biling Supplies and Devices Sequence"}, 00946 {0x0040,0x0330,"SQ","PRC","Referenced Procedure Step Sequence"}, 00947 {0x0040,0x0340,"SQ","PRC","Performed Series Sequence"}, 00948 {0x0040,0x0400,"LT","PRC","Comments on the Scheduled Procedure Step"}, 00949 {0x0040,0x050a,"LO","PRC","Specimen Accession Number"}, 00950 {0x0040,0x0550,"SQ","PRC","Specimen Sequence"}, 00951 {0x0040,0x0551,"LO","PRC","Specimen Identifier"}, 00952 {0x0040,0x0552,"SQ","PRC","Specimen Description Sequence"}, 00953 {0x0040,0x0553,"ST","PRC","Specimen Description"}, 00954 {0x0040,0x0555,"SQ","PRC","Acquisition Context Sequence"}, 00955 {0x0040,0x0556,"ST","PRC","Acquisition Context Description"}, 00956 {0x0040,0x059a,"SQ","PRC","Specimen Type Code Sequence"}, 00957 {0x0040,0x06fa,"LO","PRC","Slide Identifier"}, 00958 {0x0040,0x071a,"SQ","PRC","Image Center Point Coordinates Sequence"}, 00959 {0x0040,0x072a,"DS","PRC","X offset in Slide Coordinate System"}, 00960 {0x0040,0x073a,"DS","PRC","Y offset in Slide Coordinate System"}, 00961 {0x0040,0x074a,"DS","PRC","Z offset in Slide Coordinate System"}, 00962 {0x0040,0x08d8,"SQ","PRC","Pixel Spacing Sequence"}, 00963 {0x0040,0x08da,"SQ","PRC","Coordinate System Axis Code Sequence"}, 00964 {0x0040,0x08ea,"SQ","PRC","Measurement Units Code Sequence"}, 00965 {0x0040,0x09f8,"SQ","PRC","Vital Stain Code Sequence"}, 00966 {0x0040,0x1001,"SH","PRC","Requested Procedure ID"}, 00967 {0x0040,0x1002,"LO","PRC","Reason for the Requested Procedure"}, 00968 {0x0040,0x1003,"SH","PRC","Requested Procedure Priority"}, 00969 {0x0040,0x1004,"LO","PRC","Patient Transport Arrangements"}, 00970 {0x0040,0x1005,"LO","PRC","Requested Procedure Location"}, 00971 {0x0040,0x1006,"SH","PRC","Placer Order Number / Procedure"}, 00972 {0x0040,0x1007,"SH","PRC","Filler Order Number / Procedure"}, 00973 {0x0040,0x1008,"LO","PRC","Confidentiality Code"}, 00974 {0x0040,0x1009,"SH","PRC","Reporting Priority"}, 00975 {0x0040,0x1010,"PN","PRC","Names of Intended Recipients of Results"}, 00976 {0x0040,0x1400,"LT","PRC","Requested Procedure Comments"}, 00977 {0x0040,0x2001,"LO","PRC","Reason for teh Imaging Service Request"}, 00978 {0x0040,0x2004,"DA","PRC","Issue Date of Imaging Service Request"}, 00979 {0x0040,0x2005,"TM","PRC","Issue Time of Imaging Service Request"}, 00980 {0x0040,0x2006,"SH","PRC","Placer Order Number/Imaging Service Request"}, 00981 {0x0040,0x2007,"SH","PRC","Filler Order Number/Imaging Service Request"}, 00982 {0x0040,0x2008,"PN","PRC","Order Entered By"}, 00983 {0x0040,0x2009,"SH","PRC","Order Enterer's Location"}, 00984 {0x0040,0x2010,"SH","PRC","Order Callback Phone Number"}, 00985 {0x0040,0x2400,"LT","PRC","Imaging Service Request Comments"}, 00986 {0x0040,0x3001,"LO","PRC","Confidentiality Constraint Patient Data Description"}, 00987 {0x0040,0x4001,"SQ","PRC","General Purpose Scheduled Procedure Step Status"}, 00988 {0x0040,0x4002,"SQ","PRC","General Purpose Performed Procedure Step Status"}, 00989 {0x0040,0x4003,"SQ","PRC","General Purpose Performed Procedure Step Priority"}, 00990 {0x0040,0x4004,"SQ","PRC","Scheduled Processing Applications Code Sequence"}, 00991 {0x0040,0x4005,"SQ","PRC","Scheduled Procedure Step Start Date and Time"}, 00992 {0x0040,0x4006,"SQ","PRC","Concept-name Code Sequence"}, 00993 {0x0040,0x4007,"SQ","PRC","Concept-name Code Sequence"}, 00994 {0x0040,0x4009,"SQ","PRC","Concept-name Code Sequence"}, 00995 {0x0040,0x4011,"SQ","PRC","Concept-name Code Sequence"}, 00996 {0x0040,0x4015,"SQ","PRC","Concept-name Code Sequence"}, 00997 {0x0040,0x4016,"SQ","PRC","Concept-name Code Sequence"}, 00998 {0x0040,0x4018,"SQ","PRC","Concept-name Code Sequence"}, 00999 {0x0040,0x4019,"SQ","PRC","Concept-name Code Sequence"}, 01000 {0x0040,0x4020,"SQ","PRC","Concept-name Code Sequence"}, 01001 {0x0040,0x4021,"SQ","PRC","Concept-name Code Sequence"}, 01002 {0x0040,0x4022,"SQ","PRC","Concept-name Code Sequence"}, 01003 {0x0040,0x4023,"SQ","PRC","Concept-name Code Sequence"}, 01004 {0x0040,0x4025,"SQ","PRC","Scheduled Station Name Code Sequence"}, 01005 {0x0040,0x4026,"SQ","PRC","Scheduled Station Class Code Sequence"}, 01006 {0x0040,0x4027,"SQ","PRC","Scheduled Station Geographic Location Code Sequence"}, 01007 {0x0040,0x4028,"SQ","PRC","Performed Station Name Code Sequence"}, 01008 {0x0040,0x4029,"SQ","PRC","Performed Station Class Code Sequence"}, 01009 {0x0040,0x4030,"SQ","PRC","Performed Station Geographic Location Code Sequence"}, 01010 {0x0040,0x4031,"SQ","PRC","Requested Subsequent Workitem Code Sequence"}, 01011 {0x0040,0x4032,"SQ","PRC","Non-DICOM Output Code Sequence"}, 01012 {0x0040,0x4033,"SQ","PRC","Output Information Sequence"}, 01013 {0x0040,0x4035,"SQ","PRC","Actual Human Performers Sequence"}, 01014 {0x0040,0x4036,"LO","PRC","Human Performer's Organization"}, 01015 {0x0040,0x4037,"PN","PRC","Human Performer's Name"}, 01016 {0x0040,0x8302,"DS","PRC","Entrance Dose in mGy"}, 01017 {0x0040,0xa010,"CS","PRC","Relationship Type"}, 01018 {0x0040,0xa027,"LO","PRC","Verifying Organization"}, 01019 {0x0040,0xa030,"DT","PRC","Verification DateTime"}, 01020 {0x0040,0xa032,"DT","PRC","Observation DateTime"}, 01021 {0x0040,0xa040,"CS","PRC","Value Type"}, 01022 {0x0040,0xa043,"SQ","PRC","Concept-name Code Sequence"}, 01023 {0x0040,0xa050,"SQ","PRC","Continuity of Content"}, 01024 {0x0040,0xa073,"SQ","PRC","Verifying Observer Sequence"}, 01025 {0x0040,0xa075,"PN","PRC","Verifying Observer Name"}, 01026 {0x0040,0xa088,"SQ","PRC","Verifying Observer Identification Code Sequence"}, 01027 {0x0040,0xa0b0,"US","PRC","Referenced Waveform Channels"}, 01028 {0x0040,0xa121,"DA","PRC","Date"}, 01029 {0x0040,0xa122,"TM","PRC","Time"}, 01030 {0x0040,0xa123,"PN","PRC","Person Name"}, 01031 {0x0040,0xa130,"CS","PRC","Temporal Range Type"}, 01032 {0x0040,0xa132,"UL","PRC","Referenced Sample Offsets"}, 01033 {0x0040,0xa138,"DS","PRC","Referenced Time Offsets"}, 01034 {0x0040,0xa13a,"DT","PRC","Referenced Datetime"}, 01035 {0x0040,0xa168,"SQ","PRC","Concept Code Sequence"}, 01036 {0x0040,0xa16a,"ST","PRC","Bibliographics Citation"}, 01037 {0x0040,0xa180,"US","PRC","Annotation Group Number"}, 01038 {0x0040,0xa195,"SQ","PRC","Concept-name Code Sequence Modifier"}, 01039 {0x0040,0xa30a,"DS","PRC","Numeric Value"}, 01040 {0x0040,0xa353,"ST","PRC","Address"}, 01041 {0x0040,0xa354,"LO","PRC","Telephone Number"}, 01042 {0x0040,0xa992,"ST","PRC","Uniform Resource Locator"}, 01043 {0x0040,0xb020,"SQ","PRC","Annotation Sequence"}, 01044 {0x0050,0x0004,"CS","DEV","Calibration Object"}, 01045 {0x0050,0x0010,"SQ","DEV","Device Sequence"}, 01046 {0x0050,0x0014,"DS","DEV","Device Length"}, 01047 {0x0050,0x0016,"DS","DEV","Device Diameter"}, 01048 {0x0050,0x0017,"CS","DEV","Device Diameter Units"}, 01049 {0x0050,0x0018,"DS","DEV","Device Volume"}, 01050 {0x0050,0x0019,"DS","DEV","Inter-Marker Distance"}, 01051 {0x0050,0x0020,"LO","DEV","Device Description"}, 01052 {0x0054,0x0000,"UL","NMI","Group Length"}, 01053 {0x0054,0x0010,"US","NMI","Energy Window Vector"}, 01054 {0x0054,0x0011,"US","NMI","Number of Energy Windows"}, 01055 {0x0054,0x0012,"SQ","NMI","Energy Window Information Sequence"}, 01056 {0x0054,0x0013,"SQ","NMI","Energy Window Range Sequence"}, 01057 {0x0054,0x0014,"DS","NMI","Energy Window Lower Limit"}, 01058 {0x0054,0x0015,"DS","NMI","Energy Window Upper Limit"}, 01059 {0x0054,0x0016,"SQ","NMI","Radiopharmaceutical Information Sequence"}, 01060 {0x0054,0x0017,"IS","NMI","Residual Syringe Counts"}, 01061 {0x0054,0x0018,"SH","NMI","Energy Window Name"}, 01062 {0x0054,0x0020,"US","NMI","Detector Vector"}, 01063 {0x0054,0x0021,"US","NMI","Number of Detectors"}, 01064 {0x0054,0x0022,"SQ","NMI","Detector Information Sequence"}, 01065 {0x0054,0x0030,"US","NMI","Phase Vector"}, 01066 {0x0054,0x0031,"US","NMI","Number of Phases"}, 01067 {0x0054,0x0032,"SQ","NMI","Phase Information Sequence"}, 01068 {0x0054,0x0033,"US","NMI","Number of Frames in Phase"}, 01069 {0x0054,0x0036,"IS","NMI","Phase Delay"}, 01070 {0x0054,0x0038,"IS","NMI","Pause between Frames"}, 01071 {0x0054,0x0050,"US","NMI","Rotation Vector"}, 01072 {0x0054,0x0051,"US","NMI","Number of rotations"}, 01073 {0x0054,0x0052,"SQ","NMI","Rotation Information Sequence"}, 01074 {0x0054,0x0053,"US","NMI","Number of frames in rotation"}, 01075 {0x0054,0x0060,"US","NMI","R-R Interval Vector"}, 01076 {0x0054,0x0061,"US","NMI","Number of R-R Intervals"}, 01077 {0x0054,0x0062,"SQ","NMI","Gated Information Sequence"}, 01078 {0x0054,0x0063,"SQ","NMI","Data Information Sequence"}, 01079 {0x0054,0x0070,"US","NMI","Time Slot Vector"}, 01080 {0x0054,0x0071,"US","NMI","Number of Time Slots"}, 01081 {0x0054,0x0072,"SQ","NMI","Time Slot Information Sequence"}, 01082 {0x0054,0x0073,"DS","NMI","Time Slot Time"}, 01083 {0x0054,0x0080,"US","NMI","Slice Vector"}, 01084 {0x0054,0x0081,"US","NMI","Number of Slices"}, 01085 {0x0054,0x0090,"US","NMI","Angular View Vector"}, 01086 {0x0054,0x0100,"US","NMI","Time Slice Vector"}, 01087 {0x0054,0x0101,"US","NMI","Number of Time Slices"}, 01088 {0x0054,0x0200,"DS","NMI","Start Angle"}, 01089 {0x0054,0x0202,"CS","NMI","Type of Detector Motion"}, 01090 {0x0054,0x0210,"IS","NMI","Trigger Vector"}, 01091 {0x0054,0x0211,"US","NMI","Number of Triggers in Phase"}, 01092 {0x0054,0x0220,"SQ","NMI","View Code Sequence"}, 01093 {0x0054,0x0222,"SQ","NMI","View Angulation Modifer Code Sequence"}, 01094 {0x0054,0x0300,"SQ","NMI","Radionuclide Code Sequence"}, 01095 {0x0054,0x0302,"SQ","NMI","Radiopharmaceutical Route Code Sequence"}, 01096 {0x0054,0x0304,"SQ","NMI","Radiopahrmaceutical Code Sequence"}, 01097 {0x0054,0x0306,"SQ","NMI","Calibration Data Sequence"}, 01098 {0x0054,0x0308,"US","NMI","Energy Window Number"}, 01099 {0x0054,0x0400,"SH","NMI","Image ID"}, 01100 {0x0054,0x0410,"SQ","NMI","Patient Orientation Code Sequence"}, 01101 {0x0054,0x0412,"SQ","NMI","Patient Orientation Modifier Code Sequence"}, 01102 {0x0054,0x0414,"SQ","NMI","Patient Gantry Relationship Code Sequence"}, 01103 {0x0054,0x1000,"CS","NMI","Series Type"}, 01104 {0x0054,0x1001,"CS","NMI","Units"}, 01105 {0x0054,0x1002,"CS","NMI","Counts Source"}, 01106 {0x0054,0x1004,"CS","NMI","Reprojection Method"}, 01107 {0x0054,0x1100,"CS","NMI","Randoms Correction Method"}, 01108 {0x0054,0x1101,"LO","NMI","Attenuation Correction Method"}, 01109 {0x0054,0x1102,"CS","NMI","Decay Correction"}, 01110 {0x0054,0x1103,"LO","NMI","Reconstruction Method"}, 01111 {0x0054,0x1104,"LO","NMI","Detector Lines of Response Used"}, 01112 {0x0054,0x1105,"LO","NMI","Scatter Correction Method"}, 01113 {0x0054,0x1200,"DS","NMI","Axial Acceptance"}, 01114 {0x0054,0x1201,"IS","NMI","Axial Mash"}, 01115 {0x0054,0x1202,"IS","NMI","Transverse Mash"}, 01116 {0x0054,0x1203,"DS","NMI","Detector Element Size"}, 01117 {0x0054,0x1210,"DS","NMI","Coincidence Window Width"}, 01118 {0x0054,0x1220,"CS","NMI","Secondary Counts Type"}, 01119 {0x0054,0x1300,"DS","NMI","Frame Reference Time"}, 01120 {0x0054,0x1310,"IS","NMI","Primary (Prompts) Counts Accumulated"}, 01121 {0x0054,0x1311,"IS","NMI","Secondary Counts Accumulated"}, 01122 {0x0054,0x1320,"DS","NMI","Slice Sensitivity Factor"}, 01123 {0x0054,0x1321,"DS","NMI","Decay Factor"}, 01124 {0x0054,0x1322,"DS","NMI","Dose Calibration Factor"}, 01125 {0x0054,0x1323,"DS","NMI","Scatter Fraction Factor"}, 01126 {0x0054,0x1324,"DS","NMI","Dead Time Factor"}, 01127 {0x0054,0x1330,"US","NMI","Image Index"}, 01128 {0x0054,0x1400,"CS","NMI","Counts Included"}, 01129 {0x0054,0x1401,"CS","NMI","Dead Time Correction Flag"}, 01130 {0x0088,0x0000,"UL","MED","Media Group Length "}, 01131 {0x0088,0x0130,"SH","MED","Storage Media File-set ID"}, 01132 {0x0088,0x0140,"UI","MED","Storage Media File-setUID"}, 01133 {0x0088,0x0200,"SQ","MED","Icon Image Sequence"}, 01134 {0x0088,0x0904,"LO","MED","Topic Title"}, 01135 {0x0088,0x0906,"ST","MED","Topic Subject"}, 01136 {0x0088,0x0910,"LO","MED","Topic Author"}, 01137 {0x0088,0x0912,"LO","MED","Topic Keywords"}, 01138 {0x2000,0x0000,"UL","BFS","Group Length"}, 01139 {0x2000,0x0010,"IS","BFS","Number of copies printed for each film"}, 01140 {0x2000,0x0020,"CS","BFS","Specifies priority of print job"}, 01141 {0x2000,0x0030,"CS","BFS","Medium on which page will be printed"}, 01142 {0x2000,0x0040,"CS","BFS","Film destination"}, 01143 {0x2000,0x0050,"LO","BFS","Human readable label to identify film"}, 01144 {0x2000,0x0060,"IS","BFS","Amount of mem allocated for film session"}, 01145 {0x2000,0x0500,"SQ","BFS","seq of UIDs of diff FILMBOX instances"}, 01146 {0x2010,0x0000,"UL","BFB","Group Length"}, 01147 {0x2010,0x0010,"ST","BFB","Type of image display format"}, 01148 {0x2010,0x0030,"CS","BFB","Id of annotation display format"}, 01149 {0x2010,0x0040,"CS","BFB","Film orientation"}, 01150 {0x2010,0x0050,"CS","BFB","Film size identification"}, 01151 {0x2010,0x0060,"CS","BFB","Interpol. type by which printer mag image"}, 01152 {0x2010,0x0080,"CS","BFB","Specifies type of interpolation function"}, 01153 {0x2010,0x0100,"CS","BFB","density of film areas around/between images"}, 01154 {0x2010,0x0110,"CS","BFB","density of image box area having no image"}, 01155 {0x2010,0x0120,"US","BFB","Minimum density of images on the film"}, 01156 {0x2010,0x0130,"US","BFB","Maximum density of images on the film"}, 01157 {0x2010,0x0140,"CS","BFB","specifies whether to trim or not"}, 01158 {0x2010,0x0150,"ST","BFB","ID of configuration table"}, 01159 {0x2010,0x0500,"SQ","BFB","seq. of film session instance"}, 01160 {0x2010,0x0510,"SQ","BFB","seq. of basic image box SOP instance"}, 01161 {0x2010,0x0520,"SQ","BFB","seq. of basic annotation box SOP instance"}, 01162 {0x2020,0x0000,"UL","BIB","Group Length"}, 01163 {0x2020,0x0010,"US","BIB","Specifies position of the image in the film"}, 01164 {0x2020,0x0020,"CS","BIB","Specifies image polarity"}, 01165 {0x2020,0x0030,"DS","BIB","Requested image size"}, 01166 {0x2020,0x0110,"SQ","BIB","Preformatted Greyscale image"}, 01167 {0x2020,0x0111,"SQ","BIB","Preformatted Color image"}, 01168 {0x2020,0x0130,"SQ","BIB","Referenced Image Overlay Box seq"}, 01169 {0x2020,0x0140,"SQ","BIB","Referenced VOI LUT seq."}, 01170 {0x2030,0x0000,"UL","BAB","Group Length"}, 01171 {0x2030,0x0010,"US","BAB","posn of the annot. box in parent film box"}, 01172 {0x2030,0x0020,"LO","BAB","text string"}, 01173 {0x2040,0x0000,"UL","IOB","Group Length"}, 01174 {0x2040,0x0010,"SQ","IOB","Ref Overlay Plane Sequence"}, 01175 {0x2040,0x0011,"US","IOB","Ref Overlay Plane Groups"}, 01176 {0x2040,0x0060,"CS","IOB","Overlay Magnification Type"}, 01177 {0x2040,0x0070,"CS","IOB","Overlay Smoothing Type"}, 01178 {0x2040,0x0080,"CS","IOB","Overlay Foreground Density"}, 01179 {0x2040,0x0090,"CS","IOB","Overlay Mode"}, 01180 {0x2040,0x0100,"CS","IOB","Threshold Density"}, 01181 {0x2040,0x0500,"SQ","IOB","Ref Image Box Sequence (RET)"}, 01182 {0x2100,0x0000,"UL","PJ","Group Length"}, 01183 {0x2100,0x0020,"CS","PJ","execution status of print job"}, 01184 {0x2100,0x0030,"CS","PJ","additional information"}, 01185 {0x2100,0x0040,"DA","PJ","date of print job creation"}, 01186 {0x2100,0x0050,"TM","PJ","time of print job creation"}, 01187 {0x2100,0x0070,"AE","PJ","Appln entity title that issued the print opn"}, 01188 {0x2100,0x0500,"SQ","PJ","Referenced print job seq."}, 01189 {0x2110,0x0000,"UL","PRINTER","Group Length"}, 01190 {0x2110,0x0010,"CS","PRINTER","printer device status"}, 01191 {0x2110,0x0020,"CS","PRINTER","additional information"}, 01192 {0x2110,0x0030,"LO","PRINTER","printer name"}, 01193 {0x2110,0x0099,"SH","PRINTER","Queue ID"}, 01194 {0x3002,0x0000,"UL","RT","Group Length"}, 01195 {0x3002,0x0002,"SH","RT","Image Label"}, 01196 {0x3002,0x0003,"LO","RT","Image Name"}, 01197 {0x3002,0x0004,"ST","RT","Image Description"}, 01198 {0x3002,0x000a,"CS","RT","Reported Values Origin"}, 01199 {0x3002,0x000c,"CS","RT","Image Plane"}, 01200 {0x3002,0x000e,"DS","RT","X-Ray Image Receptor Angle"}, 01201 {0x3002,0x0010,"DS","RT","Image Orientation"}, 01202 {0x3002,0x0011,"DS","RT","Image Plane Pixel Spacing"}, 01203 {0x3002,0x0012,"DS","RT","Image Position"}, 01204 {0x3002,0x0020,"SH","RT","Radiation Machine Name"}, 01205 {0x3002,0x0022,"DS","RT","Radiation Machine SAD"}, 01206 {0x3002,0x0024,"DS","RT","Radiation Machine SSD"}, 01207 {0x3002,0x0026,"DS","RT","Image SID"}, 01208 {0x3002,0x0028,"DS","RT","Source to Reference Object Distance"}, 01209 {0x3002,0x0029,"IS","RT","Fraction Number"}, 01210 {0x3002,0x0030,"SQ","RT","Exposure Sequence"}, 01211 {0x3002,0x0032,"DS","RT","Meterset Exposure"}, 01212 {0x3004,0x0000,"UL","DVH","Group Length"}, 01213 {0x3004,0x0001,"CS","DVH","Type"}, 01214 {0x3004,0x0002,"CS","DVH","Dose Units"}, 01215 {0x3004,0x0004,"CS","DVH","Dose Type"}, 01216 {0x3004,0x0006,"LO","DVH","Dose Comment"}, 01217 {0x3004,0x0008,"DS","DVH","Normalization Point"}, 01218 {0x3004,0x000a,"CS","DVH","Dose Summation Type"}, 01219 {0x3004,0x000c,"DS","DVH","Grid Frame Offset Vector"}, 01220 {0x3004,0x000e,"DS","DVH","Dose Grid Scaling"}, 01221 {0x3004,0x0010,"SQ","DVH","RT Dose ROI Sequence"}, 01222 {0x3004,0x0012,"DS","DVH","Dose Value"}, 01223 {0x3004,0x0040,"DS","DVH","Normalization Point"}, 01224 {0x3004,0x0042,"DS","DVH","Normalization Dose Value"}, 01225 {0x3004,0x0050,"SQ","DVH","Sequence"}, 01226 {0x3004,0x0052,"DS","DVH","Dose Scaling"}, 01227 {0x3004,0x0054,"CS","DVH","Volume Units"}, 01228 {0x3004,0x0056,"IS","DVH","Number of Bins"}, 01229 {0x3004,0x0058,"DS","DVH","Data"}, 01230 {0x3004,0x0060,"SQ","DVH","Referenced ROI Sequence"}, 01231 {0x3004,0x0062,"CS","DVH","ROI Contribution Type"}, 01232 {0x3004,0x0070,"DS","DVH","Minimum Dose"}, 01233 {0x3004,0x0072,"DS","DVH","Maximum Dose"}, 01234 {0x3004,0x0074,"DS","DVH","Mean Dose"}, 01235 {0x3006,0x0000,"UL","SSET","Group Length"}, 01236 {0x3006,0x0002,"SH","SSET","Structure Set Label"}, 01237 {0x3006,0x0004,"LO","SSET","Structure Set Name"}, 01238 {0x3006,0x0006,"ST","SSET","Structure Set Description"}, 01239 {0x3006,0x0008,"DA","SSET","Structure Set Date"}, 01240 {0x3006,0x0009,"TM","SSET","Structure Set Time"}, 01241 {0x3006,0x0010,"SQ","SSET","Referenced Frame of Reference Sequence"}, 01242 {0x3006,0x0012,"SQ","SSET","RT Referenced Study Sequence"}, 01243 {0x3006,0x0014,"SQ","SSET","RT Referenced Series Sequence"}, 01244 {0x3006,0x0016,"SQ","SSET","Contour Image Sequence"}, 01245 {0x3006,0x0020,"SQ","SSET","Structure Set ROI Sequence"}, 01246 {0x3006,0x0022,"IS","SSET","ROI Number"}, 01247 {0x3006,0x0024,"UI","SSET","Referenced Frame of Reference UID"}, 01248 {0x3006,0x0026,"LO","SSET","ROI Name"}, 01249 {0x3006,0x0028,"ST","SSET","ROI Description"}, 01250 {0x3006,0x002a,"IS","SSET","ROI Display Color"}, 01251 {0x3006,0x002c,"DS","SSET","ROI Volume"}, 01252 {0x3006,0x0030,"SQ","SSET","RT Related ROI Sequence"}, 01253 {0x3006,0x0033,"CS","SSET","RT ROI Relationship"}, 01254 {0x3006,0x0036,"CS","SSET","ROI Generation Algorithm"}, 01255 {0x3006,0x0038,"LO","SSET","ROI Generation Description"}, 01256 {0x3006,0x0039,"SQ","SSET","ROI Contour Sequence"}, 01257 {0x3006,0x0040,"SQ","SSET","Contour Sequence"}, 01258 {0x3006,0x0042,"CS","SSET","Contour Geometric Type"}, 01259 {0x3006,0x0044,"DS","SSET","Contour Slab Thickness"}, 01260 {0x3006,0x0045,"DS","SSET","Contour Offset Vector"}, 01261 {0x3006,0x0046,"IS","SSET","Number of Contour Points"}, 01262 {0x3006,0x0050,"DS","SSET","Contour Data"}, 01263 {0x3006,0x0080,"SQ","SSET","RT ROI Observations Sequence"}, 01264 {0x3006,0x0082,"IS","SSET","Observation Number"}, 01265 {0x3006,0x0084,"IS","SSET","Referenced ROI Number"}, 01266 {0x3006,0x0085,"SH","SSET","ROI Observation Label"}, 01267 {0x3006,0x0086,"SQ","SSET","RT ROI Identification Code Sequence"}, 01268 {0x3006,0x0088,"ST","SSET","ROI Observation Description"}, 01269 {0x3006,0x00a0,"SQ","SSET","Relation RT ROI Observations Sequence"}, 01270 {0x3006,0x00a4,"CS","SSET","RT ROI Interpreted Type"}, 01271 {0x3006,0x00a6,"PN","SSET","ROI Interpreter"}, 01272 {0x3006,0x00b0,"SQ","SSET","ROI Physical Properties Sequence"}, 01273 {0x3006,0x00b2,"CS","SSET","ROI Physical Property"}, 01274 {0x3006,0x00b4,"DS","SSET","ROI Physical Property Value"}, 01275 {0x3006,0x00c0,"SQ","SSET","Frame of Referenced Relationship Sequence"}, 01276 {0x3006,0x00c2,"UI","SSET","Related Frame of Reference UID"}, 01277 {0x3006,0x00c4,"CS","SSET","Frame of Reference Transformation Type"}, 01278 {0x3006,0x00c6,"DS","SSET","Frame of Reference Transformation Matrix"}, 01279 {0x3006,0x00c8,"LO","SSET","Frame of Reference Transformation Comment"}, 01280 {0x300a,0x0000,"UL","","Group Length"}, 01281 {0x300a,0x0002,"SH","","RT Plan Label"}, 01282 {0x300a,0x0003,"LO","","RT Plan Name"}, 01283 {0x300a,0x0004,"ST","","RT Plan Description"}, 01284 {0x300a,0x0006,"DA","","RT Plan Date"}, 01285 {0x300a,0x0007,"TM","","RT Plan Time"}, 01286 {0x300a,0x0009,"LO","","RT Treatment Protocols"}, 01287 {0x300a,0x000a,"CS","","Treatment Intent"}, 01288 {0x300a,0x000b,"LO","","Treatment Sites"}, 01289 {0x300a,0x000c,"CS","","RT Plan Geometry"}, 01290 {0x300a,0x000e,"ST","","Prescription Description"}, 01291 {0x300a,0x0010,"SQ","","Dose Reference Sequence"}, 01292 {0x300a,0x0012,"IS","","Dose Reference Number"}, 01293 {0x300a,0x0014,"CS","","Dose Reference Structure Type"}, 01294 {0x300a,0x0016,"LO","","Dose Reference Description"}, 01295 {0x300a,0x0018,"DS","","Dose Reference Point Coordinates"}, 01296 {0x300a,0x001a,"DS","","Nominal Prior Dose"}, 01297 {0x300a,0x0020,"CS","","Dose Reference Type"}, 01298 {0x300a,0x0021,"DS","","Constraint Weight"}, 01299 {0x300a,0x0022,"DS","","Delivery Warning Dose"}, 01300 {0x300a,0x0023,"DS","","Delivery Maximum Dose"}, 01301 {0x300a,0x0025,"DS","","Target Minimum Dose"}, 01302 {0x300a,0x0026,"DS","","Target Prescription Dose"}, 01303 {0x300a,0x0027,"DS","","Target Maximum Dose"}, 01304 {0x300a,0x0028,"DS","","Target Underdose Volume Fraction"}, 01305 {0x300a,0x002a,"DS","","Organ at Risk Full-volume Dose"}, 01306 {0x300a,0x002b,"DS","","Organ at Risk Limit Dose"}, 01307 {0x300a,0x002c,"DS","","Organ at Risk Maximum Dose"}, 01308 {0x300a,0x002d,"DS","","Organ at Risk Overdose Volume Fraction"}, 01309 {0x300a,0x0040,"SQ","","Tolerance Table Sequence"}, 01310 {0x300a,0x0042,"IS","","Tolerance Table Number"}, 01311 {0x300a,0x0043,"SH","","Tolerance Table Label"}, 01312 {0x300a,0x0044,"DS","","Gantry Angle Tolerance"}, 01313 {0x300a,0x0046,"DS","","Beam Limiting Device Angle Tolerance"}, 01314 {0x300a,0x0048,"SQ","","Beam Limiting Device Tolerance Sequence"}, 01315 {0x300a,0x004a,"DS","","Beam Limiting Device Position Tolerance"}, 01316 {0x300a,0x004c,"DS","","Patient Support Angle Tolerance"}, 01317 {0x300a,0x004e,"DS","","Table Top Eccentric Angle Tolerance"}, 01318 {0x300a,0x0051,"DS","","Table Top Vertical Position Tolerance"}, 01319 {0x300a,0x0052,"DS","","Table Top Longitudinal Position Tolerance"}, 01320 {0x300a,0x0053,"DS","","Table Top Lateral Position Tolerance"}, 01321 {0x300a,0x0055,"CS","","RT Plan Relationship"}, 01322 {0x300a,0x0070,"SQ","","Fraction Group Sequence"}, 01323 {0x300a,0x0071,"IS","","Fraction Group Number"}, 01324 {0x300a,0x0078,"IS","","Number of Fractions Planned"}, 01325 {0x300a,0x0079,"IS","","Number of Fractions Per Day"}, 01326 {0x300a,0x007a,"IS","","Repeat Fraction Cycle Length"}, 01327 {0x300a,0x007b,"LT","","Fraction Pattern"}, 01328 {0x300a,0x0080,"IS","","Number of Beams"}, 01329 {0x300a,0x0082,"DS","","Beam Dose Specification Point"}, 01330 {0x300a,0x0084,"DS","","Beam Dose"}, 01331 {0x300a,0x0086,"DS","","Beam Meterset"}, 01332 {0x300a,0x00a0,"IS","","Number of Brachy Application Setups"}, 01333 {0x300a,0x00a2,"DS","","Brachy App Setup Dose Specification Point"}, 01334 {0x300a,0x00a4,"DS","","Brachy Application Setup Dose"}, 01335 {0x300a,0x00b0,"SQ","","Beam Sequence"}, 01336 {0x300a,0x00b2,"SH","","Treatment Machine Name"}, 01337 {0x300a,0x00b3,"CS","","Primary Dosimeter Unit"}, 01338 {0x300a,0x00b4,"DS","","Source-Axis Distance"}, 01339 {0x300a,0x00b6,"SQ","","Beam Limiting Device Sequence"}, 01340 {0x300a,0x00b8,"CS","","RT Beam Limiting Device Type"}, 01341 {0x300a,0x00ba,"DS","","Source to Beam Limiting Device Distance"}, 01342 {0x300a,0x00bc,"IS","","Number of Leaf/Jaw Pairs"}, 01343 {0x300a,0x00be,"DS","","Leaf Position Boundaries"}, 01344 {0x300a,0x00c0,"IS","","Beam Number"}, 01345 {0x300a,0x00c2,"LO","","Beam Name"}, 01346 {0x300a,0x00c3,"ST","","Beam Description"}, 01347 {0x300a,0x00c4,"CS","","Beam Type"}, 01348 {0x300a,0x00c6,"CS","","Radiation Type"}, 01349 {0x300a,0x00c8,"IS","","Reference Image Number"}, 01350 {0x300a,0x00ca,"SQ","","Planned Verification Image Sequence"}, 01351 {0x300a,0x00cc,"LO","","Imaging Device-Specific Acq Parameters"}, 01352 {0x300a,0x00ce,"CS","","Treatment Delivery Type"}, 01353 {0x300a,0x00d0,"IS","","Number of Wedges"}, 01354 {0x300a,0x00d1,"SQ","","Wedge Sequence"}, 01355 {0x300a,0x00d2,"IS","","Wedge Number"}, 01356 {0x300a,0x00d3,"CS","","Wedge Type"}, 01357 {0x300a,0x00d4,"SH","","Wedge ID"}, 01358 {0x300a,0x00d5,"IS","","Wedge Angle"}, 01359 {0x300a,0x00d6,"DS","","Wedge Factor"}, 01360 {0x300a,0x00d8,"DS","","Wedge Orientation"}, 01361 {0x300a,0x00da,"DS","","Source to Wedge Tray Distance"}, 01362 {0x300a,0x00e0,"IS","","Number of Compensators"}, 01363 {0x300a,0x00e1,"SH","","Material ID"}, 01364 {0x300a,0x00e2,"DS","","Total Compensator Tray Factor"}, 01365 {0x300a,0x00e3,"SQ","","Compensator Sequence"}, 01366 {0x300a,0x00e4,"IS","","Compensator Number"}, 01367 {0x300a,0x00e5,"SH","","Compensator ID"}, 01368 {0x300a,0x00e6,"DS","","Source to Compensator Tray Distance"}, 01369 {0x300a,0x00e7,"IS","","Compensator Rows"}, 01370 {0x300a,0x00e8,"IS","","Compensator Columns"}, 01371 {0x300a,0x00e9,"DS","","Compensator Pixel Spacing"}, 01372 {0x300a,0x00ea,"DS","","Compensator Position"}, 01373 {0x300a,0x00eb,"DS","","Compensator Transmission Data"}, 01374 {0x300a,0x00ec,"DS","","Compensator Thickness Data"}, 01375 {0x300a,0x00ed,"IS","","Number of Boli"}, 01376 {0x300a,0x00f0,"IS","","Number of Blocks"}, 01377 {0x300a,0x00f2,"DS","","Total Block Tray Factor"}, 01378 {0x300a,0x00f4,"SQ","","Block Sequence"}, 01379 {0x300a,0x00f5,"SH","","Block Tray ID"}, 01380 {0x300a,0x00f6,"DS","","Source to Block Tray Distance"}, 01381 {0x300a,0x00f8,"CS","","Block Type"}, 01382 {0x300a,0x00fa,"CS","","Block Divergence"}, 01383 {0x300a,0x00fc,"IS","","Block Number"}, 01384 {0x300a,0x00fe,"LO","","Block Name"}, 01385 {0x300a,0x0100,"DS","","Block Thickness"}, 01386 {0x300a,0x0102,"DS","","Block Transmission"}, 01387 {0x300a,0x0104,"IS","","Block Number of Points"}, 01388 {0x300a,0x0106,"DS","","Block Data"}, 01389 {0x300a,0x0107,"SQ","","Applicator Sequence"}, 01390 {0x300a,0x0108,"SH","","Applicator ID"}, 01391 {0x300a,0x0109,"CS","","Applicator Type"}, 01392 {0x300a,0x010a,"LO","","Applicator Description"}, 01393 {0x300a,0x010c,"DS","","Cumulative Dose Reference COefficient"}, 01394 {0x300a,0x010e,"DS","","Final Cumulative Meterset Weight"}, 01395 {0x300a,0x0110,"IS","","Number of Control Points"}, 01396 {0x300a,0x0111,"SQ","","Control Point Sequence"}, 01397 {0x300a,0x0112,"IS","","Control Point Index"}, 01398 {0x300a,0x0114,"DS","","Nominal Beam Energy"}, 01399 {0x300a,0x0115,"DS","","Dose Rate Set"}, 01400 {0x300a,0x0116,"SQ","","Wedge Position Sequence"}, 01401 {0x300a,0x0118,"CS","","Wedge Position"}, 01402 {0x300a,0x011a,"SQ","","Beam Limiting Device Position Sequence"}, 01403 {0x300a,0x011c,"DS","","Leaf/Jaw Positions"}, 01404 {0x300a,0x011e,"DS","","Gantry Angle"}, 01405 {0x300a,0x011f,"CS","","Gantry Rotation Direction"}, 01406 {0x300a,0x0120,"DS","","Beam Limiting Device Angle"}, 01407 {0x300a,0x0121,"CS","","Beam Limiting Device Rotation Direction"}, 01408 {0x300a,0x0122,"DS","","Patient Support Angle"}, 01409 {0x300a,0x0123,"CS","","Patient Support Rotation Direction"}, 01410 {0x300a,0x0124,"DS","","Table Top Eccentric Axis Distance"}, 01411 {0x300a,0x0125,"DS","","Table Top Eccentric Angle"}, 01412 {0x300a,0x0126,"CS","","Table Top Eccentric Rotation Direction"}, 01413 {0x300a,0x0128,"DS","","Table Top Vertical Position"}, 01414 {0x300a,0x0129,"DS","","Table Top Longitudinal Position"}, 01415 {0x300a,0x012a,"DS","","Table Top Lateral Position"}, 01416 {0x300a,0x012c,"DS","","Isocenter Position"}, 01417 {0x300a,0x012e,"DS","","Surface Entry Point"}, 01418 {0x300a,0x0130,"DS","","Source to Surface Distance"}, 01419 {0x300a,0x0134,"DS","","Cumulative Meterset Weight"}, 01420 {0x300a,0x0180,"SQ","","Patient Setup Sequence"}, 01421 {0x300a,0x0182,"IS","","Patient Setup Number"}, 01422 {0x300a,0x0184,"LO","","Patient Additional Position"}, 01423 {0x300a,0x0190,"SQ","","Fixation Device Sequence"}, 01424 {0x300a,0x0192,"CS","","Fixation Device Type"}, 01425 {0x300a,0x0194,"SH","","Fixation Device Label"}, 01426 {0x300a,0x0196,"ST","","Fixation Device Description"}, 01427 {0x300a,0x0198,"SH","","Fixation Device Position"}, 01428 {0x300a,0x01a0,"SQ","","Shielding Device Sequence"}, 01429 {0x300a,0x01a2,"CS","","Shielding Device Type"}, 01430 {0x300a,0x01a4,"SH","","Shielding Device Label"}, 01431 {0x300a,0x01a6,"ST","","Shielding Device Description"}, 01432 {0x300a,0x01a8,"SH","","Shielding Device Position"}, 01433 {0x300a,0x01b0,"CS","","Setup Technique"}, 01434 {0x300a,0x01b2,"ST","","Setup Technique Description"}, 01435 {0x300a,0x01b4,"SQ","","Setup Device Sequence"}, 01436 {0x300a,0x01b6,"CS","","Setup Device Type"}, 01437 {0x300a,0x01b8,"SH","","Setup Device Label"}, 01438 {0x300a,0x01ba,"ST","","Setup Device Description"}, 01439 {0x300a,0x01bc,"DS","","Setup Device Parameter"}, 01440 {0x300a,0x01d0,"ST","","Setup Reference Description"}, 01441 {0x300a,0x01d2,"DS","","Table Top Vertical Setup Displacement"}, 01442 {0x300a,0x01d4,"DS","","Table Top Longitudinal Setup Displacement"}, 01443 {0x300a,0x01d6,"DS","","Table Top Lateral Setup Displacement"}, 01444 {0x300a,0x0200,"CS","","Brachy Treatment Technique"}, 01445 {0x300a,0x0202,"CS","","Brachy Treatment Type"}, 01446 {0x300a,0x0206,"SQ","","Treatment Machine Sequence"}, 01447 {0x300a,0x0210,"SQ","","Source Sequence"}, 01448 {0x300a,0x0212,"IS","","Source Number"}, 01449 {0x300a,0x0214,"CS","","Source Type"}, 01450 {0x300a,0x0216,"LO","","Source Manufacturer"}, 01451 {0x300a,0x0218,"DS","","Active Source Diameter"}, 01452 {0x300a,0x021a,"DS","","Active Source Length"}, 01453 {0x300a,0x0222,"DS","","Source Encapsulation Nominal Thickness"}, 01454 {0x300a,0x0224,"DS","","Source Encapsulation Nominal Transmission"}, 01455 {0x300a,0x0226,"LO","","Source Isotope Name"}, 01456 {0x300a,0x0228,"DS","","Source Isotope Half Life"}, 01457 {0x300a,0x022a,"DS","","Reference Air Kerma Rate"}, 01458 {0x300a,0x022c,"DA","","Air Kerma Rate Reference Date"}, 01459 {0x300a,0x022e,"TM","","Air Kerma Rate Reference Time"}, 01460 {0x300a,0x0230,"SQ","","Application Setup Sequence"}, 01461 {0x300a,0x0232,"CS","","Application Setup Type"}, 01462 {0x300a,0x0234,"IS","","Application Setup Number"}, 01463 {0x300a,0x0236,"LO","","Application Setup Name"}, 01464 {0x300a,0x0238,"LO","","Application Setup Manufacturer"}, 01465 {0x300a,0x0240,"IS","","Template Number"}, 01466 {0x300a,0x0242,"SH","","Template Type"}, 01467 {0x300a,0x0244,"LO","","Template Name"}, 01468 {0x300a,0x0250,"DS","","Total Reference Air Kerma"}, 01469 {0x300a,0x0260,"SQ","","Brachy Acessory Device Sequence"}, 01470 {0x300a,0x0262,"IS","","Brachy Accessory Device Number"}, 01471 {0x300a,0x0263,"SH","","Brachy Accessory Device ID"}, 01472 {0x300a,0x0264,"CS","","Brachy Accessory Device Type"}, 01473 {0x300a,0x0266,"LO","","Brachy Accessory Device Name"}, 01474 {0x300a,0x026a,"DS","","Brachy Accessory Device Nominal Thickness"}, 01475 {0x300a,0x026c,"DS","","Brachy Acc'ry Device Nominal Transmission"}, 01476 {0x300a,0x0280,"SQ","","Channel Sequence"}, 01477 {0x300a,0x0282,"IS","","Channel Number"}, 01478 {0x300a,0x0284,"DS","","Channel Length"}, 01479 {0x300a,0x0286,"DS","","Channel Total Time"}, 01480 {0x300a,0x0288,"CS","","Source Movement Type"}, 01481 {0x300a,0x028a,"IS","","Number of Pulses"}, 01482 {0x300a,0x028c,"DS","","Pulse Repetition Interval"}, 01483 {0x300a,0x0290,"IS","","Source Applicator Number"}, 01484 {0x300a,0x0291,"SH","","Source Applicator ID"}, 01485 {0x300a,0x0292,"CS","","Source Applicator Type"}, 01486 {0x300a,0x0294,"LO","","Source Applicator Name"}, 01487 {0x300a,0x0296,"DS","","Source Applicator Length"}, 01488 {0x300a,0x0298,"LO","","Source Applicator Manufacturer"}, 01489 {0x300a,0x029c,"DS","","Source Applicator Wall Nominal Thickness"}, 01490 {0x300a,0x029e,"DS","","Src Applicator Wall Nominal Transmission"}, 01491 {0x300a,0x02a0,"DS","","Source Applicator Step Size"}, 01492 {0x300a,0x02a2,"IS","","Transfer Tube Number"}, 01493 {0x300a,0x02a4,"DS","","Transfer Tube Length"}, 01494 {0x300a,0x02b0,"SQ","","Channel Shield Sequence"}, 01495 {0x300a,0x02b2,"IS","","Channel Shield Number"}, 01496 {0x300a,0x02b3,"SH","","Channel Shield ID"}, 01497 {0x300a,0x02b4,"LO","","Channel Shield Name"}, 01498 {0x300a,0x02b8,"DS","","Channel Shield Nominal Thickness"}, 01499 {0x300a,0x02ba,"DS","","Channel Shield Nominal Transmission"}, 01500 {0x300a,0x02c8,"DS","","Final Cumulative Time Weight"}, 01501 {0x300a,0x02d0,"SQ","","Brachy Control Point Sequence"}, 01502 {0x300a,0x02d2,"DS","","Control Point Relative Position"}, 01503 {0x300a,0x02d4,"DS","","Control Point 3D Position"}, 01504 {0x300a,0x02d6,"DS","","Cumulative Time Weight"}, 01505 {0x300c,0x0000,"UL","","Group Length"}, 01506 {0x300c,0x0002,"SQ","","Referenced RT Plan Sequence"}, 01507 {0x300c,0x0004,"SQ","","Referenced Beam Sequence"}, 01508 {0x300c,0x0006,"IS","","Referenced Beam Number"}, 01509 {0x300c,0x0007,"IS","","Referenced Reference Image Number"}, 01510 {0x300c,0x0008,"DS","","Start Cumulative Meterset Weight"}, 01511 {0x300c,0x0009,"DS","","End Cumulative Meterset Weight"}, 01512 {0x300c,0x000a,"SQ","","Referenced Brachy Application Setup Seq"}, 01513 {0x300c,0x000c,"IS","","Referenced Brachy Application Setup Number"}, 01514 {0x300c,0x000e,"IS","","Referenced Source Number"}, 01515 {0x300c,0x0020,"SQ","","Referenced Fraction Group Sequence"}, 01516 {0x300c,0x0022,"IS","","Referenced Fraction Group Number"}, 01517 {0x300c,0x0040,"SQ","","Referenced Verification Image Sequence"}, 01518 {0x300c,0x0042,"SQ","","Referenced Reference Image Sequence"}, 01519 {0x300c,0x0050,"SQ","","Referenced Dose Reference Sequence"}, 01520 {0x300c,0x0051,"IS","","Referenced Dose Reference Numer"}, 01521 {0x300c,0x0055,"SQ","","Brachy Referenced Dose Reference Sequence"}, 01522 {0x300c,0x0060,"SQ","","Referenced Structure Set Sequence"}, 01523 {0x300c,0x006a,"IS","","Referenced Patient Setup Number"}, 01524 {0x300c,0x0080,"SQ","","Referenced Dose Sequence"}, 01525 {0x300c,0x00a0,"IS","","Referenced Tolerance Table Number"}, 01526 {0x300c,0x00b0,"SQ","","Referenced Bolus Sequence"}, 01527 {0x300c,0x00c0,"IS","","Referenced Wedge Number"}, 01528 {0x300c,0x00d0,"IS","","Referenced Compensator Number"}, 01529 {0x300c,0x00e0,"IS","","Referenced Block Number"}, 01530 {0x300c,0x00f0,"IS","","Referenced Control Point Index"}, 01531 {0x300e,0x0000,"UL","","Group Length"}, 01532 {0x300e,0x0002,"CS","","Approval Status"}, 01533 {0x300e,0x0004,"DA","","Review Date"}, 01534 {0x300e,0x0005,"TM","","Review Time"}, 01535 {0x300e,0x0008,"PN","","Reviewer Name"}, 01536 {0x4008,0x0000,"UL","RES","Group Length"}, 01537 {0x4008,0x0040,"SH","RES","Results ID"}, 01538 {0x4008,0x0042,"LO","RES","Results ID Issuer"}, 01539 {0x4008,0x0050,"SQ","RES","Referenced Interpretation Sequence"}, 01540 {0x4008,0x0100,"DA","RES","Interpretation Recorded Date"}, 01541 {0x4008,0x0101,"TM","RES","Interpretation Recorded Time"}, 01542 {0x4008,0x0102,"PN","RES","Interpretation Recorder"}, 01543 {0x4008,0x0103,"LO","RES","Reference to Recorded Sound"}, 01544 {0x4008,0x0108,"DA","RES","Interpretation Transcription Date"}, 01545 {0x4008,0x0109,"TM","RES","Interpretation Transcription Time"}, 01546 {0x4008,0x010a,"PN","RES","Interpretation Transcriber"}, 01547 {0x4008,0x010b,"ST","RES","Interpretation Text"}, 01548 {0x4008,0x010c,"PN","RES","Interpretation Author"}, 01549 {0x4008,0x0111,"SQ","RES","Interpretation Approver Sequence"}, 01550 {0x4008,0x0112,"DA","RES","Interpretation Approval Date"}, 01551 {0x4008,0x0113,"TM","RES","Interpretation Approval Time"}, 01552 {0x4008,0x0114,"PN","RES","Physician Approving Interpretation"}, 01553 {0x4008,0x0115,"LT","RES","Diagnosis"}, 01554 {0x4008,0x0117,"SQ","RES","Diagnosis Code Sequence"}, 01555 {0x4008,0x0118,"SQ","RES","Results Distribution List Sequence"}, 01556 {0x4008,0x0119,"PN","RES","Distribution Name"}, 01557 {0x4008,0x011a,"LO","RES","Distribution Address"}, 01558 {0x4008,0x0200,"SH","RES","Interpretation ID"}, 01559 {0x4008,0x0202,"LO","RES","Interpretation ID Issuer"}, 01560 {0x4008,0x0210,"CS","RES","Interpretation Type ID"}, 01561 {0x4008,0x0212,"CS","RES","Interpretation Status ID"}, 01562 {0x4008,0x0300,"ST","RES","Impressions"}, 01563 {0x4008,0x4000,"ST","RES","Comments"}, 01564 {0x5000,0x0000,"UL","CRV","Group Length"}, 01565 {0x5000,0x0005,"US","CRV","Curve Dimensions"}, 01566 {0x5000,0x0010,"US","CRV","Number of points"}, 01567 {0x5000,0x0020,"CS","CRV","Type of Data"}, 01568 {0x5000,0x0022,"LO","CRV","Curve Description"}, 01569 {0x5000,0x0030,"SH","CRV","Axis Units"}, 01570 {0x5000,0x0040,"SH","CRV","Axis Labels"}, 01571 {0x5000,0x0103,"US","CRV","Data Value Representation"}, 01572 {0x5000,0x0104,"US","CRV","Minimum Coordinate Value"}, 01573 {0x5000,0x0105,"US","CRV","Maximum Coordinate Value"}, 01574 {0x5000,0x0106,"SH","CRV","Curve Range"}, 01575 {0x5000,0x0110,"US","CRV","Data Descriptor"}, 01576 {0x5000,0x0112,"US","CRV","Coordinate Start Value"}, 01577 {0x5000,0x0114,"US","CRV","Coordinate Step Value"}, 01578 {0x5000,0x2000,"US","CRV","Audio Type"}, 01579 {0x5000,0x2002,"US","CRV","Audio Sample Format"}, 01580 {0x5000,0x2004,"US","CRV","Number of Channels"}, 01581 {0x5000,0x2006,"UL","CRV","Number of Samples"}, 01582 {0x5000,0x2008,"UL","CRV","Sample Rate"}, 01583 {0x5000,0x200a,"UL","CRV","Total Time"}, 01584 {0x5000,0x200c,"OW","CRV","Audio Sample Data"}, 01585 {0x5000,0x200e,"LT","CRV","Audio Comments"}, 01586 {0x5000,0x2500,"LO","CRV","Curve Label"}, 01587 {0x5000,0x2600,"SQ","CRV","Referenced Overlay Sequence"}, 01588 {0x5000,0x2610,"US","CRV","Referenced Overlay Group"}, 01589 {0x5000,0x3000,"OW","CRV","Curve Data"}, 01590 {0x6000,0x0000,"UL","OLY","Group Length"}, 01591 {0x6000,0x0010,"US","OLY","Rows"}, 01592 {0x6000,0x0011,"US","OLY","Columns"}, 01593 {0x6000,0x0012,"US","OLY","Planes"}, 01594 {0x6000,0x0015,"IS","OLY","Number of frames in Overlay"}, 01595 {0x6000,0x0022,"LO","OLY","Overlay Description"}, 01596 {0x6000,0x0040,"CS","OLY","Type"}, 01597 {0x6000,0x0045,"LO","OLY","Subtype"}, 01598 {0x6000,0x0050,"SS","OLY","Origin"}, 01599 {0x6000,0x0051,"US","OLY","Image Frame Origin"}, 01600 {0x6000,0x0052,"US","OLY","Overlay Plane Origin"}, 01601 {0x6000,0x0060,"LO","OLY","Compression Code (RET)"}, 01602 {0x6000,0x0100,"US","OLY","Overlay Bits Allocated"}, 01603 {0x6000,0x0102,"US","OLY","Overlay Bit Position"}, 01604 {0x6000,0x0110,"LO","OLY","Overlay Format (RET)"}, 01605 {0x6000,0x0200,"US","OLY","Overlay Location (RET)"}, 01606 {0x6000,0x1100,"US","OLY","Overlay Descriptor - Gray"}, 01607 {0x6000,0x1101,"US","OLY","Overlay Descriptor - Red"}, 01608 {0x6000,0x1102,"US","OLY","Overlay Descriptor - Green"}, 01609 {0x6000,0x1103,"US","OLY","Overlay Descriptor - Blue"}, 01610 {0x6000,0x1200,"US","OLY","Overlays - Gray"}, 01611 {0x6000,0x1201,"US","OLY","Overlays - Red"}, 01612 {0x6000,0x1202,"US","OLY","Overlays - Green"}, 01613 {0x6000,0x1203,"US","OLY","Overlays - Blue"}, 01614 {0x6000,0x1301,"IS","OLY","ROI Area"}, 01615 {0x6000,0x1302,"DS","OLY","ROI Mean"}, 01616 {0x6000,0x1303,"DS","OLY","ROI Standard Deviation"}, 01617 {0x6000,0x1500,"LO","OLY","Overlay Label"}, 01618 {0x6000,0x3000,"OW","OLY","Data"}, 01619 {0x6000,0x4000,"LO","OLY","Comments (RET)"}, 01620 {0x7fe0,0x0000,"UL","PXL","Group Length"}, 01621 {0x7fe0,0x0010,"OT","PXL","Pixel Data"}, 01622 {0xfffe,0xe000,"UL","XX", "item"}, 01623 {0xffff,0xffff,"UKN","UKN","Unknown Code"} 01624 }; 01625 01626 // Swig has no default knowledge of array containts (no default accessors) 01627 DICOM_ELEMENTS * 01628 Id_dicom_elements_get_entry(int i) 01629 { 01630 int j; 01631 for(j = 0; j<=i; j++) { 01632 if(_ID_dicom_elements[j].dicom_group == 0xffff) 01633 return (DICOM_ELEMENTS*) 0; 01634 } 01635 return &(_ID_dicom_elements[i]); 01636 } 01637 01638 // FIXME : Est-ce bien la derniere version ? 01639 01640 TRANSFERT_SYNTAX _ID_transfert_syntax[] = { 01641 {"Implicit VR - Little Endian","1.2.840.10008.1.2"}, 01642 {"Explicit VR - Little Endian","1.2.840.10008.1.2.1"}, 01643 {"Deflated Explicit VR - Little Endian","1.2.840.10008.1.2.1.99"}, 01644 {"Explicit VR - Big Endian","1.2.840.10008.1.2.2"}, 01645 {"JPEG Baseline (Process 1)","1.2.840.10008.1.2.4.50"}, 01646 {"JPEG Extended (Process 2 & 4","1.2.840.10008.1.2.4.51"}, 01647 {"JPEG Extended (Process 3 & 5)","1.2.840.10008.1.2.4.52"}, 01648 {"JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8)","1.2.840.10008.1.2.4.53"}, 01649 {"JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9)","1.2.840.10008.1.2.4.54"}, 01650 {"JPEG Full Progression, Non-Hierarchical (Process 10 & 12)","1.2.840.10008.1.2.4.55"}, 01651 {"JPEG Full Progression, Non-Hierarchical (Process 11 & 13)","1.2.840.10008.1.2.4.56"}, 01652 {"JPEG Lossless, Non-Hierarchical (Process 14)","1.2.840.10008.1.2.4.57"}, 01653 {"JPEG Lossless, Non-Hierarchical (Process 15)","1.2.840.10008.1.2.4.58"}, 01654 {"JPEG Extended, Hierarchical (Process 16 & 18)","1.2.840.10008.1.2.4.59"}, 01655 {"JPEG Extended, Hierarchical (Process 17 & 19)","1.2.840.10008.1.2.4.60"}, 01656 {"JPEG Spectral Selection, Hierarchical (Process 20 & 22)","1.2.840.10008.1.2.4.61"}, 01657 {"JPEG Spectral Selection, Hierarchical (Process 21 & 23)","1.2.840.10008.1.2.4.62"}, 01658 {"JPEG Full Progression, Hierarchical (Process 24 & 26)","1.2.840.10008.1.2.4.63"}, 01659 {"JPEG Full Progression, Hierarchical (Process 25 & 27)","1.2.840.10008.1.2.4.64"}, 01660 {"JPEG Lossless, Hierarchical (Process 28)","1.2.840.10008.1.2.4.65"}, 01661 {"JPEG Lossless, Hierarchical (Process 29)","1.2.840.10008.1.2.4.66"}, 01662 {"JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])","1.2.840.10008.1.2.4.70"}, 01663 {"RLE Lossless","1.2.840.10008.1.2.5"} 01664 }; 01665 01666 // 23 en tout 01667 // voit iddicom.h

Generated on Wed Oct 19 09:28:33 2005 for SIMRI3D by doxygen 1.3.7