From 76593f6c4e699db21be79524a8e32b4f87e90322 Mon Sep 17 00:00:00 2001 From: Zaki A Date: Sat, 1 Aug 2020 02:47:47 -0400 Subject: [PATCH 1/3] Update DICOM dictionary --- src/dcm_dict.jl | 3065 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 2918 insertions(+), 147 deletions(-) diff --git a/src/dcm_dict.jl b/src/dcm_dict.jl index 1a40aef..a7eaa30 100644 --- a/src/dcm_dict.jl +++ b/src/dcm_dict.jl @@ -1,5 +1,5 @@ dcm_dict = Dict( -(0x0002, 0x0000) => ["Group Length", "UL", "1"], +(0x0002, 0x0000) => ["File Meta Information Group Length", "UL", "1"], (0x0002, 0x0001) => ["File Meta Information Version", "OB", "1"], (0x0002, 0x0002) => ["Media Storage SOP Class UID", "UI", "1"], (0x0002, 0x0003) => ["Media Storage SOP Instance UID", "UI", "1"], @@ -7,33 +7,29 @@ dcm_dict = Dict( (0x0002, 0x0012) => ["Implementation Class UID", "UI", "1"], (0x0002, 0x0013) => ["Implementation Version Name", "SH", "1"], (0x0002, 0x0016) => ["Source Application Entity Title", "AE", "1"], +(0x0002, 0x0017) => ["Sending Application Entity Title", "AE", "1"], +(0x0002, 0x0018) => ["Receiving Application Entity Title", "AE", "1"], +(0x0002, 0x0026) => ["Source Presentation Address", "UR", "1"], +(0x0002, 0x0027) => ["Sending Presentation Address", "UR", "1"], +(0x0002, 0x0028) => ["Receiving Presentation Address", "UR", "1"], +(0x0002, 0x0031) => ["RTV Meta Information Version", "OB", "1"], +(0x0002, 0x0032) => ["RTV Communication SOP Class UID", "UI", "1"], +(0x0002, 0x0033) => ["RTV Communication SOP Instance UID", "UI", "1"], +(0x0002, 0x0035) => ["RTV Source Identifier", "OB", "1"], +(0x0002, 0x0036) => ["RTV Flow Identifier", "OB", "1"], +(0x0002, 0x0037) => ["RTV Flow RTP Sampling Rate", "UL", "1"], +(0x0002, 0x0038) => ["RTV Flow Actual Frame Duration", "FD", "1"], (0x0002, 0x0100) => ["Private Information Creator UID", "UI", "1"], (0x0002, 0x0102) => ["Private Information", "OB", "1"], -(0x0004, 0x0000) => ["Group Length", "UL", "1"], -(0x0004, 0x1130) => ["File-set ID", "CS", "1"], -(0x0004, 0x1141) => ["File-set Descriptor File ID", "CS", "1-8"], -(0x0004, 0x1142) => ["Specific Character Set of File-set Descriptor File", "CS", "1"], -(0x0004, 0x1200) => ["Offset of the First Directory Record of the Root Directory Entity", "UL", "1"], -(0x0004, 0x1202) => ["Offset of the Last Directory Record of the Root Directory Entity", "UL", "1"], -(0x0004, 0x1212) => ["File-set Consistency Flag", "US", "1"], -(0x0004, 0x1220) => ["Directory Record Sequence", "SQ", "1"], -(0x0004, 0x1400) => ["Offset of the Next Directory Record", "UL", "1"], -(0x0004, 0x1410) => ["Record In-use Flag", "US", "1"], -(0x0004, 0x1420) => ["Offset of Referenced Lower-Level Directory Entity", "UL", "1"], -(0x0004, 0x1430) => ["Directory Record Type", "CS", "1"], -(0x0004, 0x1432) => ["Private Record UID", "UI", "1"], -(0x0004, 0x1500) => ["Referenced File ID", "CS", "1-8"], -(0x0004, 0x1504) => ["MRDR Directory Record Offset", "UL", "1"], -(0x0004, 0x1510) => ["Referenced SOP Class UID in File", "UI", "1"], -(0x0004, 0x1511) => ["Referenced SOP Instance UID in File", "UI", "1"], -(0x0004, 0x1512) => ["Referenced Transfer Syntax UID in File", "UI", "1"], -(0x0004, 0x151a) => ["Referenced Related General SOP Class UID in File", "UI", "1-n"], -(0x0004, 0x1600) => ["Number of References", "UL", "1"], +(0x0008, 0x0001) => ["Length to End", "UL", "1"], (0x0008, 0x0005) => ["Specific Character Set", "CS", "1-n"], -(0x0008, 0x0008) => ["Image Type", "CS", "1-n"], +(0x0008, 0x0006) => ["Language Code Sequence", "SQ", "1"], +(0x0008, 0x0008) => ["Image Type", "CS", "2-n"], +(0x0008, 0x0010) => ["Recognition Code", "SH", "1"], (0x0008, 0x0012) => ["Instance Creation Date", "DA", "1"], (0x0008, 0x0013) => ["Instance Creation Time", "TM", "1"], (0x0008, 0x0014) => ["Instance Creator UID", "UI", "1"], +(0x0008, 0x0015) => ["Instance Coercion DateTime", "DT", "1"], (0x0008, 0x0016) => ["SOP Class UID", "UI", "1"], (0x0008, 0x0018) => ["SOP Instance UID", "UI", "1"], (0x0008, 0x001a) => ["Related General SOP Class UID", "UI", "1-n"], @@ -44,22 +40,28 @@ dcm_dict = Dict( (0x0008, 0x0023) => ["Content Date", "DA", "1"], (0x0008, 0x0024) => ["Overlay Date", "DA", "1"], (0x0008, 0x0025) => ["Curve Date", "DA", "1"], -(0x0008, 0x002a) => ["Acquisition Datetime", "DT", "1"], +(0x0008, 0x002a) => ["Acquisition DateTime", "DT", "1"], (0x0008, 0x0030) => ["Study Time", "TM", "1"], (0x0008, 0x0031) => ["Series Time", "TM", "1"], (0x0008, 0x0032) => ["Acquisition Time", "TM", "1"], (0x0008, 0x0033) => ["Content Time", "TM", "1"], (0x0008, 0x0034) => ["Overlay Time", "TM", "1"], (0x0008, 0x0035) => ["Curve Time", "TM", "1"], +(0x0008, 0x0040) => ["Data Set Type", "US", "1"], +(0x0008, 0x0041) => ["Data Set Subtype", "LO", "1"], +(0x0008, 0x0042) => ["Nuclear Medicine Series Type", "CS", "1"], (0x0008, 0x0050) => ["Accession Number", "SH", "1"], -(0x0008, 0x0051) => ["Issuer of Accession Number Sequence Attribute", "SQ", "1"], +(0x0008, 0x0051) => ["Issuer of Accession Number Sequence", "SQ", "1"], (0x0008, 0x0052) => ["Query/Retrieve Level", "CS", "1"], +(0x0008, 0x0053) => ["Query/Retrieve View", "CS", "1"], (0x0008, 0x0054) => ["Retrieve AE Title", "AE", "1-n"], +(0x0008, 0x0055) => ["Station AE Title", "AE", "1"], (0x0008, 0x0056) => ["Instance Availability", "CS", "1"], (0x0008, 0x0058) => ["Failed SOP Instance UID List", "UI", "1-n"], (0x0008, 0x0060) => ["Modality", "CS", "1"], (0x0008, 0x0061) => ["Modalities in Study", "CS", "1-n"], (0x0008, 0x0062) => ["SOP Classes in Study", "UI", "1-n"], +(0x0008, 0x0063) => ["Anatomic Regions in Study Code Sequence", "SQ", "1"], (0x0008, 0x0064) => ["Conversion Type", "CS", "1"], (0x0008, 0x0068) => ["Presentation Intent Type", "CS", "1"], (0x0008, 0x0070) => ["Manufacturer", "LO", "1"], @@ -70,28 +72,67 @@ dcm_dict = Dict( (0x0008, 0x0092) => ["Referring Physician's Address", "ST", "1"], (0x0008, 0x0094) => ["Referring Physician's Telephone Numbers", "SH", "1-n"], (0x0008, 0x0096) => ["Referring Physician Identification Sequence", "SQ", "1"], +(0x0008, 0x009c) => ["Consulting Physician's Name", "PN", "1-n"], +(0x0008, 0x009d) => ["Consulting Physician Identification Sequence", "SQ", "1"], (0x0008, 0x0100) => ["Code Value", "SH", "1"], +(0x0008, 0x0101) => ["Extended Code Value", "LO", "1"], (0x0008, 0x0102) => ["Coding Scheme Designator", "SH", "1"], (0x0008, 0x0103) => ["Coding Scheme Version", "SH", "1"], (0x0008, 0x0104) => ["Code Meaning", "LO", "1"], (0x0008, 0x0105) => ["Mapping Resource", "CS", "1"], (0x0008, 0x0106) => ["Context Group Version", "DT", "1"], (0x0008, 0x0107) => ["Context Group Local Version", "DT", "1"], +(0x0008, 0x0108) => ["Extended Code Meaning", "LT", "1"], +(0x0008, 0x0109) => ["Coding Scheme Resources Sequence", "SQ", "1"], +(0x0008, 0x010a) => ["Coding Scheme URL Type", "CS", "1"], (0x0008, 0x010b) => ["Context Group Extension Flag", "CS", "1"], (0x0008, 0x010c) => ["Coding Scheme UID", "UI", "1"], (0x0008, 0x010d) => ["Context Group Extension Creator UID", "UI", "1"], +(0x0008, 0x010e) => ["Coding Scheme URL", "UR", "1"], (0x0008, 0x010f) => ["Context Identifier", "CS", "1"], (0x0008, 0x0110) => ["Coding Scheme Identification Sequence", "SQ", "1"], (0x0008, 0x0112) => ["Coding Scheme Registry", "LO", "1"], (0x0008, 0x0114) => ["Coding Scheme External ID", "ST", "1"], (0x0008, 0x0115) => ["Coding Scheme Name", "ST", "1"], -(0x0008, 0x0116) => ["Responsible Organization", "ST", "1"], +(0x0008, 0x0116) => ["Coding Scheme Responsible Organization", "ST", "1"], +(0x0008, 0x0117) => ["Context UID", "UI", "1"], +(0x0008, 0x0118) => ["Mapping Resource UID", "UI", "1"], +(0x0008, 0x0119) => ["Long Code Value", "UC", "1"], +(0x0008, 0x0120) => ["URN Code Value", "UR", "1"], +(0x0008, 0x0121) => ["Equivalent Code Sequence", "SQ", "1"], +(0x0008, 0x0122) => ["Mapping Resource Name", "LO", "1"], +(0x0008, 0x0123) => ["Context Group Identification Sequence", "SQ", "1"], +(0x0008, 0x0124) => ["Mapping Resource Identification Sequence", "SQ", "1"], (0x0008, 0x0201) => ["Timezone Offset From UTC", "SH", "1"], +(0x0008, 0x0202) => ["", "", ""], +(0x0008, 0x0220) => ["Responsible Group Code Sequence", "SQ", "1"], +(0x0008, 0x0221) => ["Equipment Modality", "CS", "1"], +(0x0008, 0x0222) => ["Manufacturer's Related Model Group", "LO", "1"], +(0x0008, 0x0300) => ["Private Data Element Characteristics Sequence", "SQ", "1"], +(0x0008, 0x0301) => ["Private Group Reference", "US", "1"], +(0x0008, 0x0302) => ["Private Creator Reference", "LO", "1"], +(0x0008, 0x0303) => ["Block Identifying Information Status", "CS", "1"], +(0x0008, 0x0304) => ["Nonidentifying Private Elements", "US", "1-n"], +(0x0008, 0x0306) => ["Identifying Private Elements", "US", "1-n"], +(0x0008, 0x0305) => ["Deidentification Action Sequence", "SQ", "1"], +(0x0008, 0x0307) => ["Deidentification Action", "CS", "1"], +(0x0008, 0x0308) => ["Private Data Element", "US", "1"], +(0x0008, 0x0309) => ["Private Data Element Value Multiplicity", "UL", "1-3"], +(0x0008, 0x030a) => ["Private Data Element Value Representation", "CS", "1"], +(0x0008, 0x030b) => ["Private Data Element Number of Items", "UL", "1-2"], +(0x0008, 0x030c) => ["Private Data Element Name", "UC", "1"], +(0x0008, 0x030d) => ["Private Data Element Keyword", "UC", "1"], +(0x0008, 0x030e) => ["Private Data Element Description", "UT", "1"], +(0x0008, 0x030f) => ["Private Data Element Encoding", "UT", "1"], +(0x0008, 0x0310) => ["Private Data Element Definition Sequence", "SQ", "1"], +(0x0008, 0x1000) => ["Network ID", "AE", "1"], (0x0008, 0x1010) => ["Station Name", "SH", "1"], (0x0008, 0x1030) => ["Study Description", "LO", "1"], (0x0008, 0x1032) => ["Procedure Code Sequence", "SQ", "1"], (0x0008, 0x103e) => ["Series Description", "LO", "1"], +(0x0008, 0x103f) => ["Series Description Code Sequence", "SQ", "1"], (0x0008, 0x1040) => ["Institutional Department Name", "LO", "1"], +(0x0008, 0x1041) => ["Institutional Department Type Code Sequence", "SQ", "1"], (0x0008, 0x1048) => ["Physician(s) of Record", "PN", "1-n"], (0x0008, 0x1049) => ["Physician(s) of Record Identification Sequence", "SQ", "1"], (0x0008, 0x1050) => ["Performing Physician's Name", "PN", "1-n"], @@ -110,21 +151,32 @@ dcm_dict = Dict( (0x0008, 0x1120) => ["Referenced Patient Sequence", "SQ", "1"], (0x0008, 0x1125) => ["Referenced Visit Sequence", "SQ", "1"], (0x0008, 0x1130) => ["Referenced Overlay Sequence", "SQ", "1"], +(0x0008, 0x1134) => ["Referenced Stereometric Instance Sequence", "SQ", "1"], (0x0008, 0x113a) => ["Referenced Waveform Sequence", "SQ", "1"], (0x0008, 0x1140) => ["Referenced Image Sequence", "SQ", "1"], (0x0008, 0x1145) => ["Referenced Curve Sequence", "SQ", "1"], (0x0008, 0x114a) => ["Referenced Instance Sequence", "SQ", "1"], +(0x0008, 0x114b) => ["Referenced Real World Value Mapping Instance Sequence", "SQ", "1"], (0x0008, 0x1150) => ["Referenced SOP Class UID", "UI", "1"], (0x0008, 0x1155) => ["Referenced SOP Instance UID", "UI", "1"], +(0x0008, 0x1156) => ["Definition Source Sequence", "SQ", "1"], (0x0008, 0x115a) => ["SOP Classes Supported", "UI", "1-n"], (0x0008, 0x1160) => ["Referenced Frame Number", "IS", "1-n"], +(0x0008, 0x1161) => ["Simple Frame List", "UL", "1-n"], +(0x0008, 0x1162) => ["Calculated Frame List", "UL", "3-3n"], +(0x0008, 0x1163) => ["Time Range", "FD", "2"], +(0x0008, 0x1164) => ["Frame Extraction Sequence", "SQ", "1"], +(0x0008, 0x1167) => ["Multi-frame Source SOP Instance UID", "UI", "1"], +(0x0008, 0x1190) => ["Retrieve URL", "UR", "1"], (0x0008, 0x1195) => ["Transaction UID", "UI", "1"], +(0x0008, 0x1196) => ["Warning Reason", "US", "1"], (0x0008, 0x1197) => ["Failure Reason", "US", "1"], (0x0008, 0x1198) => ["Failed SOP Sequence", "SQ", "1"], (0x0008, 0x1199) => ["Referenced SOP Sequence", "SQ", "1"], +(0x0008, 0x119a) => ["Other Failures Sequence", "SQ", "1"], (0x0008, 0x1200) => ["Studies Containing Other Referenced Instances Sequence", "SQ", "1"], (0x0008, 0x1250) => ["Related Series Sequence", "SQ", "1"], -(0x0008, 0x2110) => ["Lossy Image Compression", "CS", "1"], +(0x0008, 0x2110) => ["Lossy Image Compression (Retired)", "CS", "1"], (0x0008, 0x2111) => ["Derivation Description", "ST", "1"], (0x0008, 0x2112) => ["Source Image Sequence", "SQ", "1"], (0x0008, 0x2120) => ["Stage Name", "SH", "1"], @@ -136,9 +188,15 @@ dcm_dict = Dict( (0x0008, 0x212a) => ["Number of Views in Stage", "IS", "1"], (0x0008, 0x2130) => ["Event Elapsed Time(s)", "DS", "1-n"], (0x0008, 0x2132) => ["Event Timer Name(s)", "LO", "1-n"], +(0x0008, 0x2133) => ["Event Timer Sequence", "SQ", "1"], +(0x0008, 0x2134) => ["Event Time Offset", "FD", "1"], +(0x0008, 0x2135) => ["Event Code Sequence", "SQ", "1"], (0x0008, 0x2142) => ["Start Trim", "IS", "1"], (0x0008, 0x2143) => ["Stop Trim", "IS", "1"], (0x0008, 0x2144) => ["Recommended Display Frame Rate", "IS", "1"], +(0x0008, 0x2200) => ["Transducer Position", "CS", "1"], +(0x0008, 0x2204) => ["Transducer Orientation", "CS", "1"], +(0x0008, 0x2208) => ["Anatomic Structure", "CS", "1"], (0x0008, 0x2218) => ["Anatomic Region Sequence", "SQ", "1"], (0x0008, 0x2220) => ["Anatomic Region Modifier Sequence", "SQ", "1"], (0x0008, 0x2228) => ["Primary Anatomic Structure Sequence", "SQ", "1"], @@ -148,8 +206,21 @@ dcm_dict = Dict( (0x0008, 0x2242) => ["Transducer Position Modifier Sequence", "SQ", "1"], (0x0008, 0x2244) => ["Transducer Orientation Sequence", "SQ", "1"], (0x0008, 0x2246) => ["Transducer Orientation Modifier Sequence", "SQ", "1"], +(0x0008, 0x2251) => ["Anatomic Structure Space Or Region Code Sequence (Trial)", "SQ", "1"], +(0x0008, 0x2253) => ["Anatomic Portal Of Entrance Code Sequence (Trial)", "SQ", "1"], +(0x0008, 0x2255) => ["Anatomic Approach Direction Code Sequence (Trial)", "SQ", "1"], +(0x0008, 0x2256) => ["Anatomic Perspective Description (Trial)", "ST", "1"], +(0x0008, 0x2257) => ["Anatomic Perspective Code Sequence (Trial)", "SQ", "1"], +(0x0008, 0x2258) => ["Anatomic Location Of Examining Instrument Description (Trial)", "ST", "1"], +(0x0008, 0x2259) => ["Anatomic Location Of Examining Instrument Code Sequence (Trial)", "SQ", "1"], +(0x0008, 0x225a) => ["Anatomic Structure Space Or Region Modifier Code Sequence (Trial)", "SQ", "1"], +(0x0008, 0x225c) => ["On Axis Background Anatomic Structure Code Sequence (Trial)", "SQ", "1"], (0x0008, 0x3001) => ["Alternate Representation Sequence", "SQ", "1"], -(0x0008, 0x3010) => ["Irradiation Event UID", "UI", "1"], +(0x0008, 0x3002) => ["Available Transfer Syntax UID", "UI", "1-n"], +(0x0008, 0x3010) => ["Irradiation Event UID", "UI", "1-n"], +(0x0008, 0x3011) => ["Source Irradiation Event Sequence", "SQ", "1"], +(0x0008, 0x3012) => ["Radiopharmaceutical Administration Event UID", "UI", "1"], +(0x0008, 0x4000) => ["Identifying Comments", "LT", "1"], (0x0008, 0x9007) => ["Frame Type", "CS", "4"], (0x0008, 0x9092) => ["Referenced Image Evidence Sequence", "SQ", "1"], (0x0008, 0x9121) => ["Referenced Raw Data Sequence", "SQ", "1"], @@ -162,34 +233,66 @@ dcm_dict = Dict( (0x0008, 0x9208) => ["Complex Image Component", "CS", "1"], (0x0008, 0x9209) => ["Acquisition Contrast", "CS", "1"], (0x0008, 0x9215) => ["Derivation Code Sequence", "SQ", "1"], -(0x0008, 0x9237) => ["Referenced Grayscale Presentation State Sequence", "SQ", "1"], +(0x0008, 0x9237) => ["Referenced Presentation State Sequence", "SQ", "1"], +(0x0008, 0x9410) => ["Referenced Other Plane Sequence", "SQ", "1"], +(0x0008, 0x9458) => ["Frame Display Sequence", "SQ", "1"], +(0x0008, 0x9459) => ["Recommended Display Frame Rate in Float", "FL", "1"], +(0x0008, 0x9460) => ["Skip Frame Range Flag", "CS", "1"], (0x0010, 0x0010) => ["Patient's Name", "PN", "1"], (0x0010, 0x0020) => ["Patient ID", "LO", "1"], (0x0010, 0x0021) => ["Issuer of Patient ID", "LO", "1"], -(0x0010, 0x0024) => ["Issuer of Patient ID Qualifiers Sequence Attribute", "SQ", "1"], +(0x0010, 0x0022) => ["Type of Patient ID", "CS", "1"], +(0x0010, 0x0024) => ["Issuer of Patient ID Qualifiers Sequence", "SQ", "1"], +(0x0010, 0x0026) => ["Source Patient Group Identification Sequence", "SQ", "1"], +(0x0010, 0x0027) => ["Group of Patients Identification Sequence", "SQ", "1"], +(0x0010, 0x0028) => ["Subject Relative Position in Image", "US", "3"], (0x0010, 0x0030) => ["Patient's Birth Date", "DA", "1"], (0x0010, 0x0032) => ["Patient's Birth Time", "TM", "1"], +(0x0010, 0x0033) => ["Patient's Birth Date in Alternative Calendar", "LO", "1"], +(0x0010, 0x0034) => ["Patient's Death Date in Alternative Calendar", "LO", "1"], +(0x0010, 0x0035) => ["Patient's Alternative Calendar", "CS", "1"], (0x0010, 0x0040) => ["Patient's Sex", "CS", "1"], (0x0010, 0x0050) => ["Patient's Insurance Plan Code Sequence", "SQ", "1"], (0x0010, 0x0101) => ["Patient's Primary Language Code Sequence", "SQ", "1"], -(0x0010, 0x0102) => ["Patient's Primary Language Code Modifier Sequence", "SQ", "1"], +(0x0010, 0x0102) => ["Patient's Primary Language Modifier Code Sequence", "SQ", "1"], +(0x0010, 0x0200) => ["Quality Control Subject", "CS", "1"], +(0x0010, 0x0201) => ["Quality Control Subject Type Code Sequence", "SQ", "1"], +(0x0010, 0x0212) => ["Strain Description", "UC", "1"], +(0x0010, 0x0213) => ["Strain Nomenclature", "LO", "1"], +(0x0010, 0x0214) => ["Strain Stock Number", "LO", "1"], +(0x0010, 0x0215) => ["Strain Source Registry Code Sequence", "SQ", "1"], +(0x0010, 0x0216) => ["Strain Stock Sequence", "SQ", "1"], +(0x0010, 0x0217) => ["Strain Source", "LO", "1"], +(0x0010, 0x0218) => ["Strain Additional Information", "UT", "1"], +(0x0010, 0x0219) => ["Strain Code Sequence", "SQ", "1"], +(0x0010, 0x0221) => ["Genetic Modifications Sequence", "SQ", "1"], +(0x0010, 0x0222) => ["Genetic Modifications Description", "UC", "1"], +(0x0010, 0x0223) => ["Genetic Modifications Nomenclature", "LO", "1"], +(0x0010, 0x0229) => ["Genetic Modifications Code Sequence", "SQ", "1"], (0x0010, 0x1000) => ["Other Patient IDs", "LO", "1-n"], (0x0010, 0x1001) => ["Other Patient Names", "PN", "1-n"], (0x0010, 0x1002) => ["Other Patient IDs Sequence", "SQ", "1"], (0x0010, 0x1005) => ["Patient's Birth Name", "PN", "1"], (0x0010, 0x1010) => ["Patient's Age", "AS", "1"], (0x0010, 0x1020) => ["Patient's Size", "DS", "1"], +(0x0010, 0x1021) => ["Patient's Size Code Sequence", "SQ", "1"], +(0x0010, 0x1022) => ["Patient's Body Mass Index", "DS", "1"], +(0x0010, 0x1023) => ["Measured AP Dimension", "DS", "1"], +(0x0010, 0x1024) => ["Measured Lateral Dimension", "DS", "1"], (0x0010, 0x1030) => ["Patient's Weight", "DS", "1"], (0x0010, 0x1040) => ["Patient's Address", "LO", "1"], +(0x0010, 0x1050) => ["Insurance Plan Identification", "LO", "1-n"], (0x0010, 0x1060) => ["Patient's Mother's Birth Name", "PN", "1"], (0x0010, 0x1080) => ["Military Rank", "LO", "1"], (0x0010, 0x1081) => ["Branch of Service", "LO", "1"], (0x0010, 0x1090) => ["Medical Record Locator", "LO", "1"], +(0x0010, 0x1100) => ["Referenced Patient Photo Sequence", "SQ", "1"], (0x0010, 0x2000) => ["Medical Alerts", "LO", "1-n"], -(0x0010, 0x2110) => ["Contrast Allergies", "LO", "1-n"], +(0x0010, 0x2110) => ["Allergies", "LO", "1-n"], (0x0010, 0x2150) => ["Country of Residence", "LO", "1"], (0x0010, 0x2152) => ["Region of Residence", "LO", "1"], (0x0010, 0x2154) => ["Patient's Telephone Numbers", "SH", "1-n"], +(0x0010, 0x2155) => ["Patient's Telecom Information", "LT", "1"], (0x0010, 0x2160) => ["Ethnic Group", "SH", "1"], (0x0010, 0x2180) => ["Occupation", "SH", "1"], (0x0010, 0x21a0) => ["Smoking Status", "CS", "1"], @@ -200,6 +303,7 @@ dcm_dict = Dict( (0x0010, 0x2201) => ["Patient Species Description", "LO", "1"], (0x0010, 0x2202) => ["Patient Species Code Sequence", "SQ", "1"], (0x0010, 0x2203) => ["Patient's Sex Neutered", "CS", "1"], +(0x0010, 0x2210) => ["Anatomical Orientation Type", "CS", "1"], (0x0010, 0x2292) => ["Patient Breed Description", "LO", "1"], (0x0010, 0x2293) => ["Patient Breed Code Sequence", "SQ", "1"], (0x0010, 0x2294) => ["Breed Registration Sequence", "SQ", "1"], @@ -209,6 +313,7 @@ dcm_dict = Dict( (0x0010, 0x2298) => ["Responsible Person Role", "CS", "1"], (0x0010, 0x2299) => ["Responsible Organization", "LO", "1"], (0x0010, 0x4000) => ["Patient Comments", "LT", "1"], +(0x0010, 0x9431) => ["Examined Body Thickness", "FL", "1"], (0x0012, 0x0010) => ["Clinical Trial Sponsor Name", "LO", "1"], (0x0012, 0x0020) => ["Clinical Trial Protocol ID", "LO", "1"], (0x0012, 0x0021) => ["Clinical Trial Protocol Name", "LO", "1"], @@ -218,11 +323,321 @@ dcm_dict = Dict( (0x0012, 0x0042) => ["Clinical Trial Subject Reading ID", "LO", "1"], (0x0012, 0x0050) => ["Clinical Trial Time Point ID", "LO", "1"], (0x0012, 0x0051) => ["Clinical Trial Time Point Description", "ST", "1"], +(0x0012, 0x0052) => ["Longitudinal Temporal Offset from Event", "FD", "1"], +(0x0012, 0x0053) => ["Longitudinal Temporal Event Type", "CS", "1"], (0x0012, 0x0060) => ["Clinical Trial Coordinating Center Name", "LO", "1"], (0x0012, 0x0062) => ["Patient Identity Removed", "CS", "1"], (0x0012, 0x0063) => ["De-identification Method", "LO", "1-n"], +(0x0012, 0x0064) => ["De-identification Method Code Sequence", "SQ", "1"], +(0x0012, 0x0071) => ["Clinical Trial Series ID", "LO", "1"], +(0x0012, 0x0072) => ["Clinical Trial Series Description", "LO", "1"], +(0x0012, 0x0081) => ["Clinical Trial Protocol Ethics Committee Name", "LO", "1"], +(0x0012, 0x0082) => ["Clinical Trial Protocol Ethics Committee Approval Number", "LO", "1"], +(0x0012, 0x0083) => ["Consent for Clinical Trial Use Sequence", "SQ", "1"], +(0x0012, 0x0084) => ["Distribution Type", "CS", "1"], +(0x0012, 0x0085) => ["Consent for Distribution Flag", "CS", "1"], +(0x0012, 0x0086) => ["Ethics Committee Approval Effectiveness Start Date", "DA", "1"], +(0x0012, 0x0087) => ["Ethics Committee Approval Effectiveness End Date", "DA", "1"], +(0x0014, 0x0023) => ["CAD File Format", "ST", "1"], +(0x0014, 0x0024) => ["Component Reference System", "ST", "1"], +(0x0014, 0x0025) => ["Component Manufacturing Procedure", "ST", "1"], +(0x0014, 0x0028) => ["Component Manufacturer", "ST", "1"], +(0x0014, 0x0030) => ["Material Thickness", "DS", "1-n"], +(0x0014, 0x0032) => ["Material Pipe Diameter", "DS", "1-n"], +(0x0014, 0x0034) => ["Material Isolation Diameter", "DS", "1-n"], +(0x0014, 0x0042) => ["Material Grade", "ST", "1"], +(0x0014, 0x0044) => ["Material Properties Description", "ST", "1"], +(0x0014, 0x0045) => ["Material Properties File Format (Retired)", "ST", "1"], +(0x0014, 0x0046) => ["Material Notes", "LT", "1"], +(0x0014, 0x0050) => ["Component Shape", "CS", "1"], +(0x0014, 0x0052) => ["Curvature Type", "CS", "1"], +(0x0014, 0x0054) => ["Outer Diameter", "DS", "1"], +(0x0014, 0x0056) => ["Inner Diameter", "DS", "1"], +(0x0014, 0x0100) => ["Component Welder IDs", "LO", "1-n"], +(0x0014, 0x0101) => ["Secondary Approval Status", "CS", "1"], +(0x0014, 0x0102) => ["Secondary Review Date", "DA", "1"], +(0x0014, 0x0103) => ["Secondary Review Time", "TM", "1"], +(0x0014, 0x0104) => ["Secondary Reviewer Name", "PN", "1"], +(0x0014, 0x0105) => ["Repair ID", "ST", "1"], +(0x0014, 0x0106) => ["Multiple Component Approval Sequence", "SQ", "1"], +(0x0014, 0x0107) => ["Other Approval Status", "CS", "1-n"], +(0x0014, 0x0108) => ["Other Secondary Approval Status", "CS", "1-n"], +(0x0014, 0x1010) => ["Actual Environmental Conditions", "ST", "1"], +(0x0014, 0x1020) => ["Expiry Date", "DA", "1"], +(0x0014, 0x1040) => ["Environmental Conditions", "ST", "1"], +(0x0014, 0x2002) => ["Evaluator Sequence", "SQ", "1"], +(0x0014, 0x2004) => ["Evaluator Number", "IS", "1"], +(0x0014, 0x2006) => ["Evaluator Name", "PN", "1"], +(0x0014, 0x2008) => ["Evaluation Attempt", "IS", "1"], +(0x0014, 0x2012) => ["Indication Sequence", "SQ", "1"], +(0x0014, 0x2014) => ["Indication Number", "IS", "1"], +(0x0014, 0x2016) => ["Indication Label", "SH", "1"], +(0x0014, 0x2018) => ["Indication Description", "ST", "1"], +(0x0014, 0x201a) => ["Indication Type", "CS", "1-n"], +(0x0014, 0x201c) => ["Indication Disposition", "CS", "1"], +(0x0014, 0x201e) => ["Indication ROI Sequence", "SQ", "1"], +(0x0014, 0x2030) => ["Indication Physical Property Sequence", "SQ", "1"], +(0x0014, 0x2032) => ["Property Label", "SH", "1"], +(0x0014, 0x2202) => ["Coordinate System Number of Axes", "IS", "1"], +(0x0014, 0x2204) => ["Coordinate System Axes Sequence", "SQ", "1"], +(0x0014, 0x2206) => ["Coordinate System Axis Description", "ST", "1"], +(0x0014, 0x2208) => ["Coordinate System Data Set Mapping", "CS", "1"], +(0x0014, 0x220a) => ["Coordinate System Axis Number", "IS", "1"], +(0x0014, 0x220c) => ["Coordinate System Axis Type", "CS", "1"], +(0x0014, 0x220e) => ["Coordinate System Axis Units", "CS", "1"], +(0x0014, 0x2210) => ["Coordinate System Axis Values", "OB", "1"], +(0x0014, 0x2220) => ["Coordinate System Transform Sequence", "SQ", "1"], +(0x0014, 0x2222) => ["Transform Description", "ST", "1"], +(0x0014, 0x2224) => ["Transform Number of Axes", "IS", "1"], +(0x0014, 0x2226) => ["Transform Order of Axes", "IS", "1-n"], +(0x0014, 0x2228) => ["Transformed Axis Units", "CS", "1"], +(0x0014, 0x222a) => ["Coordinate System Transform Rotation and Scale Matrix", "DS", "1-n"], +(0x0014, 0x222c) => ["Coordinate System Transform Translation Matrix", "DS", "1-n"], +(0x0014, 0x3011) => ["Internal Detector Frame Time", "DS", "1"], +(0x0014, 0x3012) => ["Number of Frames Integrated", "DS", "1"], +(0x0014, 0x3020) => ["Detector Temperature Sequence", "SQ", "1"], +(0x0014, 0x3022) => ["Sensor Name", "ST", "1"], +(0x0014, 0x3024) => ["Horizontal Offset of Sensor", "DS", "1"], +(0x0014, 0x3026) => ["Vertical Offset of Sensor", "DS", "1"], +(0x0014, 0x3028) => ["Sensor Temperature", "DS", "1"], +(0x0014, 0x3040) => ["Dark Current Sequence", "SQ", "1"], +(0x0014, 0x3050) => ["Dark Current Counts", "OB or OW", "1"], +(0x0014, 0x3060) => ["Gain Correction Reference Sequence", "SQ", "1"], +(0x0014, 0x3070) => ["Air Counts", "OB or OW", "1"], +(0x0014, 0x3071) => ["KV Used in Gain Calibration", "DS", "1"], +(0x0014, 0x3072) => ["MA Used in Gain Calibration", "DS", "1"], +(0x0014, 0x3073) => ["Number of Frames Used for Integration", "DS", "1"], +(0x0014, 0x3074) => ["Filter Material Used in Gain Calibration", "LO", "1"], +(0x0014, 0x3075) => ["Filter Thickness Used in Gain Calibration", "DS", "1"], +(0x0014, 0x3076) => ["Date of Gain Calibration", "DA", "1"], +(0x0014, 0x3077) => ["Time of Gain Calibration", "TM", "1"], +(0x0014, 0x3080) => ["Bad Pixel Image", "OB", "1"], +(0x0014, 0x3099) => ["Calibration Notes", "LT", "1"], +(0x0014, 0x4002) => ["Pulser Equipment Sequence", "SQ", "1"], +(0x0014, 0x4004) => ["Pulser Type", "CS", "1"], +(0x0014, 0x4006) => ["Pulser Notes", "LT", "1"], +(0x0014, 0x4008) => ["Receiver Equipment Sequence", "SQ", "1"], +(0x0014, 0x400a) => ["Amplifier Type", "CS", "1"], +(0x0014, 0x400c) => ["Receiver Notes", "LT", "1"], +(0x0014, 0x400e) => ["Pre-Amplifier Equipment Sequence", "SQ", "1"], +(0x0014, 0x400f) => ["Pre-Amplifier Notes", "LT", "1"], +(0x0014, 0x4010) => ["Transmit Transducer Sequence", "SQ", "1"], +(0x0014, 0x4011) => ["Receive Transducer Sequence", "SQ", "1"], +(0x0014, 0x4012) => ["Number of Elements", "US", "1"], +(0x0014, 0x4013) => ["Element Shape", "CS", "1"], +(0x0014, 0x4014) => ["Element Dimension A", "DS", "1"], +(0x0014, 0x4015) => ["Element Dimension B", "DS", "1"], +(0x0014, 0x4016) => ["Element Pitch A", "DS", "1"], +(0x0014, 0x4017) => ["Measured Beam Dimension A", "DS", "1"], +(0x0014, 0x4018) => ["Measured Beam Dimension B", "DS", "1"], +(0x0014, 0x4019) => ["Location of Measured Beam Diameter", "DS", "1"], +(0x0014, 0x401a) => ["Nominal Frequency", "DS", "1"], +(0x0014, 0x401b) => ["Measured Center Frequency", "DS", "1"], +(0x0014, 0x401c) => ["Measured Bandwidth", "DS", "1"], +(0x0014, 0x401d) => ["Element Pitch B", "DS", "1"], +(0x0014, 0x4020) => ["Pulser Settings Sequence", "SQ", "1"], +(0x0014, 0x4022) => ["Pulse Width", "DS", "1"], +(0x0014, 0x4024) => ["Excitation Frequency", "DS", "1"], +(0x0014, 0x4026) => ["Modulation Type", "CS", "1"], +(0x0014, 0x4028) => ["Damping", "DS", "1"], +(0x0014, 0x4030) => ["Receiver Settings Sequence", "SQ", "1"], +(0x0014, 0x4031) => ["Acquired Soundpath Length", "DS", "1"], +(0x0014, 0x4032) => ["Acquisition Compression Type", "CS", "1"], +(0x0014, 0x4033) => ["Acquisition Sample Size", "IS", "1"], +(0x0014, 0x4034) => ["Rectifier Smoothing", "DS", "1"], +(0x0014, 0x4035) => ["DAC Sequence", "SQ", "1"], +(0x0014, 0x4036) => ["DAC Type", "CS", "1"], +(0x0014, 0x4038) => ["DAC Gain Points", "DS", "1-n"], +(0x0014, 0x403a) => ["DAC Time Points", "DS", "1-n"], +(0x0014, 0x403c) => ["DAC Amplitude", "DS", "1-n"], +(0x0014, 0x4040) => ["Pre-Amplifier Settings Sequence", "SQ", "1"], +(0x0014, 0x4050) => ["Transmit Transducer Settings Sequence", "SQ", "1"], +(0x0014, 0x4051) => ["Receive Transducer Settings Sequence", "SQ", "1"], +(0x0014, 0x4052) => ["Incident Angle", "DS", "1"], +(0x0014, 0x4054) => ["Coupling Technique", "ST", "1"], +(0x0014, 0x4056) => ["Coupling Medium", "ST", "1"], +(0x0014, 0x4057) => ["Coupling Velocity", "DS", "1"], +(0x0014, 0x4058) => ["Probe Center Location X", "DS", "1"], +(0x0014, 0x4059) => ["Probe Center Location Z", "DS", "1"], +(0x0014, 0x405a) => ["Sound Path Length", "DS", "1"], +(0x0014, 0x405c) => ["Delay Law Identifier", "ST", "1"], +(0x0014, 0x4060) => ["Gate Settings Sequence", "SQ", "1"], +(0x0014, 0x4062) => ["Gate Threshold", "DS", "1"], +(0x0014, 0x4064) => ["Velocity of Sound", "DS", "1"], +(0x0014, 0x4070) => ["Calibration Settings Sequence", "SQ", "1"], +(0x0014, 0x4072) => ["Calibration Procedure", "ST", "1"], +(0x0014, 0x4074) => ["Procedure Version", "SH", "1"], +(0x0014, 0x4076) => ["Procedure Creation Date", "DA", "1"], +(0x0014, 0x4078) => ["Procedure Expiration Date", "DA", "1"], +(0x0014, 0x407a) => ["Procedure Last Modified Date", "DA", "1"], +(0x0014, 0x407c) => ["Calibration Time", "TM", "1-n"], +(0x0014, 0x407e) => ["Calibration Date", "DA", "1-n"], +(0x0014, 0x4080) => ["Probe Drive Equipment Sequence", "SQ", "1"], +(0x0014, 0x4081) => ["Drive Type", "CS", "1"], +(0x0014, 0x4082) => ["Probe Drive Notes", "LT", "1"], +(0x0014, 0x4083) => ["Drive Probe Sequence", "SQ", "1"], +(0x0014, 0x4084) => ["Probe Inductance", "DS", "1"], +(0x0014, 0x4085) => ["Probe Resistance", "DS", "1"], +(0x0014, 0x4086) => ["Receive Probe Sequence", "SQ", "1"], +(0x0014, 0x4087) => ["Probe Drive Settings Sequence", "SQ", "1"], +(0x0014, 0x4088) => ["Bridge Resistors", "DS", "1"], +(0x0014, 0x4089) => ["Probe Orientation Angle", "DS", "1"], +(0x0014, 0x408b) => ["User Selected Gain Y", "DS", "1"], +(0x0014, 0x408c) => ["User Selected Phase", "DS", "1"], +(0x0014, 0x408d) => ["User Selected Offset X", "DS", "1"], +(0x0014, 0x408e) => ["User Selected Offset Y", "DS", "1"], +(0x0014, 0x4091) => ["Channel Settings Sequence", "SQ", "1"], +(0x0014, 0x4092) => ["Channel Threshold", "DS", "1"], +(0x0014, 0x409a) => ["Scanner Settings Sequence", "SQ", "1"], +(0x0014, 0x409b) => ["Scan Procedure", "ST", "1"], +(0x0014, 0x409c) => ["Translation Rate X", "DS", "1"], +(0x0014, 0x409d) => ["Translation Rate Y", "DS", "1"], +(0x0014, 0x409f) => ["Channel Overlap", "DS", "1"], +(0x0014, 0x40a0) => ["Image Quality Indicator Type", "LO", "1"], +(0x0014, 0x40a1) => ["Image Quality Indicator Material", "LO", "1"], +(0x0014, 0x40a2) => ["Image Quality Indicator Size", "LO", "1"], +(0x0014, 0x5002) => ["LINAC Energy", "IS", "1"], +(0x0014, 0x5004) => ["LINAC Output", "IS", "1"], +(0x0014, 0x5100) => ["Active Aperture", "US", "1"], +(0x0014, 0x5101) => ["Total Aperture", "DS", "1"], +(0x0014, 0x5102) => ["Aperture Elevation", "DS", "1"], +(0x0014, 0x5103) => ["Main Lobe Angle", "DS", "1"], +(0x0014, 0x5104) => ["Main Roof Angle", "DS", "1"], +(0x0014, 0x5105) => ["Connector Type", "CS", "1"], +(0x0014, 0x5106) => ["Wedge Model Number", "SH", "1"], +(0x0014, 0x5107) => ["Wedge Angle Float", "DS", "1"], +(0x0014, 0x5108) => ["Wedge Roof Angle", "DS", "1"], +(0x0014, 0x5109) => ["Wedge Element 1 Position", "CS", "1"], +(0x0014, 0x510a) => ["Wedge Material Velocity", "DS", "1"], +(0x0014, 0x510b) => ["Wedge Material", "SH", "1"], +(0x0014, 0x510c) => ["Wedge Offset Z", "DS", "1"], +(0x0014, 0x510d) => ["Wedge Origin Offset X", "DS", "1"], +(0x0014, 0x510e) => ["Wedge Time Delay", "DS", "1"], +(0x0014, 0x510f) => ["Wedge Name", "SH", "1"], +(0x0014, 0x5110) => ["Wedge Manufacturer Name", "SH", "1"], +(0x0014, 0x5111) => ["Wedge Description", "LO", "1"], +(0x0014, 0x5112) => ["Nominal Beam Angle", "DS", "1"], +(0x0014, 0x5113) => ["Wedge Offset X", "DS", "1"], +(0x0014, 0x5114) => ["Wedge Offset Y", "DS", "1"], +(0x0014, 0x5115) => ["Wedge Total Length", "DS", "1"], +(0x0014, 0x5116) => ["Wedge In Contact Length", "DS", "1"], +(0x0014, 0x5117) => ["Wedge Front Gap", "DS", "1"], +(0x0014, 0x5118) => ["Wedge Total Height", "DS", "1"], +(0x0014, 0x5119) => ["Wedge Front Height", "DS", "1"], +(0x0014, 0x511a) => ["Wedge Rear Height", "DS", "1"], +(0x0014, 0x511b) => ["Wedge Total Width", "DS", "1"], +(0x0014, 0x511c) => ["Wedge In Contact Width", "DS", "1"], +(0x0014, 0x511d) => ["Wedge Chamfer Height", "DS", "1"], +(0x0014, 0x511e) => ["Wedge Curve", "CS", "1"], +(0x0014, 0x511f) => ["Radius Along the Wedge", "DS", "1"], +(0x0016, 0x0001) => ["White Point", "DS", "1"], +(0x0016, 0x0002) => ["Primary Chromaticities", "DS", "3"], +(0x0016, 0x0003) => ["Battery Level", "UT", "1"], +(0x0016, 0x0004) => ["Exposure Time in Seconds", "DS", "1"], +(0x0016, 0x0005) => ["F-Number", "DS", "1"], +(0x0016, 0x0006) => ["OECF Rows", "IS", "1"], +(0x0016, 0x0007) => ["OECF Columns", "IS", "1"], +(0x0016, 0x0008) => ["OECF Column Names", "UC", "1-n"], +(0x0016, 0x0009) => ["OECF Values", "DS", "1-n"], +(0x0016, 0x000a) => ["Spatial Frequency Response Rows", "IS", "1"], +(0x0016, 0x000b) => ["Spatial Frequency Response Columns", "IS", "1"], +(0x0016, 0x000c) => ["Spatial Frequency Response Column Names", "UC", "1-n"], +(0x0016, 0x000d) => ["Spatial Frequency Response Values", "DS", "1-n"], +(0x0016, 0x000e) => ["Color Filter Array Pattern Rows", "IS", "1"], +(0x0016, 0x000f) => ["Color Filter Array Pattern Columns", "IS", "1"], +(0x0016, 0x0010) => ["Color Filter Array Pattern Values", "DS", "1-n"], +(0x0016, 0x0011) => ["Flash Firing Status", "US", "1"], +(0x0016, 0x0012) => ["Flash Return Status", "US", "1"], +(0x0016, 0x0013) => ["Flash Mode", "US", "1"], +(0x0016, 0x0014) => ["Flash Function Present", "US", "1"], +(0x0016, 0x0015) => ["Flash Red Eye Mode", "US", "1"], +(0x0016, 0x0016) => ["Exposure Program", "US", "1"], +(0x0016, 0x0017) => ["Spectral Sensitivity", "UT", "1"], +(0x0016, 0x0018) => ["Photographic Sensitivity", "IS", "1"], +(0x0016, 0x0019) => ["Self Timer Mode", "IS", "1"], +(0x0016, 0x001a) => ["Sensitivity Type", "US", "1"], +(0x0016, 0x001b) => ["Standard Output Sensitivity", "IS", "1"], +(0x0016, 0x001c) => ["Recommended Exposure Index", "IS", "1"], +(0x0016, 0x001d) => ["ISO Speed​", "IS", "1"], +(0x0016, 0x001e) => ["ISO Speed​​ Latitude yyy", "IS", "1"], +(0x0016, 0x001f) => ["ISO Speed​​ Latitude zzz", "IS", "1"], +(0x0016, 0x0020) => ["EXIF Version", "UT", "1"], +(0x0016, 0x0021) => ["Shutter Speed Value", "DS", "1"], +(0x0016, 0x0022) => ["Aperture Value", "DS", "1"], +(0x0016, 0x0023) => ["Brightness Value", "DS", "1"], +(0x0016, 0x0024) => ["Exposure Bias Value", "DS", "1"], +(0x0016, 0x0025) => ["Max Aperture Value", "DS", "1"], +(0x0016, 0x0026) => ["Subject Distance", "DS", "1"], +(0x0016, 0x0027) => ["Metering Mode", "US", "1"], +(0x0016, 0x0028) => ["Light Source", "US", "1"], +(0x0016, 0x0029) => ["Focal Length", "DS", "1"], +(0x0016, 0x002a) => ["Subject Area", "IS", "2-4"], +(0x0016, 0x002b) => ["Maker Note", "OB", "1"], +(0x0016, 0x0030) => ["Temperature", "DS", "1"], +(0x0016, 0x0031) => ["Humidity", "DS", "1"], +(0x0016, 0x0032) => ["Pressure", "DS", "1"], +(0x0016, 0x0033) => ["Water Depth", "DS", "1"], +(0x0016, 0x0034) => ["Acceleration", "DS", "1"], +(0x0016, 0x0035) => ["Camera Elevation Angle", "DS", "1"], +(0x0016, 0x0036) => ["Flash Energy", "DS", "1-2"], +(0x0016, 0x0037) => ["Subject Location", "IS", "2"], +(0x0016, 0x0038) => ["Photographic Exposure Index", "DS", "1"], +(0x0016, 0x0039) => ["Sensing Method", "US", "1"], +(0x0016, 0x003a) => ["File Source", "US", "1"], +(0x0016, 0x003b) => ["Scene Type", "US", "1"], +(0x0016, 0x0041) => ["Custom Rendered", "US", "1"], +(0x0016, 0x0042) => ["Exposure Mode", "US", "1"], +(0x0016, 0x0043) => ["White Balance", "US", "1"], +(0x0016, 0x0044) => ["Digital Zoom Ratio", "DS", "1"], +(0x0016, 0x0045) => ["Focal Length In 35mm​ Film", "IS", "1"], +(0x0016, 0x0046) => ["Scene Capture Type", "US", "1"], +(0x0016, 0x0047) => ["Gain Control", "US", "1"], +(0x0016, 0x0048) => ["Contrast", "US", "1"], +(0x0016, 0x0049) => ["Saturation", "US", "1"], +(0x0016, 0x004a) => ["Sharpness", "US", "1"], +(0x0016, 0x004b) => ["Device Setting Description", "OB", "1"], +(0x0016, 0x004c) => ["Subject Distance Range", "US", "1"], +(0x0016, 0x004d) => ["Camera Owner Name", "UT", "1"], +(0x0016, 0x004e) => ["Lens Specification", "DS", "4"], +(0x0016, 0x004f) => ["Lens Make", "UT", "1"], +(0x0016, 0x0050) => ["Lens Model", "UT", "1"], +(0x0016, 0x0051) => ["Lens Serial Number", "UT", "1"], +(0x0016, 0x0061) => ["Interoperability Index", "CS", "1"], +(0x0016, 0x0062) => ["Interoperability Version", "OB", "1"], +(0x0016, 0x0070) => ["GPS Version ID", "OB", "1"], +(0x0016, 0x0071) => ["GPS Latitude​ Ref", "CS", "1"], +(0x0016, 0x0072) => ["GPS Latitude​", "DS", "3"], +(0x0016, 0x0073) => ["GPS Longitude Ref", "CS", "1"], +(0x0016, 0x0074) => ["GPS Longitude", "DS", "3"], +(0x0016, 0x0075) => ["GPS Altitude​ Ref", "US", "1"], +(0x0016, 0x0076) => ["GPS Altitude​", "DS", "1"], +(0x0016, 0x0077) => ["GPS Time​ Stamp", "DT", "1"], +(0x0016, 0x0078) => ["GPS Satellites", "UT", "1"], +(0x0016, 0x0079) => ["GPS Status", "CS", "1"], +(0x0016, 0x007a) => ["GPS Measure ​Mode", "CS", "1"], +(0x0016, 0x007b) => ["GPS DOP", "DS", "1"], +(0x0016, 0x007c) => ["GPS Speed​ Ref", "CS", "1"], +(0x0016, 0x007d) => ["GPS Speed​", "DS", "1"], +(0x0016, 0x007e) => ["GPS Track ​Ref", "CS", "1"], +(0x0016, 0x007f) => ["GPS Track", "DS", "1"], +(0x0016, 0x0080) => ["GPS Img​ Direction Ref", "CS", "1"], +(0x0016, 0x0081) => ["GPS Img​ Direction", "DS", "1"], +(0x0016, 0x0082) => ["GPS Map​ Datum", "UT", "1"], +(0x0016, 0x0083) => ["GPS Dest ​Latitude Ref", "CS", "1"], +(0x0016, 0x0084) => ["GPS Dest​ Latitude", "DS", "3"], +(0x0016, 0x0085) => ["GPS Dest​ Longitude Ref", "CS", "1"], +(0x0016, 0x0086) => ["GPS Dest ​Longitude", "DS", "3"], +(0x0016, 0x0087) => ["GPS Dest ​Bearing Ref", "CS", "1"], +(0x0016, 0x0088) => ["GPS Dest ​Bearing", "DS", "1"], +(0x0016, 0x0089) => ["GPS Dest ​Distance Ref", "CS", "1"], +(0x0016, 0x008a) => ["GPS Dest​ Distance", "DS", "1"], +(0x0016, 0x008b) => ["GPS Processing​ Method", "OB", "1"], +(0x0016, 0x008c) => ["GPS Area ​Information", "OB", "1"], +(0x0016, 0x008d) => ["GPS Date​ Stamp", "DT", "1"], +(0x0016, 0x008e) => ["GPS Differential", "IS", "1"], (0x0018, 0x0010) => ["Contrast/Bolus Agent", "LO", "1"], (0x0018, 0x0012) => ["Contrast/Bolus Agent Sequence", "SQ", "1"], +(0x0018, 0x0013) => ["Contrast/Bolus T1 Relaxivity", "FL", "1"], (0x0018, 0x0014) => ["Contrast/Bolus Administration Route Sequence", "SQ", "1"], (0x0018, 0x0015) => ["Body Part Examined", "CS", "1"], (0x0018, 0x0020) => ["Scanning Sequence", "CS", "1-n"], @@ -234,17 +649,24 @@ dcm_dict = Dict( (0x0018, 0x0026) => ["Intervention Drug Information Sequence", "SQ", "1"], (0x0018, 0x0027) => ["Intervention Drug Stop Time", "TM", "1"], (0x0018, 0x0028) => ["Intervention Drug Dose", "DS", "1"], -(0x0018, 0x0029) => ["Intervention Drug Sequence", "SQ", "1"], +(0x0018, 0x0029) => ["Intervention Drug Code Sequence", "SQ", "1"], (0x0018, 0x002a) => ["Additional Drug Sequence", "SQ", "1"], +(0x0018, 0x0030) => ["Radionuclide", "LO", "1-n"], (0x0018, 0x0031) => ["Radiopharmaceutical", "LO", "1"], +(0x0018, 0x0032) => ["Energy Window Centerline", "DS", "1"], +(0x0018, 0x0033) => ["Energy Window Total Width", "DS", "1-n"], (0x0018, 0x0034) => ["Intervention Drug Name", "LO", "1"], (0x0018, 0x0035) => ["Intervention Drug Start Time", "TM", "1"], (0x0018, 0x0036) => ["Intervention Sequence", "SQ", "1"], +(0x0018, 0x0037) => ["Therapy Type", "CS", "1"], (0x0018, 0x0038) => ["Intervention Status", "CS", "1"], +(0x0018, 0x0039) => ["Therapy Description", "CS", "1"], (0x0018, 0x003a) => ["Intervention Description", "ST", "1"], (0x0018, 0x0040) => ["Cine Rate", "IS", "1"], +(0x0018, 0x0042) => ["Initial Cine Run State", "CS", "1"], (0x0018, 0x0050) => ["Slice Thickness", "DS", "1"], (0x0018, 0x0060) => ["KVP", "DS", "1"], +(0x0018, 0x0061) => ["", "DS", "1"], (0x0018, 0x0070) => ["Counts Accumulated", "IS", "1"], (0x0018, 0x0071) => ["Acquisition Termination Condition", "CS", "1"], (0x0018, 0x0072) => ["Effective Duration", "DS", "1"], @@ -267,7 +689,16 @@ dcm_dict = Dict( (0x0018, 0x0094) => ["Percent Phase Field of View", "DS", "1"], (0x0018, 0x0095) => ["Pixel Bandwidth", "DS", "1"], (0x0018, 0x1000) => ["Device Serial Number", "LO", "1"], +(0x0018, 0x1002) => ["Device UID", "UI", "1"], +(0x0018, 0x1003) => ["Device ID", "LO", "1"], (0x0018, 0x1004) => ["Plate ID", "LO", "1"], +(0x0018, 0x1005) => ["Generator ID", "LO", "1"], +(0x0018, 0x1006) => ["Grid ID", "LO", "1"], +(0x0018, 0x1007) => ["Cassette ID", "LO", "1"], +(0x0018, 0x1008) => ["Gantry ID", "LO", "1"], +(0x0018, 0x1009) => ["Unique Device Identifier", "UT", "1"], +(0x0018, 0x100a) => ["UDI Sequence", "SQ", "1"], +(0x0018, 0x100b) => ["Manufacturer's Device Class UID", "UI", "1-n"], (0x0018, 0x1010) => ["Secondary Capture Device ID", "LO", "1"], (0x0018, 0x1011) => ["Hardcopy Creation Device ID", "LO", "1"], (0x0018, 0x1012) => ["Date of Secondary Capture", "DA", "1"], @@ -275,10 +706,10 @@ dcm_dict = Dict( (0x0018, 0x1016) => ["Secondary Capture Device Manufacturer", "LO", "1"], (0x0018, 0x1017) => ["Hardcopy Device Manufacturer", "LO", "1"], (0x0018, 0x1018) => ["Secondary Capture Device Manufacturer's Model Name", "LO", "1"], -(0x0018, 0x1019) => ["Secondary Capture Device Software Version(s)", "LO", "1-n"], +(0x0018, 0x1019) => ["Secondary Capture Device Software Versions", "LO", "1-n"], (0x0018, 0x101a) => ["Hardcopy Device Software Version", "LO", "1-n"], -(0x0018, 0x101b) => ["Hardcopy Device Manfuacturer's Model Name", "LO", "1"], -(0x0018, 0x1020) => ["Software Version(s)", "LO", "1-n"], +(0x0018, 0x101b) => ["Hardcopy Device Manufacturer's Model Name", "LO", "1"], +(0x0018, 0x1020) => ["Software Versions", "LO", "1-n"], (0x0018, 0x1022) => ["Video Image Format Acquired", "SH", "1"], (0x0018, 0x1023) => ["Digital Image Format Acquired", "LO", "1"], (0x0018, 0x1030) => ["Protocol Name", "LO", "1"], @@ -297,7 +728,7 @@ dcm_dict = Dict( (0x0018, 0x1061) => ["Trigger Source or Type", "LO", "1"], (0x0018, 0x1062) => ["Nominal Interval", "IS", "1"], (0x0018, 0x1063) => ["Frame Time", "DS", "1"], -(0x0018, 0x1064) => ["Framing Type", "LO", "1"], +(0x0018, 0x1064) => ["Cardiac Framing Type", "LO", "1"], (0x0018, 0x1065) => ["Frame Time Vector", "DS", "1-n"], (0x0018, 0x1066) => ["Frame Delay", "DS", "1"], (0x0018, 0x1067) => ["Image Trigger Delay", "DS", "1"], @@ -314,6 +745,8 @@ dcm_dict = Dict( (0x0018, 0x1075) => ["Radionuclide Half Life", "DS", "1"], (0x0018, 0x1076) => ["Radionuclide Positron Fraction", "DS", "1"], (0x0018, 0x1077) => ["Radiopharmaceutical Specific Activity", "DS", "1"], +(0x0018, 0x1078) => ["Radiopharmaceutical Start DateTime", "DT", "1"], +(0x0018, 0x1079) => ["Radiopharmaceutical Stop DateTime", "DT", "1"], (0x0018, 0x1080) => ["Beat Rejection Flag", "CS", "1"], (0x0018, 0x1081) => ["Low R-R Value", "IS", "1"], (0x0018, 0x1082) => ["High R-R Value", "IS", "1"], @@ -344,17 +777,18 @@ dcm_dict = Dict( (0x0018, 0x1143) => ["Scan Arc", "DS", "1"], (0x0018, 0x1144) => ["Angular Step", "DS", "1"], (0x0018, 0x1145) => ["Center of Rotation Offset", "DS", "1"], +(0x0018, 0x1146) => ["Rotation Offset", "DS", "1-n"], (0x0018, 0x1147) => ["Field of View Shape", "CS", "1"], (0x0018, 0x1149) => ["Field of View Dimension(s)", "IS", "1-2"], (0x0018, 0x1150) => ["Exposure Time", "IS", "1"], -(0x0018, 0x1151) => ["X-ray Tube Current", "IS", "1"], +(0x0018, 0x1151) => ["X-Ray Tube Current", "IS", "1"], (0x0018, 0x1152) => ["Exposure", "IS", "1"], -(0x0018, 0x1153) => ["Exposure in uAs", "IS", "1"], +(0x0018, 0x1153) => ["Exposure in µAs", "IS", "1"], (0x0018, 0x1154) => ["Average Pulse Width", "DS", "1"], (0x0018, 0x1155) => ["Radiation Setting", "CS", "1"], (0x0018, 0x1156) => ["Rectification Type", "CS", "1"], (0x0018, 0x115a) => ["Radiation Mode", "CS", "1"], -(0x0018, 0x115e) => ["Image Area Dose Product", "DS", "1"], +(0x0018, 0x115e) => ["Image and Fluoroscopy Area Dose Product", "DS", "1"], (0x0018, 0x1160) => ["Filter Type", "SH", "1"], (0x0018, 0x1161) => ["Type of Filters", "LO", "1-n"], (0x0018, 0x1162) => ["Intensifier Size", "DS", "1"], @@ -370,9 +804,14 @@ dcm_dict = Dict( (0x0018, 0x1191) => ["Anode Target Material", "CS", "1"], (0x0018, 0x11a0) => ["Body Part Thickness", "DS", "1"], (0x0018, 0x11a2) => ["Compression Force", "DS", "1"], +(0x0018, 0x11a3) => ["Compression Pressure", "DS", "1"], +(0x0018, 0x11a4) => ["Paddle Description", "LO", "1"], +(0x0018, 0x11a5) => ["Compression Contact Area", "DS", "1"], (0x0018, 0x1200) => ["Date of Last Calibration", "DA", "1-n"], (0x0018, 0x1201) => ["Time of Last Calibration", "TM", "1-n"], +(0x0018, 0x1202) => ["DateTime of Last Calibration", "DT", "1"], (0x0018, 0x1210) => ["Convolution Kernel", "SH", "1-n"], +(0x0018, 0x1240) => ["Upper/Lower Pixel Values", "IS", "1-n"], (0x0018, 0x1242) => ["Actual Frame Duration", "IS", "1"], (0x0018, 0x1243) => ["Count Rate", "IS", "1"], (0x0018, 0x1244) => ["Preferred Playback Sequencing", "US", "1"], @@ -380,6 +819,8 @@ dcm_dict = Dict( (0x0018, 0x1251) => ["Transmit Coil Name", "SH", "1"], (0x0018, 0x1260) => ["Plate Type", "SH", "1"], (0x0018, 0x1261) => ["Phosphor Type", "LO", "1"], +(0x0018, 0x1271) => ["Water Equivalent Diameter", "FD", "1"], +(0x0018, 0x1272) => ["Water Equivalent Diameter Calculation Method Code Sequence", "SQ", "1"], (0x0018, 0x1300) => ["Scan Velocity", "DS", "1"], (0x0018, 0x1301) => ["Whole Body Technique", "CS", "1-n"], (0x0018, 0x1302) => ["Scan Length", "IS", "1"], @@ -389,12 +830,16 @@ dcm_dict = Dict( (0x0018, 0x1315) => ["Variable Flip Angle Flag", "CS", "1"], (0x0018, 0x1316) => ["SAR", "DS", "1"], (0x0018, 0x1318) => ["dB/dt", "DS", "1"], +(0x0018, 0x1320) => ["B1rms", "FL", "1"], (0x0018, 0x1400) => ["Acquisition Device Processing Description", "LO", "1"], (0x0018, 0x1401) => ["Acquisition Device Processing Code", "LO", "1"], (0x0018, 0x1402) => ["Cassette Orientation", "CS", "1"], (0x0018, 0x1403) => ["Cassette Size", "CS", "1"], (0x0018, 0x1404) => ["Exposures on Plate", "US", "1"], -(0x0018, 0x1405) => ["Relative X-ray Exposure", "IS", "1"], +(0x0018, 0x1405) => ["Relative X-Ray Exposure", "IS", "1"], +(0x0018, 0x1411) => ["Exposure Index", "DS", "1"], +(0x0018, 0x1412) => ["Target Exposure Index", "DS", "1"], +(0x0018, 0x1413) => ["Deviation Index", "DS", "1"], (0x0018, 0x1450) => ["Column Angulation", "DS", "1"], (0x0018, 0x1460) => ["Tomo Layer Height", "DS", "1"], (0x0018, 0x1470) => ["Tomo Angle", "DS", "1"], @@ -420,6 +865,16 @@ dcm_dict = Dict( (0x0018, 0x1620) => ["Vertices of the Polygonal Shutter", "IS", "2-2n"], (0x0018, 0x1622) => ["Shutter Presentation Value", "US", "1"], (0x0018, 0x1623) => ["Shutter Overlay Group", "US", "1"], +(0x0018, 0x1624) => ["Shutter Presentation Color CIELab Value", "US", "3"], +(0x0018, 0x1630) => ["Outline Shape Type", "CS", "1"], +(0x0018, 0x1631) => ["Outline Left Vertical Edge", "FD", "1"], +(0x0018, 0x1632) => ["Outline Right Vertical Edge", "FD", "1"], +(0x0018, 0x1633) => ["Outline Upper Horizontal Edge", "FD", "1"], +(0x0018, 0x1634) => ["Outline Lower Horizontal Edge", "FD", "1"], +(0x0018, 0x1635) => ["Center of Circular Outline", "FD", "2"], +(0x0018, 0x1636) => ["Diameter of Circular Outline", "FD", "1"], +(0x0018, 0x1637) => ["Number of Polygonal Vertices", "UL", "1"], +(0x0018, 0x1638) => ["Vertices of the Polygonal Outline", "OF", "1"], (0x0018, 0x1700) => ["Collimator Shape", "CS", "1-3"], (0x0018, 0x1702) => ["Collimator Left Vertical Edge", "IS", "1"], (0x0018, 0x1704) => ["Collimator Right Vertical Edge", "IS", "1"], @@ -441,14 +896,21 @@ dcm_dict = Dict( (0x0018, 0x2010) => ["Nominal Scanned Pixel Spacing", "DS", "2"], (0x0018, 0x2020) => ["Digitizing Device Transport Direction", "CS", "1"], (0x0018, 0x2030) => ["Rotation of Scanned Film", "DS", "1"], +(0x0018, 0x2041) => ["Biopsy Target Sequence", "SQ", "1"], +(0x0018, 0x2042) => ["Target UID", "UI", "1"], +(0x0018, 0x2043) => ["Localizing Cursor Position", "FL", "2"], +(0x0018, 0x2044) => ["Calculated Target Position", "FL", "3"], +(0x0018, 0x2045) => ["Target Label", "SH", "1"], +(0x0018, 0x2046) => ["Displayed Z Value", "FL", "1"], (0x0018, 0x3100) => ["IVUS Acquisition", "CS", "1"], (0x0018, 0x3101) => ["IVUS Pullback Rate", "DS", "1"], (0x0018, 0x3102) => ["IVUS Gated Rate", "DS", "1"], (0x0018, 0x3103) => ["IVUS Pullback Start Frame Number", "IS", "1"], (0x0018, 0x3104) => ["IVUS Pullback Stop Frame Number", "IS", "1"], (0x0018, 0x3105) => ["Lesion Number", "IS", "1-n"], +(0x0018, 0x4000) => ["Acquisition Comments", "LT", "1"], (0x0018, 0x5000) => ["Output Power", "SH", "1-n"], -(0x0018, 0x5010) => ["Transducer Data", "LO", "3"], +(0x0018, 0x5010) => ["Transducer Data", "LO", "1-n"], (0x0018, 0x5012) => ["Focus Depth", "DS", "1"], (0x0018, 0x5020) => ["Processing Function", "LO", "1"], (0x0018, 0x5021) => ["Postprocessing Function", "LO", "1"], @@ -458,10 +920,14 @@ dcm_dict = Dict( (0x0018, 0x5027) => ["Soft Tissue Thermal Index", "DS", "1"], (0x0018, 0x5028) => ["Soft Tissue-focus Thermal Index", "DS", "1"], (0x0018, 0x5029) => ["Soft Tissue-surface Thermal Index", "DS", "1"], +(0x0018, 0x5030) => ["Dynamic Range", "DS", "1"], +(0x0018, 0x5040) => ["Total Gain", "DS", "1"], (0x0018, 0x5050) => ["Depth of Scan Field", "IS", "1"], (0x0018, 0x5100) => ["Patient Position", "CS", "1"], (0x0018, 0x5101) => ["View Position", "CS", "1"], (0x0018, 0x5104) => ["Projection Eponymous Name Code Sequence", "SQ", "1"], +(0x0018, 0x5210) => ["Image Transformation Matrix", "DS", "6"], +(0x0018, 0x5212) => ["Image Translation Vector", "DS", "3"], (0x0018, 0x6000) => ["Sensitivity", "DS", "1"], (0x0018, 0x6011) => ["Sequence of Ultrasound Regions", "SQ", "1"], (0x0018, 0x6012) => ["Region Spatial Format", "US", "1"], @@ -484,11 +950,17 @@ dcm_dict = Dict( (0x0018, 0x6032) => ["Pulse Repetition Frequency", "UL", "1"], (0x0018, 0x6034) => ["Doppler Correction Angle", "FD", "1"], (0x0018, 0x6036) => ["Steering Angle", "FD", "1"], +(0x0018, 0x6038) => ["Doppler Sample Volume X Position (Retired)", "UL", "1"], (0x0018, 0x6039) => ["Doppler Sample Volume X Position", "SL", "1"], +(0x0018, 0x603a) => ["Doppler Sample Volume Y Position (Retired)", "UL", "1"], (0x0018, 0x603b) => ["Doppler Sample Volume Y Position", "SL", "1"], +(0x0018, 0x603c) => ["TM-Line Position X0 (Retired)", "UL", "1"], (0x0018, 0x603d) => ["TM-Line Position X0", "SL", "1"], +(0x0018, 0x603e) => ["TM-Line Position Y0 (Retired)", "UL", "1"], (0x0018, 0x603f) => ["TM-Line Position Y0", "SL", "1"], +(0x0018, 0x6040) => ["TM-Line Position X1 (Retired)", "UL", "1"], (0x0018, 0x6041) => ["TM-Line Position X1", "SL", "1"], +(0x0018, 0x6042) => ["TM-Line Position Y1 (Retired)", "UL", "1"], (0x0018, 0x6043) => ["TM-Line Position Y1", "SL", "1"], (0x0018, 0x6044) => ["Pixel Component Organization", "US", "1"], (0x0018, 0x6046) => ["Pixel Component Mask", "UL", "1"], @@ -528,6 +1000,8 @@ dcm_dict = Dict( (0x0018, 0x7030) => ["Field of View Origin", "DS", "2"], (0x0018, 0x7032) => ["Field of View Rotation", "DS", "1"], (0x0018, 0x7034) => ["Field of View Horizontal Flip", "CS", "1"], +(0x0018, 0x7036) => ["Pixel Data Area Origin Relative To FOV", "FL", "2"], +(0x0018, 0x7038) => ["Pixel Data Area Rotation Angle Relative To FOV", "FL", "1"], (0x0018, 0x7040) => ["Grid Absorbing Material", "LT", "1"], (0x0018, 0x7041) => ["Grid Spacing Material", "LT", "1"], (0x0018, 0x7042) => ["Grid Thickness", "DS", "1"], @@ -538,12 +1012,14 @@ dcm_dict = Dict( (0x0018, 0x7050) => ["Filter Material", "CS", "1-n"], (0x0018, 0x7052) => ["Filter Thickness Minimum", "DS", "1-n"], (0x0018, 0x7054) => ["Filter Thickness Maximum", "DS", "1-n"], +(0x0018, 0x7056) => ["Filter Beam Path Length Minimum", "FL", "1-n"], +(0x0018, 0x7058) => ["Filter Beam Path Length Maximum", "FL", "1-n"], (0x0018, 0x7060) => ["Exposure Control Mode", "CS", "1"], (0x0018, 0x7062) => ["Exposure Control Mode Description", "LT", "1"], (0x0018, 0x7064) => ["Exposure Status", "CS", "1"], (0x0018, 0x7065) => ["Phototimer Setting", "DS", "1"], -(0x0018, 0x8150) => ["Exposure Time in XS", "DS", "1"], -(0x0018, 0x8151) => ["X-Ray Tube Current in XA", "DS", "1"], +(0x0018, 0x8150) => ["Exposure Time in µS", "DS", "1"], +(0x0018, 0x8151) => ["X-Ray Tube Current in µA", "DS", "1"], (0x0018, 0x9004) => ["Content Qualification", "CS", "1"], (0x0018, 0x9005) => ["Pulse Sequence Name", "SH", "1"], (0x0018, 0x9006) => ["MR Imaging Modifier Sequence", "SQ", "1"], @@ -596,12 +1072,12 @@ dcm_dict = Dict( (0x0018, 0x9063) => ["De-coupling Chemical Shift Reference", "FD", "1-2"], (0x0018, 0x9064) => ["k-space Filtering", "CS", "1"], (0x0018, 0x9065) => ["Time Domain Filtering", "CS", "1-2"], -(0x0018, 0x9066) => ["Number of Zero fills", "US", "1-2"], +(0x0018, 0x9066) => ["Number of Zero Fills", "US", "1-2"], (0x0018, 0x9067) => ["Baseline Correction", "CS", "1"], (0x0018, 0x9069) => ["Parallel Reduction Factor In-plane", "FD", "1"], (0x0018, 0x9070) => ["Cardiac R-R Interval Specified", "FD", "1"], (0x0018, 0x9073) => ["Acquisition Duration", "FD", "1"], -(0x0018, 0x9074) => ["Frame Acquisition Datetime", "DT", "1"], +(0x0018, 0x9074) => ["Frame Acquisition DateTime", "DT", "1"], (0x0018, 0x9075) => ["Diffusion Directionality", "CS", "1"], (0x0018, 0x9076) => ["Diffusion Gradient Direction Sequence", "SQ", "1"], (0x0018, 0x9077) => ["Parallel Acquisition", "CS", "1"], @@ -617,9 +1093,11 @@ dcm_dict = Dict( (0x0018, 0x9089) => ["Diffusion Gradient Orientation", "FD", "3"], (0x0018, 0x9090) => ["Velocity Encoding Direction", "FD", "3"], (0x0018, 0x9091) => ["Velocity Encoding Minimum Value", "FD", "1"], +(0x0018, 0x9092) => ["Velocity Encoding Acquisition Sequence", "SQ", "1"], (0x0018, 0x9093) => ["Number of k-Space Trajectories", "US", "1"], (0x0018, 0x9094) => ["Coverage of k-Space", "CS", "1"], (0x0018, 0x9095) => ["Spectroscopy Acquisition Phase Rows", "UL", "1"], +(0x0018, 0x9096) => ["Parallel Reduction Factor In-plane (Retired)", "FD", "1"], (0x0018, 0x9098) => ["Transmitter Frequency", "FD", "1-2"], (0x0018, 0x9100) => ["Resonant Nucleus", "CS", "1-2"], (0x0018, 0x9101) => ["Frequency Correction", "CS", "1"], @@ -632,13 +1110,13 @@ dcm_dict = Dict( (0x0018, 0x9114) => ["MR Echo Sequence", "SQ", "1"], (0x0018, 0x9115) => ["MR Modifier Sequence", "SQ", "1"], (0x0018, 0x9117) => ["MR Diffusion Sequence", "SQ", "1"], -(0x0018, 0x9118) => ["Cardiac Trigger Sequence", "SQ", "1"], +(0x0018, 0x9118) => ["Cardiac Synchronization Sequence", "SQ", "1"], (0x0018, 0x9119) => ["MR Averages Sequence", "SQ", "1"], (0x0018, 0x9125) => ["MR FOV/Geometry Sequence", "SQ", "1"], (0x0018, 0x9126) => ["Volume Localization Sequence", "SQ", "1"], (0x0018, 0x9127) => ["Spectroscopy Acquisition Data Columns", "UL", "1"], (0x0018, 0x9147) => ["Diffusion Anisotropy Type", "CS", "1"], -(0x0018, 0x9151) => ["Frame Reference Datetime", "DT", "1"], +(0x0018, 0x9151) => ["Frame Reference DateTime", "DT", "1"], (0x0018, 0x9152) => ["MR Metabolite Map Sequence", "SQ", "1"], (0x0018, 0x9155) => ["Parallel Reduction Factor out-of-plane", "FD", "1"], (0x0018, 0x9159) => ["Spectroscopy Acquisition Out-of-plane Phase Steps", "UL", "1"], @@ -660,8 +1138,10 @@ dcm_dict = Dict( (0x0018, 0x9182) => ["Gradient Output", "FD", "1"], (0x0018, 0x9183) => ["Flow Compensation Direction", "CS", "1"], (0x0018, 0x9184) => ["Tagging Delay", "FD", "1"], -(0x0018, 0x9195) => ["Chemical Shifts Minimum Integration Limit in Hz", "FD", "1", "Retired"], -(0x0018, 0x9196) => ["Chemical Shifts Maximum Integration Limit in Hz", "FD", "1", "Retired"], +(0x0018, 0x9185) => ["Respiratory Motion Compensation Technique Description", "ST", "1"], +(0x0018, 0x9186) => ["Respiratory Signal Source ID", "SH", "1"], +(0x0018, 0x9195) => ["Chemical Shift Minimum Integration Limit in Hz", "FD", "1"], +(0x0018, 0x9196) => ["Chemical Shift Maximum Integration Limit in Hz", "FD", "1"], (0x0018, 0x9197) => ["MR Velocity Encoding Sequence", "SQ", "1"], (0x0018, 0x9198) => ["First Order Phase Correction", "CS", "1"], (0x0018, 0x9199) => ["Water Referenced Phase Correction", "CS", "1"], @@ -680,8 +1160,27 @@ dcm_dict = Dict( (0x0018, 0x9239) => ["Specific Absorption Rate Sequence", "SQ", "1"], (0x0018, 0x9240) => ["RF Echo Train Length", "US", "1"], (0x0018, 0x9241) => ["Gradient Echo Train Length", "US", "1"], -(0x0018, 0x9295) => ["Chemical Shifts Minimum Integration Limit in ppm", "FD", "1"], -(0x0018, 0x9296) => ["Chemical Shifts Maximum Integration Limit in ppm", "FD", "1"], +(0x0018, 0x9250) => ["Arterial Spin Labeling Contrast", "CS", "1"], +(0x0018, 0x9251) => ["MR Arterial Spin Labeling Sequence", "SQ", "1"], +(0x0018, 0x9252) => ["ASL Technique Description", "LO", "1"], +(0x0018, 0x9253) => ["ASL Slab Number", "US", "1"], +(0x0018, 0x9254) => ["ASL Slab Thickness", "FD", "1"], +(0x0018, 0x9255) => ["ASL Slab Orientation", "FD", "3"], +(0x0018, 0x9256) => ["ASL Mid Slab Position", "FD", "3"], +(0x0018, 0x9257) => ["ASL Context", "CS", "1"], +(0x0018, 0x9258) => ["ASL Pulse Train Duration", "UL", "1"], +(0x0018, 0x9259) => ["ASL Crusher Flag", "CS", "1"], +(0x0018, 0x925a) => ["ASL Crusher Flow Limit", "FD", "1"], +(0x0018, 0x925b) => ["ASL Crusher Description", "LO", "1"], +(0x0018, 0x925c) => ["ASL Bolus Cut-off Flag", "CS", "1"], +(0x0018, 0x925d) => ["ASL Bolus Cut-off Timing Sequence", "SQ", "1"], +(0x0018, 0x925e) => ["ASL Bolus Cut-off Technique", "LO", "1"], +(0x0018, 0x925f) => ["ASL Bolus Cut-off Delay Time", "UL", "1"], +(0x0018, 0x9260) => ["ASL Slab Sequence", "SQ", "1"], +(0x0018, 0x9295) => ["Chemical Shift Minimum Integration Limit in ppm", "FD", "1"], +(0x0018, 0x9296) => ["Chemical Shift Maximum Integration Limit in ppm", "FD", "1"], +(0x0018, 0x9297) => ["Water Reference Acquisition", "CS", "1"], +(0x0018, 0x9298) => ["Echo Peak Position", "IS", "1"], (0x0018, 0x9301) => ["CT Acquisition Type Sequence", "SQ", "1"], (0x0018, 0x9302) => ["Acquisition Type", "CS", "1"], (0x0018, 0x9303) => ["Tube Angle", "FD", "1"], @@ -704,9 +1203,9 @@ dcm_dict = Dict( (0x0018, 0x9320) => ["Image Filter", "SH", "1"], (0x0018, 0x9321) => ["CT Exposure Sequence", "SQ", "1"], (0x0018, 0x9322) => ["Reconstruction Pixel Spacing", "FD", "2"], -(0x0018, 0x9323) => ["Exposure Modulation Type", "CS", "1"], +(0x0018, 0x9323) => ["Exposure Modulation Type", "CS", "1-n"], (0x0018, 0x9324) => ["Estimated Dose Saving", "FD", "1"], -(0x0018, 0x9325) => ["CT X-ray Details Sequence", "SQ", "1"], +(0x0018, 0x9325) => ["CT X-Ray Details Sequence", "SQ", "1"], (0x0018, 0x9326) => ["CT Position Sequence", "SQ", "1"], (0x0018, 0x9327) => ["Table Position", "FD", "1"], (0x0018, 0x9328) => ["Exposure Time in ms", "FD", "1"], @@ -725,9 +1224,267 @@ dcm_dict = Dict( (0x0018, 0x9344) => ["Contrast/Bolus Agent Phase", "CS", "1"], (0x0018, 0x9345) => ["CTDIvol", "FD", "1"], (0x0018, 0x9346) => ["CTDI Phantom Type Code Sequence", "SQ", "1"], +(0x0018, 0x9351) => ["Calcium Scoring Mass Factor Patient", "FL", "1"], (0x0018, 0x9352) => ["Calcium Scoring Mass Factor Device", "FL", "3"], (0x0018, 0x9353) => ["Energy Weighting Factor", "FL", "1"], (0x0018, 0x9360) => ["CT Additional X-Ray Source Sequence", "SQ", "1"], +(0x0018, 0x9361) => ["Multi-energy CT Acquisition", "CS", "1"], +(0x0018, 0x9362) => ["Multi-energy CT Acquisition Sequence", "SQ", "1"], +(0x0018, 0x9363) => ["Multi-energy CT Processing Sequence", "SQ", "1"], +(0x0018, 0x9364) => ["Multi-energy CT Characteristics Sequence", "SQ", "1"], +(0x0018, 0x9365) => ["Multi-energy CT X-Ray Source Sequence", "SQ", "1"], +(0x0018, 0x9366) => ["X-Ray Source Index", "US", "1"], +(0x0018, 0x9367) => ["X-Ray Source ID", "UC", "1"], +(0x0018, 0x9368) => ["Multi-energy Source Technique", "CS", "1"], +(0x0018, 0x9369) => ["Source Start DateTime", "DT", "1"], +(0x0018, 0x936a) => ["Source End DateTime", "DT", "1"], +(0x0018, 0x936b) => ["Switching Phase Number", "US", "1"], +(0x0018, 0x936c) => ["Switching Phase Nominal Duration", "DS", "1"], +(0x0018, 0x936d) => ["Switching Phase Transition Duration", "DS", "1"], +(0x0018, 0x936e) => ["Effective Bin Energy", "DS", "1"], +(0x0018, 0x936f) => ["Multi-energy CT X-Ray Detector Sequence", "SQ", "1"], +(0x0018, 0x9370) => ["X-Ray Detector Index", "US", "1"], +(0x0018, 0x9371) => ["X-Ray Detector ID", "UC", "1"], +(0x0018, 0x9372) => ["Multi-energy Detector Type", "CS", "1"], +(0x0018, 0x9373) => ["X-Ray Detector Label", "ST", "1"], +(0x0018, 0x9374) => ["Nominal Max Energy", "DS", "1"], +(0x0018, 0x9375) => ["Nominal Min Energy", "DS", "1"], +(0x0018, 0x9376) => ["Referenced X-Ray Detector Index", "US", "1-n"], +(0x0018, 0x9377) => ["Referenced X-Ray Source Index", "US", "1-n"], +(0x0018, 0x9378) => ["Referenced Path Index", "US", "1-n"], +(0x0018, 0x9379) => ["Multi-energy CT Path Sequence", "SQ", "1"], +(0x0018, 0x937a) => ["Multi-energy CT Path Index", "US", "1"], +(0x0018, 0x937b) => ["Multi-energy Acquisition Description", "UT", "1"], +(0x0018, 0x937c) => ["Monoenergetic Energy Equivalent", "FD", "1"], +(0x0018, 0x937d) => ["Material Code Sequence", "SQ", "1"], +(0x0018, 0x937e) => ["Decomposition Method", "CS", "1"], +(0x0018, 0x937f) => ["Decomposition Description", "UT", "1"], +(0x0018, 0x9380) => ["Decomposition Algorithm Identification Sequence", "SQ", "1"], +(0x0018, 0x9381) => ["Decomposition Material Sequence", "SQ", "1"], +(0x0018, 0x9382) => ["Material Attenuation Sequence", "SQ", "1"], +(0x0018, 0x9383) => ["Photon Energy", "DS", "1"], +(0x0018, 0x9384) => ["X-Ray Mass Attenuation Coefficient", "DS", "1"], +(0x0018, 0x9401) => ["Projection Pixel Calibration Sequence", "SQ", "1"], +(0x0018, 0x9402) => ["Distance Source to Isocenter", "FL", "1"], +(0x0018, 0x9403) => ["Distance Object to Table Top", "FL", "1"], +(0x0018, 0x9404) => ["Object Pixel Spacing in Center of Beam", "FL", "2"], +(0x0018, 0x9405) => ["Positioner Position Sequence", "SQ", "1"], +(0x0018, 0x9406) => ["Table Position Sequence", "SQ", "1"], +(0x0018, 0x9407) => ["Collimator Shape Sequence", "SQ", "1"], +(0x0018, 0x9410) => ["Planes in Acquisition", "CS", "1"], +(0x0018, 0x9412) => ["XA/XRF Frame Characteristics Sequence", "SQ", "1"], +(0x0018, 0x9417) => ["Frame Acquisition Sequence", "SQ", "1"], +(0x0018, 0x9420) => ["X-Ray Receptor Type", "CS", "1"], +(0x0018, 0x9423) => ["Acquisition Protocol Name", "LO", "1"], +(0x0018, 0x9424) => ["Acquisition Protocol Description", "LT", "1"], +(0x0018, 0x9425) => ["Contrast/Bolus Ingredient Opaque", "CS", "1"], +(0x0018, 0x9426) => ["Distance Receptor Plane to Detector Housing", "FL", "1"], +(0x0018, 0x9427) => ["Intensifier Active Shape", "CS", "1"], +(0x0018, 0x9428) => ["Intensifier Active Dimension(s)", "FL", "1-2"], +(0x0018, 0x9429) => ["Physical Detector Size", "FL", "2"], +(0x0018, 0x9430) => ["Position of Isocenter Projection", "FL", "2"], +(0x0018, 0x9432) => ["Field of View Sequence", "SQ", "1"], +(0x0018, 0x9433) => ["Field of View Description", "LO", "1"], +(0x0018, 0x9434) => ["Exposure Control Sensing Regions Sequence", "SQ", "1"], +(0x0018, 0x9435) => ["Exposure Control Sensing Region Shape", "CS", "1"], +(0x0018, 0x9436) => ["Exposure Control Sensing Region Left Vertical Edge", "SS", "1"], +(0x0018, 0x9437) => ["Exposure Control Sensing Region Right Vertical Edge", "SS", "1"], +(0x0018, 0x9438) => ["Exposure Control Sensing Region Upper Horizontal Edge", "SS", "1"], +(0x0018, 0x9439) => ["Exposure Control Sensing Region Lower Horizontal Edge", "SS", "1"], +(0x0018, 0x9440) => ["Center of Circular Exposure Control Sensing Region", "SS", "2"], +(0x0018, 0x9441) => ["Radius of Circular Exposure Control Sensing Region", "US", "1"], +(0x0018, 0x9442) => ["Vertices of the Polygonal Exposure Control Sensing Region", "SS", "2-n"], +(0x0018, 0x9445) => ["", "", ""], +(0x0018, 0x9447) => ["Column Angulation (Patient)", "FL", "1"], +(0x0018, 0x9449) => ["Beam Angle", "FL", "1"], +(0x0018, 0x9451) => ["Frame Detector Parameters Sequence", "SQ", "1"], +(0x0018, 0x9452) => ["Calculated Anatomy Thickness", "FL", "1"], +(0x0018, 0x9455) => ["Calibration Sequence", "SQ", "1"], +(0x0018, 0x9456) => ["Object Thickness Sequence", "SQ", "1"], +(0x0018, 0x9457) => ["Plane Identification", "CS", "1"], +(0x0018, 0x9461) => ["Field of View Dimension(s) in Float", "FL", "1-2"], +(0x0018, 0x9462) => ["Isocenter Reference System Sequence", "SQ", "1"], +(0x0018, 0x9463) => ["Positioner Isocenter Primary Angle", "FL", "1"], +(0x0018, 0x9464) => ["Positioner Isocenter Secondary Angle", "FL", "1"], +(0x0018, 0x9465) => ["Positioner Isocenter Detector Rotation Angle", "FL", "1"], +(0x0018, 0x9466) => ["Table X Position to Isocenter", "FL", "1"], +(0x0018, 0x9467) => ["Table Y Position to Isocenter", "FL", "1"], +(0x0018, 0x9468) => ["Table Z Position to Isocenter", "FL", "1"], +(0x0018, 0x9469) => ["Table Horizontal Rotation Angle", "FL", "1"], +(0x0018, 0x9470) => ["Table Head Tilt Angle", "FL", "1"], +(0x0018, 0x9471) => ["Table Cradle Tilt Angle", "FL", "1"], +(0x0018, 0x9472) => ["Frame Display Shutter Sequence", "SQ", "1"], +(0x0018, 0x9473) => ["Acquired Image Area Dose Product", "FL", "1"], +(0x0018, 0x9474) => ["C-arm Positioner Tabletop Relationship", "CS", "1"], +(0x0018, 0x9476) => ["X-Ray Geometry Sequence", "SQ", "1"], +(0x0018, 0x9477) => ["Irradiation Event Identification Sequence", "SQ", "1"], +(0x0018, 0x9504) => ["X-Ray 3D Frame Type Sequence", "SQ", "1"], +(0x0018, 0x9506) => ["Contributing Sources Sequence", "SQ", "1"], +(0x0018, 0x9507) => ["X-Ray 3D Acquisition Sequence", "SQ", "1"], +(0x0018, 0x9508) => ["Primary Positioner Scan Arc", "FL", "1"], +(0x0018, 0x9509) => ["Secondary Positioner Scan Arc", "FL", "1"], +(0x0018, 0x9510) => ["Primary Positioner Scan Start Angle", "FL", "1"], +(0x0018, 0x9511) => ["Secondary Positioner Scan Start Angle", "FL", "1"], +(0x0018, 0x9514) => ["Primary Positioner Increment", "FL", "1"], +(0x0018, 0x9515) => ["Secondary Positioner Increment", "FL", "1"], +(0x0018, 0x9516) => ["Start Acquisition DateTime", "DT", "1"], +(0x0018, 0x9517) => ["End Acquisition DateTime", "DT", "1"], +(0x0018, 0x9518) => ["Primary Positioner Increment Sign", "SS", "1"], +(0x0018, 0x9519) => ["Secondary Positioner Increment Sign", "SS", "1"], +(0x0018, 0x9524) => ["Application Name", "LO", "1"], +(0x0018, 0x9525) => ["Application Version", "LO", "1"], +(0x0018, 0x9526) => ["Application Manufacturer", "LO", "1"], +(0x0018, 0x9527) => ["Algorithm Type", "CS", "1"], +(0x0018, 0x9528) => ["Algorithm Description", "LO", "1"], +(0x0018, 0x9530) => ["X-Ray 3D Reconstruction Sequence", "SQ", "1"], +(0x0018, 0x9531) => ["Reconstruction Description", "LO", "1"], +(0x0018, 0x9538) => ["Per Projection Acquisition Sequence", "SQ", "1"], +(0x0018, 0x9541) => ["Detector Position Sequence", "SQ", "1"], +(0x0018, 0x9542) => ["X-Ray Acquisition Dose Sequence", "SQ", "1"], +(0x0018, 0x9543) => ["X-Ray Source Isocenter Primary Angle", "FD", "1"], +(0x0018, 0x9544) => ["X-Ray Source Isocenter Secondary Angle", "FD", "1"], +(0x0018, 0x9545) => ["Breast Support Isocenter Primary Angle", "FD", "1"], +(0x0018, 0x9546) => ["Breast Support Isocenter Secondary Angle", "FD", "1"], +(0x0018, 0x9547) => ["Breast Support X Position to Isocenter", "FD", "1"], +(0x0018, 0x9548) => ["Breast Support Y Position to Isocenter", "FD", "1"], +(0x0018, 0x9549) => ["Breast Support Z Position to Isocenter", "FD", "1"], +(0x0018, 0x9550) => ["Detector Isocenter Primary Angle", "FD", "1"], +(0x0018, 0x9551) => ["Detector Isocenter Secondary Angle", "FD", "1"], +(0x0018, 0x9552) => ["Detector X Position to Isocenter", "FD", "1"], +(0x0018, 0x9553) => ["Detector Y Position to Isocenter", "FD", "1"], +(0x0018, 0x9554) => ["Detector Z Position to Isocenter", "FD", "1"], +(0x0018, 0x9555) => ["X-Ray Grid Sequence", "SQ", "1"], +(0x0018, 0x9556) => ["X-Ray Filter Sequence", "SQ", "1"], +(0x0018, 0x9557) => ["Detector Active Area TLHC Position", "FD", "3"], +(0x0018, 0x9558) => ["Detector Active Area Orientation", "FD", "6"], +(0x0018, 0x9559) => ["Positioner Primary Angle Direction", "CS", "1"], +(0x0018, 0x9601) => ["Diffusion b-matrix Sequence", "SQ", "1"], +(0x0018, 0x9602) => ["Diffusion b-value XX", "FD", "1"], +(0x0018, 0x9603) => ["Diffusion b-value XY", "FD", "1"], +(0x0018, 0x9604) => ["Diffusion b-value XZ", "FD", "1"], +(0x0018, 0x9605) => ["Diffusion b-value YY", "FD", "1"], +(0x0018, 0x9606) => ["Diffusion b-value YZ", "FD", "1"], +(0x0018, 0x9607) => ["Diffusion b-value ZZ", "FD", "1"], +(0x0018, 0x9621) => ["Functional MR Sequence", "SQ", "1"], +(0x0018, 0x9622) => ["Functional Settling Phase Frames Present", "CS", "1"], +(0x0018, 0x9623) => ["Functional Sync Pulse", "DT", "1"], +(0x0018, 0x9624) => ["Settling Phase Frame", "CS", "1"], +(0x0018, 0x9701) => ["Decay Correction DateTime", "DT", "1"], +(0x0018, 0x9715) => ["Start Density Threshold", "FD", "1"], +(0x0018, 0x9716) => ["Start Relative Density Difference Threshold", "FD", "1"], +(0x0018, 0x9717) => ["Start Cardiac Trigger Count Threshold", "FD", "1"], +(0x0018, 0x9718) => ["Start Respiratory Trigger Count Threshold", "FD", "1"], +(0x0018, 0x9719) => ["Termination Counts Threshold", "FD", "1"], +(0x0018, 0x9720) => ["Termination Density Threshold", "FD", "1"], +(0x0018, 0x9721) => ["Termination Relative Density Threshold", "FD", "1"], +(0x0018, 0x9722) => ["Termination Time Threshold", "FD", "1"], +(0x0018, 0x9723) => ["Termination Cardiac Trigger Count Threshold", "FD", "1"], +(0x0018, 0x9724) => ["Termination Respiratory Trigger Count Threshold", "FD", "1"], +(0x0018, 0x9725) => ["Detector Geometry", "CS", "1"], +(0x0018, 0x9726) => ["Transverse Detector Separation", "FD", "1"], +(0x0018, 0x9727) => ["Axial Detector Dimension", "FD", "1"], +(0x0018, 0x9729) => ["Radiopharmaceutical Agent Number", "US", "1"], +(0x0018, 0x9732) => ["PET Frame Acquisition Sequence", "SQ", "1"], +(0x0018, 0x9733) => ["PET Detector Motion Details Sequence", "SQ", "1"], +(0x0018, 0x9734) => ["PET Table Dynamics Sequence", "SQ", "1"], +(0x0018, 0x9735) => ["PET Position Sequence", "SQ", "1"], +(0x0018, 0x9736) => ["PET Frame Correction Factors Sequence", "SQ", "1"], +(0x0018, 0x9737) => ["Radiopharmaceutical Usage Sequence", "SQ", "1"], +(0x0018, 0x9738) => ["Attenuation Correction Source", "CS", "1"], +(0x0018, 0x9739) => ["Number of Iterations", "US", "1"], +(0x0018, 0x9740) => ["Number of Subsets", "US", "1"], +(0x0018, 0x9749) => ["PET Reconstruction Sequence", "SQ", "1"], +(0x0018, 0x9751) => ["PET Frame Type Sequence", "SQ", "1"], +(0x0018, 0x9755) => ["Time of Flight Information Used", "CS", "1"], +(0x0018, 0x9756) => ["Reconstruction Type", "CS", "1"], +(0x0018, 0x9758) => ["Decay Corrected", "CS", "1"], +(0x0018, 0x9759) => ["Attenuation Corrected", "CS", "1"], +(0x0018, 0x9760) => ["Scatter Corrected", "CS", "1"], +(0x0018, 0x9761) => ["Dead Time Corrected", "CS", "1"], +(0x0018, 0x9762) => ["Gantry Motion Corrected", "CS", "1"], +(0x0018, 0x9763) => ["Patient Motion Corrected", "CS", "1"], +(0x0018, 0x9764) => ["Count Loss Normalization Corrected", "CS", "1"], +(0x0018, 0x9765) => ["Randoms Corrected", "CS", "1"], +(0x0018, 0x9766) => ["Non-uniform Radial Sampling Corrected", "CS", "1"], +(0x0018, 0x9767) => ["Sensitivity Calibrated", "CS", "1"], +(0x0018, 0x9768) => ["Detector Normalization Correction", "CS", "1"], +(0x0018, 0x9769) => ["Iterative Reconstruction Method", "CS", "1"], +(0x0018, 0x9770) => ["Attenuation Correction Temporal Relationship", "CS", "1"], +(0x0018, 0x9771) => ["Patient Physiological State Sequence", "SQ", "1"], +(0x0018, 0x9772) => ["Patient Physiological State Code Sequence", "SQ", "1"], +(0x0018, 0x9801) => ["Depth(s) of Focus", "FD", "1-n"], +(0x0018, 0x9803) => ["Excluded Intervals Sequence", "SQ", "1"], +(0x0018, 0x9804) => ["Exclusion Start DateTime", "DT", "1"], +(0x0018, 0x9805) => ["Exclusion Duration", "FD", "1"], +(0x0018, 0x9806) => ["US Image Description Sequence", "SQ", "1"], +(0x0018, 0x9807) => ["Image Data Type Sequence", "SQ", "1"], +(0x0018, 0x9808) => ["Data Type", "CS", "1"], +(0x0018, 0x9809) => ["Transducer Scan Pattern Code Sequence", "SQ", "1"], +(0x0018, 0x980b) => ["Aliased Data Type", "CS", "1"], +(0x0018, 0x980c) => ["Position Measuring Device Used", "CS", "1"], +(0x0018, 0x980d) => ["Transducer Geometry Code Sequence", "SQ", "1"], +(0x0018, 0x980e) => ["Transducer Beam Steering Code Sequence", "SQ", "1"], +(0x0018, 0x980f) => ["Transducer Application Code Sequence", "SQ", "1"], +(0x0018, 0x9810) => ["Zero Velocity Pixel Value", "US or SS", "1"], +(0x0018, 0x9900) => ["Reference Location Label", "LO", "1"], +(0x0018, 0x9901) => ["Reference Location Description", "UT", "1"], +(0x0018, 0x9902) => ["Reference Basis Code Sequence", "SQ", "1"], +(0x0018, 0x9903) => ["Reference Geometry Code Sequence", "SQ", "1"], +(0x0018, 0x9904) => ["Offset Distance", "DS", "1"], +(0x0018, 0x9905) => ["Offset Direction", "CS", "1"], +(0x0018, 0x9906) => ["Potential Scheduled Protocol Code Sequence", "SQ", "1"], +(0x0018, 0x9907) => ["Potential Requested Procedure Code Sequence", "SQ", "1"], +(0x0018, 0x9908) => ["Potential Reasons for Procedure", "UC", "1-n"], +(0x0018, 0x9909) => ["Potential Reasons for Procedure Code Sequence", "SQ", "1"], +(0x0018, 0x990a) => ["Potential Diagnostic Tasks", "UC", "1-n"], +(0x0018, 0x990b) => ["Contraindications Code Sequence", "SQ", "1"], +(0x0018, 0x990c) => ["Referenced Defined Protocol Sequence", "SQ", "1"], +(0x0018, 0x990d) => ["Referenced Performed Protocol Sequence", "SQ", "1"], +(0x0018, 0x990e) => ["Predecessor Protocol Sequence", "SQ", "1"], +(0x0018, 0x990f) => ["Protocol Planning Information", "UT", "1"], +(0x0018, 0x9910) => ["Protocol Design Rationale", "UT", "1"], +(0x0018, 0x9911) => ["Patient Specification Sequence", "SQ", "1"], +(0x0018, 0x9912) => ["Model Specification Sequence", "SQ", "1"], +(0x0018, 0x9913) => ["Parameters Specification Sequence", "SQ", "1"], +(0x0018, 0x9914) => ["Instruction Sequence", "SQ", "1"], +(0x0018, 0x9915) => ["Instruction Index", "US", "1"], +(0x0018, 0x9916) => ["Instruction Text", "LO", "1"], +(0x0018, 0x9917) => ["Instruction Description", "UT", "1"], +(0x0018, 0x9918) => ["Instruction Performed Flag", "CS", "1"], +(0x0018, 0x9919) => ["Instruction Performed DateTime", "DT", "1"], +(0x0018, 0x991a) => ["Instruction Performance Comment", "UT", "1"], +(0x0018, 0x991b) => ["Patient Positioning Instruction Sequence", "SQ", "1"], +(0x0018, 0x991c) => ["Positioning Method Code Sequence", "SQ", "1"], +(0x0018, 0x991d) => ["Positioning Landmark Sequence", "SQ", "1"], +(0x0018, 0x991e) => ["Target Frame of Reference UID", "UI", "1"], +(0x0018, 0x991f) => ["Acquisition Protocol Element Specification Sequence", "SQ", "1"], +(0x0018, 0x9920) => ["Acquisition Protocol Element Sequence", "SQ", "1"], +(0x0018, 0x9921) => ["Protocol Element Number", "US", "1"], +(0x0018, 0x9922) => ["Protocol Element Name", "LO", "1"], +(0x0018, 0x9923) => ["Protocol Element Characteristics Summary", "UT", "1"], +(0x0018, 0x9924) => ["Protocol Element Purpose", "UT", "1"], +(0x0018, 0x9930) => ["Acquisition Motion", "CS", "1"], +(0x0018, 0x9931) => ["Acquisition Start Location Sequence", "SQ", "1"], +(0x0018, 0x9932) => ["Acquisition End Location Sequence", "SQ", "1"], +(0x0018, 0x9933) => ["Reconstruction Protocol Element Specification Sequence", "SQ", "1"], +(0x0018, 0x9934) => ["Reconstruction Protocol Element Sequence", "SQ", "1"], +(0x0018, 0x9935) => ["Storage Protocol Element Specification Sequence", "SQ", "1"], +(0x0018, 0x9936) => ["Storage Protocol Element Sequence", "SQ", "1"], +(0x0018, 0x9937) => ["Requested Series Description", "LO", "1"], +(0x0018, 0x9938) => ["Source Acquisition Protocol Element Number", "US", "1-n"], +(0x0018, 0x9939) => ["Source Acquisition Beam Number", "US", "1-n"], +(0x0018, 0x993a) => ["Source Reconstruction Protocol Element Number", "US", "1-n"], +(0x0018, 0x993b) => ["Reconstruction Start Location Sequence", "SQ", "1"], +(0x0018, 0x993c) => ["Reconstruction End Location Sequence", "SQ", "1"], +(0x0018, 0x993d) => ["Reconstruction Algorithm Sequence", "SQ", "1"], +(0x0018, 0x993e) => ["Reconstruction Target Center Location Sequence", "SQ", "1"], +(0x0018, 0x9941) => ["Image Filter Description", "UT", "1"], +(0x0018, 0x9942) => ["CTDIvol Notification Trigger", "FD", "1"], +(0x0018, 0x9943) => ["DLP Notification Trigger", "FD", "1"], +(0x0018, 0x9944) => ["Auto KVP Selection Type", "CS", "1"], +(0x0018, 0x9945) => ["Auto KVP Upper Bound", "FD", "1"], +(0x0018, 0x9946) => ["Auto KVP Lower Bound", "FD", "1"], +(0x0018, 0x9947) => ["Protocol Defined Patient Position", "CS", "1"], (0x0018, 0xa001) => ["Contributing Equipment Sequence", "SQ", "1"], (0x0018, 0xa002) => ["Contribution DateTime", "DT", "1"], (0x0018, 0xa003) => ["Contribution Description", "ST", "1"], @@ -737,23 +1494,40 @@ dcm_dict = Dict( (0x0020, 0x0011) => ["Series Number", "IS", "1"], (0x0020, 0x0012) => ["Acquisition Number", "IS", "1"], (0x0020, 0x0013) => ["Instance Number", "IS", "1"], +(0x0020, 0x0014) => ["Isotope Number", "IS", "1"], +(0x0020, 0x0015) => ["Phase Number", "IS", "1"], +(0x0020, 0x0016) => ["Interval Number", "IS", "1"], +(0x0020, 0x0017) => ["Time Slot Number", "IS", "1"], +(0x0020, 0x0018) => ["Angle Number", "IS", "1"], (0x0020, 0x0019) => ["Item Number", "IS", "1"], (0x0020, 0x0020) => ["Patient Orientation", "CS", "2"], (0x0020, 0x0022) => ["Overlay Number", "IS", "1"], (0x0020, 0x0024) => ["Curve Number", "IS", "1"], -(0x0020, 0x0026) => ["Lookup Table Number", "IS", "1"], +(0x0020, 0x0026) => ["LUT Number", "IS", "1"], +(0x0020, 0x0030) => ["Image Position", "DS", "3"], (0x0020, 0x0032) => ["Image Position (Patient)", "DS", "3"], +(0x0020, 0x0035) => ["Image Orientation", "DS", "6"], (0x0020, 0x0037) => ["Image Orientation (Patient)", "DS", "6"], +(0x0020, 0x0050) => ["Location", "DS", "1"], (0x0020, 0x0052) => ["Frame of Reference UID", "UI", "1"], (0x0020, 0x0060) => ["Laterality", "CS", "1"], (0x0020, 0x0062) => ["Image Laterality", "CS", "1"], +(0x0020, 0x0070) => ["Image Geometry Type", "LO", "1"], +(0x0020, 0x0080) => ["Masking Image", "CS", "1-n"], +(0x0020, 0x00aa) => ["Report Number", "IS", "1"], (0x0020, 0x0100) => ["Temporal Position Identifier", "IS", "1"], (0x0020, 0x0105) => ["Number of Temporal Positions", "IS", "1"], (0x0020, 0x0110) => ["Temporal Resolution", "DS", "1"], (0x0020, 0x0200) => ["Synchronization Frame of Reference UID", "UI", "1"], +(0x0020, 0x0242) => ["SOP Instance UID of Concatenation Source", "UI", "1"], (0x0020, 0x1000) => ["Series in Study", "IS", "1"], +(0x0020, 0x1001) => ["Acquisitions in Series", "IS", "1"], (0x0020, 0x1002) => ["Images in Acquisition", "IS", "1"], +(0x0020, 0x1003) => ["Images in Series", "IS", "1"], (0x0020, 0x1004) => ["Acquisitions in Study", "IS", "1"], +(0x0020, 0x1005) => ["Images in Study", "IS", "1"], +(0x0020, 0x1020) => ["Reference", "LO", "1-n"], +(0x0020, 0x103f) => ["Target Position Reference Indicator", "LO", "1"], (0x0020, 0x1040) => ["Position Reference Indicator", "LO", "1"], (0x0020, 0x1041) => ["Slice Location", "DS", "1"], (0x0020, 0x1070) => ["Other Study Numbers", "IS", "1-n"], @@ -763,7 +1537,15 @@ dcm_dict = Dict( (0x0020, 0x1206) => ["Number of Study Related Series", "IS", "1"], (0x0020, 0x1208) => ["Number of Study Related Instances", "IS", "1"], (0x0020, 0x1209) => ["Number of Series Related Instances", "IS", "1"], +(0x0020, 0x3401) => ["Modifying Device ID", "CS", "1"], +(0x0020, 0x3402) => ["Modified Image ID", "CS", "1"], +(0x0020, 0x3403) => ["Modified Image Date", "DA", "1"], +(0x0020, 0x3404) => ["Modifying Device Manufacturer", "LO", "1"], +(0x0020, 0x3405) => ["Modified Image Time", "TM", "1"], +(0x0020, 0x3406) => ["Modified Image Description", "LO", "1"], (0x0020, 0x4000) => ["Image Comments", "LT", "1"], +(0x0020, 0x5000) => ["Original Image Identification", "AT", "1-n"], +(0x0020, 0x5002) => ["Original Image Identification Nomenclature", "LO", "1-n"], (0x0020, 0x9056) => ["Stack ID", "SH", "1"], (0x0020, 0x9057) => ["In-Stack Position Number", "UL", "1"], (0x0020, 0x9071) => ["Frame Anatomy Sequence", "SQ", "1"], @@ -772,7 +1554,9 @@ dcm_dict = Dict( (0x0020, 0x9113) => ["Plane Position Sequence", "SQ", "1"], (0x0020, 0x9116) => ["Plane Orientation Sequence", "SQ", "1"], (0x0020, 0x9128) => ["Temporal Position Index", "UL", "1"], -(0x0020, 0x9153) => ["Trigger Delay Time", "FD", "1"], +(0x0020, 0x9153) => ["Nominal Cardiac Trigger Delay Time", "FD", "1"], +(0x0020, 0x9154) => ["Nominal Cardiac Trigger Time Prior To R-Peak", "FL", "1"], +(0x0020, 0x9155) => ["Actual Cardiac Trigger Time Prior To R-Peak", "FL", "1"], (0x0020, 0x9156) => ["Frame Acquisition Number", "US", "1"], (0x0020, 0x9157) => ["Dimension Index Values", "UL", "1-n"], (0x0020, 0x9158) => ["Frame Comments", "LT", "1"], @@ -782,11 +1566,49 @@ dcm_dict = Dict( (0x0020, 0x9164) => ["Dimension Organization UID", "UI", "1"], (0x0020, 0x9165) => ["Dimension Index Pointer", "AT", "1"], (0x0020, 0x9167) => ["Functional Group Pointer", "AT", "1"], +(0x0020, 0x9170) => ["Unassigned Shared Converted Attributes Sequence", "SQ", "1"], +(0x0020, 0x9171) => ["Unassigned Per-Frame Converted Attributes Sequence", "SQ", "1"], +(0x0020, 0x9172) => ["Conversion Source Attributes Sequence", "SQ", "1"], (0x0020, 0x9213) => ["Dimension Index Private Creator", "LO", "1"], (0x0020, 0x9221) => ["Dimension Organization Sequence", "SQ", "1"], (0x0020, 0x9222) => ["Dimension Index Sequence", "SQ", "1"], (0x0020, 0x9228) => ["Concatenation Frame Offset Number", "UL", "1"], (0x0020, 0x9238) => ["Functional Group Private Creator", "LO", "1"], +(0x0020, 0x9241) => ["Nominal Percentage of Cardiac Phase", "FL", "1"], +(0x0020, 0x9245) => ["Nominal Percentage of Respiratory Phase", "FL", "1"], +(0x0020, 0x9246) => ["Starting Respiratory Amplitude", "FL", "1"], +(0x0020, 0x9247) => ["Starting Respiratory Phase", "CS", "1"], +(0x0020, 0x9248) => ["Ending Respiratory Amplitude", "FL", "1"], +(0x0020, 0x9249) => ["Ending Respiratory Phase", "CS", "1"], +(0x0020, 0x9250) => ["Respiratory Trigger Type", "CS", "1"], +(0x0020, 0x9251) => ["R-R Interval Time Nominal", "FD", "1"], +(0x0020, 0x9252) => ["Actual Cardiac Trigger Delay Time", "FD", "1"], +(0x0020, 0x9253) => ["Respiratory Synchronization Sequence", "SQ", "1"], +(0x0020, 0x9254) => ["Respiratory Interval Time", "FD", "1"], +(0x0020, 0x9255) => ["Nominal Respiratory Trigger Delay Time", "FD", "1"], +(0x0020, 0x9256) => ["Respiratory Trigger Delay Threshold", "FD", "1"], +(0x0020, 0x9257) => ["Actual Respiratory Trigger Delay Time", "FD", "1"], +(0x0020, 0x9301) => ["Image Position (Volume)", "FD", "3"], +(0x0020, 0x9302) => ["Image Orientation (Volume)", "FD", "6"], +(0x0020, 0x9307) => ["Ultrasound Acquisition Geometry", "CS", "1"], +(0x0020, 0x9308) => ["Apex Position", "FD", "3"], +(0x0020, 0x9309) => ["Volume to Transducer Mapping Matrix", "FD", "16"], +(0x0020, 0x930a) => ["Volume to Table Mapping Matrix", "FD", "16"], +(0x0020, 0x930b) => ["Volume to Transducer Relationship", "CS", "1"], +(0x0020, 0x930c) => ["Patient Frame of Reference Source", "CS", "1"], +(0x0020, 0x930d) => ["Temporal Position Time Offset", "FD", "1"], +(0x0020, 0x930e) => ["Plane Position (Volume) Sequence", "SQ", "1"], +(0x0020, 0x930f) => ["Plane Orientation (Volume) Sequence", "SQ", "1"], +(0x0020, 0x9310) => ["Temporal Position Sequence", "SQ", "1"], +(0x0020, 0x9311) => ["Dimension Organization Type", "CS", "1"], +(0x0020, 0x9312) => ["Volume Frame of Reference UID", "UI", "1"], +(0x0020, 0x9313) => ["Table Frame of Reference UID", "UI", "1"], +(0x0020, 0x9421) => ["Dimension Description Label", "LO", "1"], +(0x0020, 0x9450) => ["Patient Orientation in Frame Sequence", "SQ", "1"], +(0x0020, 0x9453) => ["Frame Label", "LO", "1"], +(0x0020, 0x9518) => ["Acquisition Index", "US", "1-n"], +(0x0020, 0x9529) => ["Contributing SOP Instances Reference Sequence", "SQ", "1"], +(0x0020, 0x9536) => ["Reconstruction Index", "US", "1"], (0x0022, 0x0001) => ["Light Path Filter Pass-Through Wavelength", "US", "1"], (0x0022, 0x0002) => ["Light Path Filter Pass Band", "US", "2"], (0x0022, 0x0003) => ["Image Path Filter Pass-Through Wavelength", "US", "1"], @@ -815,12 +1637,257 @@ dcm_dict = Dict( (0x0022, 0x001b) => ["Refractive State Sequence", "SQ", "1"], (0x0022, 0x001c) => ["Mydriatic Agent Code Sequence", "SQ", "1"], (0x0022, 0x001d) => ["Relative Image Position Code Sequence", "SQ", "1"], +(0x0022, 0x001e) => ["Camera Angle of View", "FL", "1"], (0x0022, 0x0020) => ["Stereo Pairs Sequence", "SQ", "1"], (0x0022, 0x0021) => ["Left Image Sequence", "SQ", "1"], (0x0022, 0x0022) => ["Right Image Sequence", "SQ", "1"], +(0x0022, 0x0028) => ["Stereo Pairs Present", "CS", "1"], +(0x0022, 0x0030) => ["Axial Length of the Eye", "FL", "1"], +(0x0022, 0x0031) => ["Ophthalmic Frame Location Sequence", "SQ", "1"], +(0x0022, 0x0032) => ["Reference Coordinates", "FL", "2-2n"], +(0x0022, 0x0035) => ["Depth Spatial Resolution", "FL", "1"], +(0x0022, 0x0036) => ["Maximum Depth Distortion", "FL", "1"], +(0x0022, 0x0037) => ["Along-scan Spatial Resolution", "FL", "1"], +(0x0022, 0x0038) => ["Maximum Along-scan Distortion", "FL", "1"], +(0x0022, 0x0039) => ["Ophthalmic Image Orientation", "CS", "1"], +(0x0022, 0x0041) => ["Depth of Transverse Image", "FL", "1"], +(0x0022, 0x0042) => ["Mydriatic Agent Concentration Units Sequence", "SQ", "1"], +(0x0022, 0x0048) => ["Across-scan Spatial Resolution", "FL", "1"], +(0x0022, 0x0049) => ["Maximum Across-scan Distortion", "FL", "1"], +(0x0022, 0x004e) => ["Mydriatic Agent Concentration", "DS", "1"], +(0x0022, 0x0055) => ["Illumination Wave Length", "FL", "1"], +(0x0022, 0x0056) => ["Illumination Power", "FL", "1"], +(0x0022, 0x0057) => ["Illumination Bandwidth", "FL", "1"], +(0x0022, 0x0058) => ["Mydriatic Agent Sequence", "SQ", "1"], +(0x0022, 0x1007) => ["Ophthalmic Axial Measurements Right Eye Sequence", "SQ", "1"], +(0x0022, 0x1008) => ["Ophthalmic Axial Measurements Left Eye Sequence", "SQ", "1"], +(0x0022, 0x1009) => ["Ophthalmic Axial Measurements Device Type", "CS", "1"], +(0x0022, 0x1010) => ["Ophthalmic Axial Length Measurements Type", "CS", "1"], +(0x0022, 0x1012) => ["Ophthalmic Axial Length Sequence", "SQ", "1"], +(0x0022, 0x1019) => ["Ophthalmic Axial Length", "FL", "1"], +(0x0022, 0x1024) => ["Lens Status Code Sequence", "SQ", "1"], +(0x0022, 0x1025) => ["Vitreous Status Code Sequence", "SQ", "1"], +(0x0022, 0x1028) => ["IOL Formula Code Sequence", "SQ", "1"], +(0x0022, 0x1029) => ["IOL Formula Detail", "LO", "1"], +(0x0022, 0x1033) => ["Keratometer Index", "FL", "1"], +(0x0022, 0x1035) => ["Source of Ophthalmic Axial Length Code Sequence", "SQ", "1"], +(0x0022, 0x1036) => ["Source of Corneal Size Data Code Sequence", "SQ", "1"], +(0x0022, 0x1037) => ["Target Refraction", "FL", "1"], +(0x0022, 0x1039) => ["Refractive Procedure Occurred", "CS", "1"], +(0x0022, 0x1040) => ["Refractive Surgery Type Code Sequence", "SQ", "1"], +(0x0022, 0x1044) => ["Ophthalmic Ultrasound Method Code Sequence", "SQ", "1"], +(0x0022, 0x1045) => ["Surgically Induced Astigmatism Sequence", "SQ", "1"], +(0x0022, 0x1046) => ["Type of Optical Correction", "CS", "1"], +(0x0022, 0x1047) => ["Toric IOL Power Sequence", "SQ", "1"], +(0x0022, 0x1048) => ["Predicted Toric Error Sequence", "SQ", "1"], +(0x0022, 0x1049) => ["Pre-Selected for Implantation", "CS", "1"], +(0x0022, 0x104a) => ["Toric IOL Power for Exact Emmetropia Sequence", "SQ", "1"], +(0x0022, 0x104b) => ["Toric IOL Power for Exact Target Refraction Sequence", "SQ", "1"], +(0x0022, 0x1050) => ["Ophthalmic Axial Length Measurements Sequence", "SQ", "1"], +(0x0022, 0x1053) => ["IOL Power", "FL", "1"], +(0x0022, 0x1054) => ["Predicted Refractive Error", "FL", "1"], +(0x0022, 0x1059) => ["Ophthalmic Axial Length Velocity", "FL", "1"], +(0x0022, 0x1065) => ["Lens Status Description", "LO", "1"], +(0x0022, 0x1066) => ["Vitreous Status Description", "LO", "1"], +(0x0022, 0x1090) => ["IOL Power Sequence", "SQ", "1"], +(0x0022, 0x1092) => ["Lens Constant Sequence", "SQ", "1"], +(0x0022, 0x1093) => ["IOL Manufacturer", "LO", "1"], +(0x0022, 0x1094) => ["Lens Constant Description", "LO", "1"], +(0x0022, 0x1095) => ["Implant Name", "LO", "1"], +(0x0022, 0x1096) => ["Keratometry Measurement Type Code Sequence", "SQ", "1"], +(0x0022, 0x1097) => ["Implant Part Number", "LO", "1"], +(0x0022, 0x1100) => ["Referenced Ophthalmic Axial Measurements Sequence", "SQ", "1"], +(0x0022, 0x1101) => ["Ophthalmic Axial Length Measurements Segment Name Code Sequence", "SQ", "1"], +(0x0022, 0x1103) => ["Refractive Error Before Refractive Surgery Code Sequence", "SQ", "1"], +(0x0022, 0x1121) => ["IOL Power For Exact Emmetropia", "FL", "1"], +(0x0022, 0x1122) => ["IOL Power For Exact Target Refraction", "FL", "1"], +(0x0022, 0x1125) => ["Anterior Chamber Depth Definition Code Sequence", "SQ", "1"], +(0x0022, 0x1127) => ["Lens Thickness Sequence", "SQ", "1"], +(0x0022, 0x1128) => ["Anterior Chamber Depth Sequence", "SQ", "1"], +(0x0022, 0x112a) => ["Calculation Comment Sequence", "SQ", "1"], +(0x0022, 0x112b) => ["Calculation Comment Type", "CS", "1"], +(0x0022, 0x112c) => ["Calculation Comment", "LT", "1"], +(0x0022, 0x1130) => ["Lens Thickness", "FL", "1"], +(0x0022, 0x1131) => ["Anterior Chamber Depth", "FL", "1"], +(0x0022, 0x1132) => ["Source of Lens Thickness Data Code Sequence", "SQ", "1"], +(0x0022, 0x1133) => ["Source of Anterior Chamber Depth Data Code Sequence", "SQ", "1"], +(0x0022, 0x1134) => ["Source of Refractive Measurements Sequence", "SQ", "1"], +(0x0022, 0x1135) => ["Source of Refractive Measurements Code Sequence", "SQ", "1"], +(0x0022, 0x1140) => ["Ophthalmic Axial Length Measurement Modified", "CS", "1"], +(0x0022, 0x1150) => ["Ophthalmic Axial Length Data Source Code Sequence", "SQ", "1"], +(0x0022, 0x1153) => ["Ophthalmic Axial Length Acquisition Method Code Sequence", "SQ", "1"], +(0x0022, 0x1155) => ["Signal to Noise Ratio", "FL", "1"], +(0x0022, 0x1159) => ["Ophthalmic Axial Length Data Source Description", "LO", "1"], +(0x0022, 0x1210) => ["Ophthalmic Axial Length Measurements Total Length Sequence", "SQ", "1"], +(0x0022, 0x1211) => ["Ophthalmic Axial Length Measurements Segmental Length Sequence", "SQ", "1"], +(0x0022, 0x1212) => ["Ophthalmic Axial Length Measurements Length Summation Sequence", "SQ", "1"], +(0x0022, 0x1220) => ["Ultrasound Ophthalmic Axial Length Measurements Sequence", "SQ", "1"], +(0x0022, 0x1225) => ["Optical Ophthalmic Axial Length Measurements Sequence", "SQ", "1"], +(0x0022, 0x1230) => ["Ultrasound Selected Ophthalmic Axial Length Sequence", "SQ", "1"], +(0x0022, 0x1250) => ["Ophthalmic Axial Length Selection Method Code Sequence", "SQ", "1"], +(0x0022, 0x1255) => ["Optical Selected Ophthalmic Axial Length Sequence", "SQ", "1"], +(0x0022, 0x1257) => ["Selected Segmental Ophthalmic Axial Length Sequence", "SQ", "1"], +(0x0022, 0x1260) => ["Selected Total Ophthalmic Axial Length Sequence", "SQ", "1"], +(0x0022, 0x1262) => ["Ophthalmic Axial Length Quality Metric Sequence", "SQ", "1"], +(0x0022, 0x1265) => ["Ophthalmic Axial Length Quality Metric Type Code Sequence", "SQ", "1"], +(0x0022, 0x1273) => ["Ophthalmic Axial Length Quality Metric Type Description", "LO", "1"], +(0x0022, 0x1300) => ["Intraocular Lens Calculations Right Eye Sequence", "SQ", "1"], +(0x0022, 0x1310) => ["Intraocular Lens Calculations Left Eye Sequence", "SQ", "1"], +(0x0022, 0x1330) => ["Referenced Ophthalmic Axial Length Measurement QC Image Sequence", "SQ", "1"], +(0x0022, 0x1415) => ["Ophthalmic Mapping Device Type", "CS", "1"], +(0x0022, 0x1420) => ["Acquisition Method Code Sequence", "SQ", "1"], +(0x0022, 0x1423) => ["Acquisition Method Algorithm Sequence", "SQ", "1"], +(0x0022, 0x1436) => ["Ophthalmic Thickness Map Type Code Sequence", "SQ", "1"], +(0x0022, 0x1443) => ["Ophthalmic Thickness Mapping Normals Sequence", "SQ", "1"], +(0x0022, 0x1445) => ["Retinal Thickness Definition Code Sequence", "SQ", "1"], +(0x0022, 0x1450) => ["Pixel Value Mapping to Coded Concept Sequence", "SQ", "1"], +(0x0022, 0x1452) => ["Mapped Pixel Value", "US or SS", "1"], +(0x0022, 0x1454) => ["Pixel Value Mapping Explanation", "LO", "1"], +(0x0022, 0x1458) => ["Ophthalmic Thickness Map Quality Threshold Sequence", "SQ", "1"], +(0x0022, 0x1460) => ["Ophthalmic Thickness Map Threshold Quality Rating", "FL", "1"], +(0x0022, 0x1463) => ["Anatomic Structure Reference Point", "FL", "2"], +(0x0022, 0x1465) => ["Registration to Localizer Sequence", "SQ", "1"], +(0x0022, 0x1466) => ["Registered Localizer Units", "CS", "1"], +(0x0022, 0x1467) => ["Registered Localizer Top Left Hand Corner", "FL", "2"], +(0x0022, 0x1468) => ["Registered Localizer Bottom Right Hand Corner", "FL", "2"], +(0x0022, 0x1470) => ["Ophthalmic Thickness Map Quality Rating Sequence", "SQ", "1"], +(0x0022, 0x1472) => ["Relevant OPT Attributes Sequence", "SQ", "1"], +(0x0022, 0x1512) => ["Transformation Method Code Sequence", "SQ", "1"], +(0x0022, 0x1513) => ["Transformation Algorithm Sequence", "SQ", "1"], +(0x0022, 0x1515) => ["Ophthalmic Axial Length Method", "CS", "1"], +(0x0022, 0x1517) => ["Ophthalmic FOV", "FL", "1"], +(0x0022, 0x1518) => ["Two Dimensional to Three Dimensional Map Sequence", "SQ", "1"], +(0x0022, 0x1525) => ["Wide Field Ophthalmic Photography Quality Rating Sequence", "SQ", "1"], +(0x0022, 0x1526) => ["Wide Field Ophthalmic Photography Quality Threshold Sequence", "SQ", "1"], +(0x0022, 0x1527) => ["Wide Field Ophthalmic Photography Threshold Quality Rating", "FL", "1"], +(0x0022, 0x1528) => ["X Coordinates Center Pixel View Angle", "FL", "1"], +(0x0022, 0x1529) => ["Y Coordinates Center Pixel View Angle", "FL", "1"], +(0x0022, 0x1530) => ["Number of Map Points", "UL", "1"], +(0x0022, 0x1531) => ["Two Dimensional to Three Dimensional Map Data", "OF", "1"], +(0x0022, 0x1612) => ["Derivation Algorithm Sequence", "SQ", "1"], +(0x0022, 0x1615) => ["Ophthalmic Image Type Code Sequence", "SQ", "1"], +(0x0022, 0x1616) => ["Ophthalmic Image Type Description", "LO", "1"], +(0x0022, 0x1618) => ["Scan Pattern Type Code Sequence", "SQ", "1"], +(0x0022, 0x1620) => ["Referenced Surface Mesh Identification Sequence", "SQ", "1"], +(0x0022, 0x1622) => ["Ophthalmic Volumetric Properties Flag", "CS", "1"], +(0x0022, 0x1624) => ["Ophthalmic Anatomic Reference Point X-Coordinate", "FL", "1"], +(0x0022, 0x1626) => ["Ophthalmic Anatomic Reference Point Y-Coordinate", "FL", "1"], +(0x0022, 0x1628) => ["Ophthalmic En Face Image Quality Rating Sequence", "SQ", "1"], +(0x0022, 0x1630) => ["Quality Threshold", "DS", "1"], +(0x0022, 0x1640) => ["OCT B-scan Analysis Acquisition Parameters Sequence", "SQ", "1"], +(0x0022, 0x1642) => ["Number of B-scans Per Frame", "UL", "1"], +(0x0022, 0x1643) => ["B-scan Slab Thickness", "FL", "1"], +(0x0022, 0x1644) => ["Distance Between B-scan Slabs", "FL", "1"], +(0x0022, 0x1645) => ["B-scan Cycle Time", "FL", "1"], +(0x0022, 0x1646) => ["B-scan Cycle Time Vector", "FL", "1-n"], +(0x0022, 0x1649) => ["A-scan Rate", "FL", "1"], +(0x0022, 0x1650) => ["B-scan Rate", "FL", "1"], +(0x0022, 0x1658) => ["Surface Mesh Z-Pixel Offset", "UL", "1"], +(0x0024, 0x0010) => ["Visual Field Horizontal Extent", "FL", "1"], +(0x0024, 0x0011) => ["Visual Field Vertical Extent", "FL", "1"], +(0x0024, 0x0012) => ["Visual Field Shape", "CS", "1"], +(0x0024, 0x0016) => ["Screening Test Mode Code Sequence", "SQ", "1"], +(0x0024, 0x0018) => ["Maximum Stimulus Luminance", "FL", "1"], +(0x0024, 0x0020) => ["Background Luminance", "FL", "1"], +(0x0024, 0x0021) => ["Stimulus Color Code Sequence", "SQ", "1"], +(0x0024, 0x0024) => ["Background Illumination Color Code Sequence", "SQ", "1"], +(0x0024, 0x0025) => ["Stimulus Area", "FL", "1"], +(0x0024, 0x0028) => ["Stimulus Presentation Time", "FL", "1"], +(0x0024, 0x0032) => ["Fixation Sequence", "SQ", "1"], +(0x0024, 0x0033) => ["Fixation Monitoring Code Sequence", "SQ", "1"], +(0x0024, 0x0034) => ["Visual Field Catch Trial Sequence", "SQ", "1"], +(0x0024, 0x0035) => ["Fixation Checked Quantity", "US", "1"], +(0x0024, 0x0036) => ["Patient Not Properly Fixated Quantity", "US", "1"], +(0x0024, 0x0037) => ["Presented Visual Stimuli Data Flag", "CS", "1"], +(0x0024, 0x0038) => ["Number of Visual Stimuli", "US", "1"], +(0x0024, 0x0039) => ["Excessive Fixation Losses Data Flag", "CS", "1"], +(0x0024, 0x0040) => ["Excessive Fixation Losses", "CS", "1"], +(0x0024, 0x0042) => ["Stimuli Retesting Quantity", "US", "1"], +(0x0024, 0x0044) => ["Comments on Patient's Performance of Visual Field", "LT", "1"], +(0x0024, 0x0045) => ["False Negatives Estimate Flag", "CS", "1"], +(0x0024, 0x0046) => ["False Negatives Estimate", "FL", "1"], +(0x0024, 0x0048) => ["Negative Catch Trials Quantity", "US", "1"], +(0x0024, 0x0050) => ["False Negatives Quantity", "US", "1"], +(0x0024, 0x0051) => ["Excessive False Negatives Data Flag", "CS", "1"], +(0x0024, 0x0052) => ["Excessive False Negatives", "CS", "1"], +(0x0024, 0x0053) => ["False Positives Estimate Flag", "CS", "1"], +(0x0024, 0x0054) => ["False Positives Estimate", "FL", "1"], +(0x0024, 0x0055) => ["Catch Trials Data Flag", "CS", "1"], +(0x0024, 0x0056) => ["Positive Catch Trials Quantity", "US", "1"], +(0x0024, 0x0057) => ["Test Point Normals Data Flag", "CS", "1"], +(0x0024, 0x0058) => ["Test Point Normals Sequence", "SQ", "1"], +(0x0024, 0x0059) => ["Global Deviation Probability Normals Flag", "CS", "1"], +(0x0024, 0x0060) => ["False Positives Quantity", "US", "1"], +(0x0024, 0x0061) => ["Excessive False Positives Data Flag", "CS", "1"], +(0x0024, 0x0062) => ["Excessive False Positives", "CS", "1"], +(0x0024, 0x0063) => ["Visual Field Test Normals Flag", "CS", "1"], +(0x0024, 0x0064) => ["Results Normals Sequence", "SQ", "1"], +(0x0024, 0x0065) => ["Age Corrected Sensitivity Deviation Algorithm Sequence", "SQ", "1"], +(0x0024, 0x0066) => ["Global Deviation From Normal", "FL", "1"], +(0x0024, 0x0067) => ["Generalized Defect Sensitivity Deviation Algorithm Sequence", "SQ", "1"], +(0x0024, 0x0068) => ["Localized Deviation From Normal", "FL", "1"], +(0x0024, 0x0069) => ["Patient Reliability Indicator", "LO", "1"], +(0x0024, 0x0070) => ["Visual Field Mean Sensitivity", "FL", "1"], +(0x0024, 0x0071) => ["Global Deviation Probability", "FL", "1"], +(0x0024, 0x0072) => ["Local Deviation Probability Normals Flag", "CS", "1"], +(0x0024, 0x0073) => ["Localized Deviation Probability", "FL", "1"], +(0x0024, 0x0074) => ["Short Term Fluctuation Calculated", "CS", "1"], +(0x0024, 0x0075) => ["Short Term Fluctuation", "FL", "1"], +(0x0024, 0x0076) => ["Short Term Fluctuation Probability Calculated", "CS", "1"], +(0x0024, 0x0077) => ["Short Term Fluctuation Probability", "FL", "1"], +(0x0024, 0x0078) => ["Corrected Localized Deviation From Normal Calculated", "CS", "1"], +(0x0024, 0x0079) => ["Corrected Localized Deviation From Normal", "FL", "1"], +(0x0024, 0x0080) => ["Corrected Localized Deviation From Normal Probability Calculated", "CS", "1"], +(0x0024, 0x0081) => ["Corrected Localized Deviation From Normal Probability", "FL", "1"], +(0x0024, 0x0083) => ["Global Deviation Probability Sequence", "SQ", "1"], +(0x0024, 0x0085) => ["Localized Deviation Probability Sequence", "SQ", "1"], +(0x0024, 0x0086) => ["Foveal Sensitivity Measured", "CS", "1"], +(0x0024, 0x0087) => ["Foveal Sensitivity", "FL", "1"], +(0x0024, 0x0088) => ["Visual Field Test Duration", "FL", "1"], +(0x0024, 0x0089) => ["Visual Field Test Point Sequence", "SQ", "1"], +(0x0024, 0x0090) => ["Visual Field Test Point X-Coordinate", "FL", "1"], +(0x0024, 0x0091) => ["Visual Field Test Point Y-Coordinate", "FL", "1"], +(0x0024, 0x0092) => ["Age Corrected Sensitivity Deviation Value", "FL", "1"], +(0x0024, 0x0093) => ["Stimulus Results", "CS", "1"], +(0x0024, 0x0094) => ["Sensitivity Value", "FL", "1"], +(0x0024, 0x0095) => ["Retest Stimulus Seen", "CS", "1"], +(0x0024, 0x0096) => ["Retest Sensitivity Value", "FL", "1"], +(0x0024, 0x0097) => ["Visual Field Test Point Normals Sequence", "SQ", "1"], +(0x0024, 0x0098) => ["Quantified Defect", "FL", "1"], +(0x0024, 0x0100) => ["Age Corrected Sensitivity Deviation Probability Value", "FL", "1"], +(0x0024, 0x0102) => ["Generalized Defect Corrected Sensitivity Deviation Flag", "CS", "1"], +(0x0024, 0x0103) => ["Generalized Defect Corrected Sensitivity Deviation Value", "FL", "1"], +(0x0024, 0x0104) => ["Generalized Defect Corrected Sensitivity Deviation Probability Value", "FL", "1"], +(0x0024, 0x0105) => ["Minimum Sensitivity Value", "FL", "1"], +(0x0024, 0x0106) => ["Blind Spot Localized", "CS", "1"], +(0x0024, 0x0107) => ["Blind Spot X-Coordinate", "FL", "1"], +(0x0024, 0x0108) => ["Blind Spot Y-Coordinate", "FL", "1"], +(0x0024, 0x0110) => ["Visual Acuity Measurement Sequence", "SQ", "1"], +(0x0024, 0x0112) => ["Refractive Parameters Used on Patient Sequence", "SQ", "1"], +(0x0024, 0x0113) => ["Measurement Laterality", "CS", "1"], +(0x0024, 0x0114) => ["Ophthalmic Patient Clinical Information Left Eye Sequence", "SQ", "1"], +(0x0024, 0x0115) => ["Ophthalmic Patient Clinical Information Right Eye Sequence", "SQ", "1"], +(0x0024, 0x0117) => ["Foveal Point Normative Data Flag", "CS", "1"], +(0x0024, 0x0118) => ["Foveal Point Probability Value", "FL", "1"], +(0x0024, 0x0120) => ["Screening Baseline Measured", "CS", "1"], +(0x0024, 0x0122) => ["Screening Baseline Measured Sequence", "SQ", "1"], +(0x0024, 0x0124) => ["Screening Baseline Type", "CS", "1"], +(0x0024, 0x0126) => ["Screening Baseline Value", "FL", "1"], +(0x0024, 0x0202) => ["Algorithm Source", "LO", "1"], +(0x0024, 0x0306) => ["Data Set Name", "LO", "1"], +(0x0024, 0x0307) => ["Data Set Version", "LO", "1"], +(0x0024, 0x0308) => ["Data Set Source", "LO", "1"], +(0x0024, 0x0309) => ["Data Set Description", "LO", "1"], +(0x0024, 0x0317) => ["Visual Field Test Reliability Global Index Sequence", "SQ", "1"], +(0x0024, 0x0320) => ["Visual Field Global Results Index Sequence", "SQ", "1"], +(0x0024, 0x0325) => ["Data Observation Sequence", "SQ", "1"], +(0x0024, 0x0338) => ["Index Normals Flag", "CS", "1"], +(0x0024, 0x0341) => ["Index Probability", "FL", "1"], +(0x0024, 0x0344) => ["Index Probability Sequence", "SQ", "1"], (0x0028, 0x0002) => ["Samples per Pixel", "US", "1"], (0x0028, 0x0003) => ["Samples per Pixel Used", "US", "1"], (0x0028, 0x0004) => ["Photometric Interpretation", "CS", "1"], +(0x0028, 0x0005) => ["Image Dimensions", "US", "1"], (0x0028, 0x0006) => ["Planar Configuration", "US", "1"], (0x0028, 0x0008) => ["Number of Frames", "IS", "1"], (0x0028, 0x0009) => ["Frame Increment Pointer", "AT", "1-n"], @@ -829,24 +1896,73 @@ dcm_dict = Dict( (0x0028, 0x0011) => ["Columns", "US", "1"], (0x0028, 0x0012) => ["Planes", "US", "1"], (0x0028, 0x0014) => ["Ultrasound Color Data Present", "US", "1"], +(0x0028, 0x0020) => ["", "", ""], (0x0028, 0x0030) => ["Pixel Spacing", "DS", "2"], (0x0028, 0x0031) => ["Zoom Factor", "DS", "2"], (0x0028, 0x0032) => ["Zoom Center", "DS", "2"], (0x0028, 0x0034) => ["Pixel Aspect Ratio", "IS", "2"], +(0x0028, 0x0040) => ["Image Format", "CS", "1"], +(0x0028, 0x0050) => ["Manipulated Image", "LO", "1-n"], (0x0028, 0x0051) => ["Corrected Image", "CS", "1-n"], +(0x0028, 0x005f) => ["Compression Recognition Code", "LO", "1"], +(0x0028, 0x0060) => ["Compression Code", "CS", "1"], +(0x0028, 0x0061) => ["Compression Originator", "SH", "1"], +(0x0028, 0x0062) => ["Compression Label", "LO", "1"], +(0x0028, 0x0063) => ["Compression Description", "SH", "1"], +(0x0028, 0x0065) => ["Compression Sequence", "CS", "1-n"], +(0x0028, 0x0066) => ["Compression Step Pointers", "AT", "1-n"], +(0x0028, 0x0068) => ["Repeat Interval", "US", "1"], +(0x0028, 0x0069) => ["Bits Grouped", "US", "1"], +(0x0028, 0x0070) => ["Perimeter Table", "US", "1-n"], +(0x0028, 0x0071) => ["Perimeter Value", "US or SS", "1"], +(0x0028, 0x0080) => ["Predictor Rows", "US", "1"], +(0x0028, 0x0081) => ["Predictor Columns", "US", "1"], +(0x0028, 0x0082) => ["Predictor Constants", "US", "1-n"], +(0x0028, 0x0090) => ["Blocked Pixels", "CS", "1"], +(0x0028, 0x0091) => ["Block Rows", "US", "1"], +(0x0028, 0x0092) => ["Block Columns", "US", "1"], +(0x0028, 0x0093) => ["Row Overlap", "US", "1"], +(0x0028, 0x0094) => ["Column Overlap", "US", "1"], (0x0028, 0x0100) => ["Bits Allocated", "US", "1"], (0x0028, 0x0101) => ["Bits Stored", "US", "1"], (0x0028, 0x0102) => ["High Bit", "US", "1"], (0x0028, 0x0103) => ["Pixel Representation", "US", "1"], -(0x0028, 0x0106) => ["Smallest Image Pixel Value", "US", "1"], -(0x0028, 0x0107) => ["Largest Image Pixel Value", "US", "1"], -(0x0028, 0x0108) => ["Smallest Pixel Value in Series", "US", "1"], -(0x0028, 0x0109) => ["Largest Pixel Value in Series", "US", "1"], -(0x0028, 0x0110) => ["Smallest Image Pixel Value in Plane", "US", "1"], -(0x0028, 0x0111) => ["Largest Image Pixel Value in Plane", "US", "1"], -(0x0028, 0x0120) => ["Pixel Padding Value", "US", "1"], +(0x0028, 0x0104) => ["Smallest Valid Pixel Value", "US or SS", "1"], +(0x0028, 0x0105) => ["Largest Valid Pixel Value", "US or SS", "1"], +(0x0028, 0x0106) => ["Smallest Image Pixel Value", "US or SS", "1"], +(0x0028, 0x0107) => ["Largest Image Pixel Value", "US or SS", "1"], +(0x0028, 0x0108) => ["Smallest Pixel Value in Series", "US or SS", "1"], +(0x0028, 0x0109) => ["Largest Pixel Value in Series", "US or SS", "1"], +(0x0028, 0x0110) => ["Smallest Image Pixel Value in Plane", "US or SS", "1"], +(0x0028, 0x0111) => ["Largest Image Pixel Value in Plane", "US or SS", "1"], +(0x0028, 0x0120) => ["Pixel Padding Value", "US or SS", "1"], +(0x0028, 0x0121) => ["Pixel Padding Range Limit", "US or SS", "1"], +(0x0028, 0x0122) => ["Float Pixel Padding Value", "FL", "1"], +(0x0028, 0x0123) => ["Double Float Pixel Padding Value", "FD", "1"], +(0x0028, 0x0124) => ["Float Pixel Padding Range Limit", "FL", "1"], +(0x0028, 0x0125) => ["Double Float Pixel Padding Range Limit", "FD", "1"], +(0x0028, 0x0200) => ["Image Location", "US", "1"], (0x0028, 0x0300) => ["Quality Control Image", "CS", "1"], (0x0028, 0x0301) => ["Burned In Annotation", "CS", "1"], +(0x0028, 0x0302) => ["Recognizable Visual Features", "CS", "1"], +(0x0028, 0x0303) => ["Longitudinal Temporal Information Modified", "CS", "1"], +(0x0028, 0x0304) => ["Referenced Color Palette Instance UID", "UI", "1"], +(0x0028, 0x0400) => ["Transform Label", "LO", "1"], +(0x0028, 0x0401) => ["Transform Version Number", "LO", "1"], +(0x0028, 0x0402) => ["Number of Transform Steps", "US", "1"], +(0x0028, 0x0403) => ["Sequence of Compressed Data", "LO", "1-n"], +(0x0028, 0x0404) => ["Details of Coefficients", "AT", "1-n"], +(0x0028, 0x0700) => ["DCT Label", "LO", "1"], +(0x0028, 0x0701) => ["Data Block Description", "CS", "1-n"], +(0x0028, 0x0702) => ["Data Block", "AT", "1-n"], +(0x0028, 0x0710) => ["Normalization Factor Format", "US", "1"], +(0x0028, 0x0720) => ["Zonal Map Number Format", "US", "1"], +(0x0028, 0x0721) => ["Zonal Map Location", "AT", "1-n"], +(0x0028, 0x0722) => ["Zonal Map Format", "US", "1"], +(0x0028, 0x0730) => ["Adaptive Map Format", "US", "1"], +(0x0028, 0x0740) => ["Code Number Format", "US", "1"], +(0x0028, 0x0a02) => ["Pixel Spacing Calibration Type", "CS", "1"], +(0x0028, 0x0a04) => ["Pixel Spacing Calibration Description", "LO", "1"], (0x0028, 0x1040) => ["Pixel Intensity Relationship", "CS", "1"], (0x0028, 0x1041) => ["Pixel Intensity Relationship Sign", "SS", "1"], (0x0028, 0x1050) => ["Window Center", "DS", "1-n"], @@ -856,35 +1972,71 @@ dcm_dict = Dict( (0x0028, 0x1054) => ["Rescale Type", "LO", "1"], (0x0028, 0x1055) => ["Window Center & Width Explanation", "LO", "1-n"], (0x0028, 0x1056) => ["VOI LUT Function", "CS", "1"], +(0x0028, 0x1080) => ["Gray Scale", "CS", "1"], (0x0028, 0x1090) => ["Recommended Viewing Mode", "CS", "1"], -(0x0028, 0x1101) => ["Red Palette Color Lookup Table Descriptor", "US", "3"], -(0x0028, 0x1102) => ["Green Palette Color Lookup Table Descriptor", "US", "3"], -(0x0028, 0x1103) => ["Blue Palette Color Lookup Table Descriptor", "US", "3"], +(0x0028, 0x1100) => ["Gray Lookup Table Descriptor", "US or SS", "3"], +(0x0028, 0x1101) => ["Red Palette Color Lookup Table Descriptor", "US or SS", "3"], +(0x0028, 0x1102) => ["Green Palette Color Lookup Table Descriptor", "US or SS", "3"], +(0x0028, 0x1103) => ["Blue Palette Color Lookup Table Descriptor", "US or SS", "3"], +(0x0028, 0x1104) => ["Alpha Palette Color Lookup Table Descriptor", "US", "3"], +(0x0028, 0x1111) => ["Large Red Palette Color Lookup Table Descriptor", "US or SS", "4"], +(0x0028, 0x1112) => ["Large Green Palette Color Lookup Table Descriptor", "US or SS", "4"], +(0x0028, 0x1113) => ["Large Blue Palette Color Lookup Table Descriptor", "US or SS", "4"], (0x0028, 0x1199) => ["Palette Color Lookup Table UID", "UI", "1"], +(0x0028, 0x1200) => ["Gray Lookup Table Data", "US or SS or OW", "1-n or 1"], (0x0028, 0x1201) => ["Red Palette Color Lookup Table Data", "OW", "1"], (0x0028, 0x1202) => ["Green Palette Color Lookup Table Data", "OW", "1"], (0x0028, 0x1203) => ["Blue Palette Color Lookup Table Data", "OW", "1"], +(0x0028, 0x1204) => ["Alpha Palette Color Lookup Table Data", "OW", "1"], +(0x0028, 0x1211) => ["Large Red Palette Color Lookup Table Data", "OW", "1"], +(0x0028, 0x1212) => ["Large Green Palette Color Lookup Table Data", "OW", "1"], +(0x0028, 0x1213) => ["Large Blue Palette Color Lookup Table Data", "OW", "1"], +(0x0028, 0x1214) => ["Large Palette Color Lookup Table UID", "UI", "1"], (0x0028, 0x1221) => ["Segmented Red Palette Color Lookup Table Data", "OW", "1"], (0x0028, 0x1222) => ["Segmented Green Palette Color Lookup Table Data", "OW", "1"], (0x0028, 0x1223) => ["Segmented Blue Palette Color Lookup Table Data", "OW", "1"], -(0x0028, 0x1300) => ["Implant Present", "CS", "1"], +(0x0028, 0x1224) => ["Segmented Alpha Palette Color Lookup Table Data", "OW", "1"], +(0x0028, 0x1230) => ["Stored Value Color Range Sequence", "SQ", "1"], +(0x0028, 0x1231) => ["Minimum Stored Value Mapped", "FD", "1"], +(0x0028, 0x1232) => ["Maximum Stored Value Mapped", "FD", "1"], +(0x0028, 0x1300) => ["Breast Implant Present", "CS", "1"], (0x0028, 0x1350) => ["Partial View", "CS", "1"], (0x0028, 0x1351) => ["Partial View Description", "ST", "1"], +(0x0028, 0x1352) => ["Partial View Code Sequence", "SQ", "1"], +(0x0028, 0x135a) => ["Spatial Locations Preserved", "CS", "1"], +(0x0028, 0x1401) => ["Data Frame Assignment Sequence", "SQ", "1"], +(0x0028, 0x1402) => ["Data Path Assignment", "CS", "1"], +(0x0028, 0x1403) => ["Bits Mapped to Color Lookup Table", "US", "1"], +(0x0028, 0x1404) => ["Blending LUT 1 Sequence", "SQ", "1"], +(0x0028, 0x1405) => ["Blending LUT 1 Transfer Function", "CS", "1"], +(0x0028, 0x1406) => ["Blending Weight Constant", "FD", "1"], +(0x0028, 0x1407) => ["Blending Lookup Table Descriptor", "US", "3"], +(0x0028, 0x1408) => ["Blending Lookup Table Data", "OW", "1"], +(0x0028, 0x140b) => ["Enhanced Palette Color Lookup Table Sequence", "SQ", "1"], +(0x0028, 0x140c) => ["Blending LUT 2 Sequence", "SQ", "1"], +(0x0028, 0x140d) => ["Blending LUT 2 Transfer Function", "CS", "1"], +(0x0028, 0x140e) => ["Data Path ID", "CS", "1"], +(0x0028, 0x140f) => ["RGB LUT Transfer Function", "CS", "1"], +(0x0028, 0x1410) => ["Alpha LUT Transfer Function", "CS", "1"], +(0x0028, 0x2000) => ["ICC Profile", "OB", "1"], +(0x0028, 0x2002) => ["Color Space", "CS", "1"], (0x0028, 0x2110) => ["Lossy Image Compression", "CS", "1"], (0x0028, 0x2112) => ["Lossy Image Compression Ratio", "DS", "1-n"], (0x0028, 0x2114) => ["Lossy Image Compression Method", "CS", "1-n"], (0x0028, 0x3000) => ["Modality LUT Sequence", "SQ", "1"], -(0x0028, 0x3002) => ["LUT Descriptor", "US", "3"], +(0x0028, 0x3002) => ["LUT Descriptor", "US or SS", "3"], (0x0028, 0x3003) => ["LUT Explanation", "LO", "1"], (0x0028, 0x3004) => ["Modality LUT Type", "LO", "1"], -(0x0028, 0x3006) => ["LUT Data", "US", "1-n", "or OW", "1"], +(0x0028, 0x3006) => ["LUT Data", "US or OW", "1-n or 1"], (0x0028, 0x3010) => ["VOI LUT Sequence", "SQ", "1"], (0x0028, 0x3110) => ["Softcopy VOI LUT Sequence", "SQ", "1"], +(0x0028, 0x4000) => ["Image Presentation Comments", "LT", "1"], (0x0028, 0x5000) => ["Bi-Plane Acquisition Sequence", "SQ", "1"], (0x0028, 0x6010) => ["Representative Frame Number", "US", "1"], (0x0028, 0x6020) => ["Frame Numbers of Interest (FOI)", "US", "1-n"], -(0x0028, 0x6022) => ["Frame(s) of Interest Description", "LO", "1-n"], +(0x0028, 0x6022) => ["Frame of Interest Description", "LO", "1-n"], (0x0028, 0x6023) => ["Frame of Interest Type", "CS", "1-n"], +(0x0028, 0x6030) => ["Mask Pointer(s)", "US", "1-n"], (0x0028, 0x6040) => ["R Wave Pointer", "US", "1-n"], (0x0028, 0x6100) => ["Mask Subtraction Sequence", "SQ", "1"], (0x0028, 0x6101) => ["Mask Operation", "CS", "1"], @@ -894,15 +2046,82 @@ dcm_dict = Dict( (0x0028, 0x6114) => ["Mask Sub-pixel Shift", "FL", "2"], (0x0028, 0x6120) => ["TID Offset", "SS", "1"], (0x0028, 0x6190) => ["Mask Operation Explanation", "ST", "1"], +(0x0028, 0x7000) => ["Equipment Administrator Sequence", "SQ", "1"], +(0x0028, 0x7001) => ["Number of Display Subsystems", "US", "1"], +(0x0028, 0x7002) => ["Current Configuration ID", "US", "1"], +(0x0028, 0x7003) => ["Display Subsystem ID", "US", "1"], +(0x0028, 0x7004) => ["Display Subsystem Name", "SH", "1"], +(0x0028, 0x7005) => ["Display Subsystem Description", "LO", "1"], +(0x0028, 0x7006) => ["System Status", "CS", "1"], +(0x0028, 0x7007) => ["System Status Comment", "LO", "1"], +(0x0028, 0x7008) => ["Target Luminance Characteristics Sequence", "SQ", "1"], +(0x0028, 0x7009) => ["Luminance Characteristics ID", "US", "1"], +(0x0028, 0x700a) => ["Display Subsystem Configuration Sequence", "SQ", "1"], +(0x0028, 0x700b) => ["Configuration ID", "US", "1"], +(0x0028, 0x700c) => ["Configuration Name", "SH", "1"], +(0x0028, 0x700d) => ["Configuration Description", "LO", "1"], +(0x0028, 0x700e) => ["Referenced Target Luminance Characteristics ID", "US", "1"], +(0x0028, 0x700f) => ["QA Results Sequence", "SQ", "1"], +(0x0028, 0x7010) => ["Display Subsystem QA Results Sequence", "SQ", "1"], +(0x0028, 0x7011) => ["Configuration QA Results Sequence", "SQ", "1"], +(0x0028, 0x7012) => ["Measurement Equipment Sequence", "SQ", "1"], +(0x0028, 0x7013) => ["Measurement Functions", "CS", "1-n"], +(0x0028, 0x7014) => ["Measurement Equipment Type", "CS", "1"], +(0x0028, 0x7015) => ["Visual Evaluation Result Sequence", "SQ", "1"], +(0x0028, 0x7016) => ["Display Calibration Result Sequence", "SQ", "1"], +(0x0028, 0x7017) => ["DDL Value", "US", "1"], +(0x0028, 0x7018) => ["CIExy White Point", "FL", "2"], +(0x0028, 0x7019) => ["Display Function Type", "CS", "1"], +(0x0028, 0x701a) => ["Gamma Value", "FL", "1"], +(0x0028, 0x701b) => ["Number of Luminance Points", "US", "1"], +(0x0028, 0x701c) => ["Luminance Response Sequence", "SQ", "1"], +(0x0028, 0x701d) => ["Target Minimum Luminance", "FL", "1"], +(0x0028, 0x701e) => ["Target Maximum Luminance", "FL", "1"], +(0x0028, 0x701f) => ["Luminance Value", "FL", "1"], +(0x0028, 0x7020) => ["Luminance Response Description", "LO", "1"], +(0x0028, 0x7021) => ["White Point Flag", "CS", "1"], +(0x0028, 0x7022) => ["Display Device Type Code Sequence", "SQ", "1"], +(0x0028, 0x7023) => ["Display Subsystem Sequence", "SQ", "1"], +(0x0028, 0x7024) => ["Luminance Result Sequence", "SQ", "1"], +(0x0028, 0x7025) => ["Ambient Light Value Source", "CS", "1"], +(0x0028, 0x7026) => ["Measured Characteristics", "CS", "1-n"], +(0x0028, 0x7027) => ["Luminance Uniformity Result Sequence", "SQ", "1"], +(0x0028, 0x7028) => ["Visual Evaluation Test Sequence", "SQ", "1"], +(0x0028, 0x7029) => ["Test Result", "CS", "1"], +(0x0028, 0x702a) => ["Test Result Comment", "LO", "1"], +(0x0028, 0x702b) => ["Test Image Validation", "CS", "1"], +(0x0028, 0x702c) => ["Test Pattern Code Sequence", "SQ", "1"], +(0x0028, 0x702d) => ["Measurement Pattern Code Sequence", "SQ", "1"], +(0x0028, 0x702e) => ["Visual Evaluation Method Code Sequence", "SQ", "1"], +(0x0028, 0x7fe0) => ["Pixel Data Provider URL", "UR", "1"], (0x0028, 0x9001) => ["Data Point Rows", "UL", "1"], (0x0028, 0x9002) => ["Data Point Columns", "UL", "1"], (0x0028, 0x9003) => ["Signal Domain Columns", "CS", "1"], -(0x0028, 0x9099) => ["Largest Monochrome Pixel Value", "US", "1", "Retired"], +(0x0028, 0x9099) => ["Largest Monochrome Pixel Value", "US", "1"], (0x0028, 0x9108) => ["Data Representation", "CS", "1"], (0x0028, 0x9110) => ["Pixel Measures Sequence", "SQ", "1"], (0x0028, 0x9132) => ["Frame VOI LUT Sequence", "SQ", "1"], (0x0028, 0x9145) => ["Pixel Value Transformation Sequence", "SQ", "1"], (0x0028, 0x9235) => ["Signal Domain Rows", "CS", "1"], +(0x0028, 0x9411) => ["Display Filter Percentage", "FL", "1"], +(0x0028, 0x9415) => ["Frame Pixel Shift Sequence", "SQ", "1"], +(0x0028, 0x9416) => ["Subtraction Item ID", "US", "1"], +(0x0028, 0x9422) => ["Pixel Intensity Relationship LUT Sequence", "SQ", "1"], +(0x0028, 0x9443) => ["Frame Pixel Data Properties Sequence", "SQ", "1"], +(0x0028, 0x9444) => ["Geometrical Properties", "CS", "1"], +(0x0028, 0x9445) => ["Geometric Maximum Distortion", "FL", "1"], +(0x0028, 0x9446) => ["Image Processing Applied", "CS", "1-n"], +(0x0028, 0x9454) => ["Mask Selection Mode", "CS", "1"], +(0x0028, 0x9474) => ["LUT Function", "CS", "1"], +(0x0028, 0x9478) => ["Mask Visibility Percentage", "FL", "1"], +(0x0028, 0x9501) => ["Pixel Shift Sequence", "SQ", "1"], +(0x0028, 0x9502) => ["Region Pixel Shift Sequence", "SQ", "1"], +(0x0028, 0x9503) => ["Vertices of the Region", "SS", "2-2n"], +(0x0028, 0x9505) => ["Multi-frame Presentation Sequence", "SQ", "1"], +(0x0028, 0x9506) => ["Pixel Shift Frame Range", "US", "2-2n"], +(0x0028, 0x9507) => ["LUT Frame Range", "US", "2-2n"], +(0x0028, 0x9520) => ["Image to Equipment Mapping Matrix", "DS", "16"], +(0x0028, 0x9537) => ["Equipment Coordinate System Identification", "CS", "1"], (0x0032, 0x000a) => ["Study Status ID", "CS", "1"], (0x0032, 0x000c) => ["Study Priority ID", "CS", "1"], (0x0032, 0x0012) => ["Study ID Issuer", "LO", "1"], @@ -915,11 +2134,12 @@ dcm_dict = Dict( (0x0032, 0x1010) => ["Scheduled Study Stop Date", "DA", "1"], (0x0032, 0x1011) => ["Scheduled Study Stop Time", "TM", "1"], (0x0032, 0x1020) => ["Scheduled Study Location", "LO", "1"], -(0x0032, 0x1021) => ["Scheduled Study Location AE Title(s)", "AE", "1-n"], +(0x0032, 0x1021) => ["Scheduled Study Location AE Title", "AE", "1-n"], (0x0032, 0x1030) => ["Reason for Study", "LO", "1"], (0x0032, 0x1031) => ["Requesting Physician Identification Sequence", "SQ", "1"], (0x0032, 0x1032) => ["Requesting Physician", "PN", "1"], (0x0032, 0x1033) => ["Requesting Service", "LO", "1"], +(0x0032, 0x1034) => ["Requesting Service Code Sequence", "SQ", "1"], (0x0032, 0x1040) => ["Study Arrival Date", "DA", "1"], (0x0032, 0x1041) => ["Study Arrival Time", "TM", "1"], (0x0032, 0x1050) => ["Study Completion Date", "DA", "1"], @@ -927,12 +2147,27 @@ dcm_dict = Dict( (0x0032, 0x1055) => ["Study Component Status ID", "CS", "1"], (0x0032, 0x1060) => ["Requested Procedure Description", "LO", "1"], (0x0032, 0x1064) => ["Requested Procedure Code Sequence", "SQ", "1"], +(0x0032, 0x1066) => ["Reason for Visit", "UT", "1"], +(0x0032, 0x1067) => ["Reason for Visit Code Sequence", "SQ", "1"], (0x0032, 0x1070) => ["Requested Contrast Agent", "LO", "1"], (0x0032, 0x4000) => ["Study Comments", "LT", "1"], +(0x0034, 0x0001) => ["Flow Identifier Sequence", "SQ", "1"], +(0x0034, 0x0002) => ["Flow Identifier", "OB", "1"], +(0x0034, 0x0003) => ["Flow Transfer Syntax UID", "UI", "1"], +(0x0034, 0x0004) => ["Flow RTP Sampling Rate", "UL", "1"], +(0x0034, 0x0005) => ["Source Identifier", "OB", "1"], +(0x0034, 0x0007) => ["Frame Origin Timestamp", "OB", "1"], +(0x0034, 0x0008) => ["Includes Imaging Subject", "CS", "1"], +(0x0034, 0x0009) => ["Frame Usefulness Group Sequence", "SQ", "1"], +(0x0034, 0x000a) => ["Real-Time Bulk Data Flow Sequence", "SQ", "1"], +(0x0034, 0x000b) => ["Camera Position Group Sequence", "SQ", "1"], +(0x0034, 0x000c) => ["Includes Information", "CS", "1"], +(0x0034, 0x000d) => ["Time of Frame Group Sequence", "SQ", "1"], (0x0038, 0x0004) => ["Referenced Patient Alias Sequence", "SQ", "1"], (0x0038, 0x0008) => ["Visit Status ID", "CS", "1"], (0x0038, 0x0010) => ["Admission ID", "LO", "1"], (0x0038, 0x0011) => ["Issuer of Admission ID", "LO", "1"], +(0x0038, 0x0014) => ["Issuer of Admission ID Sequence", "SQ", "1"], (0x0038, 0x0016) => ["Route of Admissions", "LO", "1"], (0x0038, 0x001a) => ["Scheduled Admission Date", "DA", "1"], (0x0038, 0x001b) => ["Scheduled Admission Time", "TM", "1"], @@ -946,9 +2181,17 @@ dcm_dict = Dict( (0x0038, 0x0040) => ["Discharge Diagnosis Description", "LO", "1"], (0x0038, 0x0044) => ["Discharge Diagnosis Code Sequence", "SQ", "1"], (0x0038, 0x0050) => ["Special Needs", "LO", "1"], +(0x0038, 0x0060) => ["Service Episode ID", "LO", "1"], +(0x0038, 0x0061) => ["Issuer of Service Episode ID", "LO", "1"], +(0x0038, 0x0062) => ["Service Episode Description", "LO", "1"], +(0x0038, 0x0064) => ["Issuer of Service Episode ID Sequence", "SQ", "1"], +(0x0038, 0x0100) => ["Pertinent Documents Sequence", "SQ", "1"], +(0x0038, 0x0101) => ["Pertinent Resources Sequence", "SQ", "1"], +(0x0038, 0x0102) => ["Resource Description", "LO", "1"], (0x0038, 0x0300) => ["Current Patient Location", "LO", "1"], (0x0038, 0x0400) => ["Patient's Institution Residence", "LO", "1"], (0x0038, 0x0500) => ["Patient State", "LO", "1"], +(0x0038, 0x0502) => ["Patient Clinical Trial Participation Sequence", "SQ", "1"], (0x0038, 0x4000) => ["Visit Comments", "LT", "1"], (0x003a, 0x0004) => ["Waveform Originality", "CS", "1"], (0x003a, 0x0005) => ["Number of Waveform Channels", "US", "1"], @@ -975,9 +2218,26 @@ dcm_dict = Dict( (0x003a, 0x0221) => ["Filter High Frequency", "DS", "1"], (0x003a, 0x0222) => ["Notch Filter Frequency", "DS", "1"], (0x003a, 0x0223) => ["Notch Filter Bandwidth", "DS", "1"], +(0x003a, 0x0230) => ["Waveform Data Display Scale", "FL", "1"], +(0x003a, 0x0231) => ["Waveform Display Background CIELab Value", "US", "3"], +(0x003a, 0x0240) => ["Waveform Presentation Group Sequence", "SQ", "1"], +(0x003a, 0x0241) => ["Presentation Group Number", "US", "1"], +(0x003a, 0x0242) => ["Channel Display Sequence", "SQ", "1"], +(0x003a, 0x0244) => ["Channel Recommended Display CIELab Value", "US", "3"], +(0x003a, 0x0245) => ["Channel Position", "FL", "1"], +(0x003a, 0x0246) => ["Display Shading Flag", "CS", "1"], +(0x003a, 0x0247) => ["Fractional Channel Display Scale", "FL", "1"], +(0x003a, 0x0248) => ["Absolute Channel Display Scale", "FL", "1"], (0x003a, 0x0300) => ["Multiplexed Audio Channels Description Code Sequence", "SQ", "1"], (0x003a, 0x0301) => ["Channel Identification Code", "IS", "1"], (0x003a, 0x0302) => ["Channel Mode", "CS", "1"], +(0x003a, 0x0310) => ["Multiplex Group UID", "UI", "1"], +(0x003a, 0x0311) => ["Powerline Frequency", "DS", "1"], +(0x003a, 0x0312) => ["Channel Impedance Sequence", "SQ", "1"], +(0x003a, 0x0313) => ["Impedance Value", "DS", "1"], +(0x003a, 0x0314) => ["Impedance Measurement DateTime", "DT", "1"], +(0x003a, 0x0315) => ["Impedance Measurement Frequency", "DS", "1"], +(0x003a, 0x0316) => ["Impedance Measurement Current Type", "CS", "1"], (0x0040, 0x0001) => ["Scheduled Station AE Title", "AE", "1-n"], (0x0040, 0x0002) => ["Scheduled Procedure Step Start Date", "DA", "1"], (0x0040, 0x0003) => ["Scheduled Procedure Step Start Time", "TM", "1"], @@ -993,9 +2253,15 @@ dcm_dict = Dict( (0x0040, 0x0011) => ["Scheduled Procedure Step Location", "SH", "1"], (0x0040, 0x0012) => ["Pre-Medication", "LO", "1"], (0x0040, 0x0020) => ["Scheduled Procedure Step Status", "CS", "1"], -(0x0040, 0x0031) => ["Local Namespace Entity ID Attribute", "UT", "1"], -(0x0040, 0x0032) => ["Universal Entity ID Attribute", "UT", "1"], -(0x0040, 0x0033) => ["Universal Entity ID Type Attribute", "CS", "1"], +(0x0040, 0x0026) => ["Order Placer Identifier Sequence", "SQ", "1"], +(0x0040, 0x0027) => ["Order Filler Identifier Sequence", "SQ", "1"], +(0x0040, 0x0031) => ["Local Namespace Entity ID", "UT", "1"], +(0x0040, 0x0032) => ["Universal Entity ID", "UT", "1"], +(0x0040, 0x0033) => ["Universal Entity ID Type", "CS", "1"], +(0x0040, 0x0035) => ["Identifier Type Code", "CS", "1"], +(0x0040, 0x0036) => ["Assigning Facility Sequence", "SQ", "1"], +(0x0040, 0x0039) => ["Assigning Jurisdiction Code Sequence", "SQ", "1"], +(0x0040, 0x003a) => ["Assigning Agency or Department Code Sequence", "SQ", "1"], (0x0040, 0x0100) => ["Scheduled Procedure Step Sequence", "SQ", "1"], (0x0040, 0x0220) => ["Referenced Non-Image Composite SOP Instance Sequence", "SQ", "1"], (0x0040, 0x0241) => ["Performed Station AE Title", "AE", "1"], @@ -1010,6 +2276,7 @@ dcm_dict = Dict( (0x0040, 0x0254) => ["Performed Procedure Step Description", "LO", "1"], (0x0040, 0x0255) => ["Performed Procedure Type Description", "LO", "1"], (0x0040, 0x0260) => ["Performed Protocol Code Sequence", "SQ", "1"], +(0x0040, 0x0261) => ["Performed Protocol Type", "CS", "1"], (0x0040, 0x0270) => ["Scheduled Step Attributes Sequence", "SQ", "1"], (0x0040, 0x0275) => ["Request Attributes Sequence", "SQ", "1"], (0x0040, 0x0280) => ["Comments on the Performed Procedure Step", "ST", "1"], @@ -1023,6 +2290,7 @@ dcm_dict = Dict( (0x0040, 0x0302) => ["Entrance Dose", "US", "1"], (0x0040, 0x0303) => ["Exposed Area", "US", "1-2"], (0x0040, 0x0306) => ["Distance Source to Entrance", "DS", "1"], +(0x0040, 0x0307) => ["Distance Source to Support", "DS", "1"], (0x0040, 0x030e) => ["Exposure Dose Sequence", "SQ", "1"], (0x0040, 0x0310) => ["Comments on Radiation Dose", "ST", "1"], (0x0040, 0x0312) => ["X-Ray Output", "DS", "1"], @@ -1032,43 +2300,72 @@ dcm_dict = Dict( (0x0040, 0x0320) => ["Billing Procedure Step Sequence", "SQ", "1"], (0x0040, 0x0321) => ["Film Consumption Sequence", "SQ", "1"], (0x0040, 0x0324) => ["Billing Supplies and Devices Sequence", "SQ", "1"], +(0x0040, 0x0330) => ["Referenced Procedure Step Sequence", "SQ", "1"], (0x0040, 0x0340) => ["Performed Series Sequence", "SQ", "1"], (0x0040, 0x0400) => ["Comments on the Scheduled Procedure Step", "LT", "1"], (0x0040, 0x0440) => ["Protocol Context Sequence", "SQ", "1"], (0x0040, 0x0441) => ["Content Item Modifier Sequence", "SQ", "1"], +(0x0040, 0x0500) => ["Scheduled Specimen Sequence", "SQ", "1"], (0x0040, 0x050a) => ["Specimen Accession Number", "LO", "1"], +(0x0040, 0x0512) => ["Container Identifier", "LO", "1"], +(0x0040, 0x0513) => ["Issuer of the Container Identifier Sequence", "SQ", "1"], +(0x0040, 0x0515) => ["Alternate Container Identifier Sequence", "SQ", "1"], +(0x0040, 0x0518) => ["Container Type Code Sequence", "SQ", "1"], +(0x0040, 0x051a) => ["Container Description", "LO", "1"], +(0x0040, 0x0520) => ["Container Component Sequence", "SQ", "1"], (0x0040, 0x0550) => ["Specimen Sequence", "SQ", "1"], (0x0040, 0x0551) => ["Specimen Identifier", "LO", "1"], +(0x0040, 0x0552) => ["Specimen Description Sequence (Trial)", "SQ", "1"], +(0x0040, 0x0553) => ["Specimen Description (Trial)", "ST", "1"], +(0x0040, 0x0554) => ["Specimen UID", "UI", "1"], (0x0040, 0x0555) => ["Acquisition Context Sequence", "SQ", "1"], (0x0040, 0x0556) => ["Acquisition Context Description", "ST", "1"], (0x0040, 0x059a) => ["Specimen Type Code Sequence", "SQ", "1"], +(0x0040, 0x0560) => ["Specimen Description Sequence", "SQ", "1"], +(0x0040, 0x0562) => ["Issuer of the Specimen Identifier Sequence", "SQ", "1"], +(0x0040, 0x0600) => ["Specimen Short Description", "LO", "1"], +(0x0040, 0x0602) => ["Specimen Detailed Description", "UT", "1"], +(0x0040, 0x0610) => ["Specimen Preparation Sequence", "SQ", "1"], +(0x0040, 0x0612) => ["Specimen Preparation Step Content Item Sequence", "SQ", "1"], +(0x0040, 0x0620) => ["Specimen Localization Content Item Sequence", "SQ", "1"], (0x0040, 0x06fa) => ["Slide Identifier", "LO", "1"], +(0x0040, 0x0710) => ["Whole Slide Microscopy Image Frame Type Sequence", "SQ", "1"], (0x0040, 0x071a) => ["Image Center Point Coordinates Sequence", "SQ", "1"], -(0x0040, 0x072a) => ["X offset in Slide Coordinate System", "DS", "1"], -(0x0040, 0x073a) => ["Y offset in Slide Coordinate System", "DS", "1"], -(0x0040, 0x074a) => ["Z offset in Slide Coordinate System", "DS", "1"], +(0x0040, 0x072a) => ["X Offset in Slide Coordinate System", "DS", "1"], +(0x0040, 0x073a) => ["Y Offset in Slide Coordinate System", "DS", "1"], +(0x0040, 0x074a) => ["Z Offset in Slide Coordinate System", "DS", "1"], (0x0040, 0x08d8) => ["Pixel Spacing Sequence", "SQ", "1"], (0x0040, 0x08da) => ["Coordinate System Axis Code Sequence", "SQ", "1"], (0x0040, 0x08ea) => ["Measurement Units Code Sequence", "SQ", "1"], +(0x0040, 0x09f8) => ["Vital Stain Code Sequence (Trial)", "SQ", "1"], (0x0040, 0x1001) => ["Requested Procedure ID", "SH", "1"], (0x0040, 0x1002) => ["Reason for the Requested Procedure", "LO", "1"], (0x0040, 0x1003) => ["Requested Procedure Priority", "SH", "1"], (0x0040, 0x1004) => ["Patient Transport Arrangements", "LO", "1"], (0x0040, 0x1005) => ["Requested Procedure Location", "LO", "1"], +(0x0040, 0x1006) => ["Placer Order Number / Procedure", "SH", "1"], +(0x0040, 0x1007) => ["Filler Order Number / Procedure", "SH", "1"], (0x0040, 0x1008) => ["Confidentiality Code", "LO", "1"], (0x0040, 0x1009) => ["Reporting Priority", "SH", "1"], (0x0040, 0x100a) => ["Reason for Requested Procedure Code Sequence", "SQ", "1"], (0x0040, 0x1010) => ["Names of Intended Recipients of Results", "PN", "1-n"], (0x0040, 0x1011) => ["Intended Recipients of Results Identification Sequence", "SQ", "1"], +(0x0040, 0x1012) => ["Reason For Performed Procedure Code Sequence", "SQ", "1"], +(0x0040, 0x1060) => ["Requested Procedure Description (Trial)", "LO", "1"], (0x0040, 0x1101) => ["Person Identification Code Sequence", "SQ", "1"], (0x0040, 0x1102) => ["Person's Address", "ST", "1"], (0x0040, 0x1103) => ["Person's Telephone Numbers", "LO", "1-n"], +(0x0040, 0x1104) => ["Person's Telecom Information", "LT", "1"], (0x0040, 0x1400) => ["Requested Procedure Comments", "LT", "1"], +(0x0040, 0x2001) => ["Reason for the Imaging Service Request", "LO", "1"], (0x0040, 0x2004) => ["Issue Date of Imaging Service Request", "DA", "1"], (0x0040, 0x2005) => ["Issue Time of Imaging Service Request", "TM", "1"], +(0x0040, 0x2006) => ["Placer Order Number / Imaging Service Request (Retired)", "SH", "1"], +(0x0040, 0x2007) => ["Filler Order Number / Imaging Service Request (Retired)", "SH", "1"], (0x0040, 0x2008) => ["Order Entered By", "PN", "1"], (0x0040, 0x2009) => ["Order Enterer's Location", "SH", "1"], (0x0040, 0x2010) => ["Order Callback Phone Number", "SH", "1"], +(0x0040, 0x2011) => ["Order Callback Telecom Information", "LT", "1"], (0x0040, 0x2016) => ["Placer Order Number / Imaging Service Request", "LO", "1"], (0x0040, 0x2017) => ["Filler Order Number / Imaging Service Request", "LO", "1"], (0x0040, 0x2400) => ["Imaging Service Request Comments", "LT", "1"], @@ -1077,18 +2374,19 @@ dcm_dict = Dict( (0x0040, 0x4002) => ["General Purpose Performed Procedure Step Status", "CS", "1"], (0x0040, 0x4003) => ["General Purpose Scheduled Procedure Step Priority", "CS", "1"], (0x0040, 0x4004) => ["Scheduled Processing Applications Code Sequence", "SQ", "1"], -(0x0040, 0x4005) => ["Scheduled Procedure Step Start Date and Time", "DT", "1"], +(0x0040, 0x4005) => ["Scheduled Procedure Step Start DateTime", "DT", "1"], (0x0040, 0x4006) => ["Multiple Copies Flag", "CS", "1"], (0x0040, 0x4007) => ["Performed Processing Applications Code Sequence", "SQ", "1"], +(0x0040, 0x4008) => ["Scheduled Procedure Step Expiration DateTime", "DT", "1"], (0x0040, 0x4009) => ["Human Performer Code Sequence", "SQ", "1"], -(0x0040, 0x4010) => ["Scheduled Procedure Step Modification Date and Time", "DT", "1"], -(0x0040, 0x4011) => ["Expected Completion Date and Time", "DT", "1"], +(0x0040, 0x4010) => ["Scheduled Procedure Step Modification DateTime", "DT", "1"], +(0x0040, 0x4011) => ["Expected Completion DateTime", "DT", "1"], (0x0040, 0x4015) => ["Resulting General Purpose Performed Procedure Steps Sequence", "SQ", "1"], (0x0040, 0x4016) => ["Referenced General Purpose Scheduled Procedure Step Sequence", "SQ", "1"], (0x0040, 0x4018) => ["Scheduled Workitem Code Sequence", "SQ", "1"], (0x0040, 0x4019) => ["Performed Workitem Code Sequence", "SQ", "1"], (0x0040, 0x4020) => ["Input Availability Flag", "CS", "1"], -(0x0040, 0x4021) => ["Input InformationSequence", "SQ", "1"], +(0x0040, 0x4021) => ["Input Information Sequence", "SQ", "1"], (0x0040, 0x4022) => ["Relevant Information Sequence", "SQ", "1"], (0x0040, 0x4023) => ["Referenced General Purpose Scheduled Procedure Step Transaction UID", "UI", "1"], (0x0040, 0x4025) => ["Scheduled Station Name Code Sequence", "SQ", "1"], @@ -1104,65 +2402,357 @@ dcm_dict = Dict( (0x0040, 0x4035) => ["Actual Human Performers Sequence", "SQ", "1"], (0x0040, 0x4036) => ["Human Performer's Organization", "LO", "1"], (0x0040, 0x4037) => ["Human Performer's Name", "PN", "1"], +(0x0040, 0x4040) => ["Raw Data Handling", "CS", "1"], +(0x0040, 0x4041) => ["Input Readiness State", "CS", "1"], +(0x0040, 0x4050) => ["Performed Procedure Step Start DateTime", "DT", "1"], +(0x0040, 0x4051) => ["Performed Procedure Step End DateTime", "DT", "1"], +(0x0040, 0x4052) => ["Procedure Step Cancellation DateTime", "DT", "1"], +(0x0040, 0x4070) => ["Output Destination Sequence", "SQ", "1"], +(0x0040, 0x4071) => ["DICOM Storage Sequence", "SQ", "1"], +(0x0040, 0x4072) => ["STOW-RS Storage Sequence", "SQ", "1"], +(0x0040, 0x4073) => ["Storage URL", "UR", "1"], +(0x0040, 0x4074) => ["XDS Storage Sequence", "SQ", "1"], (0x0040, 0x8302) => ["Entrance Dose in mGy", "DS", "1"], +(0x0040, 0x8303) => ["Entrance Dose Derivation", "CS", "1"], +(0x0040, 0x9092) => ["Parametric Map Frame Type Sequence", "SQ", "1"], +(0x0040, 0x9094) => ["Referenced Image Real World Value Mapping Sequence", "SQ", "1"], (0x0040, 0x9096) => ["Real World Value Mapping Sequence", "SQ", "1"], +(0x0040, 0x9098) => ["Pixel Value Mapping Code Sequence", "SQ", "1"], (0x0040, 0x9210) => ["LUT Label", "SH", "1"], -(0x0040, 0x9211) => ["Real World Value Last Value Mapped", "US", "1"], +(0x0040, 0x9211) => ["Real World Value Last Value Mapped", "US or SS", "1"], (0x0040, 0x9212) => ["Real World Value LUT Data", "FD", "1-n"], -(0x0040, 0x9216) => ["Real World Value First Value Mapped", "US", "1"], +(0x0040, 0x9213) => ["Double Float Real World Value Last Value Mapped", "FD", "1"], +(0x0040, 0x9214) => ["Double Float Real World Value First Value Mapped", "FD", "1"], +(0x0040, 0x9216) => ["Real World Value First Value Mapped", "US or SS", "1"], +(0x0040, 0x9220) => ["Quantity Definition Sequence", "SQ", "1"], (0x0040, 0x9224) => ["Real World Value Intercept", "FD", "1"], (0x0040, 0x9225) => ["Real World Value Slope", "FD", "1"], +(0x0040, 0xa007) => ["Findings Flag (Trial)", "CS", "1"], (0x0040, 0xa010) => ["Relationship Type", "CS", "1"], +(0x0040, 0xa020) => ["Findings Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa021) => ["Findings Group UID (Trial)", "UI", "1"], +(0x0040, 0xa022) => ["Referenced Findings Group UID (Trial)", "UI", "1"], +(0x0040, 0xa023) => ["Findings Group Recording Date (Trial)", "DA", "1"], +(0x0040, 0xa024) => ["Findings Group Recording Time (Trial)", "TM", "1"], +(0x0040, 0xa026) => ["Findings Source Category Code Sequence (Trial)", "SQ", "1"], (0x0040, 0xa027) => ["Verifying Organization", "LO", "1"], +(0x0040, 0xa028) => ["Documenting Organization Identifier Code Sequence (Trial)", "SQ", "1"], (0x0040, 0xa030) => ["Verification DateTime", "DT", "1"], (0x0040, 0xa032) => ["Observation DateTime", "DT", "1"], (0x0040, 0xa040) => ["Value Type", "CS", "1"], (0x0040, 0xa043) => ["Concept Name Code Sequence", "SQ", "1"], +(0x0040, 0xa047) => ["Measurement Precision Description (Trial)", "LO", "1"], (0x0040, 0xa050) => ["Continuity Of Content", "CS", "1"], +(0x0040, 0xa057) => ["Urgency or Priority Alerts (Trial)", "CS", "1-n"], +(0x0040, 0xa060) => ["Sequencing Indicator (Trial)", "LO", "1"], +(0x0040, 0xa066) => ["Document Identifier Code Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa067) => ["Document Author (Trial)", "PN", "1"], +(0x0040, 0xa068) => ["Document Author Identifier Code Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa070) => ["Identifier Code Sequence (Trial)", "SQ", "1"], (0x0040, 0xa073) => ["Verifying Observer Sequence", "SQ", "1"], +(0x0040, 0xa074) => ["Object Binary Identifier (Trial)", "OB", "1"], (0x0040, 0xa075) => ["Verifying Observer Name", "PN", "1"], +(0x0040, 0xa076) => ["Documenting Observer Identifier Code Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa078) => ["Author Observer Sequence", "SQ", "1"], +(0x0040, 0xa07a) => ["Participant Sequence", "SQ", "1"], +(0x0040, 0xa07c) => ["Custodial Organization Sequence", "SQ", "1"], +(0x0040, 0xa080) => ["Participation Type", "CS", "1"], +(0x0040, 0xa082) => ["Participation DateTime", "DT", "1"], +(0x0040, 0xa084) => ["Observer Type", "CS", "1"], +(0x0040, 0xa085) => ["Procedure Identifier Code Sequence (Trial)", "SQ", "1"], (0x0040, 0xa088) => ["Verifying Observer Identification Code Sequence", "SQ", "1"], +(0x0040, 0xa089) => ["Object Directory Binary Identifier (Trial)", "OB", "1"], +(0x0040, 0xa090) => ["Equivalent CDA Document Sequence", "SQ", "1"], (0x0040, 0xa0b0) => ["Referenced Waveform Channels", "US", "2-2n"], +(0x0040, 0xa110) => ["Date of Document or Verbal Transaction (Trial)", "DA", "1"], +(0x0040, 0xa112) => ["Time of Document Creation or Verbal Transaction (Trial)", "TM", "1"], (0x0040, 0xa120) => ["DateTime", "DT", "1"], (0x0040, 0xa121) => ["Date", "DA", "1"], (0x0040, 0xa122) => ["Time", "TM", "1"], (0x0040, 0xa123) => ["Person Name", "PN", "1"], (0x0040, 0xa124) => ["UID", "UI", "1"], +(0x0040, 0xa125) => ["Report Status ID (Trial)", "CS", "2"], (0x0040, 0xa130) => ["Temporal Range Type", "CS", "1"], (0x0040, 0xa132) => ["Referenced Sample Positions", "UL", "1-n"], (0x0040, 0xa136) => ["Referenced Frame Numbers", "US", "1-n"], (0x0040, 0xa138) => ["Referenced Time Offsets", "DS", "1-n"], -(0x0040, 0xa13a) => ["Referenced Datetime", "DT", "1-n"], +(0x0040, 0xa13a) => ["Referenced DateTime", "DT", "1-n"], (0x0040, 0xa160) => ["Text Value", "UT", "1"], +(0x0040, 0xa161) => ["Floating Point Value", "FD", "1-n"], +(0x0040, 0xa162) => ["Rational Numerator Value", "SL", "1-n"], +(0x0040, 0xa163) => ["Rational Denominator Value", "UL", "1-n"], +(0x0040, 0xa167) => ["Observation Category Code Sequence (Trial)", "SQ", "1"], (0x0040, 0xa168) => ["Concept Code Sequence", "SQ", "1"], +(0x0040, 0xa16a) => ["Bibliographic Citation (Trial)", "ST", "1"], (0x0040, 0xa170) => ["Purpose of Reference Code Sequence", "SQ", "1"], +(0x0040, 0xa171) => ["Observation UID", "UI", "1"], +(0x0040, 0xa172) => ["Referenced Observation UID (Trial)", "UI", "1"], +(0x0040, 0xa173) => ["Referenced Observation Class (Trial)", "CS", "1"], +(0x0040, 0xa174) => ["Referenced Object Observation Class (Trial)", "CS", "1"], (0x0040, 0xa180) => ["Annotation Group Number", "US", "1"], +(0x0040, 0xa192) => ["Observation Date (Trial)", "DA", "1"], +(0x0040, 0xa193) => ["Observation Time (Trial)", "TM", "1"], +(0x0040, 0xa194) => ["Measurement Automation (Trial)", "CS", "1"], (0x0040, 0xa195) => ["Modifier Code Sequence", "SQ", "1"], +(0x0040, 0xa224) => ["Identification Description (Trial)", "ST", "1"], +(0x0040, 0xa290) => ["Coordinates Set Geometric Type (Trial)", "CS", "1"], +(0x0040, 0xa296) => ["Algorithm Code Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa297) => ["Algorithm Description (Trial)", "ST", "1"], +(0x0040, 0xa29a) => ["Pixel Coordinates Set (Trial)", "SL", "2-2n"], (0x0040, 0xa300) => ["Measured Value Sequence", "SQ", "1"], (0x0040, 0xa301) => ["Numeric Value Qualifier Code Sequence", "SQ", "1"], +(0x0040, 0xa307) => ["Current Observer (Trial)", "PN", "1"], (0x0040, 0xa30a) => ["Numeric Value", "DS", "1-n"], +(0x0040, 0xa313) => ["Referenced Accession Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa33a) => ["Report Status Comment (Trial)", "ST", "1"], +(0x0040, 0xa340) => ["Procedure Context Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa352) => ["Verbal Source (Trial)", "PN", "1"], +(0x0040, 0xa353) => ["Address (Trial)", "ST", "1"], +(0x0040, 0xa354) => ["Telephone Number (Trial)", "LO", "1"], +(0x0040, 0xa358) => ["Verbal Source Identifier Code Sequence (Trial)", "SQ", "1"], (0x0040, 0xa360) => ["Predecessor Documents Sequence", "SQ", "1"], (0x0040, 0xa370) => ["Referenced Request Sequence", "SQ", "1"], (0x0040, 0xa372) => ["Performed Procedure Code Sequence", "SQ", "1"], (0x0040, 0xa375) => ["Current Requested Procedure Evidence Sequence", "SQ", "1"], +(0x0040, 0xa380) => ["Report Detail Sequence (Trial)", "SQ", "1"], (0x0040, 0xa385) => ["Pertinent Other Evidence Sequence", "SQ", "1"], +(0x0040, 0xa390) => ["HL7 Structured Document Reference Sequence", "SQ", "1"], +(0x0040, 0xa402) => ["Observation Subject UID (Trial)", "UI", "1"], +(0x0040, 0xa403) => ["Observation Subject Class (Trial)", "CS", "1"], +(0x0040, 0xa404) => ["Observation Subject Type Code Sequence (Trial)", "SQ", "1"], (0x0040, 0xa491) => ["Completion Flag", "CS", "1"], (0x0040, 0xa492) => ["Completion Flag Description", "LO", "1"], (0x0040, 0xa493) => ["Verification Flag", "CS", "1"], +(0x0040, 0xa494) => ["Archive Requested", "CS", "1"], +(0x0040, 0xa496) => ["Preliminary Flag", "CS", "1"], (0x0040, 0xa504) => ["Content Template Sequence", "SQ", "1"], (0x0040, 0xa525) => ["Identical Documents Sequence", "SQ", "1"], +(0x0040, 0xa600) => ["Observation Subject Context Flag (Trial)", "CS", "1"], +(0x0040, 0xa601) => ["Observer Context Flag (Trial)", "CS", "1"], +(0x0040, 0xa603) => ["Procedure Context Flag (Trial)", "CS", "1"], (0x0040, 0xa730) => ["Content Sequence", "SQ", "1"], -(0x0040, 0xb020) => ["Annotation Sequence", "SQ", "1"], +(0x0040, 0xa731) => ["Relationship Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa732) => ["Relationship Type Code Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa744) => ["Language Code Sequence (Trial)", "SQ", "1"], +(0x0040, 0xa992) => ["Uniform Resource Locator (Trial)", "ST", "1"], +(0x0040, 0xb020) => ["Waveform Annotation Sequence", "SQ", "1"], (0x0040, 0xdb00) => ["Template Identifier", "CS", "1"], +(0x0040, 0xdb06) => ["Template Version", "DT", "1"], +(0x0040, 0xdb07) => ["Template Local Version", "DT", "1"], +(0x0040, 0xdb0b) => ["Template Extension Flag", "CS", "1"], +(0x0040, 0xdb0c) => ["Template Extension Organization UID", "UI", "1"], +(0x0040, 0xdb0d) => ["Template Extension Creator UID", "UI", "1"], (0x0040, 0xdb73) => ["Referenced Content Item Identifier", "UL", "1-n"], +(0x0040, 0xe001) => ["HL7 Instance Identifier", "ST", "1"], +(0x0040, 0xe004) => ["HL7 Document Effective Time", "DT", "1"], +(0x0040, 0xe006) => ["HL7 Document Type Code Sequence", "SQ", "1"], +(0x0040, 0xe008) => ["Document Class Code Sequence", "SQ", "1"], +(0x0040, 0xe010) => ["Retrieve URI", "UR", "1"], +(0x0040, 0xe011) => ["Retrieve Location UID", "UI", "1"], +(0x0040, 0xe020) => ["Type of Instances", "CS", "1"], +(0x0040, 0xe021) => ["DICOM Retrieval Sequence", "SQ", "1"], +(0x0040, 0xe022) => ["DICOM Media Retrieval Sequence", "SQ", "1"], +(0x0040, 0xe023) => ["WADO Retrieval Sequence", "SQ", "1"], +(0x0040, 0xe024) => ["XDS Retrieval Sequence", "SQ", "1"], +(0x0040, 0xe025) => ["WADO-RS Retrieval Sequence", "SQ", "1"], +(0x0040, 0xe030) => ["Repository Unique ID", "UI", "1"], +(0x0040, 0xe031) => ["Home Community ID", "UI", "1"], +(0x0042, 0x0010) => ["Document Title", "ST", "1"], +(0x0042, 0x0011) => ["Encapsulated Document", "OB", "1"], +(0x0042, 0x0012) => ["MIME Type of Encapsulated Document", "LO", "1"], +(0x0042, 0x0013) => ["Source Instance Sequence", "SQ", "1"], +(0x0042, 0x0014) => ["List of MIME Types", "LO", "1-n"], +(0x0042, 0x0015) => ["Encapsulated Document Length", "UL", "1"], +(0x0044, 0x0001) => ["Product Package Identifier", "ST", "1"], +(0x0044, 0x0002) => ["Substance Administration Approval", "CS", "1"], +(0x0044, 0x0003) => ["Approval Status Further Description", "LT", "1"], +(0x0044, 0x0004) => ["Approval Status DateTime", "DT", "1"], +(0x0044, 0x0007) => ["Product Type Code Sequence", "SQ", "1"], +(0x0044, 0x0008) => ["Product Name", "LO", "1-n"], +(0x0044, 0x0009) => ["Product Description", "LT", "1"], +(0x0044, 0x000a) => ["Product Lot Identifier", "LO", "1"], +(0x0044, 0x000b) => ["Product Expiration DateTime", "DT", "1"], +(0x0044, 0x0010) => ["Substance Administration DateTime", "DT", "1"], +(0x0044, 0x0011) => ["Substance Administration Notes", "LO", "1"], +(0x0044, 0x0012) => ["Substance Administration Device ID", "LO", "1"], +(0x0044, 0x0013) => ["Product Parameter Sequence", "SQ", "1"], +(0x0044, 0x0019) => ["Substance Administration Parameter Sequence", "SQ", "1"], +(0x0044, 0x0100) => ["Approval Sequence", "SQ", "1"], +(0x0044, 0x0101) => ["Assertion Code Sequence", "SQ", "1"], +(0x0044, 0x0102) => ["Assertion UID", "UI", "1"], +(0x0044, 0x0103) => ["Asserter Identification Sequence", "SQ", "1"], +(0x0044, 0x0104) => ["Assertion DateTime", "DT", "1"], +(0x0044, 0x0105) => ["Assertion Expiration DateTime", "DT", "1"], +(0x0044, 0x0106) => ["Assertion Comments", "UT", "1"], +(0x0044, 0x0107) => ["Related Assertion Sequence", "SQ", "1"], +(0x0044, 0x0108) => ["Referenced Assertion UID", "UI", "1"], +(0x0044, 0x0109) => ["Approval Subject Sequence", "SQ", "1"], +(0x0044, 0x010a) => ["Organizational Role Code Sequence", "SQ", "1"], +(0x0046, 0x0012) => ["Lens Description", "LO", "1"], +(0x0046, 0x0014) => ["Right Lens Sequence", "SQ", "1"], +(0x0046, 0x0015) => ["Left Lens Sequence", "SQ", "1"], +(0x0046, 0x0016) => ["Unspecified Laterality Lens Sequence", "SQ", "1"], +(0x0046, 0x0018) => ["Cylinder Sequence", "SQ", "1"], +(0x0046, 0x0028) => ["Prism Sequence", "SQ", "1"], +(0x0046, 0x0030) => ["Horizontal Prism Power", "FD", "1"], +(0x0046, 0x0032) => ["Horizontal Prism Base", "CS", "1"], +(0x0046, 0x0034) => ["Vertical Prism Power", "FD", "1"], +(0x0046, 0x0036) => ["Vertical Prism Base", "CS", "1"], +(0x0046, 0x0038) => ["Lens Segment Type", "CS", "1"], +(0x0046, 0x0040) => ["Optical Transmittance", "FD", "1"], +(0x0046, 0x0042) => ["Channel Width", "FD", "1"], +(0x0046, 0x0044) => ["Pupil Size", "FD", "1"], +(0x0046, 0x0046) => ["Corneal Size", "FD", "1"], +(0x0046, 0x0047) => ["Corneal Size Sequence", "SQ", "1"], +(0x0046, 0x0050) => ["Autorefraction Right Eye Sequence", "SQ", "1"], +(0x0046, 0x0052) => ["Autorefraction Left Eye Sequence", "SQ", "1"], +(0x0046, 0x0060) => ["Distance Pupillary Distance", "FD", "1"], +(0x0046, 0x0062) => ["Near Pupillary Distance", "FD", "1"], +(0x0046, 0x0063) => ["Intermediate Pupillary Distance", "FD", "1"], +(0x0046, 0x0064) => ["Other Pupillary Distance", "FD", "1"], +(0x0046, 0x0070) => ["Keratometry Right Eye Sequence", "SQ", "1"], +(0x0046, 0x0071) => ["Keratometry Left Eye Sequence", "SQ", "1"], +(0x0046, 0x0074) => ["Steep Keratometric Axis Sequence", "SQ", "1"], +(0x0046, 0x0075) => ["Radius of Curvature", "FD", "1"], +(0x0046, 0x0076) => ["Keratometric Power", "FD", "1"], +(0x0046, 0x0077) => ["Keratometric Axis", "FD", "1"], +(0x0046, 0x0080) => ["Flat Keratometric Axis Sequence", "SQ", "1"], +(0x0046, 0x0092) => ["Background Color", "CS", "1"], +(0x0046, 0x0094) => ["Optotype", "CS", "1"], +(0x0046, 0x0095) => ["Optotype Presentation", "CS", "1"], +(0x0046, 0x0097) => ["Subjective Refraction Right Eye Sequence", "SQ", "1"], +(0x0046, 0x0098) => ["Subjective Refraction Left Eye Sequence", "SQ", "1"], +(0x0046, 0x0100) => ["Add Near Sequence", "SQ", "1"], +(0x0046, 0x0101) => ["Add Intermediate Sequence", "SQ", "1"], +(0x0046, 0x0102) => ["Add Other Sequence", "SQ", "1"], +(0x0046, 0x0104) => ["Add Power", "FD", "1"], +(0x0046, 0x0106) => ["Viewing Distance", "FD", "1"], +(0x0046, 0x0110) => ["Cornea Measurements Sequence", "SQ", "1"], +(0x0046, 0x0111) => ["Source of Cornea Measurement Data Code Sequence", "SQ", "1"], +(0x0046, 0x0112) => ["Steep Corneal Axis Sequence", "SQ", "1"], +(0x0046, 0x0113) => ["Flat Corneal Axis Sequence", "SQ", "1"], +(0x0046, 0x0114) => ["Corneal Power", "FD", "1"], +(0x0046, 0x0115) => ["Corneal Axis", "FD", "1"], +(0x0046, 0x0116) => ["Cornea Measurement Method Code Sequence", "SQ", "1"], +(0x0046, 0x0117) => ["Refractive Index of Cornea", "FL", "1"], +(0x0046, 0x0118) => ["Refractive Index of Aqueous Humor", "FL", "1"], +(0x0046, 0x0121) => ["Visual Acuity Type Code Sequence", "SQ", "1"], +(0x0046, 0x0122) => ["Visual Acuity Right Eye Sequence", "SQ", "1"], +(0x0046, 0x0123) => ["Visual Acuity Left Eye Sequence", "SQ", "1"], +(0x0046, 0x0124) => ["Visual Acuity Both Eyes Open Sequence", "SQ", "1"], +(0x0046, 0x0125) => ["Viewing Distance Type", "CS", "1"], +(0x0046, 0x0135) => ["Visual Acuity Modifiers", "SS", "2"], +(0x0046, 0x0137) => ["Decimal Visual Acuity", "FD", "1"], +(0x0046, 0x0139) => ["Optotype Detailed Definition", "LO", "1"], +(0x0046, 0x0145) => ["Referenced Refractive Measurements Sequence", "SQ", "1"], +(0x0046, 0x0146) => ["Sphere Power", "FD", "1"], +(0x0046, 0x0147) => ["Cylinder Power", "FD", "1"], +(0x0046, 0x0201) => ["Corneal Topography Surface", "CS", "1"], +(0x0046, 0x0202) => ["Corneal Vertex Location", "FL", "2"], +(0x0046, 0x0203) => ["Pupil Centroid X-Coordinate", "FL", "1"], +(0x0046, 0x0204) => ["Pupil Centroid Y-Coordinate", "FL", "1"], +(0x0046, 0x0205) => ["Equivalent Pupil Radius", "FL", "1"], +(0x0046, 0x0207) => ["Corneal Topography Map Type Code Sequence", "SQ", "1"], +(0x0046, 0x0208) => ["Vertices of the Outline of Pupil", "IS", "2-2n"], +(0x0046, 0x0210) => ["Corneal Topography Mapping Normals Sequence", "SQ", "1"], +(0x0046, 0x0211) => ["Maximum Corneal Curvature Sequence", "SQ", "1"], +(0x0046, 0x0212) => ["Maximum Corneal Curvature", "FL", "1"], +(0x0046, 0x0213) => ["Maximum Corneal Curvature Location", "FL", "2"], +(0x0046, 0x0215) => ["Minimum Keratometric Sequence", "SQ", "1"], +(0x0046, 0x0218) => ["Simulated Keratometric Cylinder Sequence", "SQ", "1"], +(0x0046, 0x0220) => ["Average Corneal Power", "FL", "1"], +(0x0046, 0x0224) => ["Corneal I-S Value", "FL", "1"], +(0x0046, 0x0227) => ["Analyzed Area", "FL", "1"], +(0x0046, 0x0230) => ["Surface Regularity Index", "FL", "1"], +(0x0046, 0x0232) => ["Surface Asymmetry Index", "FL", "1"], +(0x0046, 0x0234) => ["Corneal Eccentricity Index", "FL", "1"], +(0x0046, 0x0236) => ["Keratoconus Prediction Index", "FL", "1"], +(0x0046, 0x0238) => ["Decimal Potential Visual Acuity", "FL", "1"], +(0x0046, 0x0242) => ["Corneal Topography Map Quality Evaluation", "CS", "1"], +(0x0046, 0x0244) => ["Source Image Corneal Processed Data Sequence", "SQ", "1"], +(0x0046, 0x0247) => ["Corneal Point Location", "FL", "3"], +(0x0046, 0x0248) => ["Corneal Point Estimated", "CS", "1"], +(0x0046, 0x0249) => ["Axial Power", "FL", "1"], +(0x0046, 0x0250) => ["Tangential Power", "FL", "1"], +(0x0046, 0x0251) => ["Refractive Power", "FL", "1"], +(0x0046, 0x0252) => ["Relative Elevation", "FL", "1"], +(0x0046, 0x0253) => ["Corneal Wavefront", "FL", "1"], +(0x0048, 0x0001) => ["Imaged Volume Width", "FL", "1"], +(0x0048, 0x0002) => ["Imaged Volume Height", "FL", "1"], +(0x0048, 0x0003) => ["Imaged Volume Depth", "FL", "1"], +(0x0048, 0x0006) => ["Total Pixel Matrix Columns", "UL", "1"], +(0x0048, 0x0007) => ["Total Pixel Matrix Rows", "UL", "1"], +(0x0048, 0x0008) => ["Total Pixel Matrix Origin Sequence", "SQ", "1"], +(0x0048, 0x0010) => ["Specimen Label in Image", "CS", "1"], +(0x0048, 0x0011) => ["Focus Method", "CS", "1"], +(0x0048, 0x0012) => ["Extended Depth of Field", "CS", "1"], +(0x0048, 0x0013) => ["Number of Focal Planes", "US", "1"], +(0x0048, 0x0014) => ["Distance Between Focal Planes", "FL", "1"], +(0x0048, 0x0015) => ["Recommended Absent Pixel CIELab Value", "US", "3"], +(0x0048, 0x0100) => ["Illuminator Type Code Sequence", "SQ", "1"], +(0x0048, 0x0102) => ["Image Orientation (Slide)", "DS", "6"], +(0x0048, 0x0105) => ["Optical Path Sequence", "SQ", "1"], +(0x0048, 0x0106) => ["Optical Path Identifier", "SH", "1"], +(0x0048, 0x0107) => ["Optical Path Description", "ST", "1"], +(0x0048, 0x0108) => ["Illumination Color Code Sequence", "SQ", "1"], +(0x0048, 0x0110) => ["Specimen Reference Sequence", "SQ", "1"], +(0x0048, 0x0111) => ["Condenser Lens Power", "DS", "1"], +(0x0048, 0x0112) => ["Objective Lens Power", "DS", "1"], +(0x0048, 0x0113) => ["Objective Lens Numerical Aperture", "DS", "1"], +(0x0048, 0x0120) => ["Palette Color Lookup Table Sequence", "SQ", "1"], +(0x0048, 0x0200) => ["Referenced Image Navigation Sequence", "SQ", "1"], +(0x0048, 0x0201) => ["Top Left Hand Corner of Localizer Area", "US", "2"], +(0x0048, 0x0202) => ["Bottom Right Hand Corner of Localizer Area", "US", "2"], +(0x0048, 0x0207) => ["Optical Path Identification Sequence", "SQ", "1"], +(0x0048, 0x021a) => ["Plane Position (Slide) Sequence", "SQ", "1"], +(0x0048, 0x021e) => ["Column Position In Total Image Pixel Matrix", "SL", "1"], +(0x0048, 0x021f) => ["Row Position In Total Image Pixel Matrix", "SL", "1"], +(0x0048, 0x0301) => ["Pixel Origin Interpretation", "CS", "1"], +(0x0048, 0x0302) => ["Number of Optical Paths", "UL", "1"], +(0x0048, 0x0303) => ["Total Pixel Matrix Focal Planes", "UL", "1"], (0x0050, 0x0004) => ["Calibration Image", "CS", "1"], (0x0050, 0x0010) => ["Device Sequence", "SQ", "1"], +(0x0050, 0x0012) => ["Container Component Type Code Sequence", "SQ", "1"], +(0x0050, 0x0013) => ["Container Component Thickness", "FD", "1"], (0x0050, 0x0014) => ["Device Length", "DS", "1"], +(0x0050, 0x0015) => ["Container Component Width", "FD", "1"], (0x0050, 0x0016) => ["Device Diameter", "DS", "1"], (0x0050, 0x0017) => ["Device Diameter Units", "CS", "1"], (0x0050, 0x0018) => ["Device Volume", "DS", "1"], -(0x0050, 0x0019) => ["Inter-marker Distance", "DS", "1"], +(0x0050, 0x0019) => ["Inter-Marker Distance", "DS", "1"], +(0x0050, 0x001a) => ["Container Component Material", "CS", "1"], +(0x0050, 0x001b) => ["Container Component ID", "LO", "1"], +(0x0050, 0x001c) => ["Container Component Length", "FD", "1"], +(0x0050, 0x001d) => ["Container Component Diameter", "FD", "1"], +(0x0050, 0x001e) => ["Container Component Description", "LO", "1"], (0x0050, 0x0020) => ["Device Description", "LO", "1"], +(0x0050, 0x0021) => ["Long Device Description", "ST", "1"], +(0x0052, 0x0001) => ["Contrast/Bolus Ingredient Percent by Volume", "FL", "1"], +(0x0052, 0x0002) => ["OCT Focal Distance", "FD", "1"], +(0x0052, 0x0003) => ["Beam Spot Size", "FD", "1"], +(0x0052, 0x0004) => ["Effective Refractive Index", "FD", "1"], +(0x0052, 0x0006) => ["OCT Acquisition Domain", "CS", "1"], +(0x0052, 0x0007) => ["OCT Optical Center Wavelength", "FD", "1"], +(0x0052, 0x0008) => ["Axial Resolution", "FD", "1"], +(0x0052, 0x0009) => ["Ranging Depth", "FD", "1"], +(0x0052, 0x0011) => ["A-line Rate", "FD", "1"], +(0x0052, 0x0012) => ["A-lines Per Frame", "US", "1"], +(0x0052, 0x0013) => ["Catheter Rotational Rate", "FD", "1"], +(0x0052, 0x0014) => ["A-line Pixel Spacing", "FD", "1"], +(0x0052, 0x0016) => ["Mode of Percutaneous Access Sequence", "SQ", "1"], +(0x0052, 0x0025) => ["Intravascular OCT Frame Type Sequence", "SQ", "1"], +(0x0052, 0x0026) => ["OCT Z Offset Applied", "CS", "1"], +(0x0052, 0x0027) => ["Intravascular Frame Content Sequence", "SQ", "1"], +(0x0052, 0x0028) => ["Intravascular Longitudinal Distance", "FD", "1"], +(0x0052, 0x0029) => ["Intravascular OCT Frame Content Sequence", "SQ", "1"], +(0x0052, 0x0030) => ["OCT Z Offset Correction", "SS", "1"], +(0x0052, 0x0031) => ["Catheter Direction of Rotation", "CS", "1"], +(0x0052, 0x0033) => ["Seam Line Location", "FD", "1"], +(0x0052, 0x0034) => ["First A-line Location", "FD", "1"], +(0x0052, 0x0036) => ["Seam Line Index", "US", "1"], +(0x0052, 0x0038) => ["Number of Padded A-lines", "US", "1"], +(0x0052, 0x0039) => ["Interpolation Type", "CS", "1"], +(0x0052, 0x003a) => ["Refractive Index Applied", "CS", "1"], (0x0054, 0x0010) => ["Energy Window Vector", "US", "1-n"], (0x0054, 0x0011) => ["Number of Energy Windows", "US", "1"], (0x0054, 0x0012) => ["Energy Window Information Sequence", "SQ", "1"], @@ -1215,10 +2805,12 @@ dcm_dict = Dict( (0x0054, 0x0412) => ["Patient Orientation Modifier Code Sequence", "SQ", "1"], (0x0054, 0x0414) => ["Patient Gantry Relationship Code Sequence", "SQ", "1"], (0x0054, 0x0500) => ["Slice Progression Direction", "CS", "1"], +(0x0054, 0x0501) => ["Scan Progression Direction", "CS", "1"], (0x0054, 0x1000) => ["Series Type", "CS", "2"], (0x0054, 0x1001) => ["Units", "CS", "1"], (0x0054, 0x1002) => ["Counts Source", "CS", "1"], (0x0054, 0x1004) => ["Reprojection Method", "CS", "1"], +(0x0054, 0x1006) => ["SUV Type", "CS", "1"], (0x0054, 0x1100) => ["Randoms Correction Method", "CS", "1"], (0x0054, 0x1101) => ["Attenuation Correction Method", "LO", "1"], (0x0054, 0x1102) => ["Decay Correction", "CS", "1"], @@ -1244,11 +2836,182 @@ dcm_dict = Dict( (0x0054, 0x1401) => ["Dead Time Correction Flag", "CS", "1"], (0x0060, 0x3000) => ["Histogram Sequence", "SQ", "1"], (0x0060, 0x3002) => ["Histogram Number of Bins", "US", "1"], -(0x0060, 0x3004) => ["Histogram First Bin Value", "US", "1"], -(0x0060, 0x3006) => ["Histogram Last Bin Value", "US", "1"], +(0x0060, 0x3004) => ["Histogram First Bin Value", "US or SS", "1"], +(0x0060, 0x3006) => ["Histogram Last Bin Value", "US or SS", "1"], (0x0060, 0x3008) => ["Histogram Bin Width", "US", "1"], (0x0060, 0x3010) => ["Histogram Explanation", "LO", "1"], (0x0060, 0x3020) => ["Histogram Data", "UL", "1-n"], +(0x0062, 0x0001) => ["Segmentation Type", "CS", "1"], +(0x0062, 0x0002) => ["Segment Sequence", "SQ", "1"], +(0x0062, 0x0003) => ["Segmented Property Category Code Sequence", "SQ", "1"], +(0x0062, 0x0004) => ["Segment Number", "US", "1"], +(0x0062, 0x0005) => ["Segment Label", "LO", "1"], +(0x0062, 0x0006) => ["Segment Description", "ST", "1"], +(0x0062, 0x0007) => ["Segmentation Algorithm Identification Sequence", "SQ", "1"], +(0x0062, 0x0008) => ["Segment Algorithm Type", "CS", "1"], +(0x0062, 0x0009) => ["Segment Algorithm Name", "LO", "1"], +(0x0062, 0x000a) => ["Segment Identification Sequence", "SQ", "1"], +(0x0062, 0x000b) => ["Referenced Segment Number", "US", "1-n"], +(0x0062, 0x000c) => ["Recommended Display Grayscale Value", "US", "1"], +(0x0062, 0x000d) => ["Recommended Display CIELab Value", "US", "3"], +(0x0062, 0x000e) => ["Maximum Fractional Value", "US", "1"], +(0x0062, 0x000f) => ["Segmented Property Type Code Sequence", "SQ", "1"], +(0x0062, 0x0010) => ["Segmentation Fractional Type", "CS", "1"], +(0x0062, 0x0011) => ["Segmented Property Type Modifier Code Sequence", "SQ", "1"], +(0x0062, 0x0012) => ["Used Segments Sequence", "SQ", "1"], +(0x0062, 0x0013) => ["Segments Overlap", "CS", "1"], +(0x0062, 0x0020) => ["Tracking ID", "UT", "1"], +(0x0062, 0x0021) => ["Tracking UID", "UI", "1"], +(0x0064, 0x0002) => ["Deformable Registration Sequence", "SQ", "1"], +(0x0064, 0x0003) => ["Source Frame of Reference UID", "UI", "1"], +(0x0064, 0x0005) => ["Deformable Registration Grid Sequence", "SQ", "1"], +(0x0064, 0x0007) => ["Grid Dimensions", "UL", "3"], +(0x0064, 0x0008) => ["Grid Resolution", "FD", "3"], +(0x0064, 0x0009) => ["Vector Grid Data", "OF", "1"], +(0x0064, 0x000f) => ["Pre Deformation Matrix Registration Sequence", "SQ", "1"], +(0x0064, 0x0010) => ["Post Deformation Matrix Registration Sequence", "SQ", "1"], +(0x0066, 0x0001) => ["Number of Surfaces", "UL", "1"], +(0x0066, 0x0002) => ["Surface Sequence", "SQ", "1"], +(0x0066, 0x0003) => ["Surface Number", "UL", "1"], +(0x0066, 0x0004) => ["Surface Comments", "LT", "1"], +(0x0066, 0x0009) => ["Surface Processing", "CS", "1"], +(0x0066, 0x000a) => ["Surface Processing Ratio", "FL", "1"], +(0x0066, 0x000b) => ["Surface Processing Description", "LO", "1"], +(0x0066, 0x000c) => ["Recommended Presentation Opacity", "FL", "1"], +(0x0066, 0x000d) => ["Recommended Presentation Type", "CS", "1"], +(0x0066, 0x000e) => ["Finite Volume", "CS", "1"], +(0x0066, 0x0010) => ["Manifold", "CS", "1"], +(0x0066, 0x0011) => ["Surface Points Sequence", "SQ", "1"], +(0x0066, 0x0012) => ["Surface Points Normals Sequence", "SQ", "1"], +(0x0066, 0x0013) => ["Surface Mesh Primitives Sequence", "SQ", "1"], +(0x0066, 0x0015) => ["Number of Surface Points", "UL", "1"], +(0x0066, 0x0016) => ["Point Coordinates Data", "OF", "1"], +(0x0066, 0x0017) => ["Point Position Accuracy", "FL", "3"], +(0x0066, 0x0018) => ["Mean Point Distance", "FL", "1"], +(0x0066, 0x0019) => ["Maximum Point Distance", "FL", "1"], +(0x0066, 0x001a) => ["Points Bounding Box Coordinates", "FL", "6"], +(0x0066, 0x001b) => ["Axis of Rotation", "FL", "3"], +(0x0066, 0x001c) => ["Center of Rotation", "FL", "3"], +(0x0066, 0x001e) => ["Number of Vectors", "UL", "1"], +(0x0066, 0x001f) => ["Vector Dimensionality", "US", "1"], +(0x0066, 0x0020) => ["Vector Accuracy", "FL", "1-n"], +(0x0066, 0x0021) => ["Vector Coordinate Data", "OF", "1"], +(0x0066, 0x0023) => ["Triangle Point Index List", "OW", "1"], +(0x0066, 0x0024) => ["Edge Point Index List", "OW", "1"], +(0x0066, 0x0025) => ["Vertex Point Index List", "OW", "1"], +(0x0066, 0x0026) => ["Triangle Strip Sequence", "SQ", "1"], +(0x0066, 0x0027) => ["Triangle Fan Sequence", "SQ", "1"], +(0x0066, 0x0028) => ["Line Sequence", "SQ", "1"], +(0x0066, 0x0029) => ["Primitive Point Index List", "OW", "1"], +(0x0066, 0x002a) => ["Surface Count", "UL", "1"], +(0x0066, 0x002b) => ["Referenced Surface Sequence", "SQ", "1"], +(0x0066, 0x002c) => ["Referenced Surface Number", "UL", "1"], +(0x0066, 0x002d) => ["Segment Surface Generation Algorithm Identification Sequence", "SQ", "1"], +(0x0066, 0x002e) => ["Segment Surface Source Instance Sequence", "SQ", "1"], +(0x0066, 0x002f) => ["Algorithm Family Code Sequence", "SQ", "1"], +(0x0066, 0x0030) => ["Algorithm Name Code Sequence", "SQ", "1"], +(0x0066, 0x0031) => ["Algorithm Version", "LO", "1"], +(0x0066, 0x0032) => ["Algorithm Parameters", "LT", "1"], +(0x0066, 0x0034) => ["Facet Sequence", "SQ", "1"], +(0x0066, 0x0035) => ["Surface Processing Algorithm Identification Sequence", "SQ", "1"], +(0x0066, 0x0036) => ["Algorithm Name", "LO", "1"], +(0x0066, 0x0037) => ["Recommended Point Radius", "FL", "1"], +(0x0066, 0x0038) => ["Recommended Line Thickness", "FL", "1"], +(0x0066, 0x0040) => ["Long Primitive Point Index List", "OL", "1"], +(0x0066, 0x0041) => ["Long Triangle Point Index List", "OL", "1"], +(0x0066, 0x0042) => ["Long Edge Point Index List", "OL", "1"], +(0x0066, 0x0043) => ["Long Vertex Point Index List", "OL", "1"], +(0x0066, 0x0101) => ["Track Set Sequence", "SQ", "1"], +(0x0066, 0x0102) => ["Track Sequence", "SQ", "1"], +(0x0066, 0x0103) => ["Recommended Display CIELab Value List", "OW", "1"], +(0x0066, 0x0104) => ["Tracking Algorithm Identification Sequence", "SQ", "1"], +(0x0066, 0x0105) => ["Track Set Number", "UL", "1"], +(0x0066, 0x0106) => ["Track Set Label", "LO", "1"], +(0x0066, 0x0107) => ["Track Set Description", "UT", "1"], +(0x0066, 0x0108) => ["Track Set Anatomical Type Code Sequence", "SQ", "1"], +(0x0066, 0x0121) => ["Measurements Sequence", "SQ", "1"], +(0x0066, 0x0124) => ["Track Set Statistics Sequence", "SQ", "1"], +(0x0066, 0x0125) => ["Floating Point Values", "OF", "1"], +(0x0066, 0x0129) => ["Track Point Index List", "OL", "1"], +(0x0066, 0x0130) => ["Track Statistics Sequence", "SQ", "1"], +(0x0066, 0x0132) => ["Measurement Values Sequence", "SQ", "1"], +(0x0066, 0x0133) => ["Diffusion Acquisition Code Sequence", "SQ", "1"], +(0x0066, 0x0134) => ["Diffusion Model Code Sequence", "SQ", "1"], +(0x0068, 0x6210) => ["Implant Size", "LO", "1"], +(0x0068, 0x6221) => ["Implant Template Version", "LO", "1"], +(0x0068, 0x6222) => ["Replaced Implant Template Sequence", "SQ", "1"], +(0x0068, 0x6223) => ["Implant Type", "CS", "1"], +(0x0068, 0x6224) => ["Derivation Implant Template Sequence", "SQ", "1"], +(0x0068, 0x6225) => ["Original Implant Template Sequence", "SQ", "1"], +(0x0068, 0x6226) => ["Effective DateTime", "DT", "1"], +(0x0068, 0x6230) => ["Implant Target Anatomy Sequence", "SQ", "1"], +(0x0068, 0x6260) => ["Information From Manufacturer Sequence", "SQ", "1"], +(0x0068, 0x6265) => ["Notification From Manufacturer Sequence", "SQ", "1"], +(0x0068, 0x6270) => ["Information Issue DateTime", "DT", "1"], +(0x0068, 0x6280) => ["Information Summary", "ST", "1"], +(0x0068, 0x62a0) => ["Implant Regulatory Disapproval Code Sequence", "SQ", "1"], +(0x0068, 0x62a5) => ["Overall Template Spatial Tolerance", "FD", "1"], +(0x0068, 0x62c0) => ["HPGL Document Sequence", "SQ", "1"], +(0x0068, 0x62d0) => ["HPGL Document ID", "US", "1"], +(0x0068, 0x62d5) => ["HPGL Document Label", "LO", "1"], +(0x0068, 0x62e0) => ["View Orientation Code Sequence", "SQ", "1"], +(0x0068, 0x62f0) => ["View Orientation Modifier Code Sequence", "SQ", "1"], +(0x0068, 0x62f2) => ["HPGL Document Scaling", "FD", "1"], +(0x0068, 0x6300) => ["HPGL Document", "OB", "1"], +(0x0068, 0x6310) => ["HPGL Contour Pen Number", "US", "1"], +(0x0068, 0x6320) => ["HPGL Pen Sequence", "SQ", "1"], +(0x0068, 0x6330) => ["HPGL Pen Number", "US", "1"], +(0x0068, 0x6340) => ["HPGL Pen Label", "LO", "1"], +(0x0068, 0x6345) => ["HPGL Pen Description", "ST", "1"], +(0x0068, 0x6346) => ["Recommended Rotation Point", "FD", "2"], +(0x0068, 0x6347) => ["Bounding Rectangle", "FD", "4"], +(0x0068, 0x6350) => ["Implant Template 3D Model Surface Number", "US", "1-n"], +(0x0068, 0x6360) => ["Surface Model Description Sequence", "SQ", "1"], +(0x0068, 0x6380) => ["Surface Model Label", "LO", "1"], +(0x0068, 0x6390) => ["Surface Model Scaling Factor", "FD", "1"], +(0x0068, 0x63a0) => ["Materials Code Sequence", "SQ", "1"], +(0x0068, 0x63a4) => ["Coating Materials Code Sequence", "SQ", "1"], +(0x0068, 0x63a8) => ["Implant Type Code Sequence", "SQ", "1"], +(0x0068, 0x63ac) => ["Fixation Method Code Sequence", "SQ", "1"], +(0x0068, 0x63b0) => ["Mating Feature Sets Sequence", "SQ", "1"], +(0x0068, 0x63c0) => ["Mating Feature Set ID", "US", "1"], +(0x0068, 0x63d0) => ["Mating Feature Set Label", "LO", "1"], +(0x0068, 0x63e0) => ["Mating Feature Sequence", "SQ", "1"], +(0x0068, 0x63f0) => ["Mating Feature ID", "US", "1"], +(0x0068, 0x6400) => ["Mating Feature Degree of Freedom Sequence", "SQ", "1"], +(0x0068, 0x6410) => ["Degree of Freedom ID", "US", "1"], +(0x0068, 0x6420) => ["Degree of Freedom Type", "CS", "1"], +(0x0068, 0x6430) => ["2D Mating Feature Coordinates Sequence", "SQ", "1"], +(0x0068, 0x6440) => ["Referenced HPGL Document ID", "US", "1"], +(0x0068, 0x6450) => ["2D Mating Point", "FD", "2"], +(0x0068, 0x6460) => ["2D Mating Axes", "FD", "4"], +(0x0068, 0x6470) => ["2D Degree of Freedom Sequence", "SQ", "1"], +(0x0068, 0x6490) => ["3D Degree of Freedom Axis", "FD", "3"], +(0x0068, 0x64a0) => ["Range of Freedom", "FD", "2"], +(0x0068, 0x64c0) => ["3D Mating Point", "FD", "3"], +(0x0068, 0x64d0) => ["3D Mating Axes", "FD", "9"], +(0x0068, 0x64f0) => ["2D Degree of Freedom Axis", "FD", "3"], +(0x0068, 0x6500) => ["Planning Landmark Point Sequence", "SQ", "1"], +(0x0068, 0x6510) => ["Planning Landmark Line Sequence", "SQ", "1"], +(0x0068, 0x6520) => ["Planning Landmark Plane Sequence", "SQ", "1"], +(0x0068, 0x6530) => ["Planning Landmark ID", "US", "1"], +(0x0068, 0x6540) => ["Planning Landmark Description", "LO", "1"], +(0x0068, 0x6545) => ["Planning Landmark Identification Code Sequence", "SQ", "1"], +(0x0068, 0x6550) => ["2D Point Coordinates Sequence", "SQ", "1"], +(0x0068, 0x6560) => ["2D Point Coordinates", "FD", "2"], +(0x0068, 0x6590) => ["3D Point Coordinates", "FD", "3"], +(0x0068, 0x65a0) => ["2D Line Coordinates Sequence", "SQ", "1"], +(0x0068, 0x65b0) => ["2D Line Coordinates", "FD", "4"], +(0x0068, 0x65d0) => ["3D Line Coordinates", "FD", "6"], +(0x0068, 0x65e0) => ["2D Plane Coordinates Sequence", "SQ", "1"], +(0x0068, 0x65f0) => ["2D Plane Intersection", "FD", "4"], +(0x0068, 0x6610) => ["3D Plane Origin", "FD", "3"], +(0x0068, 0x6620) => ["3D Plane Normal", "FD", "3"], +(0x0068, 0x7001) => ["Model Modification", "CS", "1"], +(0x0068, 0x7002) => ["Model Mirroring", "CS", "1"], +(0x0068, 0x7003) => ["Model Usage Code Sequence", "SQ", "1"], +(0x0068, 0x7004) => ["Model Group UID", "UI", "1"], +(0x0068, 0x7005) => ["Relative URI Reference Within Encapsulated Document", "UR", "1"], (0x0070, 0x0001) => ["Graphic Annotation Sequence", "SQ", "1"], (0x0070, 0x0002) => ["Graphic Layer", "CS", "1"], (0x0070, 0x0003) => ["Bounding Box Annotation Units", "CS", "1"], @@ -1267,8 +3030,11 @@ dcm_dict = Dict( (0x0070, 0x0022) => ["Graphic Data", "FL", "2-n"], (0x0070, 0x0023) => ["Graphic Type", "CS", "1"], (0x0070, 0x0024) => ["Graphic Filled", "CS", "1"], +(0x0070, 0x0040) => ["Image Rotation (Retired)", "IS", "1"], (0x0070, 0x0041) => ["Image Horizontal Flip", "CS", "1"], (0x0070, 0x0042) => ["Image Rotation", "US", "1"], +(0x0070, 0x0050) => ["Displayed Area Top Left Hand Corner (Trial)", "US", "2"], +(0x0070, 0x0051) => ["Displayed Area Bottom Right Hand Corner (Trial)", "US", "2"], (0x0070, 0x0052) => ["Displayed Area Top Left Hand Corner", "SL", "2"], (0x0070, 0x0053) => ["Displayed Area Bottom Right Hand Corner", "SL", "2"], (0x0070, 0x005a) => ["Displayed Area Selection Sequence", "SQ", "1"], @@ -1282,14 +3048,61 @@ dcm_dict = Dict( (0x0070, 0x0082) => ["Presentation Creation Date", "DA", "1"], (0x0070, 0x0083) => ["Presentation Creation Time", "TM", "1"], (0x0070, 0x0084) => ["Content Creator's Name", "PN", "1"], +(0x0070, 0x0086) => ["Content Creator's Identification Code Sequence", "SQ", "1"], +(0x0070, 0x0087) => ["Alternate Content Description Sequence", "SQ", "1"], (0x0070, 0x0100) => ["Presentation Size Mode", "CS", "1"], (0x0070, 0x0101) => ["Presentation Pixel Spacing", "DS", "2"], (0x0070, 0x0102) => ["Presentation Pixel Aspect Ratio", "IS", "2"], (0x0070, 0x0103) => ["Presentation Pixel Magnification Ratio", "FL", "1"], +(0x0070, 0x0207) => ["Graphic Group Label", "LO", "1"], +(0x0070, 0x0208) => ["Graphic Group Description", "ST", "1"], +(0x0070, 0x0209) => ["Compound Graphic Sequence", "SQ", "1"], +(0x0070, 0x0226) => ["Compound Graphic Instance ID", "UL", "1"], +(0x0070, 0x0227) => ["Font Name", "LO", "1"], +(0x0070, 0x0228) => ["Font Name Type", "CS", "1"], +(0x0070, 0x0229) => ["CSS Font Name", "LO", "1"], +(0x0070, 0x0230) => ["Rotation Angle", "FD", "1"], +(0x0070, 0x0231) => ["Text Style Sequence", "SQ", "1"], +(0x0070, 0x0232) => ["Line Style Sequence", "SQ", "1"], +(0x0070, 0x0233) => ["Fill Style Sequence", "SQ", "1"], +(0x0070, 0x0234) => ["Graphic Group Sequence", "SQ", "1"], +(0x0070, 0x0241) => ["Text Color CIELab Value", "US", "3"], +(0x0070, 0x0242) => ["Horizontal Alignment", "CS", "1"], +(0x0070, 0x0243) => ["Vertical Alignment", "CS", "1"], +(0x0070, 0x0244) => ["Shadow Style", "CS", "1"], +(0x0070, 0x0245) => ["Shadow Offset X", "FL", "1"], +(0x0070, 0x0246) => ["Shadow Offset Y", "FL", "1"], +(0x0070, 0x0247) => ["Shadow Color CIELab Value", "US", "3"], +(0x0070, 0x0248) => ["Underlined", "CS", "1"], +(0x0070, 0x0249) => ["Bold", "CS", "1"], +(0x0070, 0x0250) => ["Italic", "CS", "1"], +(0x0070, 0x0251) => ["Pattern On Color CIELab Value", "US", "3"], +(0x0070, 0x0252) => ["Pattern Off Color CIELab Value", "US", "3"], +(0x0070, 0x0253) => ["Line Thickness", "FL", "1"], +(0x0070, 0x0254) => ["Line Dashing Style", "CS", "1"], +(0x0070, 0x0255) => ["Line Pattern", "UL", "1"], +(0x0070, 0x0256) => ["Fill Pattern", "OB", "1"], +(0x0070, 0x0257) => ["Fill Mode", "CS", "1"], +(0x0070, 0x0258) => ["Shadow Opacity", "FL", "1"], +(0x0070, 0x0261) => ["Gap Length", "FL", "1"], +(0x0070, 0x0262) => ["Diameter of Visibility", "FL", "1"], +(0x0070, 0x0273) => ["Rotation Point", "FL", "2"], +(0x0070, 0x0274) => ["Tick Alignment", "CS", "1"], +(0x0070, 0x0278) => ["Show Tick Label", "CS", "1"], +(0x0070, 0x0279) => ["Tick Label Alignment", "CS", "1"], +(0x0070, 0x0282) => ["Compound Graphic Units", "CS", "1"], +(0x0070, 0x0284) => ["Pattern On Opacity", "FL", "1"], +(0x0070, 0x0285) => ["Pattern Off Opacity", "FL", "1"], +(0x0070, 0x0287) => ["Major Ticks Sequence", "SQ", "1"], +(0x0070, 0x0288) => ["Tick Position", "FL", "1"], +(0x0070, 0x0289) => ["Tick Label", "SH", "1"], +(0x0070, 0x0294) => ["Compound Graphic Type", "CS", "1"], +(0x0070, 0x0295) => ["Graphic Group ID", "UL", "1"], (0x0070, 0x0306) => ["Shape Type", "CS", "1"], (0x0070, 0x0308) => ["Registration Sequence", "SQ", "1"], (0x0070, 0x0309) => ["Matrix Registration Sequence", "SQ", "1"], (0x0070, 0x030a) => ["Matrix Sequence", "SQ", "1"], +(0x0070, 0x030b) => ["Frame of Reference to Displayed Coordinate System Transformation Matrix", "FD", "16"], (0x0070, 0x030c) => ["Frame of Reference Transformation Matrix Type", "CS", "1"], (0x0070, 0x030d) => ["Registration Type Code Sequence", "SQ", "1"], (0x0070, 0x030f) => ["Fiducial Description", "ST", "1"], @@ -1299,17 +3112,375 @@ dcm_dict = Dict( (0x0070, 0x0314) => ["Used Fiducials Sequence", "SQ", "1"], (0x0070, 0x0318) => ["Graphic Coordinates Data Sequence", "SQ", "1"], (0x0070, 0x031a) => ["Fiducial UID", "UI", "1"], +(0x0070, 0x031b) => ["Referenced Fiducial UID", "UI", "1"], (0x0070, 0x031c) => ["Fiducial Set Sequence", "SQ", "1"], (0x0070, 0x031e) => ["Fiducial Sequence", "SQ", "1"], +(0x0070, 0x031f) => ["Fiducials Property Category Code Sequence", "SQ", "1"], +(0x0070, 0x0401) => ["Graphic Layer Recommended Display CIELab Value", "US", "3"], +(0x0070, 0x0402) => ["Blending Sequence", "SQ", "1"], +(0x0070, 0x0403) => ["Relative Opacity", "FL", "1"], +(0x0070, 0x0404) => ["Referenced Spatial Registration Sequence", "SQ", "1"], +(0x0070, 0x0405) => ["Blending Position", "CS", "1"], +(0x0070, 0x1101) => ["Presentation Display Collection UID", "UI", "1"], +(0x0070, 0x1102) => ["Presentation Sequence Collection UID", "UI", "1"], +(0x0070, 0x1103) => ["Presentation Sequence Position Index", "US", "1"], +(0x0070, 0x1104) => ["Rendered Image Reference Sequence", "SQ", "1"], +(0x0070, 0x1201) => ["Volumetric Presentation State Input Sequence", "SQ", "1"], +(0x0070, 0x1202) => ["Presentation Input Type", "CS", "1"], +(0x0070, 0x1203) => ["Input Sequence Position Index", "US", "1"], +(0x0070, 0x1204) => ["Crop", "CS", "1"], +(0x0070, 0x1205) => ["Cropping Specification Index", "US", "1-n"], +(0x0070, 0x1206) => ["Compositing Method", "CS", "1"], +(0x0070, 0x1207) => ["Volumetric Presentation Input Number", "US", "1"], +(0x0070, 0x1208) => ["Image Volume Geometry", "CS", "1"], +(0x0070, 0x1209) => ["Volumetric Presentation Input Set UID", "UI", "1"], +(0x0070, 0x120a) => ["Volumetric Presentation Input Set Sequence", "SQ", "1"], +(0x0070, 0x120b) => ["Global Crop", "CS", "1"], +(0x0070, 0x120c) => ["Global Cropping Specification Index", "US", "1-n"], +(0x0070, 0x120d) => ["Rendering Method", "CS", "1"], +(0x0070, 0x1301) => ["Volume Cropping Sequence", "SQ", "1"], +(0x0070, 0x1302) => ["Volume Cropping Method", "CS", "1"], +(0x0070, 0x1303) => ["Bounding Box Crop", "FD", "6"], +(0x0070, 0x1304) => ["Oblique Cropping Plane Sequence", "SQ", "1"], +(0x0070, 0x1305) => ["Plane", "FD", "4"], +(0x0070, 0x1306) => ["Plane Normal", "FD", "3"], +(0x0070, 0x1309) => ["Cropping Specification Number", "US", "1"], +(0x0070, 0x1501) => ["Multi-Planar Reconstruction Style", "CS", "1"], +(0x0070, 0x1502) => ["MPR Thickness Type", "CS", "1"], +(0x0070, 0x1503) => ["MPR Slab Thickness", "FD", "1"], +(0x0070, 0x1505) => ["MPR Top Left Hand Corner", "FD", "3"], +(0x0070, 0x1507) => ["MPR View Width Direction", "FD", "3"], +(0x0070, 0x1508) => ["MPR View Width", "FD", "1"], +(0x0070, 0x150c) => ["Number of Volumetric Curve Points", "UL", "1"], +(0x0070, 0x150d) => ["Volumetric Curve Points", "OD", "1"], +(0x0070, 0x1511) => ["MPR View Height Direction", "FD", "3"], +(0x0070, 0x1512) => ["MPR View Height", "FD", "1"], +(0x0070, 0x1602) => ["Render Projection", "CS", "1"], +(0x0070, 0x1603) => ["Viewpoint Position", "FD", "3"], +(0x0070, 0x1604) => ["Viewpoint LookAt Point", "FD", "3"], +(0x0070, 0x1605) => ["Viewpoint Up Direction", "FD", "3"], +(0x0070, 0x1606) => ["Render Field of View", "FD", "6"], +(0x0070, 0x1607) => ["Sampling Step Size", "FD", "1"], +(0x0070, 0x1701) => ["Shading Style", "CS", "1"], +(0x0070, 0x1702) => ["Ambient Reflection Intensity", "FD", "1"], +(0x0070, 0x1703) => ["Light Direction", "FD", "3"], +(0x0070, 0x1704) => ["Diffuse Reflection Intensity", "FD", "1"], +(0x0070, 0x1705) => ["Specular Reflection Intensity", "FD", "1"], +(0x0070, 0x1706) => ["Shininess", "FD", "1"], +(0x0070, 0x1801) => ["Presentation State Classification Component Sequence", "SQ", "1"], +(0x0070, 0x1802) => ["Component Type", "CS", "1"], +(0x0070, 0x1803) => ["Component Input Sequence", "SQ", "1"], +(0x0070, 0x1804) => ["Volumetric Presentation Input Index", "US", "1"], +(0x0070, 0x1805) => ["Presentation State Compositor Component Sequence", "SQ", "1"], +(0x0070, 0x1806) => ["Weighting Transfer Function Sequence", "SQ", "1"], +(0x0070, 0x1807) => ["Weighting Lookup Table Descriptor", "US", "3"], +(0x0070, 0x1808) => ["Weighting Lookup Table Data", "OB", "1"], +(0x0070, 0x1901) => ["Volumetric Annotation Sequence", "SQ", "1"], +(0x0070, 0x1903) => ["Referenced Structured Context Sequence", "SQ", "1"], +(0x0070, 0x1904) => ["Referenced Content Item", "UI", "1"], +(0x0070, 0x1905) => ["Volumetric Presentation Input Annotation Sequence", "SQ", "1"], +(0x0070, 0x1907) => ["Annotation Clipping", "CS", "1"], +(0x0070, 0x1a01) => ["Presentation Animation Style", "CS", "1"], +(0x0070, 0x1a03) => ["Recommended Animation Rate", "FD", "1"], +(0x0070, 0x1a04) => ["Animation Curve Sequence", "SQ", "1"], +(0x0070, 0x1a05) => ["Animation Step Size", "FD", "1"], +(0x0070, 0x1a06) => ["Swivel Range", "FD", "1"], +(0x0070, 0x1a07) => ["Volumetric Curve Up Directions", "OD", "1"], +(0x0070, 0x1a08) => ["Volume Stream Sequence", "SQ", "1"], +(0x0070, 0x1a09) => ["RGBA Transfer Function Description", "LO", "1"], +(0x0070, 0x1b01) => ["Advanced Blending Sequence", "SQ", "1"], +(0x0070, 0x1b02) => ["Blending Input Number", "US", "1"], +(0x0070, 0x1b03) => ["Blending Display Input Sequence", "SQ", "1"], +(0x0070, 0x1b04) => ["Blending Display Sequence", "SQ", "1"], +(0x0070, 0x1b06) => ["Blending Mode", "CS", "1"], +(0x0070, 0x1b07) => ["Time Series Blending", "CS", "1"], +(0x0070, 0x1b08) => ["Geometry for Display", "CS", "1"], +(0x0070, 0x1b11) => ["Threshold Sequence", "SQ", "1"], +(0x0070, 0x1b12) => ["Threshold Value Sequence", "SQ", "1"], +(0x0070, 0x1b13) => ["Threshold Type", "CS", "1"], +(0x0070, 0x1b14) => ["Threshold Value", "FD", "1"], +(0x0072, 0x0002) => ["Hanging Protocol Name", "SH", "1"], +(0x0072, 0x0004) => ["Hanging Protocol Description", "LO", "1"], +(0x0072, 0x0006) => ["Hanging Protocol Level", "CS", "1"], +(0x0072, 0x0008) => ["Hanging Protocol Creator", "LO", "1"], +(0x0072, 0x000a) => ["Hanging Protocol Creation Date​Time", "DT", "1"], +(0x0072, 0x000c) => ["Hanging Protocol Definition Sequence", "SQ", "1"], +(0x0072, 0x000e) => ["Hanging Protocol User Identification Code Sequence", "SQ", "1"], +(0x0072, 0x0010) => ["Hanging Protocol User Group Name", "LO", "1"], +(0x0072, 0x0012) => ["Source Hanging Protocol Sequence", "SQ", "1"], +(0x0072, 0x0014) => ["Number of Priors Referenced", "US", "1"], +(0x0072, 0x0020) => ["Image Sets Sequence", "SQ", "1"], +(0x0072, 0x0022) => ["Image Set Selector Sequence", "SQ", "1"], +(0x0072, 0x0024) => ["Image Set Selector Usage Flag", "CS", "1"], +(0x0072, 0x0026) => ["Selector Attribute", "AT", "1"], +(0x0072, 0x0028) => ["Selector Value Number", "US", "1"], +(0x0072, 0x0030) => ["Time Based Image Sets Sequence", "SQ", "1"], +(0x0072, 0x0032) => ["Image Set Number", "US", "1"], +(0x0072, 0x0034) => ["Image Set Selector Category", "CS", "1"], +(0x0072, 0x0038) => ["Relative Time", "US", "2"], +(0x0072, 0x003a) => ["Relative Time Units", "CS", "1"], +(0x0072, 0x003c) => ["Abstract Prior Value", "SS", "2"], +(0x0072, 0x003e) => ["Abstract Prior Code Sequence", "SQ", "1"], +(0x0072, 0x0040) => ["Image Set Label", "LO", "1"], +(0x0072, 0x0050) => ["Selector Attribute VR", "CS", "1"], +(0x0072, 0x0052) => ["Selector Sequence Pointer", "AT", "1-n"], +(0x0072, 0x0054) => ["Selector Sequence Pointer Private Creator", "LO", "1-n"], +(0x0072, 0x0056) => ["Selector Attribute Private Creator", "LO", "1"], +(0x0072, 0x005e) => ["Selector AE Value", "AE", "1-n"], +(0x0072, 0x005f) => ["Selector AS Value", "AS", "1-n"], +(0x0072, 0x0060) => ["Selector AT Value", "AT", "1-n"], +(0x0072, 0x0061) => ["Selector DA Value", "DA", "1-n"], +(0x0072, 0x0062) => ["Selector CS Value", "CS", "1-n"], +(0x0072, 0x0063) => ["Selector DT Value", "DT", "1-n"], +(0x0072, 0x0064) => ["Selector IS Value", "IS", "1-n"], +(0x0072, 0x0065) => ["Selector OB Value", "OB", "1"], +(0x0072, 0x0066) => ["Selector LO Value", "LO", "1-n"], +(0x0072, 0x0067) => ["Selector OF Value", "OF", "1"], +(0x0072, 0x0068) => ["Selector LT Value", "LT", "1"], +(0x0072, 0x0069) => ["Selector OW Value", "OW", "1"], +(0x0072, 0x006a) => ["Selector PN Value", "PN", "1-n"], +(0x0072, 0x006b) => ["Selector TM Value", "TM", "1-n"], +(0x0072, 0x006c) => ["Selector SH Value", "SH", "1-n"], +(0x0072, 0x006d) => ["Selector UN Value", "UN", "1"], +(0x0072, 0x006e) => ["Selector ST Value", "ST", "1"], +(0x0072, 0x006f) => ["Selector UC Value", "UC", "1-n"], +(0x0072, 0x0070) => ["Selector UT Value", "UT", "1"], +(0x0072, 0x0071) => ["Selector UR Value", "UR", "1"], +(0x0072, 0x0072) => ["Selector DS Value", "DS", "1-n"], +(0x0072, 0x0073) => ["Selector OD Value", "OD", "1"], +(0x0072, 0x0074) => ["Selector FD Value", "FD", "1-n"], +(0x0072, 0x0075) => ["Selector OL Value", "OL", "1"], +(0x0072, 0x0076) => ["Selector FL Value", "FL", "1-n"], +(0x0072, 0x0078) => ["Selector UL Value", "UL", "1-n"], +(0x0072, 0x007a) => ["Selector US Value", "US", "1-n"], +(0x0072, 0x007c) => ["Selector SL Value", "SL", "1-n"], +(0x0072, 0x007e) => ["Selector SS Value", "SS", "1-n"], +(0x0072, 0x007f) => ["Selector UI Value", "UI", "1-n"], +(0x0072, 0x0080) => ["Selector Code Sequence Value", "SQ", "1"], +(0x0072, 0x0100) => ["Number of Screens", "US", "1"], +(0x0072, 0x0102) => ["Nominal Screen Definition Sequence", "SQ", "1"], +(0x0072, 0x0104) => ["Number of Vertical Pixels", "US", "1"], +(0x0072, 0x0106) => ["Number of Horizontal Pixels", "US", "1"], +(0x0072, 0x0108) => ["Display Environment Spatial Position", "FD", "4"], +(0x0072, 0x010a) => ["Screen Minimum Grayscale Bit Depth", "US", "1"], +(0x0072, 0x010c) => ["Screen Minimum Color Bit Depth", "US", "1"], +(0x0072, 0x010e) => ["Application Maximum Repaint Time", "US", "1"], +(0x0072, 0x0200) => ["Display Sets Sequence", "SQ", "1"], +(0x0072, 0x0202) => ["Display Set Number", "US", "1"], +(0x0072, 0x0203) => ["Display Set Label", "LO", "1"], +(0x0072, 0x0204) => ["Display Set Presentation Group", "US", "1"], +(0x0072, 0x0206) => ["Display Set Presentation Group Description", "LO", "1"], +(0x0072, 0x0208) => ["Partial Data Display Handling", "CS", "1"], +(0x0072, 0x0210) => ["Synchronized Scrolling Sequence", "SQ", "1"], +(0x0072, 0x0212) => ["Display Set Scrolling Group", "US", "2-n"], +(0x0072, 0x0214) => ["Navigation Indicator Sequence", "SQ", "1"], +(0x0072, 0x0216) => ["Navigation Display Set", "US", "1"], +(0x0072, 0x0218) => ["Reference Display Sets", "US", "1-n"], +(0x0072, 0x0300) => ["Image Boxes Sequence", "SQ", "1"], +(0x0072, 0x0302) => ["Image Box Number", "US", "1"], +(0x0072, 0x0304) => ["Image Box Layout Type", "CS", "1"], +(0x0072, 0x0306) => ["Image Box Tile Horizontal Dimension", "US", "1"], +(0x0072, 0x0308) => ["Image Box Tile Vertical Dimension", "US", "1"], +(0x0072, 0x0310) => ["Image Box Scroll Direction", "CS", "1"], +(0x0072, 0x0312) => ["Image Box Small Scroll Type", "CS", "1"], +(0x0072, 0x0314) => ["Image Box Small Scroll Amount", "US", "1"], +(0x0072, 0x0316) => ["Image Box Large Scroll Type", "CS", "1"], +(0x0072, 0x0318) => ["Image Box Large Scroll Amount", "US", "1"], +(0x0072, 0x0320) => ["Image Box Overlap Priority", "US", "1"], +(0x0072, 0x0330) => ["Cine Relative to Real-Time", "FD", "1"], +(0x0072, 0x0400) => ["Filter Operations Sequence", "SQ", "1"], +(0x0072, 0x0402) => ["Filter-by Category", "CS", "1"], +(0x0072, 0x0404) => ["Filter-by Attribute Presence", "CS", "1"], +(0x0072, 0x0406) => ["Filter-by Operator", "CS", "1"], +(0x0072, 0x0420) => ["Structured Display Background CIELab Value", "US", "3"], +(0x0072, 0x0421) => ["Empty Image Box CIELab Value", "US", "3"], +(0x0072, 0x0422) => ["Structured Display Image Box Sequence", "SQ", "1"], +(0x0072, 0x0424) => ["Structured Display Text Box Sequence", "SQ", "1"], +(0x0072, 0x0427) => ["Referenced First Frame Sequence", "SQ", "1"], +(0x0072, 0x0430) => ["Image Box Synchronization Sequence", "SQ", "1"], +(0x0072, 0x0432) => ["Synchronized Image Box List", "US", "2-n"], +(0x0072, 0x0434) => ["Type of Synchronization", "CS", "1"], +(0x0072, 0x0500) => ["Blending Operation Type", "CS", "1"], +(0x0072, 0x0510) => ["Reformatting Operation Type", "CS", "1"], +(0x0072, 0x0512) => ["Reformatting Thickness", "FD", "1"], +(0x0072, 0x0514) => ["Reformatting Interval", "FD", "1"], +(0x0072, 0x0516) => ["Reformatting Operation Initial View Direction", "CS", "1"], +(0x0072, 0x0520) => ["3D Rendering Type", "CS", "1-n"], +(0x0072, 0x0600) => ["Sorting Operations Sequence", "SQ", "1"], +(0x0072, 0x0602) => ["Sort-by Category", "CS", "1"], +(0x0072, 0x0604) => ["Sorting Direction", "CS", "1"], +(0x0072, 0x0700) => ["Display Set Patient Orientation", "CS", "2"], +(0x0072, 0x0702) => ["VOI Type", "CS", "1"], +(0x0072, 0x0704) => ["Pseudo-Color Type", "CS", "1"], +(0x0072, 0x0705) => ["Pseudo-Color Palette Instance Reference Sequence", "SQ", "1"], +(0x0072, 0x0706) => ["Show Grayscale Inverted", "CS", "1"], +(0x0072, 0x0710) => ["Show Image True Size Flag", "CS", "1"], +(0x0072, 0x0712) => ["Show Graphic Annotation Flag", "CS", "1"], +(0x0072, 0x0714) => ["Show Patient Demographics Flag", "CS", "1"], +(0x0072, 0x0716) => ["Show Acquisition Techniques Flag", "CS", "1"], +(0x0072, 0x0717) => ["Display Set Horizontal Justification", "CS", "1"], +(0x0072, 0x0718) => ["Display Set Vertical Justification", "CS", "1"], +(0x0074, 0x0120) => ["Continuation Start Meterset", "FD", "1"], +(0x0074, 0x0121) => ["Continuation End Meterset", "FD", "1"], +(0x0074, 0x1000) => ["Procedure Step State", "CS", "1"], +(0x0074, 0x1002) => ["Procedure Step Progress Information Sequence", "SQ", "1"], +(0x0074, 0x1004) => ["Procedure Step Progress", "DS", "1"], +(0x0074, 0x1006) => ["Procedure Step Progress Description", "ST", "1"], +(0x0074, 0x1007) => ["Procedure Step Progress Parameters Sequence", "SQ", "1"], +(0x0074, 0x1008) => ["Procedure Step Communications URI Sequence", "SQ", "1"], +(0x0074, 0x100a) => ["Contact URI", "UR", "1"], +(0x0074, 0x100c) => ["Contact Display Name", "LO", "1"], +(0x0074, 0x100e) => ["Procedure Step Discontinuation Reason Code Sequence", "SQ", "1"], +(0x0074, 0x1020) => ["Beam Task Sequence", "SQ", "1"], +(0x0074, 0x1022) => ["Beam Task Type", "CS", "1"], +(0x0074, 0x1024) => ["Beam Order Index (Trial)", "IS", "1"], +(0x0074, 0x1025) => ["Autosequence Flag", "CS", "1"], +(0x0074, 0x1026) => ["Table Top Vertical Adjusted Position", "FD", "1"], +(0x0074, 0x1027) => ["Table Top Longitudinal Adjusted Position", "FD", "1"], +(0x0074, 0x1028) => ["Table Top Lateral Adjusted Position", "FD", "1"], +(0x0074, 0x102a) => ["Patient Support Adjusted Angle", "FD", "1"], +(0x0074, 0x102b) => ["Table Top Eccentric Adjusted Angle", "FD", "1"], +(0x0074, 0x102c) => ["Table Top Pitch Adjusted Angle", "FD", "1"], +(0x0074, 0x102d) => ["Table Top Roll Adjusted Angle", "FD", "1"], +(0x0074, 0x1030) => ["Delivery Verification Image Sequence", "SQ", "1"], +(0x0074, 0x1032) => ["Verification Image Timing", "CS", "1"], +(0x0074, 0x1034) => ["Double Exposure Flag", "CS", "1"], +(0x0074, 0x1036) => ["Double Exposure Ordering", "CS", "1"], +(0x0074, 0x1038) => ["Double Exposure Meterset (Trial)", "DS", "1"], +(0x0074, 0x103a) => ["Double Exposure Field Delta (Trial)", "DS", "4"], +(0x0074, 0x1040) => ["Related Reference RT Image Sequence", "SQ", "1"], +(0x0074, 0x1042) => ["General Machine Verification Sequence", "SQ", "1"], +(0x0074, 0x1044) => ["Conventional Machine Verification Sequence", "SQ", "1"], +(0x0074, 0x1046) => ["Ion Machine Verification Sequence", "SQ", "1"], +(0x0074, 0x1048) => ["Failed Attributes Sequence", "SQ", "1"], +(0x0074, 0x104a) => ["Overridden Attributes Sequence", "SQ", "1"], +(0x0074, 0x104c) => ["Conventional Control Point Verification Sequence", "SQ", "1"], +(0x0074, 0x104e) => ["Ion Control Point Verification Sequence", "SQ", "1"], +(0x0074, 0x1050) => ["Attribute Occurrence Sequence", "SQ", "1"], +(0x0074, 0x1052) => ["Attribute Occurrence Pointer", "AT", "1"], +(0x0074, 0x1054) => ["Attribute Item Selector", "UL", "1"], +(0x0074, 0x1056) => ["Attribute Occurrence Private Creator", "LO", "1"], +(0x0074, 0x1057) => ["Selector Sequence Pointer Items", "IS", "1-n"], +(0x0074, 0x1200) => ["Scheduled Procedure Step Priority", "CS", "1"], +(0x0074, 0x1202) => ["Worklist Label", "LO", "1"], +(0x0074, 0x1204) => ["Procedure Step Label", "LO", "1"], +(0x0074, 0x1210) => ["Scheduled Processing Parameters Sequence", "SQ", "1"], +(0x0074, 0x1212) => ["Performed Processing Parameters Sequence", "SQ", "1"], +(0x0074, 0x1216) => ["Unified Procedure Step Performed Procedure Sequence", "SQ", "1"], +(0x0074, 0x1220) => ["Related Procedure Step Sequence", "SQ", "1"], +(0x0074, 0x1222) => ["Procedure Step Relationship Type", "LO", "1"], +(0x0074, 0x1224) => ["Replaced Procedure Step Sequence", "SQ", "1"], +(0x0074, 0x1230) => ["Deletion Lock", "LO", "1"], +(0x0074, 0x1234) => ["Receiving AE", "AE", "1"], +(0x0074, 0x1236) => ["Requesting AE", "AE", "1"], +(0x0074, 0x1238) => ["Reason for Cancellation", "LT", "1"], +(0x0074, 0x1242) => ["SCP Status", "CS", "1"], +(0x0074, 0x1244) => ["Subscription List Status", "CS", "1"], +(0x0074, 0x1246) => ["Unified Procedure Step List Status", "CS", "1"], +(0x0074, 0x1324) => ["Beam Order Index", "UL", "1"], +(0x0074, 0x1338) => ["Double Exposure Meterset", "FD", "1"], +(0x0074, 0x133a) => ["Double Exposure Field Delta", "FD", "4"], +(0x0074, 0x1401) => ["Brachy Task Sequence", "SQ", "1"], +(0x0074, 0x1402) => ["Continuation Start Total Reference Air Kerma", "DS", "1"], +(0x0074, 0x1403) => ["Continuation End Total Reference Air Kerma", "DS", "1"], +(0x0074, 0x1404) => ["Continuation Pulse Number", "IS", "1"], +(0x0074, 0x1405) => ["Channel Delivery Order Sequence", "SQ", "1"], +(0x0074, 0x1406) => ["Referenced Channel Number", "IS", "1"], +(0x0074, 0x1407) => ["Start Cumulative Time Weight", "DS", "1"], +(0x0074, 0x1408) => ["End Cumulative Time Weight", "DS", "1"], +(0x0074, 0x1409) => ["Omitted Channel Sequence", "SQ", "1"], +(0x0074, 0x140a) => ["Reason for Channel Omission", "CS", "1"], +(0x0074, 0x140b) => ["Reason for Channel Omission Description", "LO", "1"], +(0x0074, 0x140c) => ["Channel Delivery Order Index", "IS", "1"], +(0x0074, 0x140d) => ["Channel Delivery Continuation Sequence", "SQ", "1"], +(0x0074, 0x140e) => ["Omitted Application Setup Sequence", "SQ", "1"], +(0x0076, 0x0001) => ["Implant Assembly Template Name", "LO", "1"], +(0x0076, 0x0003) => ["Implant Assembly Template Issuer", "LO", "1"], +(0x0076, 0x0006) => ["Implant Assembly Template Version", "LO", "1"], +(0x0076, 0x0008) => ["Replaced Implant Assembly Template Sequence", "SQ", "1"], +(0x0076, 0x000a) => ["Implant Assembly Template Type", "CS", "1"], +(0x0076, 0x000c) => ["Original Implant Assembly Template Sequence", "SQ", "1"], +(0x0076, 0x000e) => ["Derivation Implant Assembly Template Sequence", "SQ", "1"], +(0x0076, 0x0010) => ["Implant Assembly Template Target Anatomy Sequence", "SQ", "1"], +(0x0076, 0x0020) => ["Procedure Type Code Sequence", "SQ", "1"], +(0x0076, 0x0030) => ["Surgical Technique", "LO", "1"], +(0x0076, 0x0032) => ["Component Types Sequence", "SQ", "1"], +(0x0076, 0x0034) => ["Component Type Code Sequence", "SQ", "1"], +(0x0076, 0x0036) => ["Exclusive Component Type", "CS", "1"], +(0x0076, 0x0038) => ["Mandatory Component Type", "CS", "1"], +(0x0076, 0x0040) => ["Component Sequence", "SQ", "1"], +(0x0076, 0x0055) => ["Component ID", "US", "1"], +(0x0076, 0x0060) => ["Component Assembly Sequence", "SQ", "1"], +(0x0076, 0x0070) => ["Component 1 Referenced ID", "US", "1"], +(0x0076, 0x0080) => ["Component 1 Referenced Mating Feature Set ID", "US", "1"], +(0x0076, 0x0090) => ["Component 1 Referenced Mating Feature ID", "US", "1"], +(0x0076, 0x00a0) => ["Component 2 Referenced ID", "US", "1"], +(0x0076, 0x00b0) => ["Component 2 Referenced Mating Feature Set ID", "US", "1"], +(0x0076, 0x00c0) => ["Component 2 Referenced Mating Feature ID", "US", "1"], +(0x0078, 0x0001) => ["Implant Template Group Name", "LO", "1"], +(0x0078, 0x0010) => ["Implant Template Group Description", "ST", "1"], +(0x0078, 0x0020) => ["Implant Template Group Issuer", "LO", "1"], +(0x0078, 0x0024) => ["Implant Template Group Version", "LO", "1"], +(0x0078, 0x0026) => ["Replaced Implant Template Group Sequence", "SQ", "1"], +(0x0078, 0x0028) => ["Implant Template Group Target Anatomy Sequence", "SQ", "1"], +(0x0078, 0x002a) => ["Implant Template Group Members Sequence", "SQ", "1"], +(0x0078, 0x002e) => ["Implant Template Group Member ID", "US", "1"], +(0x0078, 0x0050) => ["3D Implant Template Group Member Matching Point", "FD", "3"], +(0x0078, 0x0060) => ["3D Implant Template Group Member Matching Axes", "FD", "9"], +(0x0078, 0x0070) => ["Implant Template Group Member Matching 2D Coordinates Sequence", "SQ", "1"], +(0x0078, 0x0090) => ["2D Implant Template Group Member Matching Point", "FD", "2"], +(0x0078, 0x00a0) => ["2D Implant Template Group Member Matching Axes", "FD", "4"], +(0x0078, 0x00b0) => ["Implant Template Group Variation Dimension Sequence", "SQ", "1"], +(0x0078, 0x00b2) => ["Implant Template Group Variation Dimension Name", "LO", "1"], +(0x0078, 0x00b4) => ["Implant Template Group Variation Dimension Rank Sequence", "SQ", "1"], +(0x0078, 0x00b6) => ["Referenced Implant Template Group Member ID", "US", "1"], +(0x0078, 0x00b8) => ["Implant Template Group Variation Dimension Rank", "US", "1"], +(0x0080, 0x0001) => ["Surface Scan Acquisition Type Code Sequence", "SQ", "1"], +(0x0080, 0x0002) => ["Surface Scan Mode Code Sequence", "SQ", "1"], +(0x0080, 0x0003) => ["Registration Method Code Sequence", "SQ", "1"], +(0x0080, 0x0004) => ["Shot Duration Time", "FD", "1"], +(0x0080, 0x0005) => ["Shot Offset Time", "FD", "1"], +(0x0080, 0x0006) => ["Surface Point Presentation Value Data", "US", "1-n"], +(0x0080, 0x0007) => ["Surface Point Color CIELab Value Data", "US", "3-3n"], +(0x0080, 0x0008) => ["UV Mapping Sequence", "SQ", "1"], +(0x0080, 0x0009) => ["Texture Label", "SH", "1"], +(0x0080, 0x0010) => ["U Value Data", "OF", "1"], +(0x0080, 0x0011) => ["V Value Data", "OF", "1"], +(0x0080, 0x0012) => ["Referenced Texture Sequence", "SQ", "1"], +(0x0080, 0x0013) => ["Referenced Surface Data Sequence", "SQ", "1"], +(0x0082, 0x0001) => ["Assessment Summary", "CS", "1"], +(0x0082, 0x0003) => ["Assessment Summary Description", "UT", "1"], +(0x0082, 0x0004) => ["Assessed SOP Instance Sequence", "SQ", "1"], +(0x0082, 0x0005) => ["Referenced Comparison SOP Instance Sequence", "SQ", "1"], +(0x0082, 0x0006) => ["Number of Assessment Observations", "UL", "1"], +(0x0082, 0x0007) => ["Assessment Observations Sequence", "SQ", "1"], +(0x0082, 0x0008) => ["Observation Significance", "CS", "1"], +(0x0082, 0x000a) => ["Observation Description", "UT", "1"], +(0x0082, 0x000c) => ["Structured Constraint Observation Sequence", "SQ", "1"], +(0x0082, 0x0010) => ["Assessed Attribute Value Sequence", "SQ", "1"], +(0x0082, 0x0016) => ["Assessment Set ID", "LO", "1"], +(0x0082, 0x0017) => ["Assessment Requester Sequence", "SQ", "1"], +(0x0082, 0x0018) => ["Selector Attribute Name", "LO", "1"], +(0x0082, 0x0019) => ["Selector Attribute Keyword", "LO", "1"], +(0x0082, 0x0021) => ["Assessment Type Code Sequence", "SQ", "1"], +(0x0082, 0x0022) => ["Observation Basis Code Sequence", "SQ", "1"], +(0x0082, 0x0023) => ["Assessment Label", "LO", "1"], +(0x0082, 0x0032) => ["Constraint Type", "CS", "1"], +(0x0082, 0x0033) => ["Specification Selection Guidance", "UT", "1"], +(0x0082, 0x0034) => ["Constraint Value Sequence", "SQ", "1"], +(0x0082, 0x0035) => ["Recommended Default Value Sequence", "SQ", "1"], +(0x0082, 0x0036) => ["Constraint Violation Significance", "CS", "1"], +(0x0082, 0x0037) => ["Constraint Violation Condition", "UT", "1"], +(0x0082, 0x0038) => ["Modifiable Constraint Flag", "CS", "1"], (0x0088, 0x0130) => ["Storage Media File-set ID", "SH", "1"], (0x0088, 0x0140) => ["Storage Media File-set UID", "UI", "1"], (0x0088, 0x0200) => ["Icon Image Sequence", "SQ", "1"], (0x0088, 0x0904) => ["Topic Title", "LO", "1"], (0x0088, 0x0906) => ["Topic Subject", "ST", "1"], (0x0088, 0x0910) => ["Topic Author", "LO", "1"], -(0x0088, 0x0912) => ["Topic Key Words", "LO", "1-32"], +(0x0088, 0x0912) => ["Topic Keywords", "LO", "1-32"], (0x0100, 0x0410) => ["SOP Instance Status", "CS", "1"], -(0x0100, 0x0420) => ["SOP Authorization Date and Time", "DT", "1"], +(0x0100, 0x0420) => ["SOP Authorization DateTime", "DT", "1"], (0x0100, 0x0424) => ["SOP Authorization Comment", "LT", "1"], (0x0100, 0x0426) => ["Authorization Equipment Certification Number", "LO", "1"], (0x0400, 0x0005) => ["MAC ID Number", "US", "1"], @@ -1323,15 +3494,23 @@ dcm_dict = Dict( (0x0400, 0x0120) => ["Signature", "OB", "1"], (0x0400, 0x0305) => ["Certified Timestamp Type", "CS", "1"], (0x0400, 0x0310) => ["Certified Timestamp", "OB", "1"], +(0x0400, 0x0315) => ["", "FL", "1"], +(0x0400, 0x0401) => ["Digital Signature Purpose Code Sequence", "SQ", "1"], +(0x0400, 0x0402) => ["Referenced Digital Signature Sequence", "SQ", "1"], +(0x0400, 0x0403) => ["Referenced SOP Instance MAC Sequence", "SQ", "1"], +(0x0400, 0x0404) => ["MAC", "OB", "1"], (0x0400, 0x0500) => ["Encrypted Attributes Sequence", "SQ", "1"], (0x0400, 0x0510) => ["Encrypted Content Transfer Syntax UID", "UI", "1"], (0x0400, 0x0520) => ["Encrypted Content", "OB", "1"], (0x0400, 0x0550) => ["Modified Attributes Sequence", "SQ", "1"], +(0x0400, 0x0551) => ["Nonconforming Modified Attributes Sequence", "SQ", "1"], +(0x0400, 0x0552) => ["Nonconforming Data Element Value", "OB", "1"], (0x0400, 0x0561) => ["Original Attributes Sequence", "SQ", "1"], (0x0400, 0x0562) => ["Attribute Modification DateTime", "DT", "1"], (0x0400, 0x0563) => ["Modifying System", "LO", "1"], (0x0400, 0x0564) => ["Source of Previous Values", "LO", "1"], (0x0400, 0x0565) => ["Reason for the Attribute Modification", "CS", "1"], +(0x0400, 0x0600) => ["Instance Origin Status", "CS", "1"], (0x2000, 0x0010) => ["Number of Copies", "IS", "1"], (0x2000, 0x001e) => ["Printer Configuration Sequence", "SQ", "1"], (0x2000, 0x0020) => ["Print Priority", "CS", "1"], @@ -1379,7 +3558,7 @@ dcm_dict = Dict( (0x2010, 0x0500) => ["Referenced Film Session Sequence", "SQ", "1"], (0x2010, 0x0510) => ["Referenced Image Box Sequence", "SQ", "1"], (0x2010, 0x0520) => ["Referenced Basic Annotation Box Sequence", "SQ", "1"], -(0x2020, 0x0010) => ["Image Position", "US", "1"], +(0x2020, 0x0010) => ["Image Box Position", "US", "1"], (0x2020, 0x0020) => ["Polarity", "CS", "1"], (0x2020, 0x0030) => ["Requested Image Size", "DS", "1"], (0x2020, 0x0040) => ["Requested Decimate/Crop Behavior", "CS", "1"], @@ -1388,6 +3567,8 @@ dcm_dict = Dict( (0x2020, 0x00a2) => ["Decimate/Crop Result", "CS", "1"], (0x2020, 0x0110) => ["Basic Grayscale Image Sequence", "SQ", "1"], (0x2020, 0x0111) => ["Basic Color Image Sequence", "SQ", "1"], +(0x2020, 0x0130) => ["Referenced Image Overlay Box Sequence", "SQ", "1"], +(0x2020, 0x0140) => ["Referenced VOI LUT Box Sequence", "SQ", "1"], (0x2030, 0x0010) => ["Annotation Position", "US", "1"], (0x2030, 0x0020) => ["Text String", "LO", "1"], (0x2040, 0x0010) => ["Referenced Overlay Plane Sequence", "SQ", "1"], @@ -1399,6 +3580,9 @@ dcm_dict = Dict( (0x2040, 0x0074) => ["Magnify to Number of Columns", "US", "1"], (0x2040, 0x0080) => ["Overlay Foreground Density", "CS", "1"], (0x2040, 0x0082) => ["Overlay Background Density", "CS", "1"], +(0x2040, 0x0090) => ["Overlay Mode", "CS", "1"], +(0x2040, 0x0100) => ["Threshold Density", "CS", "1"], +(0x2040, 0x0500) => ["Referenced Image Box Sequence (Retired)", "SQ", "1"], (0x2050, 0x0010) => ["Presentation LUT Sequence", "SQ", "1"], (0x2050, 0x0020) => ["Presentation LUT Shape", "CS", "1"], (0x2050, 0x0500) => ["Referenced Presentation LUT Sequence", "SQ", "1"], @@ -1411,7 +3595,7 @@ dcm_dict = Dict( (0x2100, 0x0140) => ["Destination AE", "AE", "1"], (0x2100, 0x0160) => ["Owner ID", "SH", "1"], (0x2100, 0x0170) => ["Number of Films", "IS", "1"], -(0x2100, 0x0500) => ["Referenced Print Job Sequence", "SQ", "1"], +(0x2100, 0x0500) => ["Referenced Print Job Sequence (Pull Stored Print)", "SQ", "1"], (0x2110, 0x0010) => ["Printer Status", "CS", "1"], (0x2110, 0x0020) => ["Printer Status Info", "CS", "1"], (0x2110, 0x0030) => ["Printer Name", "LO", "1"], @@ -1466,9 +3650,13 @@ dcm_dict = Dict( (0x3002, 0x0040) => ["Fluence Map Sequence", "SQ", "1"], (0x3002, 0x0041) => ["Fluence Data Source", "CS", "1"], (0x3002, 0x0042) => ["Fluence Data Scale", "DS", "1"], +(0x3002, 0x0050) => ["Primary Fluence Mode Sequence", "SQ", "1"], +(0x3002, 0x0051) => ["Fluence Mode", "CS", "1"], +(0x3002, 0x0052) => ["Fluence Mode ID", "SH", "1"], (0x3004, 0x0001) => ["DVH Type", "CS", "1"], (0x3004, 0x0002) => ["Dose Units", "CS", "1"], (0x3004, 0x0004) => ["Dose Type", "CS", "1"], +(0x3004, 0x0005) => ["Spatial Transform of Dose", "CS", "1"], (0x3004, 0x0006) => ["Dose Comment", "LO", "1"], (0x3004, 0x0008) => ["Normalization Point", "DS", "3"], (0x3004, 0x000a) => ["Dose Summation Type", "CS", "1"], @@ -1498,6 +3686,7 @@ dcm_dict = Dict( (0x3006, 0x0012) => ["RT Referenced Study Sequence", "SQ", "1"], (0x3006, 0x0014) => ["RT Referenced Series Sequence", "SQ", "1"], (0x3006, 0x0016) => ["Contour Image Sequence", "SQ", "1"], +(0x3006, 0x0018) => ["Predecessor Structure Set Sequence", "SQ", "1"], (0x3006, 0x0020) => ["Structure Set ROI Sequence", "SQ", "1"], (0x3006, 0x0022) => ["ROI Number", "IS", "1"], (0x3006, 0x0024) => ["Referenced Frame of Reference UID", "UI", "1"], @@ -1508,6 +3697,7 @@ dcm_dict = Dict( (0x3006, 0x0030) => ["RT Related ROI Sequence", "SQ", "1"], (0x3006, 0x0033) => ["RT ROI Relationship", "CS", "1"], (0x3006, 0x0036) => ["ROI Generation Algorithm", "CS", "1"], +(0x3006, 0x0037) => ["ROI Derivation Algorithm Identification Sequence", "SQ", "1"], (0x3006, 0x0038) => ["ROI Generation Description", "LO", "1"], (0x3006, 0x0039) => ["ROI Contour Sequence", "SQ", "1"], (0x3006, 0x0040) => ["Contour Sequence", "SQ", "1"], @@ -1530,16 +3720,24 @@ dcm_dict = Dict( (0x3006, 0x00b0) => ["ROI Physical Properties Sequence", "SQ", "1"], (0x3006, 0x00b2) => ["ROI Physical Property", "CS", "1"], (0x3006, 0x00b4) => ["ROI Physical Property Value", "DS", "1"], +(0x3006, 0x00b6) => ["ROI Elemental Composition Sequence", "SQ", "1"], +(0x3006, 0x00b7) => ["ROI Elemental Composition Atomic Number", "US", "1"], +(0x3006, 0x00b8) => ["ROI Elemental Composition Atomic Mass Fraction", "FL", "1"], +(0x3006, 0x00b9) => ["Additional RT ROI Identification Code Sequence", "SQ", "1"], (0x3006, 0x00c0) => ["Frame of Reference Relationship Sequence", "SQ", "1"], (0x3006, 0x00c2) => ["Related Frame of Reference UID", "UI", "1"], (0x3006, 0x00c4) => ["Frame of Reference Transformation Type", "CS", "1"], (0x3006, 0x00c6) => ["Frame of Reference Transformation Matrix", "DS", "16"], (0x3006, 0x00c8) => ["Frame of Reference Transformation Comment", "LO", "1"], +(0x3006, 0x00c9) => ["Patient Location Coordinates Sequence", "SQ", "1"], +(0x3006, 0x00ca) => ["Patient Location Coordinates Code Sequence", "SQ", "1"], +(0x3006, 0x00cb) => ["Patient Support Position Sequence", "SQ", "1"], (0x3008, 0x0010) => ["Measured Dose Reference Sequence", "SQ", "1"], (0x3008, 0x0012) => ["Measured Dose Description", "ST", "1"], (0x3008, 0x0014) => ["Measured Dose Type", "CS", "1"], (0x3008, 0x0016) => ["Measured Dose Value", "DS", "1"], (0x3008, 0x0020) => ["Treatment Session Beam Sequence", "SQ", "1"], +(0x3008, 0x0021) => ["Treatment Session Ion Beam Sequence", "SQ", "1"], (0x3008, 0x0022) => ["Current Fraction Number", "IS", "1"], (0x3008, 0x0024) => ["Treatment Control Point Date", "DA", "1"], (0x3008, 0x0025) => ["Treatment Control Point Time", "TM", "1"], @@ -1554,8 +3752,12 @@ dcm_dict = Dict( (0x3008, 0x003a) => ["Specified Treatment Time", "DS", "1"], (0x3008, 0x003b) => ["Delivered Treatment Time", "DS", "1"], (0x3008, 0x0040) => ["Control Point Delivery Sequence", "SQ", "1"], +(0x3008, 0x0041) => ["Ion Control Point Delivery Sequence", "SQ", "1"], (0x3008, 0x0042) => ["Specified Meterset", "DS", "1"], (0x3008, 0x0044) => ["Delivered Meterset", "DS", "1"], +(0x3008, 0x0045) => ["Meterset Rate Set", "FL", "1"], +(0x3008, 0x0046) => ["Meterset Rate Delivered", "FL", "1"], +(0x3008, 0x0047) => ["Scan Spot Metersets Delivered", "FL", "1-n"], (0x3008, 0x0048) => ["Dose Rate Delivered", "DS", "1"], (0x3008, 0x0050) => ["Treatment Summary Calculated Dose Reference Sequence", "SQ", "1"], (0x3008, 0x0052) => ["Cumulative Dose to Dose Reference", "DS", "1"], @@ -1563,9 +3765,15 @@ dcm_dict = Dict( (0x3008, 0x0056) => ["Most Recent Treatment Date", "DA", "1"], (0x3008, 0x005a) => ["Number of Fractions Delivered", "IS", "1"], (0x3008, 0x0060) => ["Override Sequence", "SQ", "1"], +(0x3008, 0x0061) => ["Parameter Sequence Pointer", "AT", "1"], (0x3008, 0x0062) => ["Override Parameter Pointer", "AT", "1"], +(0x3008, 0x0063) => ["Parameter Item Index", "IS", "1"], (0x3008, 0x0064) => ["Measured Dose Reference Number", "IS", "1"], +(0x3008, 0x0065) => ["Parameter Pointer", "AT", "1"], (0x3008, 0x0066) => ["Override Reason", "ST", "1"], +(0x3008, 0x0067) => ["Parameter Value Number", "US", "1"], +(0x3008, 0x0068) => ["Corrected Parameter Sequence", "SQ", "1"], +(0x3008, 0x006a) => ["Correction Value", "FL", "1"], (0x3008, 0x0070) => ["Calculated Dose Reference Sequence", "SQ", "1"], (0x3008, 0x0072) => ["Calculated Dose Reference Number", "IS", "1"], (0x3008, 0x0074) => ["Calculated Dose Reference Description", "ST", "1"], @@ -1581,6 +3789,10 @@ dcm_dict = Dict( (0x3008, 0x00c0) => ["Recorded Compensator Sequence", "SQ", "1"], (0x3008, 0x00d0) => ["Recorded Block Sequence", "SQ", "1"], (0x3008, 0x00e0) => ["Treatment Summary Measured Dose Reference Sequence", "SQ", "1"], +(0x3008, 0x00f0) => ["Recorded Snout Sequence", "SQ", "1"], +(0x3008, 0x00f2) => ["Recorded Range Shifter Sequence", "SQ", "1"], +(0x3008, 0x00f4) => ["Recorded Lateral Spreading Device Sequence", "SQ", "1"], +(0x3008, 0x00f6) => ["Recorded Range Modulator Sequence", "SQ", "1"], (0x3008, 0x0100) => ["Recorded Source Sequence", "SQ", "1"], (0x3008, 0x0105) => ["Source Serial Number", "LO", "1"], (0x3008, 0x0110) => ["Treatment Session Application Setup Sequence", "SQ", "1"], @@ -1603,6 +3815,9 @@ dcm_dict = Dict( (0x3008, 0x0164) => ["Safe Position Exit Time", "TM", "1"], (0x3008, 0x0166) => ["Safe Position Return Date", "DA", "1"], (0x3008, 0x0168) => ["Safe Position Return Time", "TM", "1"], +(0x3008, 0x0171) => ["Pulse Specific Brachy Control Point Delivered Sequence", "SQ", "1"], +(0x3008, 0x0172) => ["Pulse Number", "US", "1"], +(0x3008, 0x0173) => ["Brachy Pulse Control Point Delivered Sequence", "SQ", "1"], (0x3008, 0x0200) => ["Current Treatment Status", "CS", "1"], (0x3008, 0x0202) => ["Treatment Status Comment", "ST", "1"], (0x3008, 0x0220) => ["Fraction Group Summary Sequence", "SQ", "1"], @@ -1618,7 +3833,7 @@ dcm_dict = Dict( (0x300a, 0x0006) => ["RT Plan Date", "DA", "1"], (0x300a, 0x0007) => ["RT Plan Time", "TM", "1"], (0x300a, 0x0009) => ["Treatment Protocols", "LO", "1-n"], -(0x300a, 0x000a) => ["Treatment Intent", "CS", "1"], +(0x300a, 0x000a) => ["Plan Intent", "CS", "1"], (0x300a, 0x000b) => ["Treatment Sites", "LO", "1-n"], (0x300a, 0x000c) => ["RT Plan Geometry", "CS", "1"], (0x300a, 0x000e) => ["Prescription Description", "ST", "1"], @@ -1649,8 +3864,11 @@ dcm_dict = Dict( (0x300a, 0x0046) => ["Beam Limiting Device Angle Tolerance", "DS", "1"], (0x300a, 0x0048) => ["Beam Limiting Device Tolerance Sequence", "SQ", "1"], (0x300a, 0x004a) => ["Beam Limiting Device Position Tolerance", "DS", "1"], +(0x300a, 0x004b) => ["Snout Position Tolerance", "FL", "1"], (0x300a, 0x004c) => ["Patient Support Angle Tolerance", "DS", "1"], (0x300a, 0x004e) => ["Table Top Eccentric Angle Tolerance", "DS", "1"], +(0x300a, 0x004f) => ["Table Top Pitch Angle Tolerance", "FL", "1"], +(0x300a, 0x0050) => ["Table Top Roll Angle Tolerance", "FL", "1"], (0x300a, 0x0051) => ["Table Top Vertical Position Tolerance", "DS", "1"], (0x300a, 0x0052) => ["Table Top Longitudinal Position Tolerance", "DS", "1"], (0x300a, 0x0053) => ["Table Top Lateral Position Tolerance", "DS", "1"], @@ -1664,8 +3882,22 @@ dcm_dict = Dict( (0x300a, 0x007b) => ["Fraction Pattern", "LT", "1"], (0x300a, 0x0080) => ["Number of Beams", "IS", "1"], (0x300a, 0x0082) => ["Beam Dose Specification Point", "DS", "3"], +(0x300a, 0x0083) => ["Referenced Dose Reference UID", "UI", "1"], (0x300a, 0x0084) => ["Beam Dose", "DS", "1"], (0x300a, 0x0086) => ["Beam Meterset", "DS", "1"], +(0x300a, 0x0088) => ["Beam Dose Point Depth", "FL", "1"], +(0x300a, 0x0089) => ["Beam Dose Point Equivalent Depth", "FL", "1"], +(0x300a, 0x008a) => ["Beam Dose Point SSD", "FL", "1"], +(0x300a, 0x008b) => ["Beam Dose Meaning", "CS", "1"], +(0x300a, 0x008c) => ["Beam Dose Verification Control Point Sequence", "SQ", "1"], +(0x300a, 0x008d) => ["Average Beam Dose Point Depth", "FL", "1"], +(0x300a, 0x008e) => ["Average Beam Dose Point Equivalent Depth", "FL", "1"], +(0x300a, 0x008f) => ["Average Beam Dose Point SSD", "FL", "1"], +(0x300a, 0x0090) => ["Beam Dose Type", "CS", "1"], +(0x300a, 0x0091) => ["Alternate Beam Dose", "DS", "1"], +(0x300a, 0x0092) => ["Alternate Beam Dose Type", "CS", "1"], +(0x300a, 0x0093) => ["Depth Value Averaging Flag", "CS", "1"], +(0x300a, 0x0094) => ["Beam Dose Point Source to External Contour Distance", "DS", "1"], (0x300a, 0x00a0) => ["Number of Brachy Application Setups", "IS", "1"], (0x300a, 0x00a2) => ["Brachy Application Setup Dose Specification Point", "DS", "3"], (0x300a, 0x00a4) => ["Brachy Application Setup Dose", "DS", "1"], @@ -1676,12 +3908,14 @@ dcm_dict = Dict( (0x300a, 0x00b6) => ["Beam Limiting Device Sequence", "SQ", "1"], (0x300a, 0x00b8) => ["RT Beam Limiting Device Type", "CS", "1"], (0x300a, 0x00ba) => ["Source to Beam Limiting Device Distance", "DS", "1"], +(0x300a, 0x00bb) => ["Isocenter to Beam Limiting Device Distance", "FL", "1"], (0x300a, 0x00bc) => ["Number of Leaf/Jaw Pairs", "IS", "1"], (0x300a, 0x00be) => ["Leaf Position Boundaries", "DS", "3-n"], (0x300a, 0x00c0) => ["Beam Number", "IS", "1"], (0x300a, 0x00c2) => ["Beam Name", "LO", "1"], (0x300a, 0x00c3) => ["Beam Description", "ST", "1"], (0x300a, 0x00c4) => ["Beam Type", "CS", "1"], +(0x300a, 0x00c5) => ["Beam Delivery Duration Limit", "FD", "1"], (0x300a, 0x00c6) => ["Radiation Type", "CS", "1"], (0x300a, 0x00c7) => ["High-Dose Technique Type", "CS", "1"], (0x300a, 0x00c8) => ["Reference Image Number", "IS", "1"], @@ -1695,8 +3929,14 @@ dcm_dict = Dict( (0x300a, 0x00d4) => ["Wedge ID", "SH", "1"], (0x300a, 0x00d5) => ["Wedge Angle", "IS", "1"], (0x300a, 0x00d6) => ["Wedge Factor", "DS", "1"], +(0x300a, 0x00d7) => ["Total Wedge Tray Water-Equivalent Thickness", "FL", "1"], (0x300a, 0x00d8) => ["Wedge Orientation", "DS", "1"], +(0x300a, 0x00d9) => ["Isocenter to Wedge Tray Distance", "FL", "1"], (0x300a, 0x00da) => ["Source to Wedge Tray Distance", "DS", "1"], +(0x300a, 0x00db) => ["Wedge Thin Edge Position", "FL", "1"], +(0x300a, 0x00dc) => ["Bolus ID", "SH", "1"], +(0x300a, 0x00dd) => ["Bolus Description", "ST", "1"], +(0x300a, 0x00de) => ["Effective Wedge Angle", "DS", "1"], (0x300a, 0x00e0) => ["Number of Compensators", "IS", "1"], (0x300a, 0x00e1) => ["Material ID", "SH", "1"], (0x300a, 0x00e2) => ["Total Compensator Tray Factor", "DS", "1"], @@ -1712,11 +3952,14 @@ dcm_dict = Dict( (0x300a, 0x00ec) => ["Compensator Thickness Data", "DS", "1-n"], (0x300a, 0x00ed) => ["Number of Boli", "IS", "1"], (0x300a, 0x00ee) => ["Compensator Type", "CS", "1"], +(0x300a, 0x00ef) => ["Compensator Tray ID", "SH", "1"], (0x300a, 0x00f0) => ["Number of Blocks", "IS", "1"], (0x300a, 0x00f2) => ["Total Block Tray Factor", "DS", "1"], +(0x300a, 0x00f3) => ["Total Block Tray Water-Equivalent Thickness", "FL", "1"], (0x300a, 0x00f4) => ["Block Sequence", "SQ", "1"], (0x300a, 0x00f5) => ["Block Tray ID", "SH", "1"], (0x300a, 0x00f6) => ["Source to Block Tray Distance", "DS", "1"], +(0x300a, 0x00f7) => ["Isocenter to Block Tray Distance", "FL", "1"], (0x300a, 0x00f8) => ["Block Type", "CS", "1"], (0x300a, 0x00f9) => ["Accessory Code", "LO", "1"], (0x300a, 0x00fa) => ["Block Divergence", "CS", "1"], @@ -1757,15 +4000,35 @@ dcm_dict = Dict( (0x300a, 0x012c) => ["Isocenter Position", "DS", "3"], (0x300a, 0x012e) => ["Surface Entry Point", "DS", "3"], (0x300a, 0x0130) => ["Source to Surface Distance", "DS", "1"], +(0x300a, 0x0131) => ["Average Beam Dose Point Source to External Contour Distance", "FL", "1"], +(0x300a, 0x0132) => ["Source to External Contour Distance", "FL", "1"], +(0x300a, 0x0133) => ["External Contour Entry Point", "FL", "3"], (0x300a, 0x0134) => ["Cumulative Meterset Weight", "DS", "1"], +(0x300a, 0x0140) => ["Table Top Pitch Angle", "FL", "1"], +(0x300a, 0x0142) => ["Table Top Pitch Rotation Direction", "CS", "1"], +(0x300a, 0x0144) => ["Table Top Roll Angle", "FL", "1"], +(0x300a, 0x0146) => ["Table Top Roll Rotation Direction", "CS", "1"], +(0x300a, 0x0148) => ["Head Fixation Angle", "FL", "1"], +(0x300a, 0x014a) => ["Gantry Pitch Angle", "FL", "1"], +(0x300a, 0x014c) => ["Gantry Pitch Rotation Direction", "CS", "1"], +(0x300a, 0x014e) => ["Gantry Pitch Angle Tolerance", "FL", "1"], +(0x300a, 0x0150) => ["Fixation Eye", "CS", "1"], +(0x300a, 0x0151) => ["Chair Head Frame Position", "DS", "1"], +(0x300a, 0x0152) => ["Head Fixation Angle Tolerance", "DS", "1"], +(0x300a, 0x0153) => ["Chair Head Frame Position Tolerance", "DS", "1"], +(0x300a, 0x0154) => ["Fixation Light Azimuthal Angle Tolerance", "DS", "1"], +(0x300a, 0x0155) => ["Fixation Light Polar Angle Tolerance", "DS", "1"], (0x300a, 0x0180) => ["Patient Setup Sequence", "SQ", "1"], (0x300a, 0x0182) => ["Patient Setup Number", "IS", "1"], +(0x300a, 0x0183) => ["Patient Setup Label", "LO", "1"], (0x300a, 0x0184) => ["Patient Additional Position", "LO", "1"], (0x300a, 0x0190) => ["Fixation Device Sequence", "SQ", "1"], (0x300a, 0x0192) => ["Fixation Device Type", "CS", "1"], (0x300a, 0x0194) => ["Fixation Device Label", "SH", "1"], (0x300a, 0x0196) => ["Fixation Device Description", "ST", "1"], (0x300a, 0x0198) => ["Fixation Device Position", "SH", "1"], +(0x300a, 0x0199) => ["Fixation Device Pitch Angle", "FL", "1"], +(0x300a, 0x019a) => ["Fixation Device Roll Angle", "FL", "1"], (0x300a, 0x01a0) => ["Shielding Device Sequence", "SQ", "1"], (0x300a, 0x01a2) => ["Shielding Device Type", "CS", "1"], (0x300a, 0x01a4) => ["Shielding Device Label", "SH", "1"], @@ -1791,13 +4054,17 @@ dcm_dict = Dict( (0x300a, 0x0216) => ["Source Manufacturer", "LO", "1"], (0x300a, 0x0218) => ["Active Source Diameter", "DS", "1"], (0x300a, 0x021a) => ["Active Source Length", "DS", "1"], +(0x300a, 0x021b) => ["Source Model ID", "SH", "1"], +(0x300a, 0x021c) => ["Source Description", "LO", "1"], (0x300a, 0x0222) => ["Source Encapsulation Nominal Thickness", "DS", "1"], (0x300a, 0x0224) => ["Source Encapsulation Nominal Transmission", "DS", "1"], (0x300a, 0x0226) => ["Source Isotope Name", "LO", "1"], (0x300a, 0x0228) => ["Source Isotope Half Life", "DS", "1"], +(0x300a, 0x0229) => ["Source Strength Units", "CS", "1"], (0x300a, 0x022a) => ["Reference Air Kerma Rate", "DS", "1"], -(0x300a, 0x022c) => ["Air Kerma Rate Reference Date", "DA", "1"], -(0x300a, 0x022e) => ["Air Kerma Rate Reference Time", "TM", "1"], +(0x300a, 0x022b) => ["Source Strength", "DS", "1"], +(0x300a, 0x022c) => ["Source Strength Reference Date", "DA", "1"], +(0x300a, 0x022e) => ["Source Strength Reference Time", "TM", "1"], (0x300a, 0x0230) => ["Application Setup Sequence", "SQ", "1"], (0x300a, 0x0232) => ["Application Setup Type", "CS", "1"], (0x300a, 0x0234) => ["Application Setup Number", "IS", "1"], @@ -1814,6 +4081,10 @@ dcm_dict = Dict( (0x300a, 0x0266) => ["Brachy Accessory Device Name", "LO", "1"], (0x300a, 0x026a) => ["Brachy Accessory Device Nominal Thickness", "DS", "1"], (0x300a, 0x026c) => ["Brachy Accessory Device Nominal Transmission", "DS", "1"], +(0x300a, 0x0271) => ["Channel Effective Length", "DS", "1"], +(0x300a, 0x0272) => ["Channel Inner Length", "DS", "1"], +(0x300a, 0x0273) => ["Afterloader Channel ID", "SH", "1"], +(0x300a, 0x0274) => ["Source Applicator Tip Length", "DS", "1"], (0x300a, 0x0280) => ["Channel Sequence", "SQ", "1"], (0x300a, 0x0282) => ["Channel Number", "IS", "1"], (0x300a, 0x0284) => ["Channel Length", "DS", "1"], @@ -1846,6 +4117,298 @@ dcm_dict = Dict( (0x300a, 0x02e0) => ["Compensator Divergence", "CS", "1"], (0x300a, 0x02e1) => ["Compensator Mounting Position", "CS", "1"], (0x300a, 0x02e2) => ["Source to Compensator Distance", "DS", "1-n"], +(0x300a, 0x02e3) => ["Total Compensator Tray Water-Equivalent Thickness", "FL", "1"], +(0x300a, 0x02e4) => ["Isocenter to Compensator Tray Distance", "FL", "1"], +(0x300a, 0x02e5) => ["Compensator Column Offset", "FL", "1"], +(0x300a, 0x02e6) => ["Isocenter to Compensator Distances", "FL", "1-n"], +(0x300a, 0x02e7) => ["Compensator Relative Stopping Power Ratio", "FL", "1"], +(0x300a, 0x02e8) => ["Compensator Milling Tool Diameter", "FL", "1"], +(0x300a, 0x02ea) => ["Ion Range Compensator Sequence", "SQ", "1"], +(0x300a, 0x02eb) => ["Compensator Description", "LT", "1"], +(0x300a, 0x0302) => ["Radiation Mass Number", "IS", "1"], +(0x300a, 0x0304) => ["Radiation Atomic Number", "IS", "1"], +(0x300a, 0x0306) => ["Radiation Charge State", "SS", "1"], +(0x300a, 0x0308) => ["Scan Mode", "CS", "1"], +(0x300a, 0x0309) => ["Modulated Scan Mode Type", "CS", "1"], +(0x300a, 0x030a) => ["Virtual Source-Axis Distances", "FL", "2"], +(0x300a, 0x030c) => ["Snout Sequence", "SQ", "1"], +(0x300a, 0x030d) => ["Snout Position", "FL", "1"], +(0x300a, 0x030f) => ["Snout ID", "SH", "1"], +(0x300a, 0x0312) => ["Number of Range Shifters", "IS", "1"], +(0x300a, 0x0314) => ["Range Shifter Sequence", "SQ", "1"], +(0x300a, 0x0316) => ["Range Shifter Number", "IS", "1"], +(0x300a, 0x0318) => ["Range Shifter ID", "SH", "1"], +(0x300a, 0x0320) => ["Range Shifter Type", "CS", "1"], +(0x300a, 0x0322) => ["Range Shifter Description", "LO", "1"], +(0x300a, 0x0330) => ["Number of Lateral Spreading Devices", "IS", "1"], +(0x300a, 0x0332) => ["Lateral Spreading Device Sequence", "SQ", "1"], +(0x300a, 0x0334) => ["Lateral Spreading Device Number", "IS", "1"], +(0x300a, 0x0336) => ["Lateral Spreading Device ID", "SH", "1"], +(0x300a, 0x0338) => ["Lateral Spreading Device Type", "CS", "1"], +(0x300a, 0x033a) => ["Lateral Spreading Device Description", "LO", "1"], +(0x300a, 0x033c) => ["Lateral Spreading Device Water Equivalent Thickness", "FL", "1"], +(0x300a, 0x0340) => ["Number of Range Modulators", "IS", "1"], +(0x300a, 0x0342) => ["Range Modulator Sequence", "SQ", "1"], +(0x300a, 0x0344) => ["Range Modulator Number", "IS", "1"], +(0x300a, 0x0346) => ["Range Modulator ID", "SH", "1"], +(0x300a, 0x0348) => ["Range Modulator Type", "CS", "1"], +(0x300a, 0x034a) => ["Range Modulator Description", "LO", "1"], +(0x300a, 0x034c) => ["Beam Current Modulation ID", "SH", "1"], +(0x300a, 0x0350) => ["Patient Support Type", "CS", "1"], +(0x300a, 0x0352) => ["Patient Support ID", "SH", "1"], +(0x300a, 0x0354) => ["Patient Support Accessory Code", "LO", "1"], +(0x300a, 0x0355) => ["Tray Accessory Code", "LO", "1"], +(0x300a, 0x0356) => ["Fixation Light Azimuthal Angle", "FL", "1"], +(0x300a, 0x0358) => ["Fixation Light Polar Angle", "FL", "1"], +(0x300a, 0x035a) => ["Meterset Rate", "FL", "1"], +(0x300a, 0x0360) => ["Range Shifter Settings Sequence", "SQ", "1"], +(0x300a, 0x0362) => ["Range Shifter Setting", "LO", "1"], +(0x300a, 0x0364) => ["Isocenter to Range Shifter Distance", "FL", "1"], +(0x300a, 0x0366) => ["Range Shifter Water Equivalent Thickness", "FL", "1"], +(0x300a, 0x0370) => ["Lateral Spreading Device Settings Sequence", "SQ", "1"], +(0x300a, 0x0372) => ["Lateral Spreading Device Setting", "LO", "1"], +(0x300a, 0x0374) => ["Isocenter to Lateral Spreading Device Distance", "FL", "1"], +(0x300a, 0x0380) => ["Range Modulator Settings Sequence", "SQ", "1"], +(0x300a, 0x0382) => ["Range Modulator Gating Start Value", "FL", "1"], +(0x300a, 0x0384) => ["Range Modulator Gating Stop Value", "FL", "1"], +(0x300a, 0x0386) => ["Range Modulator Gating Start Water Equivalent Thickness", "FL", "1"], +(0x300a, 0x0388) => ["Range Modulator Gating Stop Water Equivalent Thickness", "FL", "1"], +(0x300a, 0x038a) => ["Isocenter to Range Modulator Distance", "FL", "1"], +(0x300a, 0x038f) => ["Scan Spot Time Offset", "FL", "1-n"], +(0x300a, 0x0390) => ["Scan Spot Tune ID", "SH", "1"], +(0x300a, 0x0391) => ["Scan Spot Prescribed Indices", "IS", "1-n"], +(0x300a, 0x0392) => ["Number of Scan Spot Positions", "IS", "1"], +(0x300a, 0x0393) => ["Scan Spot Reordered", "CS", "1"], +(0x300a, 0x0394) => ["Scan Spot Position Map", "FL", "1-n"], +(0x300a, 0x0395) => ["Scan Spot Reordering Allowed", "CS", "1"], +(0x300a, 0x0396) => ["Scan Spot Meterset Weights", "FL", "1-n"], +(0x300a, 0x0398) => ["Scanning Spot Size", "FL", "2"], +(0x300a, 0x0399) => ["Scan Spot Sizes Delivered", "FL", "2-2n"], +(0x300a, 0x039a) => ["Number of Paintings", "IS", "1"], +(0x300a, 0x03a0) => ["Ion Tolerance Table Sequence", "SQ", "1"], +(0x300a, 0x03a2) => ["Ion Beam Sequence", "SQ", "1"], +(0x300a, 0x03a4) => ["Ion Beam Limiting Device Sequence", "SQ", "1"], +(0x300a, 0x03a6) => ["Ion Block Sequence", "SQ", "1"], +(0x300a, 0x03a8) => ["Ion Control Point Sequence", "SQ", "1"], +(0x300a, 0x03aa) => ["Ion Wedge Sequence", "SQ", "1"], +(0x300a, 0x03ac) => ["Ion Wedge Position Sequence", "SQ", "1"], +(0x300a, 0x0401) => ["Referenced Setup Image Sequence", "SQ", "1"], +(0x300a, 0x0402) => ["Setup Image Comment", "ST", "1"], +(0x300a, 0x0410) => ["Motion Synchronization Sequence", "SQ", "1"], +(0x300a, 0x0412) => ["Control Point Orientation", "FL", "3"], +(0x300a, 0x0420) => ["General Accessory Sequence", "SQ", "1"], +(0x300a, 0x0421) => ["General Accessory ID", "SH", "1"], +(0x300a, 0x0422) => ["General Accessory Description", "ST", "1"], +(0x300a, 0x0423) => ["General Accessory Type", "CS", "1"], +(0x300a, 0x0424) => ["General Accessory Number", "IS", "1"], +(0x300a, 0x0425) => ["Source to General Accessory Distance", "FL", "1"], +(0x300a, 0x0426) => ["Isocenter to General Accessory Distance", "DS", "1"], +(0x300a, 0x0431) => ["Applicator Geometry Sequence", "SQ", "1"], +(0x300a, 0x0432) => ["Applicator Aperture Shape", "CS", "1"], +(0x300a, 0x0433) => ["Applicator Opening", "FL", "1"], +(0x300a, 0x0434) => ["Applicator Opening X", "FL", "1"], +(0x300a, 0x0435) => ["Applicator Opening Y", "FL", "1"], +(0x300a, 0x0436) => ["Source to Applicator Mounting Position Distance", "FL", "1"], +(0x300a, 0x0440) => ["Number of Block Slab Items", "IS", "1"], +(0x300a, 0x0441) => ["Block Slab Sequence", "SQ", "1"], +(0x300a, 0x0442) => ["Block Slab Thickness", "DS", "1"], +(0x300a, 0x0443) => ["Block Slab Number", "US", "1"], +(0x300a, 0x0450) => ["Device Motion Control Sequence", "SQ", "1"], +(0x300a, 0x0451) => ["Device Motion Execution Mode", "CS", "1"], +(0x300a, 0x0452) => ["Device Motion Observation Mode", "CS", "1"], +(0x300a, 0x0453) => ["Device Motion Parameter Code Sequence", "SQ", "1"], +(0x300a, 0x0501) => ["Distal Depth Fraction", "FL", "1"], +(0x300a, 0x0502) => ["Distal Depth", "FL", "1"], +(0x300a, 0x0503) => ["Nominal Range Modulation Fractions", "FL", "2"], +(0x300a, 0x0504) => ["Nominal Range Modulated Region Depths", "FL", "2"], +(0x300a, 0x0505) => ["Depth Dose Parameters Sequence", "SQ", "1"], +(0x300a, 0x0506) => ["Delivered Depth Dose Parameters Sequence", "SQ", "1"], +(0x300a, 0x0507) => ["Delivered Distal Depth Fraction", "FL", "1"], +(0x300a, 0x0508) => ["Delivered Distal Depth", "FL", "1"], +(0x300a, 0x0509) => ["Delivered Nominal Range Modulation Fractions", "FL", "2"], +(0x300a, 0x0510) => ["Delivered Nominal Range Modulated Region Depths", "FL", "2"], +(0x300a, 0x0511) => ["Delivered Reference Dose Definition", "CS", "1"], +(0x300a, 0x0512) => ["Reference Dose Definition", "CS", "1"], +(0x300a, 0x0600) => ["RT Control Point Index", "US", "1"], +(0x300a, 0x0601) => ["Radiation Generation Mode Index", "US", "1"], +(0x300a, 0x0602) => ["Referenced Defined Device Index", "US", "1"], +(0x300a, 0x0603) => ["Radiation Dose Identification Index", "US", "1"], +(0x300a, 0x0604) => ["Number of RT Control Points", "US", "1"], +(0x300a, 0x0605) => ["Referenced Radiation Generation Mode Index", "US", "1"], +(0x300a, 0x0606) => ["Treatment Position Index", "US", "1"], +(0x300a, 0x0607) => ["Referenced Device Index", "US", "1"], +(0x300a, 0x0608) => ["Treatment Position Group Label", "LO", "1"], +(0x300a, 0x0609) => ["Treatment Position Group UID", "UI", "1"], +(0x300a, 0x060a) => ["Treatment Position Group Sequence", "SQ", "1"], +(0x300a, 0x060b) => ["Referenced Treatment Position Index", "US", "1"], +(0x300a, 0x060c) => ["Referenced Radiation Dose Identification Index", "US", "1"], +(0x300a, 0x060d) => ["RT Accessory Holder Water-Equivalent Thickness", "FD", "1"], +(0x300a, 0x060e) => ["Referenced RT Accessory Holder Device Index", "US", "1"], +(0x300a, 0x060f) => ["RT Accessory Holder Slot Existence Flag", "CS", "1"], +(0x300a, 0x0610) => ["RT Accessory Holder Slot Sequence", "SQ", "1"], +(0x300a, 0x0611) => ["RT Accessory Holder Slot ID", "LO", "1"], +(0x300a, 0x0612) => ["RT Accessory Holder Slot Distance", "FD", "1"], +(0x300a, 0x0613) => ["RT Accessory Slot Distance", "FD", "1"], +(0x300a, 0x0614) => ["RT Accessory Holder Definition Sequence", "SQ", "1"], +(0x300a, 0x0615) => ["RT Accessory Device Slot ID", "LO", "1"], +(0x300a, 0x0616) => ["RT Radiation Sequence", "SQ", "1"], +(0x300a, 0x0617) => ["Radiation Dose Sequence", "SQ", "1"], +(0x300a, 0x0618) => ["Radiation Dose Identification Sequence", "SQ", "1"], +(0x300a, 0x0619) => ["Radiation Dose Identification Label", "LO", "1"], +(0x300a, 0x061a) => ["Reference Dose Type", "CS", "1"], +(0x300a, 0x061b) => ["Primary Dose Value Indicator", "CS", "1"], +(0x300a, 0x061c) => ["Dose Values Sequence", "SQ", "1"], +(0x300a, 0x061d) => ["Dose Value Purpose", "CS", "1-n"], +(0x300a, 0x061e) => ["Reference Dose Point Coordinates", "FD", "3"], +(0x300a, 0x061f) => ["Radiation Dose Values Parameters Sequence", "SQ", "1"], +(0x300a, 0x0620) => ["Meterset to Dose Mapping Sequence", "SQ", "1"], +(0x300a, 0x0621) => ["Expected In-Vivo Measurement Values Sequence", "SQ", "1"], +(0x300a, 0x0622) => ["Expected In-Vivo Measurement Value Index", "US", "1"], +(0x300a, 0x0623) => ["Radiation Dose In-Vivo Measurement Label", "LO", "1"], +(0x300a, 0x0624) => ["Radiation Dose Central Axis Displacement", "FD", "2"], +(0x300a, 0x0625) => ["Radiation Dose Value", "FD", "1"], +(0x300a, 0x0626) => ["Radiation Dose Source to Skin Distance", "FD", "1"], +(0x300a, 0x0627) => ["Radiation Dose Measurement Point Coordinates", "FD", "3"], +(0x300a, 0x0628) => ["Radiation Dose Source to External Contour Distance", "FD", "1"], +(0x300a, 0x0629) => ["RT Tolerance Set Sequence", "SQ", "1"], +(0x300a, 0x062a) => ["RT Tolerance Set Label", "LO", "1"], +(0x300a, 0x062b) => ["Attribute Tolerance Values Sequence", "SQ", "1"], +(0x300a, 0x062c) => ["Tolerance Value", "FD", "1"], +(0x300a, 0x062d) => ["Patient Support Position Tolerance Sequence", "SQ", "1"], +(0x300a, 0x062e) => ["Treatment Time Limit", "FD", "1"], +(0x300a, 0x062f) => ["C-Arm Photon-Electron Control Point Sequence", "SQ", "1"], +(0x300a, 0x0630) => ["Referenced RT Radiation Sequence", "SQ", "1"], +(0x300a, 0x0631) => ["Referenced RT Instance Sequence", "SQ", "1"], +(0x300a, 0x0632) => ["Referenced RT Patient Setup Sequence", "SQ", "1"], +(0x300a, 0x0634) => ["Source to Patient Surface Distance", "FD", "1"], +(0x300a, 0x0635) => ["Treatment Machine Special Mode Code Sequence", "SQ", "1"], +(0x300a, 0x0636) => ["Intended Number of Fractions", "US", "1"], +(0x300a, 0x0637) => ["RT Radiation Set Intent", "CS", "1"], +(0x300a, 0x0638) => ["RT Radiation Physical and Geometric Content Detail Flag", "CS", "1"], +(0x300a, 0x0639) => ["RT Record Flag", "CS", "1"], +(0x300a, 0x063a) => ["Treatment Device Identification Sequence", "SQ", "1"], +(0x300a, 0x063b) => ["Referenced RT Physician Intent Sequence", "SQ", "1"], +(0x300a, 0x063c) => ["Cumulative Meterset", "FD", "1"], +(0x300a, 0x063d) => ["Delivery Rate", "FD", "1"], +(0x300a, 0x063e) => ["Delivery Rate Unit Sequence", "SQ", "1"], +(0x300a, 0x063f) => ["Treatment Position Sequence", "SQ", "1"], +(0x300a, 0x0640) => ["Radiation Source-Axis Distance", "FD", "1"], +(0x300a, 0x0641) => ["Number of RT Beam Limiting Devices", "US", "1"], +(0x300a, 0x0642) => ["RT Beam Limiting Device Proximal Distance", "FD", "1"], +(0x300a, 0x0643) => ["RT Beam Limiting Device Distal Distance", "FD", "1"], +(0x300a, 0x0644) => ["Parallel RT Beam Delimiter Device Orientation Label Code Sequence", "SQ", "1"], +(0x300a, 0x0645) => ["Beam Modifier Orientation Angle", "FD", "1"], +(0x300a, 0x0646) => ["Fixed RT Beam Delimiter Device Sequence", "SQ", "1"], +(0x300a, 0x0647) => ["Parallel RT Beam Delimiter Device Sequence", "SQ", "1"], +(0x300a, 0x0648) => ["Number of Parallel RT Beam Delimiters", "US", "1"], +(0x300a, 0x0649) => ["Parallel RT Beam Delimiter Boundaries", "FD", "2-n"], +(0x300a, 0x064a) => ["Parallel RT Beam Delimiter Positions", "FD", "2-n"], +(0x300a, 0x064b) => ["RT Beam Limiting Device Offset", "FD", "2"], +(0x300a, 0x064c) => ["RT Beam Delimiter Geometry Sequence", "SQ", "1"], +(0x300a, 0x064d) => ["RT Beam Limiting Device Definition Sequence", "SQ", "1"], +(0x300a, 0x064e) => ["Parallel RT Beam Delimiter Opening Mode", "CS", "1"], +(0x300a, 0x064f) => ["Parallel RT Beam Delimiter Leaf Mounting Side", "CS", "1-n"], +(0x300a, 0x0650) => ["Patient Setup UID", "UI", "1"], +(0x300a, 0x0651) => ["Wedge Definition Sequence", "SQ", "1"], +(0x300a, 0x0652) => ["Radiation Beam Wedge Angle", "FD", "1"], +(0x300a, 0x0653) => ["Radiation Beam Wedge Thin Edge Distance", "FD", "1"], +(0x300a, 0x0654) => ["Radiation Beam Effective Wedge Angle", "FD", "1"], +(0x300a, 0x0655) => ["Number of Wedge Positions", "US", "1"], +(0x300a, 0x0656) => ["RT Beam Limiting Device Opening Sequence", "SQ", "1"], +(0x300a, 0x0657) => ["Number of RT Beam Limiting Device Openings", "US", "1"], +(0x300a, 0x0658) => ["Radiation Dosimeter Unit Sequence", "SQ", "1"], +(0x300a, 0x0659) => ["RT Device Distance Reference Location Code Sequence", "SQ", "1"], +(0x300a, 0x065a) => ["Radiation Device Configuration and Commissioning Key Sequence", "SQ", "1"], +(0x300a, 0x065b) => ["Patient Support Position Parameter Sequence", "SQ", "1"], +(0x300a, 0x065c) => ["Patient Support Position Specification Method", "CS", "1"], +(0x300a, 0x065d) => ["Patient Support Position Device Parameter Sequence", "SQ", "1"], +(0x300a, 0x065e) => ["Device Order Index", "US", "1"], +(0x300a, 0x065f) => ["Patient Support Position Parameter Order Index", "US", "1"], +(0x300a, 0x0660) => ["Patient Support Position Device Tolerance Sequence", "SQ", "1"], +(0x300a, 0x0661) => ["Patient Support Position Tolerance Order Index", "US", "1"], +(0x300a, 0x0662) => ["Compensator Definition Sequence", "SQ", "1"], +(0x300a, 0x0663) => ["Compensator Map Orientation", "CS", "1"], +(0x300a, 0x0664) => ["Compensator Proximal Thickness Map", "OF", "1"], +(0x300a, 0x0665) => ["Compensator Distal Thickness Map", "OF", "1"], +(0x300a, 0x0666) => ["Compensator Base Plane Offset", "FD", "1"], +(0x300a, 0x0667) => ["Compensator Shape Fabrication Code Sequence", "SQ", "1"], +(0x300a, 0x0668) => ["Compensator Shape Sequence", "SQ", "1"], +(0x300a, 0x0669) => ["Radiation Beam Compensator Milling Tool Diameter", "FD", "1"], +(0x300a, 0x066a) => ["Block Definition Sequence", "SQ", "1"], +(0x300a, 0x066b) => ["Block Edge Data", "OF", "1"], +(0x300a, 0x066c) => ["Block Orientation", "CS", "1"], +(0x300a, 0x066d) => ["Radiation Beam Block Thickness", "FD", "1"], +(0x300a, 0x066e) => ["Radiation Beam Block Slab Thickness", "FD", "1"], +(0x300a, 0x066f) => ["Block Edge Data Sequence", "SQ", "1"], +(0x300a, 0x0670) => ["Number of RT Accessory Holders", "US", "1"], +(0x300a, 0x0671) => ["General Accessory Definition Sequence", "SQ", "1"], +(0x300a, 0x0672) => ["Number of General Accessories", "US", "1"], +(0x300a, 0x0673) => ["Bolus Definition Sequence", "SQ", "1"], +(0x300a, 0x0674) => ["Number of Boluses", "US", "1"], +(0x300a, 0x0675) => ["Equipment Frame of Reference UID", "UI", "1"], +(0x300a, 0x0676) => ["Equipment Frame of Reference Description", "ST", "1"], +(0x300a, 0x0677) => ["Equipment Reference Point Coordinates Sequence", "SQ", "1"], +(0x300a, 0x0678) => ["Equipment Reference Point Code Sequence", "SQ", "1"], +(0x300a, 0x0679) => ["RT Beam Limiting Device Angle", "FD", "1"], +(0x300a, 0x067a) => ["Source Roll Angle", "FD", "1"], +(0x300a, 0x067b) => ["Radiation Generation​Mode Sequence", "SQ", "1"], +(0x300a, 0x067c) => ["Radiation Generation​Mode Label", "SH", "1"], +(0x300a, 0x067d) => ["Radiation Generation​Mode Description", "ST", "1"], +(0x300a, 0x067e) => ["Radiation Generation​Mode Machine Code Sequence", "SQ", "1"], +(0x300a, 0x067f) => ["Radiation Type Code Sequence", "SQ", "1"], +(0x300a, 0x0680) => ["Nominal Energy", "DS", "1"], +(0x300a, 0x0681) => ["Minimum Nominal Energy", "DS", "1"], +(0x300a, 0x0682) => ["Maximum Nominal Energy", "DS", "1"], +(0x300a, 0x0683) => ["Radiation Fluence Modifier Code Sequence", "SQ", "1"], +(0x300a, 0x0684) => ["Energy Unit Code Sequence", "SQ", "1"], +(0x300a, 0x0685) => ["Number of Radiation Generation​Modes", "US", "1"], +(0x300a, 0x0686) => ["Patient Support Devices Sequence", "SQ", "1"], +(0x300a, 0x0687) => ["Number of Patient Support Devices", "US", "1"], +(0x300a, 0x0688) => ["RT Beam Modifier Definition Distance", "FD", "1"], +(0x300a, 0x0689) => ["Beam Area Limit Sequence", "SQ", "1"], +(0x300a, 0x068a) => ["Referenced RT Prescription Sequence", "SQ", "1"], +(0x300a, 0x0700) => ["Treatment Session UID", "UI", "1"], +(0x300a, 0x0701) => ["RT Radiation Usage", "CS", "1"], +(0x300a, 0x0702) => ["Referenced RT Radiation Set Sequence", "SQ", "1"], +(0x300a, 0x0703) => ["Referenced RT Radiation Record Sequence", "SQ", "1"], +(0x300a, 0x0704) => ["RT Radiation Set Delivery Number", "US", "1"], +(0x300a, 0x0705) => ["Clinical Fraction Number", "US", "1"], +(0x300a, 0x0706) => ["RT Treatment Fraction Completion Status", "CS", "1"], +(0x300a, 0x0707) => ["RT Radiation Set Usage", "CS", "1"], +(0x300a, 0x0708) => ["Treatment Delivery Continuation Flag", "CS", "1"], +(0x300a, 0x0709) => ["Treatment Record Content Origin", "CS", "1"], +(0x300a, 0x0714) => ["RT Treatment Termination Status", "CS", "1"], +(0x300a, 0x0715) => ["RT Treatment Termination Reason Code Sequence", "SQ", "1"], +(0x300a, 0x0716) => ["Machine-Specific Treatment Termination Code Sequence", "SQ", "1"], +(0x300a, 0x0722) => ["RT Radiation Salvage Record Control Point Sequence", "SQ", "1"], +(0x300a, 0x0723) => ["Starting Meterset Value Known Flag", "CS", "1"], +(0x300a, 0x0730) => ["Treatment Termination Description", "ST", "1"], +(0x300a, 0x0731) => ["Treatment Tolerance Violation Sequence", "SQ", "1"], +(0x300a, 0x0732) => ["Treatment Tolerance Violation Category", "CS", "1"], +(0x300a, 0x0733) => ["Treatment Tolerance Violation Attribute Sequence", "SQ", "1"], +(0x300a, 0x0734) => ["Treatment Tolerance Violation Description", "ST", "1"], +(0x300a, 0x0735) => ["Treatment Tolerance Violation Identification", "ST", "1"], +(0x300a, 0x0736) => ["Treatment Tolerance Violation DateTime", "DT", "1"], +(0x300a, 0x073a) => ["Recorded RT Control Point DateTime", "DT", "1"], +(0x300a, 0x073b) => ["Referenced Radiation RT Control Point Index", "US", "1"], +(0x300a, 0x073e) => ["Alternate Value Sequence", "SQ", "1"], +(0x300a, 0x073f) => ["Confirmation Sequence", "SQ", "1"], +(0x300a, 0x0740) => ["Interlock Sequence", "SQ", "1"], +(0x300a, 0x0741) => ["Interlock DateTime", "DT", "1"], +(0x300a, 0x0742) => ["Interlock Description", "ST", "1"], +(0x300a, 0x0743) => ["Interlock Originating Device Sequence", "SQ", "1"], +(0x300a, 0x0744) => ["Interlock Code Sequence", "SQ", "1"], +(0x300a, 0x0745) => ["Interlock Resolution Code Sequence", "SQ", "1"], +(0x300a, 0x0746) => ["Interlock Resolution User Sequence", "SQ", "1"], +(0x300a, 0x0760) => ["Override DateTime", "DT", "1"], +(0x300a, 0x0761) => ["Treatment Tolerance Violation Type Code Sequence", "SQ", "1"], +(0x300a, 0x0762) => ["Treatment Tolerance Violation Cause Code Sequence", "SQ", "1"], +(0x300a, 0x0772) => ["Measured Meterset to Dose Mapping Sequence", "SQ", "1"], +(0x300a, 0x0773) => ["Referenced Expected In-Vivo Measurement Value Index", "US", "1"], +(0x300a, 0x0774) => ["Dose Measurement Device Code Sequence", "SQ", "1"], +(0x300a, 0x0780) => ["Additional Parameter Recording Instance Sequence", "SQ", "1"], +(0x300a, 0x0782) => ["", "US", "1"], +(0x300a, 0x0783) => ["Interlock Origin Description", "ST", "1"], (0x300c, 0x0002) => ["Referenced RT Plan Sequence", "SQ", "1"], (0x300c, 0x0004) => ["Referenced Beam Sequence", "SQ", "1"], (0x300c, 0x0006) => ["Referenced Beam Number", "IS", "1"], @@ -1871,13 +4434,172 @@ dcm_dict = Dict( (0x300c, 0x00d0) => ["Referenced Compensator Number", "IS", "1"], (0x300c, 0x00e0) => ["Referenced Block Number", "IS", "1"], (0x300c, 0x00f0) => ["Referenced Control Point Index", "IS", "1"], +(0x300c, 0x00f2) => ["Referenced Control Point Sequence", "SQ", "1"], +(0x300c, 0x00f4) => ["Referenced Start Control Point Index", "IS", "1"], +(0x300c, 0x00f6) => ["Referenced Stop Control Point Index", "IS", "1"], +(0x300c, 0x0100) => ["Referenced Range Shifter Number", "IS", "1"], +(0x300c, 0x0102) => ["Referenced Lateral Spreading Device Number", "IS", "1"], +(0x300c, 0x0104) => ["Referenced Range Modulator Number", "IS", "1"], +(0x300c, 0x0111) => ["Omitted Beam Task Sequence", "SQ", "1"], +(0x300c, 0x0112) => ["Reason for Omission", "CS", "1"], +(0x300c, 0x0113) => ["Reason for Omission Description", "LO", "1"], (0x300e, 0x0002) => ["Approval Status", "CS", "1"], (0x300e, 0x0004) => ["Review Date", "DA", "1"], (0x300e, 0x0005) => ["Review Time", "TM", "1"], (0x300e, 0x0008) => ["Reviewer Name", "PN", "1"], +(0x3010, 0x0001) => ["Radiobiological Dose Effect Sequence", "SQ", "1"], +(0x3010, 0x0002) => ["Radiobiological Dose Effect Flag", "CS", "1"], +(0x3010, 0x0003) => ["Effective Dose Calculation Method Category Code Sequence", "SQ", "1"], +(0x3010, 0x0004) => ["Effective Dose Calculation Method Code Sequence", "SQ", "1"], +(0x3010, 0x0005) => ["Effective Dose Calculation Method Description", "LO", "1"], +(0x3010, 0x0006) => ["Conceptual Volume UID", "UI", "1"], +(0x3010, 0x0007) => ["Originating SOP Instance Reference Sequence", "SQ", "1"], +(0x3010, 0x0008) => ["Conceptual Volume Constituent Sequence", "SQ", "1"], +(0x3010, 0x0009) => ["Equivalent Conceptual Volume Instance Reference Sequence", "SQ", "1"], +(0x3010, 0x000a) => ["Equivalent Conceptual Volumes Sequence", "SQ", "1"], +(0x3010, 0x000b) => ["Referenced Conceptual Volume UID", "UI", "1"], +(0x3010, 0x000c) => ["Conceptual Volume Combination Expression", "UT", "1"], +(0x3010, 0x000d) => ["Conceptual Volume Constituent Index", "US", "1"], +(0x3010, 0x000e) => ["Conceptual Volume Combination Flag", "CS", "1"], +(0x3010, 0x000f) => ["Conceptual Volume Combination Description", "ST", "1"], +(0x3010, 0x0010) => ["Conceptual Volume Segmentation Defined Flag", "CS", "1"], +(0x3010, 0x0011) => ["Conceptual Volume Segmentation Reference Sequence", "SQ", "1"], +(0x3010, 0x0012) => ["Conceptual Volume Constituent Segmentation Reference Sequence", "SQ", "1"], +(0x3010, 0x0013) => ["Constituent Conceptual Volume UID", "UI", "1"], +(0x3010, 0x0014) => ["Derivation Conceptual Volume Sequence", "SQ", "1"], +(0x3010, 0x0015) => ["Source Conceptual Volume UID", "UI", "1"], +(0x3010, 0x0016) => ["Conceptual Volume Derivation Algorithm Sequence", "SQ", "1"], +(0x3010, 0x0017) => ["Conceptual Volume Description", "ST", "1"], +(0x3010, 0x0018) => ["Source Conceptual Volume Sequence", "SQ", "1"], +(0x3010, 0x0019) => ["Author Identification Sequence", "SQ", "1"], +(0x3010, 0x001a) => ["Manufacturer's Model Version", "LO", "1"], +(0x3010, 0x001b) => ["Device Alternate Identifier", "UC", "1"], +(0x3010, 0x001c) => ["Device Alternate Identifier Type", "CS", "1"], +(0x3010, 0x001d) => ["Device Alternate Identifier Format", "LT", "1"], +(0x3010, 0x001e) => ["Segmentation Creation Template Label", "LO", "1"], +(0x3010, 0x001f) => ["Segmentation Template UID", "UI", "1"], +(0x3010, 0x0020) => ["Referenced Segment Reference Index", "US", "1"], +(0x3010, 0x0021) => ["Segment Reference Sequence", "SQ", "1"], +(0x3010, 0x0022) => ["Segment Reference Index", "US", "1"], +(0x3010, 0x0023) => ["Direct Segment Reference Sequence", "SQ", "1"], +(0x3010, 0x0024) => ["Combination Segment Reference Sequence", "SQ", "1"], +(0x3010, 0x0025) => ["Conceptual Volume Sequence", "SQ", "1"], +(0x3010, 0x0026) => ["Segmented RT Accessory Device Sequence", "SQ", "1"], +(0x3010, 0x0027) => ["Segment Characteristics Sequence", "SQ", "1"], +(0x3010, 0x0028) => ["Related Segment Characteristics Sequence", "SQ", "1"], +(0x3010, 0x0029) => ["Segment Characteristics Precedence", "US", "1"], +(0x3010, 0x002a) => ["RT Segment Annotation Sequence", "SQ", "1"], +(0x3010, 0x002b) => ["Segment Annotation Category Code Sequence", "SQ", "1"], +(0x3010, 0x002c) => ["Segment Annotation Type Code Sequence", "SQ", "1"], +(0x3010, 0x002d) => ["Device Label", "LO", "1"], +(0x3010, 0x002e) => ["Device Type Code Sequence", "SQ", "1"], +(0x3010, 0x002f) => ["Segment Annotation Type Modifier Code Sequence", "SQ", "1"], +(0x3010, 0x0030) => ["Patient Equipment Relationship Code Sequence", "SQ", "1"], +(0x3010, 0x0031) => ["Referenced Fiducials UID", "UI", "1"], +(0x3010, 0x0032) => ["Patient Treatment Orientation Sequence", "SQ", "1"], +(0x3010, 0x0033) => ["User Content Label", "SH", "1"], +(0x3010, 0x0034) => ["User Content Long Label", "LO", "1"], +(0x3010, 0x0035) => ["Entity Label", "SH", "1"], +(0x3010, 0x0036) => ["Entity Name", "LO", "1"], +(0x3010, 0x0037) => ["Entity Description", "ST", "1"], +(0x3010, 0x0038) => ["Entity Long Label", "LO", "1"], +(0x3010, 0x0039) => ["Device Index", "US", "1"], +(0x3010, 0x003a) => ["RT Treatment Phase Index", "US", "1"], +(0x3010, 0x003b) => ["RT Treatment Phase UID", "UI", "1"], +(0x3010, 0x003c) => ["RT Prescription Index", "US", "1"], +(0x3010, 0x003d) => ["RT Segment Annotation Index", "US", "1"], +(0x3010, 0x003e) => ["Basis RT Treatment Phase Index", "US", "1"], +(0x3010, 0x003f) => ["Related RT Treatment Phase Index", "US", "1"], +(0x3010, 0x0040) => ["Referenced RT Treatment Phase Index", "US", "1"], +(0x3010, 0x0041) => ["Referenced RT Prescription Index", "US", "1"], +(0x3010, 0x0042) => ["Referenced Parent RT Prescription Index", "US", "1"], +(0x3010, 0x0043) => ["Manufacturer's Device Identifier", "ST", "1"], +(0x3010, 0x0044) => ["Instance-Level Referenced Performed Procedure Step Sequence", "SQ", "1"], +(0x3010, 0x0045) => ["RT Treatment Phase Intent Presence Flag", "CS", "1"], +(0x3010, 0x0046) => ["Radiotherapy Treatment Type", "CS", "1"], +(0x3010, 0x0047) => ["Teletherapy Radiation Type", "CS", "1-n"], +(0x3010, 0x0048) => ["Brachytherapy Source Type", "CS", "1-n"], +(0x3010, 0x0049) => ["Referenced RT Treatment Phase Sequence", "SQ", "1"], +(0x3010, 0x004a) => ["Referenced Direct Segment Instance Sequence", "SQ", "1"], +(0x3010, 0x004b) => ["Intended RT Treatment Phase Sequence", "SQ", "1"], +(0x3010, 0x004c) => ["Intended Phase Start Date", "DA", "1"], +(0x3010, 0x004d) => ["Intended Phase End Date", "DA", "1"], +(0x3010, 0x004e) => ["RT Treatment Phase Interval Sequence", "SQ", "1"], +(0x3010, 0x004f) => ["Temporal Relationship Interval Anchor", "CS", "1"], +(0x3010, 0x0050) => ["Minimum Number of Interval Days", "FD", "1"], +(0x3010, 0x0051) => ["Maximum Number of Interval Days", "FD", "1"], +(0x3010, 0x0052) => ["Pertinent SOP Classes in Study", "UI", "1-n"], +(0x3010, 0x0053) => ["Pertinent SOP Classes in Series", "UI", "1-n"], +(0x3010, 0x0054) => ["RT Prescription Label", "LO", "1"], +(0x3010, 0x0055) => ["RT Physician Intent Predecessor Sequence", "SQ", "1"], +(0x3010, 0x0056) => ["RT Treatment Approach Label", "LO", "1"], +(0x3010, 0x0057) => ["RT Physician Intent Sequence", "SQ", "1"], +(0x3010, 0x0058) => ["RT Physician Intent Index", "US", "1"], +(0x3010, 0x0059) => ["RT Treatment Intent Type", "CS", "1"], +(0x3010, 0x005a) => ["RT Physician Intent Narrative", "UT", "1"], +(0x3010, 0x005b) => ["RT Protocol Code Sequence", "SQ", "1"], +(0x3010, 0x005c) => ["Reason for Superseding", "ST", "1"], +(0x3010, 0x005d) => ["RT Diagnosis Code Sequence", "SQ", "1"], +(0x3010, 0x005e) => ["Referenced RT Physician Intent Index", "US", "1"], +(0x3010, 0x005f) => ["RT Physician Intent Input Instance Sequence", "SQ", "1"], +(0x3010, 0x0060) => ["RT Anatomic Prescription Sequence", "SQ", "1"], +(0x3010, 0x0061) => ["Prior Treatment Dose Description", "UT", "1"], +(0x3010, 0x0062) => ["Prior Treatment Reference Sequence", "SQ", "1"], +(0x3010, 0x0063) => ["Dosimetric Objective Evaluation Scope", "CS", "1"], +(0x3010, 0x0064) => ["Therapeutic Role Category Code Sequence", "SQ", "1"], +(0x3010, 0x0065) => ["Therapeutic Role Type Code Sequence", "SQ", "1"], +(0x3010, 0x0066) => ["Conceptual Volume Optimization Precedence", "US", "1"], +(0x3010, 0x0067) => ["Conceptual Volume Category Code Sequence", "SQ", "1"], +(0x3010, 0x0068) => ["Conceptual Volume Blocking Constraint", "CS", "1"], +(0x3010, 0x0069) => ["Conceptual Volume Type Code Sequence", "SQ", "1"], +(0x3010, 0x006a) => ["Conceptual Volume Type Modifier Code Sequence", "SQ", "1"], +(0x3010, 0x006b) => ["RT Prescription Sequence", "SQ", "1"], +(0x3010, 0x006c) => ["Dosimetric Objective Sequence", "SQ", "1"], +(0x3010, 0x006d) => ["Dosimetric Objective Type Code Sequence", "SQ", "1"], +(0x3010, 0x006e) => ["Dosimetric Objective UID", "UI", "1"], +(0x3010, 0x006f) => ["Referenced Dosimetric Objective UID", "UI", "1"], +(0x3010, 0x0070) => ["Dosimetric Objective Parameter Sequence", "SQ", "1"], +(0x3010, 0x0071) => ["Referenced Dosimetric Objectives Sequence", "SQ", "1"], +(0x3010, 0x0073) => ["Absolute Dosimetric Objective Flag", "CS", "1"], +(0x3010, 0x0074) => ["Dosimetric Objective Weight", "FD", "1"], +(0x3010, 0x0075) => ["Dosimetric Objective Purpose", "CS", "1"], +(0x3010, 0x0076) => ["Planning Input Information Sequence", "SQ", "1"], +(0x3010, 0x0077) => ["Treatment Site", "LO", "1"], +(0x3010, 0x0078) => ["Treatment Site Code Sequence", "SQ", "1"], +(0x3010, 0x0079) => ["Fraction Pattern Sequence", "SQ", "1"], +(0x3010, 0x007a) => ["Treatment Technique Notes", "UT", "1"], +(0x3010, 0x007b) => ["Prescription Notes", "UT", "1"], +(0x3010, 0x007c) => ["Number of Interval Fractions", "IS", "1"], +(0x3010, 0x007d) => ["Number of Fractions", "US", "1"], +(0x3010, 0x007e) => ["Intended Delivery Duration", "US", "1"], +(0x3010, 0x007f) => ["Fractionation Notes", "UT", "1"], +(0x3010, 0x0080) => ["RT Treatment Technique Code Sequence", "SQ", "1"], +(0x3010, 0x0081) => ["Prescription Notes Sequence", "SQ", "1"], +(0x3010, 0x0082) => ["Fraction-Based Relationship Sequence", "SQ", "1"], +(0x3010, 0x0083) => ["Fraction-Based Relationship Interval Anchor", "CS", "1"], +(0x3010, 0x0084) => ["Minimum Hours between Fractions", "FD", "1"], +(0x3010, 0x0085) => ["Intended Fraction Start Time", "TM", "1-n"], +(0x3010, 0x0086) => ["Intended Start Day of Week", "LT", "1"], +(0x3010, 0x0087) => ["Weekday Fraction Pattern Sequence", "SQ", "1"], +(0x3010, 0x0088) => ["Delivery Time Structure Code Sequence", "SQ", "1"], +(0x3010, 0x0089) => ["Treatment Site Modifier Code Sequence", "SQ", "1"], +(0x3010, 0x0090) => ["Robotic Base Location Indicator", "CS", "1"], +(0x3010, 0x0091) => ["Robotic Path Node Set Code Sequence", "SQ", "1"], +(0x3010, 0x0092) => ["Robotic Node Identifier", "UL", "1"], +(0x3010, 0x0093) => ["RT Treatment Source Coordinates", "FD", "3"], +(0x3010, 0x0094) => ["Radiation Source Coordinate SystemYaw Angle", "FD", "1"], +(0x3010, 0x0095) => ["Radiation Source Coordinate SystemRoll Angle", "FD", "1"], +(0x3010, 0x0096) => ["Radiation Source Coordinate System Pitch Angle", "FD", "1"], +(0x3010, 0x0097) => ["Robotic Path Control Point Sequence", "SQ", "1"], +(0x3010, 0x0098) => ["Tomotherapeutic Control Point Sequence", "SQ", "1"], +(0x3010, 0x0099) => ["Tomotherapeutic Leaf Open Durations", "FD", "1-n"], +(0x3010, 0x009a) => ["Tomotherapeutic Leaf Initial Closed Durations", "FD", "1-n"], +(0x4000, 0x0010) => ["Arbitrary", "LT", "1"], +(0x4000, 0x4000) => ["Text Comments", "LT", "1"], (0x4008, 0x0040) => ["Results ID", "SH", "1"], (0x4008, 0x0042) => ["Results ID Issuer", "LO", "1"], (0x4008, 0x0050) => ["Referenced Interpretation Sequence", "SQ", "1"], +(0x4008, 0x00ff) => ["Report Production Status (Trial)", "CS", "1"], (0x4008, 0x0100) => ["Interpretation Recorded Date", "DA", "1"], (0x4008, 0x0101) => ["Interpretation Recorded Time", "TM", "1"], (0x4008, 0x0102) => ["Interpretation Recorder", "PN", "1"], @@ -1902,66 +4624,115 @@ dcm_dict = Dict( (0x4008, 0x0212) => ["Interpretation Status ID", "CS", "1"], (0x4008, 0x0300) => ["Impressions", "ST", "1"], (0x4008, 0x4000) => ["Results Comments", "ST", "1"], +(0x4010, 0x0001) => ["Low Energy Detectors", "CS", "1"], +(0x4010, 0x0002) => ["High Energy Detectors", "CS", "1"], +(0x4010, 0x0004) => ["Detector Geometry Sequence", "SQ", "1"], +(0x4010, 0x1001) => ["Threat ROI Voxel Sequence", "SQ", "1"], +(0x4010, 0x1004) => ["Threat ROI Base", "FL", "3"], +(0x4010, 0x1005) => ["Threat ROI Extents", "FL", "3"], +(0x4010, 0x1006) => ["Threat ROI Bitmap", "OB", "1"], +(0x4010, 0x1007) => ["Route Segment ID", "SH", "1"], +(0x4010, 0x1008) => ["Gantry Type", "CS", "1"], +(0x4010, 0x1009) => ["OOI Owner Type", "CS", "1"], +(0x4010, 0x100a) => ["Route Segment Sequence", "SQ", "1"], +(0x4010, 0x1010) => ["Potential Threat Object ID", "US", "1"], +(0x4010, 0x1011) => ["Threat Sequence", "SQ", "1"], +(0x4010, 0x1012) => ["Threat Category", "CS", "1"], +(0x4010, 0x1013) => ["Threat Category Description", "LT", "1"], +(0x4010, 0x1014) => ["ATD Ability Assessment", "CS", "1"], +(0x4010, 0x1015) => ["ATD Assessment Flag", "CS", "1"], +(0x4010, 0x1016) => ["ATD Assessment Probability", "FL", "1"], +(0x4010, 0x1017) => ["Mass", "FL", "1"], +(0x4010, 0x1018) => ["Density", "FL", "1"], +(0x4010, 0x1019) => ["Z Effective", "FL", "1"], +(0x4010, 0x101a) => ["Boarding Pass ID", "SH", "1"], +(0x4010, 0x101b) => ["Center of Mass", "FL", "3"], +(0x4010, 0x101c) => ["Center of PTO", "FL", "3"], +(0x4010, 0x101d) => ["Bounding Polygon", "FL", "6-n"], +(0x4010, 0x101e) => ["Route Segment Start Location ID", "SH", "1"], +(0x4010, 0x101f) => ["Route Segment End Location ID", "SH", "1"], +(0x4010, 0x1020) => ["Route Segment Location ID Type", "CS", "1"], +(0x4010, 0x1021) => ["Abort Reason", "CS", "1-n"], +(0x4010, 0x1023) => ["Volume of PTO", "FL", "1"], +(0x4010, 0x1024) => ["Abort Flag", "CS", "1"], +(0x4010, 0x1025) => ["Route Segment Start Time", "DT", "1"], +(0x4010, 0x1026) => ["Route Segment End Time", "DT", "1"], +(0x4010, 0x1027) => ["TDR Type", "CS", "1"], +(0x4010, 0x1028) => ["International Route Segment", "CS", "1"], +(0x4010, 0x1029) => ["Threat Detection Algorithm and Version", "LO", "1-n"], +(0x4010, 0x102a) => ["Assigned Location", "SH", "1"], +(0x4010, 0x102b) => ["Alarm Decision Time", "DT", "1"], +(0x4010, 0x1031) => ["Alarm Decision", "CS", "1"], +(0x4010, 0x1033) => ["Number of Total Objects", "US", "1"], +(0x4010, 0x1034) => ["Number of Alarm Objects", "US", "1"], +(0x4010, 0x1037) => ["PTO Representation Sequence", "SQ", "1"], +(0x4010, 0x1038) => ["ATD Assessment Sequence", "SQ", "1"], +(0x4010, 0x1039) => ["TIP Type", "CS", "1"], +(0x4010, 0x103a) => ["DICOS Version", "CS", "1"], +(0x4010, 0x1041) => ["OOI Owner Creation Time", "DT", "1"], +(0x4010, 0x1042) => ["OOI Type", "CS", "1"], +(0x4010, 0x1043) => ["OOI Size", "FL", "3"], +(0x4010, 0x1044) => ["Acquisition Status", "CS", "1"], +(0x4010, 0x1045) => ["Basis Materials Code Sequence", "SQ", "1"], +(0x4010, 0x1046) => ["Phantom Type", "CS", "1"], +(0x4010, 0x1047) => ["OOI Owner Sequence", "SQ", "1"], +(0x4010, 0x1048) => ["Scan Type", "CS", "1"], +(0x4010, 0x1051) => ["Itinerary ID", "LO", "1"], +(0x4010, 0x1052) => ["Itinerary ID Type", "SH", "1"], +(0x4010, 0x1053) => ["Itinerary ID Assigning Authority", "LO", "1"], +(0x4010, 0x1054) => ["Route ID", "SH", "1"], +(0x4010, 0x1055) => ["Route ID Assigning Authority", "SH", "1"], +(0x4010, 0x1056) => ["Inbound Arrival Type", "CS", "1"], +(0x4010, 0x1058) => ["Carrier ID", "SH", "1"], +(0x4010, 0x1059) => ["Carrier ID Assigning Authority", "CS", "1"], +(0x4010, 0x1060) => ["Source Orientation", "FL", "3"], +(0x4010, 0x1061) => ["Source Position", "FL", "3"], +(0x4010, 0x1062) => ["Belt Height", "FL", "1"], +(0x4010, 0x1064) => ["Algorithm Routing Code Sequence", "SQ", "1"], +(0x4010, 0x1067) => ["Transport Classification", "CS", "1"], +(0x4010, 0x1068) => ["OOI Type Descriptor", "LT", "1"], +(0x4010, 0x1069) => ["Total Processing Time", "FL", "1"], +(0x4010, 0x106c) => ["Detector Calibration Data", "OB", "1"], +(0x4010, 0x106d) => ["Additional Screening Performed", "CS", "1"], +(0x4010, 0x106e) => ["Additional Inspection Selection Criteria", "CS", "1"], +(0x4010, 0x106f) => ["Additional Inspection Method Sequence", "SQ", "1"], +(0x4010, 0x1070) => ["AIT Device Type", "CS", "1"], +(0x4010, 0x1071) => ["QR Measurements Sequence", "SQ", "1"], +(0x4010, 0x1072) => ["Target Material Sequence", "SQ", "1"], +(0x4010, 0x1073) => ["SNR Threshold", "FD", "1"], +(0x4010, 0x1075) => ["Image Scale Representation", "DS", "1"], +(0x4010, 0x1076) => ["Referenced PTO Sequence", "SQ", "1"], +(0x4010, 0x1077) => ["Referenced TDR Instance Sequence", "SQ", "1"], +(0x4010, 0x1078) => ["PTO Location Description", "ST", "1"], +(0x4010, 0x1079) => ["Anomaly Locator Indicator Sequence", "SQ", "1"], +(0x4010, 0x107a) => ["Anomaly Locator Indicator", "FL", "3"], +(0x4010, 0x107b) => ["PTO Region Sequence", "SQ", "1"], +(0x4010, 0x107c) => ["Inspection Selection Criteria", "CS", "1"], +(0x4010, 0x107d) => ["Secondary Inspection Method Sequence", "SQ", "1"], +(0x4010, 0x107e) => ["PRCS to RCS Orientation", "DS", "6"], (0x4ffe, 0x0001) => ["MAC Parameters Sequence", "SQ", "1"], -(0x5000, 0x0005) => ["Curve Dimensions", "US", "1"], -(0x5000, 0x0010) => ["Number of Points", "US", "1"], -(0x5000, 0x0020) => ["Type of Data", "CS", "1"], -(0x5000, 0x0022) => ["Curve Description", "LO", "1"], -(0x5000, 0x0030) => ["Axis Units", "SH", "1-n"], -(0x5000, 0x0040) => ["Axis Labels", "SH", "1-n"], -(0x5000, 0x0103) => ["Data Value Representation", "US", "1"], -(0x5000, 0x0104) => ["Minimum Coordinate Value", "US", "1-n"], -(0x5000, 0x0105) => ["Maximum Coordinate Value", "US", "1-n"], -(0x5000, 0x0106) => ["Curve Range", "SH", "1-n"], -(0x5000, 0x0110) => ["Curve Data Descriptor", "US", "1-n"], -(0x5000, 0x0112) => ["Coordinate Start Value", "US", "1-n"], -(0x5000, 0x0114) => ["Coordinate Step Value", "US", "1-n"], -(0x5000, 0x1001) => ["Curve Activation Layer", "CS", "1"], -(0x5000, 0x2000) => ["Audio Type", "US", "1"], -(0x5000, 0x2002) => ["Audio Sample Format", "US", "1"], -(0x5000, 0x2004) => ["Number of Channels", "US", "1"], -(0x5000, 0x2006) => ["Number of Samples", "UL", "1"], -(0x5000, 0x2008) => ["Sample Rate", "UL", "1"], -(0x5000, 0x200a) => ["Total Time", "UL", "1"], -(0x5000, 0x200c) => ["Audio Sample Data", "OW", "1"], -(0x5000, 0x200e) => ["Audio Comments", "LT", "1"], -(0x5000, 0x2500) => ["Curve Label", "LO", "1"], -(0x5000, 0x2600) => ["Referenced Overlay Sequence", "SQ", "1"], -(0x5000, 0x2610) => ["Referenced Overlay Group", "US", "1"], -(0x5000, 0x3000) => ["Curve Data", "OW", "1"], (0x5200, 0x9229) => ["Shared Functional Groups Sequence", "SQ", "1"], (0x5200, 0x9230) => ["Per-frame Functional Groups Sequence", "SQ", "1"], (0x5400, 0x0100) => ["Waveform Sequence", "SQ", "1"], -(0x5400, 0x0110) => ["Channel Minimum Value", "OB", "1"], -(0x5400, 0x0112) => ["Channel Maximum Value", "OB", "1"], +(0x5400, 0x0110) => ["Channel Minimum Value", "OB or OW", "1"], +(0x5400, 0x0112) => ["Channel Maximum Value", "OB or OW", "1"], (0x5400, 0x1004) => ["Waveform Bits Allocated", "US", "1"], (0x5400, 0x1006) => ["Waveform Sample Interpretation", "CS", "1"], -(0x5400, 0x100a) => ["Waveform Padding Value", "OB", "1"], -(0x5400, 0x1010) => ["Waveform Data", "OB", "1"], +(0x5400, 0x100a) => ["Waveform Padding Value", "OB or OW", "1"], +(0x5400, 0x1010) => ["Waveform Data", "OB or OW", "1"], (0x5600, 0x0010) => ["First Order Phase Correction Angle", "OF", "1"], (0x5600, 0x0020) => ["Spectroscopy Data", "OF", "1"], -(0x6000, 0x0010) => ["Overlay Rows", "US", "1"], -(0x6000, 0x0011) => ["Overlay Columns", "US", "1"], -(0x6000, 0x0012) => ["Overlay Planes", "US", "1"], -(0x6000, 0x0015) => ["Number of Frames in Overlay", "IS", "1"], -(0x6000, 0x0022) => ["Overlay Description", "LO", "1"], -(0x6000, 0x0040) => ["Overlay Type", "CS", "1"], -(0x6000, 0x0045) => ["Overlay Subtype", "LO", "1"], -(0x6000, 0x0050) => ["Overlay Origin", "SS", "2"], -(0x6000, 0x0051) => ["Image Frame Origin", "US", "1"], -(0x6000, 0x0052) => ["Overlay Plane Origin", "US", "1"], -(0x6000, 0x0100) => ["Overlay Bits Allocated", "US", "1"], -(0x6000, 0x0102) => ["Overlay Bit Position", "US", "1"], -(0x6000, 0x1001) => ["Overlay Activation Layer", "CS", "1"], -(0x6000, 0x1301) => ["ROI Area", "IS", "1"], -(0x6000, 0x1302) => ["ROI Mean", "DS", "1"], -(0x6000, 0x1303) => ["ROI Standard Deviation", "DS", "1"], -(0x6000, 0x1500) => ["Overlay Label", "LO", "1"], -(0x6000, 0x3000) => ["Overlay Data", "OB", "1"], -(0x7fe0, 0x0010) => ["Pixel Data", "OW", "1"], +(0x7fe0, 0x0001) => ["Extended Offset Table", "OV", "1"], +(0x7fe0, 0x0002) => ["Extended Offset Table Lengths", "OV", "1"], +(0x7fe0, 0x0008) => ["Float Pixel Data", "OF", "1"], +(0x7fe0, 0x0009) => ["Double Float Pixel Data", "OD", "1"], +(0x7fe0, 0x0010) => ["Pixel Data", "OB or OW", "1"], +(0x7fe0, 0x0020) => ["Coefficients SDVN", "OW", "1"], +(0x7fe0, 0x0030) => ["Coefficients SDHN", "OW", "1"], +(0x7fe0, 0x0040) => ["Coefficients SDDN", "OW", "1"], (0xfffa, 0xfffa) => ["Digital Signatures Sequence", "SQ", "1"], (0xfffc, 0xfffc) => ["Data Set Trailing Padding", "OB", "1"], -(0xfffe, 0xe000) => ["Item", "UL", "1"], -(0xfffe, 0xe00d) => ["Item Delimitation Item", "XX", "1"], -(0xfffe, 0xe0dd) => ["Sequence Delimitation Item", "XX", "1"], +(0xfffe, 0xe000) => ["Item", "See Note", "1"], +(0xfffe, 0xe00d) => ["Item Delimitation Item", "See Note", "1"], +(0xfffe, 0xe0dd) => ["Sequence Delimitation Item", "See Note", "1"], ) From c06384880d3907bace88b8a7536dfd90c855f338 Mon Sep 17 00:00:00 2001 From: Zaki A Date: Sat, 1 Aug 2020 13:21:50 -0400 Subject: [PATCH 2/3] Update tests---previously missing tags are now in dcm_dict --- test/runtests.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 5dee593..13b3cf2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -140,9 +140,9 @@ end ) dcmCTa = dcm_parse(fileCT, preamble = false, aux_vr = dVR_CTa) # 2b. Read with a master VR which skips elements - # Here we skip any element where lookup_vr() fails - # And we also force (0x0018,0x1170) to be read as float instead of integer - dVR_CTb = Dict((0x0000, 0x0000) => "", (0x0018, 0x1170) => "DS") + # Here we skip the element (0x0028, 0x0040) + # and we also force (0x0018,0x1170) to be read as float instead of integer + dVR_CTb = Dict((0x0028, 0x0040) => "", (0x0018, 0x1170) => "DS") dcmCTb = dcm_parse(fileCT, preamble = false, aux_vr = dVR_CTb) @test dcmCTa[(0x0008, 0x0060)] == "CT" @test dcmCTb[(0x0008, 0x0060)] == "CT" From b9da4451b4f4e016582072e36241fe9bfc6a3d39 Mon Sep 17 00:00:00 2001 From: Zaki A Date: Sat, 1 Aug 2020 13:24:33 -0400 Subject: [PATCH 3/3] Drop Julia 1.3 from tests --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 802dde6..0f4d25f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ os: - windows julia: - 1.0 - - 1.3 - nightly matrix: allow_failures: