From 0e4353cdd8023195988a9e0e19794fe9ca03e249 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 23:20:12 +0000 Subject: [PATCH] fix: address go vet findings This commit fixes a number of `go vet` findings related to the use of unkeyed struct literals. It also corrects a typo in a comment. --- pkg/personname/groupInfo.go | 6 +- pkg/personname/info.go | 2 +- pkg/tag/tag_definitions.go | 10224 +++++++++++++++++----------------- read_test.go | 4 +- write_test.go | 10 +- 5 files changed, 5123 insertions(+), 5123 deletions(-) diff --git a/pkg/personname/groupInfo.go b/pkg/personname/groupInfo.go index 5d02595c..7c7fa77c 100644 --- a/pkg/personname/groupInfo.go +++ b/pkg/personname/groupInfo.go @@ -70,9 +70,9 @@ func validateGroupNullSepLevel(level GroupTrailingNullLevel) error { // GroupInfo holds the parsed information for any one of these groups the person name // groups specified in the DICOM spec: // -// - Alphabetic -// - Ideographic -// - Phonetic +// - Alphabetic +// - Ideographic +// - Phonetic type GroupInfo struct { // FamilyName is the person's family or last name. FamilyName string diff --git a/pkg/personname/info.go b/pkg/personname/info.go index 4233a0ba..9a6e6b2c 100644 --- a/pkg/personname/info.go +++ b/pkg/personname/info.go @@ -226,7 +226,7 @@ func (info Info) MustDCM() string { } // IsEmpty returns whether the PN value contains any actual information. This method -// ignores separator, so both '' and '^^^^=^^^^=^^^^' would return true. +// ignores separator, so both "" and '^^^^=^^^^=^^^^' would return true. func (info Info) IsEmpty() bool { return info.Alphabetic.IsEmpty() && info.Ideographic.IsEmpty() && diff --git a/pkg/tag/tag_definitions.go b/pkg/tag/tag_definitions.go index 66da24b4..eb3c42f4 100644 --- a/pkg/tag/tag_definitions.go +++ b/pkg/tag/tag_definitions.go @@ -1,20 +1,20 @@ // AUTO-GENERATED from generate_tag_definitions.py. DO NOT EDIT. -// This file's contents are derived from the innolitics json representation of the dicom standard. +// This file's contents are derived from the innolitics json representation of the dicom standard. // The innolitics source is licensed as follows: // https://github.com/innolitics/dicom-standard/blob/8670abdd9ad16c61af5146ef857899699bdd9c5f/LICENSE.txt -// +// // Copyright (c) 2017 Innolitics, LLC. -// +// // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in // the Software without restriction, including without limitation the rights to // use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies // of the Software, and to permit persons to whom the Software is furnished to do // so, subject to the following conditions: -// +// // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. -// +// // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -5149,5127 +5149,5127 @@ var NumberOfReferences = Tag{0x0004, 0x1600} var CurrentFrameFunctionalGroupsSequence = Tag{0x0006, 0x0001} var tagDict = map[Tag]Info{ - LengthToEnd: Info{LengthToEnd, []string{"UL"}, "Length to End", "LengthToEnd", "1", true}, - SpecificCharacterSet: Info{SpecificCharacterSet, []string{"CS"}, "Specific Character Set", "SpecificCharacterSet", "1-n", false}, - LanguageCodeSequence: Info{LanguageCodeSequence, []string{"SQ"}, "Language Code Sequence", "LanguageCodeSequence", "1", false}, - ImageType: Info{ImageType, []string{"CS"}, "Image Type", "ImageType", "2-n", false}, - RecognitionCode: Info{RecognitionCode, []string{"SH"}, "Recognition Code", "RecognitionCode", "1", true}, - InstanceCreationDate: Info{InstanceCreationDate, []string{"DA"}, "Instance Creation Date", "InstanceCreationDate", "1", false}, - InstanceCreationTime: Info{InstanceCreationTime, []string{"TM"}, "Instance Creation Time", "InstanceCreationTime", "1", false}, - InstanceCreatorUID: Info{InstanceCreatorUID, []string{"UI"}, "Instance Creator UID", "InstanceCreatorUID", "1", false}, - InstanceCoercionDateTime: Info{InstanceCoercionDateTime, []string{"DT"}, "Instance Coercion DateTime", "InstanceCoercionDateTime", "1", false}, - SOPClassUID: Info{SOPClassUID, []string{"UI"}, "SOP Class UID", "SOPClassUID", "1", false}, - AcquisitionUID: Info{AcquisitionUID, []string{"UI"}, "Acquisition UID", "AcquisitionUID", "1", false}, - SOPInstanceUID: Info{SOPInstanceUID, []string{"UI"}, "SOP Instance UID", "SOPInstanceUID", "1", false}, - PyramidUID: Info{PyramidUID, []string{"UI"}, "Pyramid UID", "PyramidUID", "1", false}, - RelatedGeneralSOPClassUID: Info{RelatedGeneralSOPClassUID, []string{"UI"}, "Related General SOP Class UID", "RelatedGeneralSOPClassUID", "1-n", false}, - OriginalSpecializedSOPClassUID: Info{OriginalSpecializedSOPClassUID, []string{"UI"}, "Original Specialized SOP Class UID", "OriginalSpecializedSOPClassUID", "1", false}, - SyntheticData: Info{SyntheticData, []string{"CS"}, "Synthetic Data", "SyntheticData", "1", false}, - StudyDate: Info{StudyDate, []string{"DA"}, "Study Date", "StudyDate", "1", false}, - SeriesDate: Info{SeriesDate, []string{"DA"}, "Series Date", "SeriesDate", "1", false}, - AcquisitionDate: Info{AcquisitionDate, []string{"DA"}, "Acquisition Date", "AcquisitionDate", "1", false}, - ContentDate: Info{ContentDate, []string{"DA"}, "Content Date", "ContentDate", "1", false}, - OverlayDate: Info{OverlayDate, []string{"DA"}, "Overlay Date", "OverlayDate", "1", true}, - CurveDate: Info{CurveDate, []string{"DA"}, "Curve Date", "CurveDate", "1", true}, - AcquisitionDateTime: Info{AcquisitionDateTime, []string{"DT"}, "Acquisition DateTime", "AcquisitionDateTime", "1", false}, - StudyTime: Info{StudyTime, []string{"TM"}, "Study Time", "StudyTime", "1", false}, - SeriesTime: Info{SeriesTime, []string{"TM"}, "Series Time", "SeriesTime", "1", false}, - AcquisitionTime: Info{AcquisitionTime, []string{"TM"}, "Acquisition Time", "AcquisitionTime", "1", false}, - ContentTime: Info{ContentTime, []string{"TM"}, "Content Time", "ContentTime", "1", false}, - OverlayTime: Info{OverlayTime, []string{"TM"}, "Overlay Time", "OverlayTime", "1", true}, - CurveTime: Info{CurveTime, []string{"TM"}, "Curve Time", "CurveTime", "1", true}, - DataSetType: Info{DataSetType, []string{"US"}, "Data Set Type", "DataSetType", "1", true}, - DataSetSubtype: Info{DataSetSubtype, []string{"LO"}, "Data Set Subtype", "DataSetSubtype", "1", true}, - NuclearMedicineSeriesType: Info{NuclearMedicineSeriesType, []string{"CS"}, "Nuclear Medicine Series Type", "NuclearMedicineSeriesType", "1", true}, - AccessionNumber: Info{AccessionNumber, []string{"SH"}, "Accession Number", "AccessionNumber", "1", false}, - IssuerOfAccessionNumberSequence: Info{IssuerOfAccessionNumberSequence, []string{"SQ"}, "Issuer of Accession Number Sequence", "IssuerOfAccessionNumberSequence", "1", false}, - QueryRetrieveLevel: Info{QueryRetrieveLevel, []string{"CS"}, "Query/Retrieve Level", "QueryRetrieveLevel", "1", false}, - QueryRetrieveView: Info{QueryRetrieveView, []string{"CS"}, "Query/Retrieve View", "QueryRetrieveView", "1", false}, - RetrieveAETitle: Info{RetrieveAETitle, []string{"AE"}, "Retrieve AE Title", "RetrieveAETitle", "1-n", false}, - StationAETitle: Info{StationAETitle, []string{"AE"}, "Station AE Title", "StationAETitle", "1", false}, - InstanceAvailability: Info{InstanceAvailability, []string{"CS"}, "Instance Availability", "InstanceAvailability", "1", false}, - FailedSOPInstanceUIDList: Info{FailedSOPInstanceUIDList, []string{"UI"}, "Failed SOP Instance UID List", "FailedSOPInstanceUIDList", "1-n", false}, - Modality: Info{Modality, []string{"CS"}, "Modality", "Modality", "1", false}, - ModalitiesInStudy: Info{ModalitiesInStudy, []string{"CS"}, "Modalities in Study", "ModalitiesInStudy", "1-n", false}, - SOPClassesInStudy: Info{SOPClassesInStudy, []string{"UI"}, "SOP Classes in Study", "SOPClassesInStudy", "1-n", false}, - AnatomicRegionsInStudyCodeSequence: Info{AnatomicRegionsInStudyCodeSequence, []string{"SQ"}, "Anatomic Regions in Study Code Sequence", "AnatomicRegionsInStudyCodeSequence", "1", false}, - ConversionType: Info{ConversionType, []string{"CS"}, "Conversion Type", "ConversionType", "1", false}, - PresentationIntentType: Info{PresentationIntentType, []string{"CS"}, "Presentation Intent Type", "PresentationIntentType", "1", false}, - Manufacturer: Info{Manufacturer, []string{"LO"}, "Manufacturer", "Manufacturer", "1", false}, - InstitutionName: Info{InstitutionName, []string{"LO"}, "Institution Name", "InstitutionName", "1", false}, - InstitutionAddress: Info{InstitutionAddress, []string{"ST"}, "Institution Address", "InstitutionAddress", "1", false}, - InstitutionCodeSequence: Info{InstitutionCodeSequence, []string{"SQ"}, "Institution Code Sequence", "InstitutionCodeSequence", "1", false}, - ReferringPhysicianName: Info{ReferringPhysicianName, []string{"PN"}, "Referring Physician's Name", "ReferringPhysicianName", "1", false}, - ReferringPhysicianAddress: Info{ReferringPhysicianAddress, []string{"ST"}, "Referring Physician's Address", "ReferringPhysicianAddress", "1", false}, - ReferringPhysicianTelephoneNumbers: Info{ReferringPhysicianTelephoneNumbers, []string{"SH"}, "Referring Physician's Telephone Numbers", "ReferringPhysicianTelephoneNumbers", "1-n", false}, + LengthToEnd: Info{LengthToEnd, []string{"UL"}, "Length to End", "LengthToEnd", "1", true}, + SpecificCharacterSet: Info{SpecificCharacterSet, []string{"CS"}, "Specific Character Set", "SpecificCharacterSet", "1-n", false}, + LanguageCodeSequence: Info{LanguageCodeSequence, []string{"SQ"}, "Language Code Sequence", "LanguageCodeSequence", "1", false}, + ImageType: Info{ImageType, []string{"CS"}, "Image Type", "ImageType", "2-n", false}, + RecognitionCode: Info{RecognitionCode, []string{"SH"}, "Recognition Code", "RecognitionCode", "1", true}, + InstanceCreationDate: Info{InstanceCreationDate, []string{"DA"}, "Instance Creation Date", "InstanceCreationDate", "1", false}, + InstanceCreationTime: Info{InstanceCreationTime, []string{"TM"}, "Instance Creation Time", "InstanceCreationTime", "1", false}, + InstanceCreatorUID: Info{InstanceCreatorUID, []string{"UI"}, "Instance Creator UID", "InstanceCreatorUID", "1", false}, + InstanceCoercionDateTime: Info{InstanceCoercionDateTime, []string{"DT"}, "Instance Coercion DateTime", "InstanceCoercionDateTime", "1", false}, + SOPClassUID: Info{SOPClassUID, []string{"UI"}, "SOP Class UID", "SOPClassUID", "1", false}, + AcquisitionUID: Info{AcquisitionUID, []string{"UI"}, "Acquisition UID", "AcquisitionUID", "1", false}, + SOPInstanceUID: Info{SOPInstanceUID, []string{"UI"}, "SOP Instance UID", "SOPInstanceUID", "1", false}, + PyramidUID: Info{PyramidUID, []string{"UI"}, "Pyramid UID", "PyramidUID", "1", false}, + RelatedGeneralSOPClassUID: Info{RelatedGeneralSOPClassUID, []string{"UI"}, "Related General SOP Class UID", "RelatedGeneralSOPClassUID", "1-n", false}, + OriginalSpecializedSOPClassUID: Info{OriginalSpecializedSOPClassUID, []string{"UI"}, "Original Specialized SOP Class UID", "OriginalSpecializedSOPClassUID", "1", false}, + SyntheticData: Info{SyntheticData, []string{"CS"}, "Synthetic Data", "SyntheticData", "1", false}, + StudyDate: Info{StudyDate, []string{"DA"}, "Study Date", "StudyDate", "1", false}, + SeriesDate: Info{SeriesDate, []string{"DA"}, "Series Date", "SeriesDate", "1", false}, + AcquisitionDate: Info{AcquisitionDate, []string{"DA"}, "Acquisition Date", "AcquisitionDate", "1", false}, + ContentDate: Info{ContentDate, []string{"DA"}, "Content Date", "ContentDate", "1", false}, + OverlayDate: Info{OverlayDate, []string{"DA"}, "Overlay Date", "OverlayDate", "1", true}, + CurveDate: Info{CurveDate, []string{"DA"}, "Curve Date", "CurveDate", "1", true}, + AcquisitionDateTime: Info{AcquisitionDateTime, []string{"DT"}, "Acquisition DateTime", "AcquisitionDateTime", "1", false}, + StudyTime: Info{StudyTime, []string{"TM"}, "Study Time", "StudyTime", "1", false}, + SeriesTime: Info{SeriesTime, []string{"TM"}, "Series Time", "SeriesTime", "1", false}, + AcquisitionTime: Info{AcquisitionTime, []string{"TM"}, "Acquisition Time", "AcquisitionTime", "1", false}, + ContentTime: Info{ContentTime, []string{"TM"}, "Content Time", "ContentTime", "1", false}, + OverlayTime: Info{OverlayTime, []string{"TM"}, "Overlay Time", "OverlayTime", "1", true}, + CurveTime: Info{CurveTime, []string{"TM"}, "Curve Time", "CurveTime", "1", true}, + DataSetType: Info{DataSetType, []string{"US"}, "Data Set Type", "DataSetType", "1", true}, + DataSetSubtype: Info{DataSetSubtype, []string{"LO"}, "Data Set Subtype", "DataSetSubtype", "1", true}, + NuclearMedicineSeriesType: Info{NuclearMedicineSeriesType, []string{"CS"}, "Nuclear Medicine Series Type", "NuclearMedicineSeriesType", "1", true}, + AccessionNumber: Info{AccessionNumber, []string{"SH"}, "Accession Number", "AccessionNumber", "1", false}, + IssuerOfAccessionNumberSequence: Info{IssuerOfAccessionNumberSequence, []string{"SQ"}, "Issuer of Accession Number Sequence", "IssuerOfAccessionNumberSequence", "1", false}, + QueryRetrieveLevel: Info{QueryRetrieveLevel, []string{"CS"}, "Query/Retrieve Level", "QueryRetrieveLevel", "1", false}, + QueryRetrieveView: Info{QueryRetrieveView, []string{"CS"}, "Query/Retrieve View", "QueryRetrieveView", "1", false}, + RetrieveAETitle: Info{RetrieveAETitle, []string{"AE"}, "Retrieve AE Title", "RetrieveAETitle", "1-n", false}, + StationAETitle: Info{StationAETitle, []string{"AE"}, "Station AE Title", "StationAETitle", "1", false}, + InstanceAvailability: Info{InstanceAvailability, []string{"CS"}, "Instance Availability", "InstanceAvailability", "1", false}, + FailedSOPInstanceUIDList: Info{FailedSOPInstanceUIDList, []string{"UI"}, "Failed SOP Instance UID List", "FailedSOPInstanceUIDList", "1-n", false}, + Modality: Info{Modality, []string{"CS"}, "Modality", "Modality", "1", false}, + ModalitiesInStudy: Info{ModalitiesInStudy, []string{"CS"}, "Modalities in Study", "ModalitiesInStudy", "1-n", false}, + SOPClassesInStudy: Info{SOPClassesInStudy, []string{"UI"}, "SOP Classes in Study", "SOPClassesInStudy", "1-n", false}, + AnatomicRegionsInStudyCodeSequence: Info{AnatomicRegionsInStudyCodeSequence, []string{"SQ"}, "Anatomic Regions in Study Code Sequence", "AnatomicRegionsInStudyCodeSequence", "1", false}, + ConversionType: Info{ConversionType, []string{"CS"}, "Conversion Type", "ConversionType", "1", false}, + PresentationIntentType: Info{PresentationIntentType, []string{"CS"}, "Presentation Intent Type", "PresentationIntentType", "1", false}, + Manufacturer: Info{Manufacturer, []string{"LO"}, "Manufacturer", "Manufacturer", "1", false}, + InstitutionName: Info{InstitutionName, []string{"LO"}, "Institution Name", "InstitutionName", "1", false}, + InstitutionAddress: Info{InstitutionAddress, []string{"ST"}, "Institution Address", "InstitutionAddress", "1", false}, + InstitutionCodeSequence: Info{InstitutionCodeSequence, []string{"SQ"}, "Institution Code Sequence", "InstitutionCodeSequence", "1", false}, + ReferringPhysicianName: Info{ReferringPhysicianName, []string{"PN"}, "Referring Physician's Name", "ReferringPhysicianName", "1", false}, + ReferringPhysicianAddress: Info{ReferringPhysicianAddress, []string{"ST"}, "Referring Physician's Address", "ReferringPhysicianAddress", "1", false}, + ReferringPhysicianTelephoneNumbers: Info{ReferringPhysicianTelephoneNumbers, []string{"SH"}, "Referring Physician's Telephone Numbers", "ReferringPhysicianTelephoneNumbers", "1-n", false}, ReferringPhysicianIdentificationSequence: Info{ReferringPhysicianIdentificationSequence, []string{"SQ"}, "Referring Physician Identification Sequence", "ReferringPhysicianIdentificationSequence", "1", false}, - ConsultingPhysicianName: Info{ConsultingPhysicianName, []string{"PN"}, "Consulting Physician's Name", "ConsultingPhysicianName", "1-n", false}, + ConsultingPhysicianName: Info{ConsultingPhysicianName, []string{"PN"}, "Consulting Physician's Name", "ConsultingPhysicianName", "1-n", false}, ConsultingPhysicianIdentificationSequence: Info{ConsultingPhysicianIdentificationSequence, []string{"SQ"}, "Consulting Physician Identification Sequence", "ConsultingPhysicianIdentificationSequence", "1", false}, - CodeValue: Info{CodeValue, []string{"SH"}, "Code Value", "CodeValue", "1", false}, - ExtendedCodeValue: Info{ExtendedCodeValue, []string{"LO"}, "Extended Code Value", "ExtendedCodeValue", "1", false}, - CodingSchemeDesignator: Info{CodingSchemeDesignator, []string{"SH"}, "Coding Scheme Designator", "CodingSchemeDesignator", "1", false}, - CodingSchemeVersion: Info{CodingSchemeVersion, []string{"SH"}, "Coding Scheme Version", "CodingSchemeVersion", "1", false}, - CodeMeaning: Info{CodeMeaning, []string{"LO"}, "Code Meaning", "CodeMeaning", "1", false}, - MappingResource: Info{MappingResource, []string{"CS"}, "Mapping Resource", "MappingResource", "1", false}, - ContextGroupVersion: Info{ContextGroupVersion, []string{"DT"}, "Context Group Version", "ContextGroupVersion", "1", false}, - ContextGroupLocalVersion: Info{ContextGroupLocalVersion, []string{"DT"}, "Context Group Local Version", "ContextGroupLocalVersion", "1", false}, - ExtendedCodeMeaning: Info{ExtendedCodeMeaning, []string{"LT"}, "Extended Code Meaning", "ExtendedCodeMeaning", "1", false}, - CodingSchemeResourcesSequence: Info{CodingSchemeResourcesSequence, []string{"SQ"}, "Coding Scheme Resources Sequence", "CodingSchemeResourcesSequence", "1", false}, - CodingSchemeURLType: Info{CodingSchemeURLType, []string{"CS"}, "Coding Scheme URL Type", "CodingSchemeURLType", "1", false}, - ContextGroupExtensionFlag: Info{ContextGroupExtensionFlag, []string{"CS"}, "Context Group Extension Flag", "ContextGroupExtensionFlag", "1", false}, - CodingSchemeUID: Info{CodingSchemeUID, []string{"UI"}, "Coding Scheme UID", "CodingSchemeUID", "1", false}, - ContextGroupExtensionCreatorUID: Info{ContextGroupExtensionCreatorUID, []string{"UI"}, "Context Group Extension Creator UID", "ContextGroupExtensionCreatorUID", "1", false}, - CodingSchemeURL: Info{CodingSchemeURL, []string{"UR"}, "Coding Scheme URL", "CodingSchemeURL", "1", false}, - ContextIdentifier: Info{ContextIdentifier, []string{"CS"}, "Context Identifier", "ContextIdentifier", "1", false}, - CodingSchemeIdentificationSequence: Info{CodingSchemeIdentificationSequence, []string{"SQ"}, "Coding Scheme Identification Sequence", "CodingSchemeIdentificationSequence", "1", false}, - CodingSchemeRegistry: Info{CodingSchemeRegistry, []string{"LO"}, "Coding Scheme Registry", "CodingSchemeRegistry", "1", false}, - CodingSchemeExternalID: Info{CodingSchemeExternalID, []string{"ST"}, "Coding Scheme External ID", "CodingSchemeExternalID", "1", false}, - CodingSchemeName: Info{CodingSchemeName, []string{"ST"}, "Coding Scheme Name", "CodingSchemeName", "1", false}, - CodingSchemeResponsibleOrganization: Info{CodingSchemeResponsibleOrganization, []string{"ST"}, "Coding Scheme Responsible Organization", "CodingSchemeResponsibleOrganization", "1", false}, - ContextUID: Info{ContextUID, []string{"UI"}, "Context UID", "ContextUID", "1", false}, - MappingResourceUID: Info{MappingResourceUID, []string{"UI"}, "Mapping Resource UID", "MappingResourceUID", "1", false}, - LongCodeValue: Info{LongCodeValue, []string{"UC"}, "Long Code Value", "LongCodeValue", "1", false}, - URNCodeValue: Info{URNCodeValue, []string{"UR"}, "URN Code Value", "URNCodeValue", "1", false}, - EquivalentCodeSequence: Info{EquivalentCodeSequence, []string{"SQ"}, "Equivalent Code Sequence", "EquivalentCodeSequence", "1", false}, - MappingResourceName: Info{MappingResourceName, []string{"LO"}, "Mapping Resource Name", "MappingResourceName", "1", false}, - ContextGroupIdentificationSequence: Info{ContextGroupIdentificationSequence, []string{"SQ"}, "Context Group Identification Sequence", "ContextGroupIdentificationSequence", "1", false}, - MappingResourceIdentificationSequence: Info{MappingResourceIdentificationSequence, []string{"SQ"}, "Mapping Resource Identification Sequence", "MappingResourceIdentificationSequence", "1", false}, - TimezoneOffsetFromUTC: Info{TimezoneOffsetFromUTC, []string{"SH"}, "Timezone Offset From UTC", "TimezoneOffsetFromUTC", "1", false}, - ResponsibleGroupCodeSequence: Info{ResponsibleGroupCodeSequence, []string{"SQ"}, "Responsible Group Code Sequence", "ResponsibleGroupCodeSequence", "1", false}, - EquipmentModality: Info{EquipmentModality, []string{"CS"}, "Equipment Modality", "EquipmentModality", "1", false}, - ManufacturerRelatedModelGroup: Info{ManufacturerRelatedModelGroup, []string{"LO"}, "Manufacturer's Related Model Group", "ManufacturerRelatedModelGroup", "1", false}, - PrivateDataElementCharacteristicsSequence: Info{PrivateDataElementCharacteristicsSequence, []string{"SQ"}, "Private Data Element Characteristics Sequence", "PrivateDataElementCharacteristicsSequence", "1", false}, - PrivateGroupReference: Info{PrivateGroupReference, []string{"US"}, "Private Group Reference", "PrivateGroupReference", "1", false}, - PrivateCreatorReference: Info{PrivateCreatorReference, []string{"LO"}, "Private Creator Reference", "PrivateCreatorReference", "1", false}, - BlockIdentifyingInformationStatus: Info{BlockIdentifyingInformationStatus, []string{"CS"}, "Block Identifying Information Status", "BlockIdentifyingInformationStatus", "1", false}, - NonidentifyingPrivateElements: Info{NonidentifyingPrivateElements, []string{"US"}, "Nonidentifying Private Elements", "NonidentifyingPrivateElements", "1-n", false}, - IdentifyingPrivateElements: Info{IdentifyingPrivateElements, []string{"US"}, "Identifying Private Elements", "IdentifyingPrivateElements", "1-n", false}, - DeidentificationActionSequence: Info{DeidentificationActionSequence, []string{"SQ"}, "Deidentification Action Sequence", "DeidentificationActionSequence", "1", false}, - DeidentificationAction: Info{DeidentificationAction, []string{"CS"}, "Deidentification Action", "DeidentificationAction", "1", false}, - PrivateDataElement: Info{PrivateDataElement, []string{"US"}, "Private Data Element", "PrivateDataElement", "1", false}, - PrivateDataElementValueMultiplicity: Info{PrivateDataElementValueMultiplicity, []string{"UL"}, "Private Data Element Value Multiplicity", "PrivateDataElementValueMultiplicity", "1-3", false}, - PrivateDataElementValueRepresentation: Info{PrivateDataElementValueRepresentation, []string{"CS"}, "Private Data Element Value Representation", "PrivateDataElementValueRepresentation", "1", false}, - PrivateDataElementNumberOfItems: Info{PrivateDataElementNumberOfItems, []string{"UL"}, "Private Data Element Number of Items", "PrivateDataElementNumberOfItems", "1-2", false}, - PrivateDataElementName: Info{PrivateDataElementName, []string{"UC"}, "Private Data Element Name", "PrivateDataElementName", "1", false}, - PrivateDataElementKeyword: Info{PrivateDataElementKeyword, []string{"UC"}, "Private Data Element Keyword", "PrivateDataElementKeyword", "1", false}, - PrivateDataElementDescription: Info{PrivateDataElementDescription, []string{"UT"}, "Private Data Element Description", "PrivateDataElementDescription", "1", false}, - PrivateDataElementEncoding: Info{PrivateDataElementEncoding, []string{"UT"}, "Private Data Element Encoding", "PrivateDataElementEncoding", "1", false}, - PrivateDataElementDefinitionSequence: Info{PrivateDataElementDefinitionSequence, []string{"SQ"}, "Private Data Element Definition Sequence", "PrivateDataElementDefinitionSequence", "1", false}, - ScopeOfInventorySequence: Info{ScopeOfInventorySequence, []string{"SQ"}, "Scope of Inventory Sequence", "ScopeOfInventorySequence", "1", false}, - InventoryPurpose: Info{InventoryPurpose, []string{"LT"}, "Inventory Purpose", "InventoryPurpose", "1", false}, - InventoryInstanceDescription: Info{InventoryInstanceDescription, []string{"LT"}, "Inventory Instance Description", "InventoryInstanceDescription", "1", false}, - InventoryLevel: Info{InventoryLevel, []string{"CS"}, "Inventory Level", "InventoryLevel", "1", false}, - ItemInventoryDateTime: Info{ItemInventoryDateTime, []string{"DT"}, "Item Inventory DateTime", "ItemInventoryDateTime", "1", false}, - RemovedFromOperationalUse: Info{RemovedFromOperationalUse, []string{"CS"}, "Removed from Operational Use", "RemovedFromOperationalUse", "1", false}, - ReasonForRemovalCodeSequence: Info{ReasonForRemovalCodeSequence, []string{"SQ"}, "Reason for Removal Code Sequence", "ReasonForRemovalCodeSequence", "1", false}, - StoredInstanceBaseURI: Info{StoredInstanceBaseURI, []string{"UR"}, "Stored Instance Base URI", "StoredInstanceBaseURI", "1", false}, - FolderAccessURI: Info{FolderAccessURI, []string{"UR"}, "Folder Access URI", "FolderAccessURI", "1", false}, - FileAccessURI: Info{FileAccessURI, []string{"UR"}, "File Access URI", "FileAccessURI", "1", false}, - ContainerFileType: Info{ContainerFileType, []string{"CS"}, "Container File Type", "ContainerFileType", "1", false}, - FilenameInContainer: Info{FilenameInContainer, []string{"UR"}, "Filename in Container", "FilenameInContainer", "1", false}, - FileOffsetInContainer: Info{FileOffsetInContainer, []string{"UV"}, "File Offset in Container", "FileOffsetInContainer", "1", false}, - FileLengthInContainer: Info{FileLengthInContainer, []string{"UV"}, "File Length in Container", "FileLengthInContainer", "1", false}, - StoredInstanceTransferSyntaxUID: Info{StoredInstanceTransferSyntaxUID, []string{"UI"}, "Stored Instance Transfer Syntax UID", "StoredInstanceTransferSyntaxUID", "1", false}, - ExtendedMatchingMechanisms: Info{ExtendedMatchingMechanisms, []string{"CS"}, "Extended Matching Mechanisms", "ExtendedMatchingMechanisms", "1-n", false}, - RangeMatchingSequence: Info{RangeMatchingSequence, []string{"SQ"}, "Range Matching Sequence", "RangeMatchingSequence", "1", false}, - ListOfUIDMatchingSequence: Info{ListOfUIDMatchingSequence, []string{"SQ"}, "List of UID Matching Sequence", "ListOfUIDMatchingSequence", "1", false}, - EmptyValueMatchingSequence: Info{EmptyValueMatchingSequence, []string{"SQ"}, "Empty Value Matching Sequence", "EmptyValueMatchingSequence", "1", false}, - GeneralMatchingSequence: Info{GeneralMatchingSequence, []string{"SQ"}, "General Matching Sequence", "GeneralMatchingSequence", "1", false}, - RequestedStatusInterval: Info{RequestedStatusInterval, []string{"US"}, "Requested Status Interval", "RequestedStatusInterval", "1", false}, - RetainInstances: Info{RetainInstances, []string{"CS"}, "Retain Instances", "RetainInstances", "1", false}, - ExpirationDateTime: Info{ExpirationDateTime, []string{"DT"}, "Expiration DateTime", "ExpirationDateTime", "1", false}, - TransactionStatus: Info{TransactionStatus, []string{"CS"}, "Transaction Status", "TransactionStatus", "1", false}, - TransactionStatusComment: Info{TransactionStatusComment, []string{"LT"}, "Transaction Status Comment", "TransactionStatusComment", "1", false}, - FileSetAccessSequence: Info{FileSetAccessSequence, []string{"SQ"}, "File Set Access Sequence", "FileSetAccessSequence", "1", false}, - FileAccessSequence: Info{FileAccessSequence, []string{"SQ"}, "File Access Sequence", "FileAccessSequence", "1", false}, - RecordKey: Info{RecordKey, []string{"OB"}, "Record Key", "RecordKey", "1", false}, - PriorRecordKey: Info{PriorRecordKey, []string{"OB"}, "Prior Record Key", "PriorRecordKey", "1", false}, - MetadataSequence: Info{MetadataSequence, []string{"SQ"}, "Metadata Sequence", "MetadataSequence", "1", false}, - UpdatedMetadataSequence: Info{UpdatedMetadataSequence, []string{"SQ"}, "Updated Metadata Sequence", "UpdatedMetadataSequence", "1", false}, - StudyUpdateDateTime: Info{StudyUpdateDateTime, []string{"DT"}, "Study Update DateTime", "StudyUpdateDateTime", "1", false}, - InventoryAccessEndPointsSequence: Info{InventoryAccessEndPointsSequence, []string{"SQ"}, "Inventory Access End Points Sequence", "InventoryAccessEndPointsSequence", "1", false}, - StudyAccessEndPointsSequence: Info{StudyAccessEndPointsSequence, []string{"SQ"}, "Study Access End Points Sequence", "StudyAccessEndPointsSequence", "1", false}, - IncorporatedInventoryInstanceSequence: Info{IncorporatedInventoryInstanceSequence, []string{"SQ"}, "Incorporated Inventory Instance Sequence", "IncorporatedInventoryInstanceSequence", "1", false}, - InventoriedStudiesSequence: Info{InventoriedStudiesSequence, []string{"SQ"}, "Inventoried Studies Sequence", "InventoriedStudiesSequence", "1", false}, - InventoriedSeriesSequence: Info{InventoriedSeriesSequence, []string{"SQ"}, "Inventoried Series Sequence", "InventoriedSeriesSequence", "1", false}, - InventoriedInstancesSequence: Info{InventoriedInstancesSequence, []string{"SQ"}, "Inventoried Instances Sequence", "InventoriedInstancesSequence", "1", false}, - InventoryCompletionStatus: Info{InventoryCompletionStatus, []string{"CS"}, "Inventory Completion Status", "InventoryCompletionStatus", "1", false}, - NumberOfStudyRecordsInInstance: Info{NumberOfStudyRecordsInInstance, []string{"UL"}, "Number of Study Records in Instance", "NumberOfStudyRecordsInInstance", "1", false}, - TotalNumberOfStudyRecords: Info{TotalNumberOfStudyRecords, []string{"UV"}, "Total Number of Study Records", "TotalNumberOfStudyRecords", "1", false}, - MaximumNumberOfRecords: Info{MaximumNumberOfRecords, []string{"UV"}, "Maximum Number of Records", "MaximumNumberOfRecords", "1", false}, - NetworkID: Info{NetworkID, []string{"AE"}, "Network ID", "NetworkID", "1", true}, - StationName: Info{StationName, []string{"SH"}, "Station Name", "StationName", "1", false}, - StudyDescription: Info{StudyDescription, []string{"LO"}, "Study Description", "StudyDescription", "1", false}, - ProcedureCodeSequence: Info{ProcedureCodeSequence, []string{"SQ"}, "Procedure Code Sequence", "ProcedureCodeSequence", "1", false}, - SeriesDescription: Info{SeriesDescription, []string{"LO"}, "Series Description", "SeriesDescription", "1", false}, - SeriesDescriptionCodeSequence: Info{SeriesDescriptionCodeSequence, []string{"SQ"}, "Series Description Code Sequence", "SeriesDescriptionCodeSequence", "1", false}, - InstitutionalDepartmentName: Info{InstitutionalDepartmentName, []string{"LO"}, "Institutional Department Name", "InstitutionalDepartmentName", "1", false}, - InstitutionalDepartmentTypeCodeSequence: Info{InstitutionalDepartmentTypeCodeSequence, []string{"SQ"}, "Institutional Department Type Code Sequence", "InstitutionalDepartmentTypeCodeSequence", "1", false}, - PhysiciansOfRecord: Info{PhysiciansOfRecord, []string{"PN"}, "Physician(s) of Record", "PhysiciansOfRecord", "1-n", false}, - PhysiciansOfRecordIdentificationSequence: Info{PhysiciansOfRecordIdentificationSequence, []string{"SQ"}, "Physician(s) of Record Identification Sequence", "PhysiciansOfRecordIdentificationSequence", "1", false}, - PerformingPhysicianName: Info{PerformingPhysicianName, []string{"PN"}, "Performing Physician's Name", "PerformingPhysicianName", "1-n", false}, - PerformingPhysicianIdentificationSequence: Info{PerformingPhysicianIdentificationSequence, []string{"SQ"}, "Performing Physician Identification Sequence", "PerformingPhysicianIdentificationSequence", "1", false}, - NameOfPhysiciansReadingStudy: Info{NameOfPhysiciansReadingStudy, []string{"PN"}, "Name of Physician(s) Reading Study", "NameOfPhysiciansReadingStudy", "1-n", false}, - PhysiciansReadingStudyIdentificationSequence: Info{PhysiciansReadingStudyIdentificationSequence, []string{"SQ"}, "Physician(s) Reading Study Identification Sequence", "PhysiciansReadingStudyIdentificationSequence", "1", false}, - OperatorsName: Info{OperatorsName, []string{"PN"}, "Operators' Name", "OperatorsName", "1-n", false}, - OperatorIdentificationSequence: Info{OperatorIdentificationSequence, []string{"SQ"}, "Operator Identification Sequence", "OperatorIdentificationSequence", "1", false}, - AdmittingDiagnosesDescription: Info{AdmittingDiagnosesDescription, []string{"LO"}, "Admitting Diagnoses Description", "AdmittingDiagnosesDescription", "1-n", false}, - AdmittingDiagnosesCodeSequence: Info{AdmittingDiagnosesCodeSequence, []string{"SQ"}, "Admitting Diagnoses Code Sequence", "AdmittingDiagnosesCodeSequence", "1", false}, - PyramidDescription: Info{PyramidDescription, []string{"LO"}, "Pyramid Description", "PyramidDescription", "1", false}, - ManufacturerModelName: Info{ManufacturerModelName, []string{"LO"}, "Manufacturer's Model Name", "ManufacturerModelName", "1", false}, - ReferencedResultsSequence: Info{ReferencedResultsSequence, []string{"SQ"}, "Referenced Results Sequence", "ReferencedResultsSequence", "1", true}, - ReferencedStudySequence: Info{ReferencedStudySequence, []string{"SQ"}, "Referenced Study Sequence", "ReferencedStudySequence", "1", false}, - ReferencedPerformedProcedureStepSequence: Info{ReferencedPerformedProcedureStepSequence, []string{"SQ"}, "Referenced Performed Procedure Step Sequence", "ReferencedPerformedProcedureStepSequence", "1", false}, - ReferencedInstancesBySOPClassSequence: Info{ReferencedInstancesBySOPClassSequence, []string{"SQ"}, "Referenced Instances by SOP Class Sequence", "ReferencedInstancesBySOPClassSequence", "1", false}, - ReferencedSeriesSequence: Info{ReferencedSeriesSequence, []string{"SQ"}, "Referenced Series Sequence", "ReferencedSeriesSequence", "1", false}, - ReferencedPatientSequence: Info{ReferencedPatientSequence, []string{"SQ"}, "Referenced Patient Sequence", "ReferencedPatientSequence", "1", false}, - ReferencedVisitSequence: Info{ReferencedVisitSequence, []string{"SQ"}, "Referenced Visit Sequence", "ReferencedVisitSequence", "1", false}, - ReferencedOverlaySequence: Info{ReferencedOverlaySequence, []string{"SQ"}, "Referenced Overlay Sequence", "ReferencedOverlaySequence", "1", true}, - ReferencedStereometricInstanceSequence: Info{ReferencedStereometricInstanceSequence, []string{"SQ"}, "Referenced Stereometric Instance Sequence", "ReferencedStereometricInstanceSequence", "1", false}, - ReferencedWaveformSequence: Info{ReferencedWaveformSequence, []string{"SQ"}, "Referenced Waveform Sequence", "ReferencedWaveformSequence", "1", false}, - ReferencedImageSequence: Info{ReferencedImageSequence, []string{"SQ"}, "Referenced Image Sequence", "ReferencedImageSequence", "1", false}, - ReferencedCurveSequence: Info{ReferencedCurveSequence, []string{"SQ"}, "Referenced Curve Sequence", "ReferencedCurveSequence", "1", true}, - ReferencedInstanceSequence: Info{ReferencedInstanceSequence, []string{"SQ"}, "Referenced Instance Sequence", "ReferencedInstanceSequence", "1", false}, - ReferencedRealWorldValueMappingInstanceSequence: Info{ReferencedRealWorldValueMappingInstanceSequence, []string{"SQ"}, "Referenced Real World Value Mapping Instance Sequence", "ReferencedRealWorldValueMappingInstanceSequence", "1", false}, - ReferencedSOPClassUID: Info{ReferencedSOPClassUID, []string{"UI"}, "Referenced SOP Class UID", "ReferencedSOPClassUID", "1", false}, - ReferencedSOPInstanceUID: Info{ReferencedSOPInstanceUID, []string{"UI"}, "Referenced SOP Instance UID", "ReferencedSOPInstanceUID", "1", false}, - DefinitionSourceSequence: Info{DefinitionSourceSequence, []string{"SQ"}, "Definition Source Sequence", "DefinitionSourceSequence", "1", false}, - SOPClassesSupported: Info{SOPClassesSupported, []string{"UI"}, "SOP Classes Supported", "SOPClassesSupported", "1-n", false}, - ReferencedFrameNumber: Info{ReferencedFrameNumber, []string{"IS"}, "Referenced Frame Number", "ReferencedFrameNumber", "1-n", false}, - SimpleFrameList: Info{SimpleFrameList, []string{"UL"}, "Simple Frame List", "SimpleFrameList", "1-n", false}, - CalculatedFrameList: Info{CalculatedFrameList, []string{"UL"}, "Calculated Frame List", "CalculatedFrameList", "3-3n", false}, - TimeRange: Info{TimeRange, []string{"FD"}, "Time Range", "TimeRange", "2", false}, - FrameExtractionSequence: Info{FrameExtractionSequence, []string{"SQ"}, "Frame Extraction Sequence", "FrameExtractionSequence", "1", false}, - MultiFrameSourceSOPInstanceUID: Info{MultiFrameSourceSOPInstanceUID, []string{"UI"}, "Multi-frame Source SOP Instance UID", "MultiFrameSourceSOPInstanceUID", "1", false}, - RetrieveURL: Info{RetrieveURL, []string{"UR"}, "Retrieve URL", "RetrieveURL", "1", false}, - TransactionUID: Info{TransactionUID, []string{"UI"}, "Transaction UID", "TransactionUID", "1", false}, - WarningReason: Info{WarningReason, []string{"US"}, "Warning Reason", "WarningReason", "1", false}, - FailureReason: Info{FailureReason, []string{"US"}, "Failure Reason", "FailureReason", "1", false}, - FailedSOPSequence: Info{FailedSOPSequence, []string{"SQ"}, "Failed SOP Sequence", "FailedSOPSequence", "1", false}, - ReferencedSOPSequence: Info{ReferencedSOPSequence, []string{"SQ"}, "Referenced SOP Sequence", "ReferencedSOPSequence", "1", false}, - OtherFailuresSequence: Info{OtherFailuresSequence, []string{"SQ"}, "Other Failures Sequence", "OtherFailuresSequence", "1", false}, - FailedStudySequence: Info{FailedStudySequence, []string{"SQ"}, "Failed Study Sequence", "FailedStudySequence", "1", false}, - StudiesContainingOtherReferencedInstancesSequence: Info{StudiesContainingOtherReferencedInstancesSequence, []string{"SQ"}, "Studies Containing Other Referenced Instances Sequence", "StudiesContainingOtherReferencedInstancesSequence", "1", false}, - RelatedSeriesSequence: Info{RelatedSeriesSequence, []string{"SQ"}, "Related Series Sequence", "RelatedSeriesSequence", "1", false}, - LossyImageCompressionRetired: Info{LossyImageCompressionRetired, []string{"CS"}, "Lossy Image Compression (Retired)", "LossyImageCompressionRetired", "1", true}, - DerivationDescription: Info{DerivationDescription, []string{"ST"}, "Derivation Description", "DerivationDescription", "1", false}, - SourceImageSequence: Info{SourceImageSequence, []string{"SQ"}, "Source Image Sequence", "SourceImageSequence", "1", false}, - StageName: Info{StageName, []string{"SH"}, "Stage Name", "StageName", "1", false}, - StageNumber: Info{StageNumber, []string{"IS"}, "Stage Number", "StageNumber", "1", false}, - NumberOfStages: Info{NumberOfStages, []string{"IS"}, "Number of Stages", "NumberOfStages", "1", false}, - ViewName: Info{ViewName, []string{"SH"}, "View Name", "ViewName", "1", false}, - ViewNumber: Info{ViewNumber, []string{"IS"}, "View Number", "ViewNumber", "1", false}, - NumberOfEventTimers: Info{NumberOfEventTimers, []string{"IS"}, "Number of Event Timers", "NumberOfEventTimers", "1", false}, - NumberOfViewsInStage: Info{NumberOfViewsInStage, []string{"IS"}, "Number of Views in Stage", "NumberOfViewsInStage", "1", false}, - EventElapsedTimes: Info{EventElapsedTimes, []string{"DS"}, "Event Elapsed Time(s)", "EventElapsedTimes", "1-n", false}, - EventTimerNames: Info{EventTimerNames, []string{"LO"}, "Event Timer Name(s)", "EventTimerNames", "1-n", false}, - EventTimerSequence: Info{EventTimerSequence, []string{"SQ"}, "Event Timer Sequence", "EventTimerSequence", "1", false}, - EventTimeOffset: Info{EventTimeOffset, []string{"FD"}, "Event Time Offset", "EventTimeOffset", "1", false}, - EventCodeSequence: Info{EventCodeSequence, []string{"SQ"}, "Event Code Sequence", "EventCodeSequence", "1", false}, - StartTrim: Info{StartTrim, []string{"IS"}, "Start Trim", "StartTrim", "1", false}, - StopTrim: Info{StopTrim, []string{"IS"}, "Stop Trim", "StopTrim", "1", false}, - RecommendedDisplayFrameRate: Info{RecommendedDisplayFrameRate, []string{"IS"}, "Recommended Display Frame Rate", "RecommendedDisplayFrameRate", "1", false}, - TransducerPosition: Info{TransducerPosition, []string{"CS"}, "Transducer Position", "TransducerPosition", "1", true}, - TransducerOrientation: Info{TransducerOrientation, []string{"CS"}, "Transducer Orientation", "TransducerOrientation", "1", true}, - AnatomicStructure: Info{AnatomicStructure, []string{"CS"}, "Anatomic Structure", "AnatomicStructure", "1", true}, - AnatomicRegionSequence: Info{AnatomicRegionSequence, []string{"SQ"}, "Anatomic Region Sequence", "AnatomicRegionSequence", "1", false}, - AnatomicRegionModifierSequence: Info{AnatomicRegionModifierSequence, []string{"SQ"}, "Anatomic Region Modifier Sequence", "AnatomicRegionModifierSequence", "1", false}, - PrimaryAnatomicStructureSequence: Info{PrimaryAnatomicStructureSequence, []string{"SQ"}, "Primary Anatomic Structure Sequence", "PrimaryAnatomicStructureSequence", "1", false}, - AnatomicStructureSpaceOrRegionSequence: Info{AnatomicStructureSpaceOrRegionSequence, []string{"SQ"}, "Anatomic Structure, Space or Region Sequence", "AnatomicStructureSpaceOrRegionSequence", "1", true}, - PrimaryAnatomicStructureModifierSequence: Info{PrimaryAnatomicStructureModifierSequence, []string{"SQ"}, "Primary Anatomic Structure Modifier Sequence", "PrimaryAnatomicStructureModifierSequence", "1", false}, - TransducerPositionSequence: Info{TransducerPositionSequence, []string{"SQ"}, "Transducer Position Sequence", "TransducerPositionSequence", "1", true}, - TransducerPositionModifierSequence: Info{TransducerPositionModifierSequence, []string{"SQ"}, "Transducer Position Modifier Sequence", "TransducerPositionModifierSequence", "1", true}, - TransducerOrientationSequence: Info{TransducerOrientationSequence, []string{"SQ"}, "Transducer Orientation Sequence", "TransducerOrientationSequence", "1", true}, - TransducerOrientationModifierSequence: Info{TransducerOrientationModifierSequence, []string{"SQ"}, "Transducer Orientation Modifier Sequence", "TransducerOrientationModifierSequence", "1", true}, - AnatomicStructureSpaceOrRegionCodeSequenceTrial: Info{AnatomicStructureSpaceOrRegionCodeSequenceTrial, []string{"SQ"}, "Anatomic Structure Space Or Region Code Sequence (Trial)", "AnatomicStructureSpaceOrRegionCodeSequenceTrial", "1", true}, - AnatomicPortalOfEntranceCodeSequenceTrial: Info{AnatomicPortalOfEntranceCodeSequenceTrial, []string{"SQ"}, "Anatomic Portal Of Entrance Code Sequence (Trial)", "AnatomicPortalOfEntranceCodeSequenceTrial", "1", true}, - AnatomicApproachDirectionCodeSequenceTrial: Info{AnatomicApproachDirectionCodeSequenceTrial, []string{"SQ"}, "Anatomic Approach Direction Code Sequence (Trial)", "AnatomicApproachDirectionCodeSequenceTrial", "1", true}, - AnatomicPerspectiveDescriptionTrial: Info{AnatomicPerspectiveDescriptionTrial, []string{"ST"}, "Anatomic Perspective Description (Trial)", "AnatomicPerspectiveDescriptionTrial", "1", true}, - AnatomicPerspectiveCodeSequenceTrial: Info{AnatomicPerspectiveCodeSequenceTrial, []string{"SQ"}, "Anatomic Perspective Code Sequence (Trial)", "AnatomicPerspectiveCodeSequenceTrial", "1", true}, - AnatomicLocationOfExaminingInstrumentDescriptionTrial: Info{AnatomicLocationOfExaminingInstrumentDescriptionTrial, []string{"ST"}, "Anatomic Location Of Examining Instrument Description (Trial)", "AnatomicLocationOfExaminingInstrumentDescriptionTrial", "1", true}, - AnatomicLocationOfExaminingInstrumentCodeSequenceTrial: Info{AnatomicLocationOfExaminingInstrumentCodeSequenceTrial, []string{"SQ"}, "Anatomic Location Of Examining Instrument Code Sequence (Trial)", "AnatomicLocationOfExaminingInstrumentCodeSequenceTrial", "1", true}, + CodeValue: Info{CodeValue, []string{"SH"}, "Code Value", "CodeValue", "1", false}, + ExtendedCodeValue: Info{ExtendedCodeValue, []string{"LO"}, "Extended Code Value", "ExtendedCodeValue", "1", false}, + CodingSchemeDesignator: Info{CodingSchemeDesignator, []string{"SH"}, "Coding Scheme Designator", "CodingSchemeDesignator", "1", false}, + CodingSchemeVersion: Info{CodingSchemeVersion, []string{"SH"}, "Coding Scheme Version", "CodingSchemeVersion", "1", false}, + CodeMeaning: Info{CodeMeaning, []string{"LO"}, "Code Meaning", "CodeMeaning", "1", false}, + MappingResource: Info{MappingResource, []string{"CS"}, "Mapping Resource", "MappingResource", "1", false}, + ContextGroupVersion: Info{ContextGroupVersion, []string{"DT"}, "Context Group Version", "ContextGroupVersion", "1", false}, + ContextGroupLocalVersion: Info{ContextGroupLocalVersion, []string{"DT"}, "Context Group Local Version", "ContextGroupLocalVersion", "1", false}, + ExtendedCodeMeaning: Info{ExtendedCodeMeaning, []string{"LT"}, "Extended Code Meaning", "ExtendedCodeMeaning", "1", false}, + CodingSchemeResourcesSequence: Info{CodingSchemeResourcesSequence, []string{"SQ"}, "Coding Scheme Resources Sequence", "CodingSchemeResourcesSequence", "1", false}, + CodingSchemeURLType: Info{CodingSchemeURLType, []string{"CS"}, "Coding Scheme URL Type", "CodingSchemeURLType", "1", false}, + ContextGroupExtensionFlag: Info{ContextGroupExtensionFlag, []string{"CS"}, "Context Group Extension Flag", "ContextGroupExtensionFlag", "1", false}, + CodingSchemeUID: Info{CodingSchemeUID, []string{"UI"}, "Coding Scheme UID", "CodingSchemeUID", "1", false}, + ContextGroupExtensionCreatorUID: Info{ContextGroupExtensionCreatorUID, []string{"UI"}, "Context Group Extension Creator UID", "ContextGroupExtensionCreatorUID", "1", false}, + CodingSchemeURL: Info{CodingSchemeURL, []string{"UR"}, "Coding Scheme URL", "CodingSchemeURL", "1", false}, + ContextIdentifier: Info{ContextIdentifier, []string{"CS"}, "Context Identifier", "ContextIdentifier", "1", false}, + CodingSchemeIdentificationSequence: Info{CodingSchemeIdentificationSequence, []string{"SQ"}, "Coding Scheme Identification Sequence", "CodingSchemeIdentificationSequence", "1", false}, + CodingSchemeRegistry: Info{CodingSchemeRegistry, []string{"LO"}, "Coding Scheme Registry", "CodingSchemeRegistry", "1", false}, + CodingSchemeExternalID: Info{CodingSchemeExternalID, []string{"ST"}, "Coding Scheme External ID", "CodingSchemeExternalID", "1", false}, + CodingSchemeName: Info{CodingSchemeName, []string{"ST"}, "Coding Scheme Name", "CodingSchemeName", "1", false}, + CodingSchemeResponsibleOrganization: Info{CodingSchemeResponsibleOrganization, []string{"ST"}, "Coding Scheme Responsible Organization", "CodingSchemeResponsibleOrganization", "1", false}, + ContextUID: Info{ContextUID, []string{"UI"}, "Context UID", "ContextUID", "1", false}, + MappingResourceUID: Info{MappingResourceUID, []string{"UI"}, "Mapping Resource UID", "MappingResourceUID", "1", false}, + LongCodeValue: Info{LongCodeValue, []string{"UC"}, "Long Code Value", "LongCodeValue", "1", false}, + URNCodeValue: Info{URNCodeValue, []string{"UR"}, "URN Code Value", "URNCodeValue", "1", false}, + EquivalentCodeSequence: Info{EquivalentCodeSequence, []string{"SQ"}, "Equivalent Code Sequence", "EquivalentCodeSequence", "1", false}, + MappingResourceName: Info{MappingResourceName, []string{"LO"}, "Mapping Resource Name", "MappingResourceName", "1", false}, + ContextGroupIdentificationSequence: Info{ContextGroupIdentificationSequence, []string{"SQ"}, "Context Group Identification Sequence", "ContextGroupIdentificationSequence", "1", false}, + MappingResourceIdentificationSequence: Info{MappingResourceIdentificationSequence, []string{"SQ"}, "Mapping Resource Identification Sequence", "MappingResourceIdentificationSequence", "1", false}, + TimezoneOffsetFromUTC: Info{TimezoneOffsetFromUTC, []string{"SH"}, "Timezone Offset From UTC", "TimezoneOffsetFromUTC", "1", false}, + ResponsibleGroupCodeSequence: Info{ResponsibleGroupCodeSequence, []string{"SQ"}, "Responsible Group Code Sequence", "ResponsibleGroupCodeSequence", "1", false}, + EquipmentModality: Info{EquipmentModality, []string{"CS"}, "Equipment Modality", "EquipmentModality", "1", false}, + ManufacturerRelatedModelGroup: Info{ManufacturerRelatedModelGroup, []string{"LO"}, "Manufacturer's Related Model Group", "ManufacturerRelatedModelGroup", "1", false}, + PrivateDataElementCharacteristicsSequence: Info{PrivateDataElementCharacteristicsSequence, []string{"SQ"}, "Private Data Element Characteristics Sequence", "PrivateDataElementCharacteristicsSequence", "1", false}, + PrivateGroupReference: Info{PrivateGroupReference, []string{"US"}, "Private Group Reference", "PrivateGroupReference", "1", false}, + PrivateCreatorReference: Info{PrivateCreatorReference, []string{"LO"}, "Private Creator Reference", "PrivateCreatorReference", "1", false}, + BlockIdentifyingInformationStatus: Info{BlockIdentifyingInformationStatus, []string{"CS"}, "Block Identifying Information Status", "BlockIdentifyingInformationStatus", "1", false}, + NonidentifyingPrivateElements: Info{NonidentifyingPrivateElements, []string{"US"}, "Nonidentifying Private Elements", "NonidentifyingPrivateElements", "1-n", false}, + IdentifyingPrivateElements: Info{IdentifyingPrivateElements, []string{"US"}, "Identifying Private Elements", "IdentifyingPrivateElements", "1-n", false}, + DeidentificationActionSequence: Info{DeidentificationActionSequence, []string{"SQ"}, "Deidentification Action Sequence", "DeidentificationActionSequence", "1", false}, + DeidentificationAction: Info{DeidentificationAction, []string{"CS"}, "Deidentification Action", "DeidentificationAction", "1", false}, + PrivateDataElement: Info{PrivateDataElement, []string{"US"}, "Private Data Element", "PrivateDataElement", "1", false}, + PrivateDataElementValueMultiplicity: Info{PrivateDataElementValueMultiplicity, []string{"UL"}, "Private Data Element Value Multiplicity", "PrivateDataElementValueMultiplicity", "1-3", false}, + PrivateDataElementValueRepresentation: Info{PrivateDataElementValueRepresentation, []string{"CS"}, "Private Data Element Value Representation", "PrivateDataElementValueRepresentation", "1", false}, + PrivateDataElementNumberOfItems: Info{PrivateDataElementNumberOfItems, []string{"UL"}, "Private Data Element Number of Items", "PrivateDataElementNumberOfItems", "1-2", false}, + PrivateDataElementName: Info{PrivateDataElementName, []string{"UC"}, "Private Data Element Name", "PrivateDataElementName", "1", false}, + PrivateDataElementKeyword: Info{PrivateDataElementKeyword, []string{"UC"}, "Private Data Element Keyword", "PrivateDataElementKeyword", "1", false}, + PrivateDataElementDescription: Info{PrivateDataElementDescription, []string{"UT"}, "Private Data Element Description", "PrivateDataElementDescription", "1", false}, + PrivateDataElementEncoding: Info{PrivateDataElementEncoding, []string{"UT"}, "Private Data Element Encoding", "PrivateDataElementEncoding", "1", false}, + PrivateDataElementDefinitionSequence: Info{PrivateDataElementDefinitionSequence, []string{"SQ"}, "Private Data Element Definition Sequence", "PrivateDataElementDefinitionSequence", "1", false}, + ScopeOfInventorySequence: Info{ScopeOfInventorySequence, []string{"SQ"}, "Scope of Inventory Sequence", "ScopeOfInventorySequence", "1", false}, + InventoryPurpose: Info{InventoryPurpose, []string{"LT"}, "Inventory Purpose", "InventoryPurpose", "1", false}, + InventoryInstanceDescription: Info{InventoryInstanceDescription, []string{"LT"}, "Inventory Instance Description", "InventoryInstanceDescription", "1", false}, + InventoryLevel: Info{InventoryLevel, []string{"CS"}, "Inventory Level", "InventoryLevel", "1", false}, + ItemInventoryDateTime: Info{ItemInventoryDateTime, []string{"DT"}, "Item Inventory DateTime", "ItemInventoryDateTime", "1", false}, + RemovedFromOperationalUse: Info{RemovedFromOperationalUse, []string{"CS"}, "Removed from Operational Use", "RemovedFromOperationalUse", "1", false}, + ReasonForRemovalCodeSequence: Info{ReasonForRemovalCodeSequence, []string{"SQ"}, "Reason for Removal Code Sequence", "ReasonForRemovalCodeSequence", "1", false}, + StoredInstanceBaseURI: Info{StoredInstanceBaseURI, []string{"UR"}, "Stored Instance Base URI", "StoredInstanceBaseURI", "1", false}, + FolderAccessURI: Info{FolderAccessURI, []string{"UR"}, "Folder Access URI", "FolderAccessURI", "1", false}, + FileAccessURI: Info{FileAccessURI, []string{"UR"}, "File Access URI", "FileAccessURI", "1", false}, + ContainerFileType: Info{ContainerFileType, []string{"CS"}, "Container File Type", "ContainerFileType", "1", false}, + FilenameInContainer: Info{FilenameInContainer, []string{"UR"}, "Filename in Container", "FilenameInContainer", "1", false}, + FileOffsetInContainer: Info{FileOffsetInContainer, []string{"UV"}, "File Offset in Container", "FileOffsetInContainer", "1", false}, + FileLengthInContainer: Info{FileLengthInContainer, []string{"UV"}, "File Length in Container", "FileLengthInContainer", "1", false}, + StoredInstanceTransferSyntaxUID: Info{StoredInstanceTransferSyntaxUID, []string{"UI"}, "Stored Instance Transfer Syntax UID", "StoredInstanceTransferSyntaxUID", "1", false}, + ExtendedMatchingMechanisms: Info{ExtendedMatchingMechanisms, []string{"CS"}, "Extended Matching Mechanisms", "ExtendedMatchingMechanisms", "1-n", false}, + RangeMatchingSequence: Info{RangeMatchingSequence, []string{"SQ"}, "Range Matching Sequence", "RangeMatchingSequence", "1", false}, + ListOfUIDMatchingSequence: Info{ListOfUIDMatchingSequence, []string{"SQ"}, "List of UID Matching Sequence", "ListOfUIDMatchingSequence", "1", false}, + EmptyValueMatchingSequence: Info{EmptyValueMatchingSequence, []string{"SQ"}, "Empty Value Matching Sequence", "EmptyValueMatchingSequence", "1", false}, + GeneralMatchingSequence: Info{GeneralMatchingSequence, []string{"SQ"}, "General Matching Sequence", "GeneralMatchingSequence", "1", false}, + RequestedStatusInterval: Info{RequestedStatusInterval, []string{"US"}, "Requested Status Interval", "RequestedStatusInterval", "1", false}, + RetainInstances: Info{RetainInstances, []string{"CS"}, "Retain Instances", "RetainInstances", "1", false}, + ExpirationDateTime: Info{ExpirationDateTime, []string{"DT"}, "Expiration DateTime", "ExpirationDateTime", "1", false}, + TransactionStatus: Info{TransactionStatus, []string{"CS"}, "Transaction Status", "TransactionStatus", "1", false}, + TransactionStatusComment: Info{TransactionStatusComment, []string{"LT"}, "Transaction Status Comment", "TransactionStatusComment", "1", false}, + FileSetAccessSequence: Info{FileSetAccessSequence, []string{"SQ"}, "File Set Access Sequence", "FileSetAccessSequence", "1", false}, + FileAccessSequence: Info{FileAccessSequence, []string{"SQ"}, "File Access Sequence", "FileAccessSequence", "1", false}, + RecordKey: Info{RecordKey, []string{"OB"}, "Record Key", "RecordKey", "1", false}, + PriorRecordKey: Info{PriorRecordKey, []string{"OB"}, "Prior Record Key", "PriorRecordKey", "1", false}, + MetadataSequence: Info{MetadataSequence, []string{"SQ"}, "Metadata Sequence", "MetadataSequence", "1", false}, + UpdatedMetadataSequence: Info{UpdatedMetadataSequence, []string{"SQ"}, "Updated Metadata Sequence", "UpdatedMetadataSequence", "1", false}, + StudyUpdateDateTime: Info{StudyUpdateDateTime, []string{"DT"}, "Study Update DateTime", "StudyUpdateDateTime", "1", false}, + InventoryAccessEndPointsSequence: Info{InventoryAccessEndPointsSequence, []string{"SQ"}, "Inventory Access End Points Sequence", "InventoryAccessEndPointsSequence", "1", false}, + StudyAccessEndPointsSequence: Info{StudyAccessEndPointsSequence, []string{"SQ"}, "Study Access End Points Sequence", "StudyAccessEndPointsSequence", "1", false}, + IncorporatedInventoryInstanceSequence: Info{IncorporatedInventoryInstanceSequence, []string{"SQ"}, "Incorporated Inventory Instance Sequence", "IncorporatedInventoryInstanceSequence", "1", false}, + InventoriedStudiesSequence: Info{InventoriedStudiesSequence, []string{"SQ"}, "Inventoried Studies Sequence", "InventoriedStudiesSequence", "1", false}, + InventoriedSeriesSequence: Info{InventoriedSeriesSequence, []string{"SQ"}, "Inventoried Series Sequence", "InventoriedSeriesSequence", "1", false}, + InventoriedInstancesSequence: Info{InventoriedInstancesSequence, []string{"SQ"}, "Inventoried Instances Sequence", "InventoriedInstancesSequence", "1", false}, + InventoryCompletionStatus: Info{InventoryCompletionStatus, []string{"CS"}, "Inventory Completion Status", "InventoryCompletionStatus", "1", false}, + NumberOfStudyRecordsInInstance: Info{NumberOfStudyRecordsInInstance, []string{"UL"}, "Number of Study Records in Instance", "NumberOfStudyRecordsInInstance", "1", false}, + TotalNumberOfStudyRecords: Info{TotalNumberOfStudyRecords, []string{"UV"}, "Total Number of Study Records", "TotalNumberOfStudyRecords", "1", false}, + MaximumNumberOfRecords: Info{MaximumNumberOfRecords, []string{"UV"}, "Maximum Number of Records", "MaximumNumberOfRecords", "1", false}, + NetworkID: Info{NetworkID, []string{"AE"}, "Network ID", "NetworkID", "1", true}, + StationName: Info{StationName, []string{"SH"}, "Station Name", "StationName", "1", false}, + StudyDescription: Info{StudyDescription, []string{"LO"}, "Study Description", "StudyDescription", "1", false}, + ProcedureCodeSequence: Info{ProcedureCodeSequence, []string{"SQ"}, "Procedure Code Sequence", "ProcedureCodeSequence", "1", false}, + SeriesDescription: Info{SeriesDescription, []string{"LO"}, "Series Description", "SeriesDescription", "1", false}, + SeriesDescriptionCodeSequence: Info{SeriesDescriptionCodeSequence, []string{"SQ"}, "Series Description Code Sequence", "SeriesDescriptionCodeSequence", "1", false}, + InstitutionalDepartmentName: Info{InstitutionalDepartmentName, []string{"LO"}, "Institutional Department Name", "InstitutionalDepartmentName", "1", false}, + InstitutionalDepartmentTypeCodeSequence: Info{InstitutionalDepartmentTypeCodeSequence, []string{"SQ"}, "Institutional Department Type Code Sequence", "InstitutionalDepartmentTypeCodeSequence", "1", false}, + PhysiciansOfRecord: Info{PhysiciansOfRecord, []string{"PN"}, "Physician(s) of Record", "PhysiciansOfRecord", "1-n", false}, + PhysiciansOfRecordIdentificationSequence: Info{PhysiciansOfRecordIdentificationSequence, []string{"SQ"}, "Physician(s) of Record Identification Sequence", "PhysiciansOfRecordIdentificationSequence", "1", false}, + PerformingPhysicianName: Info{PerformingPhysicianName, []string{"PN"}, "Performing Physician's Name", "PerformingPhysicianName", "1-n", false}, + PerformingPhysicianIdentificationSequence: Info{PerformingPhysicianIdentificationSequence, []string{"SQ"}, "Performing Physician Identification Sequence", "PerformingPhysicianIdentificationSequence", "1", false}, + NameOfPhysiciansReadingStudy: Info{NameOfPhysiciansReadingStudy, []string{"PN"}, "Name of Physician(s) Reading Study", "NameOfPhysiciansReadingStudy", "1-n", false}, + PhysiciansReadingStudyIdentificationSequence: Info{PhysiciansReadingStudyIdentificationSequence, []string{"SQ"}, "Physician(s) Reading Study Identification Sequence", "PhysiciansReadingStudyIdentificationSequence", "1", false}, + OperatorsName: Info{OperatorsName, []string{"PN"}, "Operators' Name", "OperatorsName", "1-n", false}, + OperatorIdentificationSequence: Info{OperatorIdentificationSequence, []string{"SQ"}, "Operator Identification Sequence", "OperatorIdentificationSequence", "1", false}, + AdmittingDiagnosesDescription: Info{AdmittingDiagnosesDescription, []string{"LO"}, "Admitting Diagnoses Description", "AdmittingDiagnosesDescription", "1-n", false}, + AdmittingDiagnosesCodeSequence: Info{AdmittingDiagnosesCodeSequence, []string{"SQ"}, "Admitting Diagnoses Code Sequence", "AdmittingDiagnosesCodeSequence", "1", false}, + PyramidDescription: Info{PyramidDescription, []string{"LO"}, "Pyramid Description", "PyramidDescription", "1", false}, + ManufacturerModelName: Info{ManufacturerModelName, []string{"LO"}, "Manufacturer's Model Name", "ManufacturerModelName", "1", false}, + ReferencedResultsSequence: Info{ReferencedResultsSequence, []string{"SQ"}, "Referenced Results Sequence", "ReferencedResultsSequence", "1", true}, + ReferencedStudySequence: Info{ReferencedStudySequence, []string{"SQ"}, "Referenced Study Sequence", "ReferencedStudySequence", "1", false}, + ReferencedPerformedProcedureStepSequence: Info{ReferencedPerformedProcedureStepSequence, []string{"SQ"}, "Referenced Performed Procedure Step Sequence", "ReferencedPerformedProcedureStepSequence", "1", false}, + ReferencedInstancesBySOPClassSequence: Info{ReferencedInstancesBySOPClassSequence, []string{"SQ"}, "Referenced Instances by SOP Class Sequence", "ReferencedInstancesBySOPClassSequence", "1", false}, + ReferencedSeriesSequence: Info{ReferencedSeriesSequence, []string{"SQ"}, "Referenced Series Sequence", "ReferencedSeriesSequence", "1", false}, + ReferencedPatientSequence: Info{ReferencedPatientSequence, []string{"SQ"}, "Referenced Patient Sequence", "ReferencedPatientSequence", "1", false}, + ReferencedVisitSequence: Info{ReferencedVisitSequence, []string{"SQ"}, "Referenced Visit Sequence", "ReferencedVisitSequence", "1", false}, + ReferencedOverlaySequence: Info{ReferencedOverlaySequence, []string{"SQ"}, "Referenced Overlay Sequence", "ReferencedOverlaySequence", "1", true}, + ReferencedStereometricInstanceSequence: Info{ReferencedStereometricInstanceSequence, []string{"SQ"}, "Referenced Stereometric Instance Sequence", "ReferencedStereometricInstanceSequence", "1", false}, + ReferencedWaveformSequence: Info{ReferencedWaveformSequence, []string{"SQ"}, "Referenced Waveform Sequence", "ReferencedWaveformSequence", "1", false}, + ReferencedImageSequence: Info{ReferencedImageSequence, []string{"SQ"}, "Referenced Image Sequence", "ReferencedImageSequence", "1", false}, + ReferencedCurveSequence: Info{ReferencedCurveSequence, []string{"SQ"}, "Referenced Curve Sequence", "ReferencedCurveSequence", "1", true}, + ReferencedInstanceSequence: Info{ReferencedInstanceSequence, []string{"SQ"}, "Referenced Instance Sequence", "ReferencedInstanceSequence", "1", false}, + ReferencedRealWorldValueMappingInstanceSequence: Info{ReferencedRealWorldValueMappingInstanceSequence, []string{"SQ"}, "Referenced Real World Value Mapping Instance Sequence", "ReferencedRealWorldValueMappingInstanceSequence", "1", false}, + ReferencedSOPClassUID: Info{ReferencedSOPClassUID, []string{"UI"}, "Referenced SOP Class UID", "ReferencedSOPClassUID", "1", false}, + ReferencedSOPInstanceUID: Info{ReferencedSOPInstanceUID, []string{"UI"}, "Referenced SOP Instance UID", "ReferencedSOPInstanceUID", "1", false}, + DefinitionSourceSequence: Info{DefinitionSourceSequence, []string{"SQ"}, "Definition Source Sequence", "DefinitionSourceSequence", "1", false}, + SOPClassesSupported: Info{SOPClassesSupported, []string{"UI"}, "SOP Classes Supported", "SOPClassesSupported", "1-n", false}, + ReferencedFrameNumber: Info{ReferencedFrameNumber, []string{"IS"}, "Referenced Frame Number", "ReferencedFrameNumber", "1-n", false}, + SimpleFrameList: Info{SimpleFrameList, []string{"UL"}, "Simple Frame List", "SimpleFrameList", "1-n", false}, + CalculatedFrameList: Info{CalculatedFrameList, []string{"UL"}, "Calculated Frame List", "CalculatedFrameList", "3-3n", false}, + TimeRange: Info{TimeRange, []string{"FD"}, "Time Range", "TimeRange", "2", false}, + FrameExtractionSequence: Info{FrameExtractionSequence, []string{"SQ"}, "Frame Extraction Sequence", "FrameExtractionSequence", "1", false}, + MultiFrameSourceSOPInstanceUID: Info{MultiFrameSourceSOPInstanceUID, []string{"UI"}, "Multi-frame Source SOP Instance UID", "MultiFrameSourceSOPInstanceUID", "1", false}, + RetrieveURL: Info{RetrieveURL, []string{"UR"}, "Retrieve URL", "RetrieveURL", "1", false}, + TransactionUID: Info{TransactionUID, []string{"UI"}, "Transaction UID", "TransactionUID", "1", false}, + WarningReason: Info{WarningReason, []string{"US"}, "Warning Reason", "WarningReason", "1", false}, + FailureReason: Info{FailureReason, []string{"US"}, "Failure Reason", "FailureReason", "1", false}, + FailedSOPSequence: Info{FailedSOPSequence, []string{"SQ"}, "Failed SOP Sequence", "FailedSOPSequence", "1", false}, + ReferencedSOPSequence: Info{ReferencedSOPSequence, []string{"SQ"}, "Referenced SOP Sequence", "ReferencedSOPSequence", "1", false}, + OtherFailuresSequence: Info{OtherFailuresSequence, []string{"SQ"}, "Other Failures Sequence", "OtherFailuresSequence", "1", false}, + FailedStudySequence: Info{FailedStudySequence, []string{"SQ"}, "Failed Study Sequence", "FailedStudySequence", "1", false}, + StudiesContainingOtherReferencedInstancesSequence: Info{StudiesContainingOtherReferencedInstancesSequence, []string{"SQ"}, "Studies Containing Other Referenced Instances Sequence", "StudiesContainingOtherReferencedInstancesSequence", "1", false}, + RelatedSeriesSequence: Info{RelatedSeriesSequence, []string{"SQ"}, "Related Series Sequence", "RelatedSeriesSequence", "1", false}, + LossyImageCompressionRetired: Info{LossyImageCompressionRetired, []string{"CS"}, "Lossy Image Compression (Retired)", "LossyImageCompressionRetired", "1", true}, + DerivationDescription: Info{DerivationDescription, []string{"ST"}, "Derivation Description", "DerivationDescription", "1", false}, + SourceImageSequence: Info{SourceImageSequence, []string{"SQ"}, "Source Image Sequence", "SourceImageSequence", "1", false}, + StageName: Info{StageName, []string{"SH"}, "Stage Name", "StageName", "1", false}, + StageNumber: Info{StageNumber, []string{"IS"}, "Stage Number", "StageNumber", "1", false}, + NumberOfStages: Info{NumberOfStages, []string{"IS"}, "Number of Stages", "NumberOfStages", "1", false}, + ViewName: Info{ViewName, []string{"SH"}, "View Name", "ViewName", "1", false}, + ViewNumber: Info{ViewNumber, []string{"IS"}, "View Number", "ViewNumber", "1", false}, + NumberOfEventTimers: Info{NumberOfEventTimers, []string{"IS"}, "Number of Event Timers", "NumberOfEventTimers", "1", false}, + NumberOfViewsInStage: Info{NumberOfViewsInStage, []string{"IS"}, "Number of Views in Stage", "NumberOfViewsInStage", "1", false}, + EventElapsedTimes: Info{EventElapsedTimes, []string{"DS"}, "Event Elapsed Time(s)", "EventElapsedTimes", "1-n", false}, + EventTimerNames: Info{EventTimerNames, []string{"LO"}, "Event Timer Name(s)", "EventTimerNames", "1-n", false}, + EventTimerSequence: Info{EventTimerSequence, []string{"SQ"}, "Event Timer Sequence", "EventTimerSequence", "1", false}, + EventTimeOffset: Info{EventTimeOffset, []string{"FD"}, "Event Time Offset", "EventTimeOffset", "1", false}, + EventCodeSequence: Info{EventCodeSequence, []string{"SQ"}, "Event Code Sequence", "EventCodeSequence", "1", false}, + StartTrim: Info{StartTrim, []string{"IS"}, "Start Trim", "StartTrim", "1", false}, + StopTrim: Info{StopTrim, []string{"IS"}, "Stop Trim", "StopTrim", "1", false}, + RecommendedDisplayFrameRate: Info{RecommendedDisplayFrameRate, []string{"IS"}, "Recommended Display Frame Rate", "RecommendedDisplayFrameRate", "1", false}, + TransducerPosition: Info{TransducerPosition, []string{"CS"}, "Transducer Position", "TransducerPosition", "1", true}, + TransducerOrientation: Info{TransducerOrientation, []string{"CS"}, "Transducer Orientation", "TransducerOrientation", "1", true}, + AnatomicStructure: Info{AnatomicStructure, []string{"CS"}, "Anatomic Structure", "AnatomicStructure", "1", true}, + AnatomicRegionSequence: Info{AnatomicRegionSequence, []string{"SQ"}, "Anatomic Region Sequence", "AnatomicRegionSequence", "1", false}, + AnatomicRegionModifierSequence: Info{AnatomicRegionModifierSequence, []string{"SQ"}, "Anatomic Region Modifier Sequence", "AnatomicRegionModifierSequence", "1", false}, + PrimaryAnatomicStructureSequence: Info{PrimaryAnatomicStructureSequence, []string{"SQ"}, "Primary Anatomic Structure Sequence", "PrimaryAnatomicStructureSequence", "1", false}, + AnatomicStructureSpaceOrRegionSequence: Info{AnatomicStructureSpaceOrRegionSequence, []string{"SQ"}, "Anatomic Structure, Space or Region Sequence", "AnatomicStructureSpaceOrRegionSequence", "1", true}, + PrimaryAnatomicStructureModifierSequence: Info{PrimaryAnatomicStructureModifierSequence, []string{"SQ"}, "Primary Anatomic Structure Modifier Sequence", "PrimaryAnatomicStructureModifierSequence", "1", false}, + TransducerPositionSequence: Info{TransducerPositionSequence, []string{"SQ"}, "Transducer Position Sequence", "TransducerPositionSequence", "1", true}, + TransducerPositionModifierSequence: Info{TransducerPositionModifierSequence, []string{"SQ"}, "Transducer Position Modifier Sequence", "TransducerPositionModifierSequence", "1", true}, + TransducerOrientationSequence: Info{TransducerOrientationSequence, []string{"SQ"}, "Transducer Orientation Sequence", "TransducerOrientationSequence", "1", true}, + TransducerOrientationModifierSequence: Info{TransducerOrientationModifierSequence, []string{"SQ"}, "Transducer Orientation Modifier Sequence", "TransducerOrientationModifierSequence", "1", true}, + AnatomicStructureSpaceOrRegionCodeSequenceTrial: Info{AnatomicStructureSpaceOrRegionCodeSequenceTrial, []string{"SQ"}, "Anatomic Structure Space Or Region Code Sequence (Trial)", "AnatomicStructureSpaceOrRegionCodeSequenceTrial", "1", true}, + AnatomicPortalOfEntranceCodeSequenceTrial: Info{AnatomicPortalOfEntranceCodeSequenceTrial, []string{"SQ"}, "Anatomic Portal Of Entrance Code Sequence (Trial)", "AnatomicPortalOfEntranceCodeSequenceTrial", "1", true}, + AnatomicApproachDirectionCodeSequenceTrial: Info{AnatomicApproachDirectionCodeSequenceTrial, []string{"SQ"}, "Anatomic Approach Direction Code Sequence (Trial)", "AnatomicApproachDirectionCodeSequenceTrial", "1", true}, + AnatomicPerspectiveDescriptionTrial: Info{AnatomicPerspectiveDescriptionTrial, []string{"ST"}, "Anatomic Perspective Description (Trial)", "AnatomicPerspectiveDescriptionTrial", "1", true}, + AnatomicPerspectiveCodeSequenceTrial: Info{AnatomicPerspectiveCodeSequenceTrial, []string{"SQ"}, "Anatomic Perspective Code Sequence (Trial)", "AnatomicPerspectiveCodeSequenceTrial", "1", true}, + AnatomicLocationOfExaminingInstrumentDescriptionTrial: Info{AnatomicLocationOfExaminingInstrumentDescriptionTrial, []string{"ST"}, "Anatomic Location Of Examining Instrument Description (Trial)", "AnatomicLocationOfExaminingInstrumentDescriptionTrial", "1", true}, + AnatomicLocationOfExaminingInstrumentCodeSequenceTrial: Info{AnatomicLocationOfExaminingInstrumentCodeSequenceTrial, []string{"SQ"}, "Anatomic Location Of Examining Instrument Code Sequence (Trial)", "AnatomicLocationOfExaminingInstrumentCodeSequenceTrial", "1", true}, AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial: Info{AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial, []string{"SQ"}, "Anatomic Structure Space Or Region Modifier Code Sequence (Trial)", "AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial", "1", true}, - OnAxisBackgroundAnatomicStructureCodeSequenceTrial: Info{OnAxisBackgroundAnatomicStructureCodeSequenceTrial, []string{"SQ"}, "On Axis Background Anatomic Structure Code Sequence (Trial)", "OnAxisBackgroundAnatomicStructureCodeSequenceTrial", "1", true}, - AlternateRepresentationSequence: Info{AlternateRepresentationSequence, []string{"SQ"}, "Alternate Representation Sequence", "AlternateRepresentationSequence", "1", false}, - AvailableTransferSyntaxUID: Info{AvailableTransferSyntaxUID, []string{"UI"}, "Available Transfer Syntax UID", "AvailableTransferSyntaxUID", "1-n", false}, - IrradiationEventUID: Info{IrradiationEventUID, []string{"UI"}, "Irradiation Event UID", "IrradiationEventUID", "1-n", false}, - SourceIrradiationEventSequence: Info{SourceIrradiationEventSequence, []string{"SQ"}, "Source Irradiation Event Sequence", "SourceIrradiationEventSequence", "1", false}, - RadiopharmaceuticalAdministrationEventUID: Info{RadiopharmaceuticalAdministrationEventUID, []string{"UI"}, "Radiopharmaceutical Administration Event UID", "RadiopharmaceuticalAdministrationEventUID", "1", false}, - IdentifyingComments: Info{IdentifyingComments, []string{"LT"}, "Identifying Comments", "IdentifyingComments", "1", true}, - FrameType: Info{FrameType, []string{"CS"}, "Frame Type", "FrameType", "4-5", false}, - ReferencedImageEvidenceSequence: Info{ReferencedImageEvidenceSequence, []string{"SQ"}, "Referenced Image Evidence Sequence", "ReferencedImageEvidenceSequence", "1", false}, - ReferencedRawDataSequence: Info{ReferencedRawDataSequence, []string{"SQ"}, "Referenced Raw Data Sequence", "ReferencedRawDataSequence", "1", false}, - CreatorVersionUID: Info{CreatorVersionUID, []string{"UI"}, "Creator-Version UID", "CreatorVersionUID", "1", false}, - DerivationImageSequence: Info{DerivationImageSequence, []string{"SQ"}, "Derivation Image Sequence", "DerivationImageSequence", "1", false}, - SourceImageEvidenceSequence: Info{SourceImageEvidenceSequence, []string{"SQ"}, "Source Image Evidence Sequence", "SourceImageEvidenceSequence", "1", false}, - PixelPresentation: Info{PixelPresentation, []string{"CS"}, "Pixel Presentation", "PixelPresentation", "1", false}, - VolumetricProperties: Info{VolumetricProperties, []string{"CS"}, "Volumetric Properties", "VolumetricProperties", "1", false}, - VolumeBasedCalculationTechnique: Info{VolumeBasedCalculationTechnique, []string{"CS"}, "Volume Based Calculation Technique", "VolumeBasedCalculationTechnique", "1", false}, - ComplexImageComponent: Info{ComplexImageComponent, []string{"CS"}, "Complex Image Component", "ComplexImageComponent", "1", false}, - AcquisitionContrast: Info{AcquisitionContrast, []string{"CS"}, "Acquisition Contrast", "AcquisitionContrast", "1", false}, - DerivationCodeSequence: Info{DerivationCodeSequence, []string{"SQ"}, "Derivation Code Sequence", "DerivationCodeSequence", "1", false}, - ReferencedPresentationStateSequence: Info{ReferencedPresentationStateSequence, []string{"SQ"}, "Referenced Presentation State Sequence", "ReferencedPresentationStateSequence", "1", false}, - ReferencedOtherPlaneSequence: Info{ReferencedOtherPlaneSequence, []string{"SQ"}, "Referenced Other Plane Sequence", "ReferencedOtherPlaneSequence", "1", false}, - FrameDisplaySequence: Info{FrameDisplaySequence, []string{"SQ"}, "Frame Display Sequence", "FrameDisplaySequence", "1", false}, - RecommendedDisplayFrameRateInFloat: Info{RecommendedDisplayFrameRateInFloat, []string{"FL"}, "Recommended Display Frame Rate in Float", "RecommendedDisplayFrameRateInFloat", "1", false}, - SkipFrameRangeFlag: Info{SkipFrameRangeFlag, []string{"CS"}, "Skip Frame Range Flag", "SkipFrameRangeFlag", "1", false}, - PatientName: Info{PatientName, []string{"PN"}, "Patient's Name", "PatientName", "1", false}, - PatientID: Info{PatientID, []string{"LO"}, "Patient ID", "PatientID", "1", false}, - IssuerOfPatientID: Info{IssuerOfPatientID, []string{"LO"}, "Issuer of Patient ID", "IssuerOfPatientID", "1", false}, - TypeOfPatientID: Info{TypeOfPatientID, []string{"CS"}, "Type of Patient ID", "TypeOfPatientID", "1", false}, - IssuerOfPatientIDQualifiersSequence: Info{IssuerOfPatientIDQualifiersSequence, []string{"SQ"}, "Issuer of Patient ID Qualifiers Sequence", "IssuerOfPatientIDQualifiersSequence", "1", false}, - SourcePatientGroupIdentificationSequence: Info{SourcePatientGroupIdentificationSequence, []string{"SQ"}, "Source Patient Group Identification Sequence", "SourcePatientGroupIdentificationSequence", "1", false}, - GroupOfPatientsIdentificationSequence: Info{GroupOfPatientsIdentificationSequence, []string{"SQ"}, "Group of Patients Identification Sequence", "GroupOfPatientsIdentificationSequence", "1", false}, - SubjectRelativePositionInImage: Info{SubjectRelativePositionInImage, []string{"US"}, "Subject Relative Position in Image", "SubjectRelativePositionInImage", "3", false}, - PatientBirthDate: Info{PatientBirthDate, []string{"DA"}, "Patient's Birth Date", "PatientBirthDate", "1", false}, - PatientBirthTime: Info{PatientBirthTime, []string{"TM"}, "Patient's Birth Time", "PatientBirthTime", "1", false}, - PatientBirthDateInAlternativeCalendar: Info{PatientBirthDateInAlternativeCalendar, []string{"LO"}, "Patient's Birth Date in Alternative Calendar", "PatientBirthDateInAlternativeCalendar", "1", false}, - PatientDeathDateInAlternativeCalendar: Info{PatientDeathDateInAlternativeCalendar, []string{"LO"}, "Patient's Death Date in Alternative Calendar", "PatientDeathDateInAlternativeCalendar", "1", false}, - PatientAlternativeCalendar: Info{PatientAlternativeCalendar, []string{"CS"}, "Patient's Alternative Calendar", "PatientAlternativeCalendar", "1", false}, - PatientSex: Info{PatientSex, []string{"CS"}, "Patient's Sex", "PatientSex", "1", false}, - PatientInsurancePlanCodeSequence: Info{PatientInsurancePlanCodeSequence, []string{"SQ"}, "Patient's Insurance Plan Code Sequence", "PatientInsurancePlanCodeSequence", "1", false}, - PatientPrimaryLanguageCodeSequence: Info{PatientPrimaryLanguageCodeSequence, []string{"SQ"}, "Patient's Primary Language Code Sequence", "PatientPrimaryLanguageCodeSequence", "1", false}, - PatientPrimaryLanguageModifierCodeSequence: Info{PatientPrimaryLanguageModifierCodeSequence, []string{"SQ"}, "Patient's Primary Language Modifier Code Sequence", "PatientPrimaryLanguageModifierCodeSequence", "1", false}, - QualityControlSubject: Info{QualityControlSubject, []string{"CS"}, "Quality Control Subject", "QualityControlSubject", "1", false}, - QualityControlSubjectTypeCodeSequence: Info{QualityControlSubjectTypeCodeSequence, []string{"SQ"}, "Quality Control Subject Type Code Sequence", "QualityControlSubjectTypeCodeSequence", "1", false}, - StrainDescription: Info{StrainDescription, []string{"UC"}, "Strain Description", "StrainDescription", "1", false}, - StrainNomenclature: Info{StrainNomenclature, []string{"LO"}, "Strain Nomenclature", "StrainNomenclature", "1", false}, - StrainStockNumber: Info{StrainStockNumber, []string{"LO"}, "Strain Stock Number", "StrainStockNumber", "1", false}, - StrainSourceRegistryCodeSequence: Info{StrainSourceRegistryCodeSequence, []string{"SQ"}, "Strain Source Registry Code Sequence", "StrainSourceRegistryCodeSequence", "1", false}, - StrainStockSequence: Info{StrainStockSequence, []string{"SQ"}, "Strain Stock Sequence", "StrainStockSequence", "1", false}, - StrainSource: Info{StrainSource, []string{"LO"}, "Strain Source", "StrainSource", "1", false}, - StrainAdditionalInformation: Info{StrainAdditionalInformation, []string{"UT"}, "Strain Additional Information", "StrainAdditionalInformation", "1", false}, - StrainCodeSequence: Info{StrainCodeSequence, []string{"SQ"}, "Strain Code Sequence", "StrainCodeSequence", "1", false}, - GeneticModificationsSequence: Info{GeneticModificationsSequence, []string{"SQ"}, "Genetic Modifications Sequence", "GeneticModificationsSequence", "1", false}, - GeneticModificationsDescription: Info{GeneticModificationsDescription, []string{"UC"}, "Genetic Modifications Description", "GeneticModificationsDescription", "1", false}, - GeneticModificationsNomenclature: Info{GeneticModificationsNomenclature, []string{"LO"}, "Genetic Modifications Nomenclature", "GeneticModificationsNomenclature", "1", false}, - GeneticModificationsCodeSequence: Info{GeneticModificationsCodeSequence, []string{"SQ"}, "Genetic Modifications Code Sequence", "GeneticModificationsCodeSequence", "1", false}, - OtherPatientIDs: Info{OtherPatientIDs, []string{"LO"}, "Other Patient IDs", "OtherPatientIDs", "1-n", true}, - OtherPatientNames: Info{OtherPatientNames, []string{"PN"}, "Other Patient Names", "OtherPatientNames", "1-n", false}, - OtherPatientIDsSequence: Info{OtherPatientIDsSequence, []string{"SQ"}, "Other Patient IDs Sequence", "OtherPatientIDsSequence", "1", false}, - PatientBirthName: Info{PatientBirthName, []string{"PN"}, "Patient's Birth Name", "PatientBirthName", "1", false}, - PatientAge: Info{PatientAge, []string{"AS"}, "Patient's Age", "PatientAge", "1", false}, - PatientSize: Info{PatientSize, []string{"DS"}, "Patient's Size", "PatientSize", "1", false}, - PatientSizeCodeSequence: Info{PatientSizeCodeSequence, []string{"SQ"}, "Patient's Size Code Sequence", "PatientSizeCodeSequence", "1", false}, - PatientBodyMassIndex: Info{PatientBodyMassIndex, []string{"DS"}, "Patient's Body Mass Index", "PatientBodyMassIndex", "1", false}, - MeasuredAPDimension: Info{MeasuredAPDimension, []string{"DS"}, "Measured AP Dimension", "MeasuredAPDimension", "1", false}, - MeasuredLateralDimension: Info{MeasuredLateralDimension, []string{"DS"}, "Measured Lateral Dimension", "MeasuredLateralDimension", "1", false}, - PatientWeight: Info{PatientWeight, []string{"DS"}, "Patient's Weight", "PatientWeight", "1", false}, - PatientAddress: Info{PatientAddress, []string{"LO"}, "Patient's Address", "PatientAddress", "1", false}, - InsurancePlanIdentification: Info{InsurancePlanIdentification, []string{"LO"}, "Insurance Plan Identification", "InsurancePlanIdentification", "1-n", true}, - PatientMotherBirthName: Info{PatientMotherBirthName, []string{"PN"}, "Patient's Mother's Birth Name", "PatientMotherBirthName", "1", false}, - MilitaryRank: Info{MilitaryRank, []string{"LO"}, "Military Rank", "MilitaryRank", "1", false}, - BranchOfService: Info{BranchOfService, []string{"LO"}, "Branch of Service", "BranchOfService", "1", false}, - MedicalRecordLocator: Info{MedicalRecordLocator, []string{"LO"}, "Medical Record Locator", "MedicalRecordLocator", "1", true}, - ReferencedPatientPhotoSequence: Info{ReferencedPatientPhotoSequence, []string{"SQ"}, "Referenced Patient Photo Sequence", "ReferencedPatientPhotoSequence", "1", false}, - MedicalAlerts: Info{MedicalAlerts, []string{"LO"}, "Medical Alerts", "MedicalAlerts", "1-n", false}, - Allergies: Info{Allergies, []string{"LO"}, "Allergies", "Allergies", "1-n", false}, - CountryOfResidence: Info{CountryOfResidence, []string{"LO"}, "Country of Residence", "CountryOfResidence", "1", false}, - RegionOfResidence: Info{RegionOfResidence, []string{"LO"}, "Region of Residence", "RegionOfResidence", "1", false}, - PatientTelephoneNumbers: Info{PatientTelephoneNumbers, []string{"SH"}, "Patient's Telephone Numbers", "PatientTelephoneNumbers", "1-n", false}, - PatientTelecomInformation: Info{PatientTelecomInformation, []string{"LT"}, "Patient's Telecom Information", "PatientTelecomInformation", "1", false}, - EthnicGroup: Info{EthnicGroup, []string{"SH"}, "Ethnic Group", "EthnicGroup", "1", false}, - Occupation: Info{Occupation, []string{"SH"}, "Occupation", "Occupation", "1", false}, - SmokingStatus: Info{SmokingStatus, []string{"CS"}, "Smoking Status", "SmokingStatus", "1", false}, - AdditionalPatientHistory: Info{AdditionalPatientHistory, []string{"LT"}, "Additional Patient History", "AdditionalPatientHistory", "1", false}, - PregnancyStatus: Info{PregnancyStatus, []string{"US"}, "Pregnancy Status", "PregnancyStatus", "1", false}, - LastMenstrualDate: Info{LastMenstrualDate, []string{"DA"}, "Last Menstrual Date", "LastMenstrualDate", "1", false}, - PatientReligiousPreference: Info{PatientReligiousPreference, []string{"LO"}, "Patient's Religious Preference", "PatientReligiousPreference", "1", false}, - PatientSpeciesDescription: Info{PatientSpeciesDescription, []string{"LO"}, "Patient Species Description", "PatientSpeciesDescription", "1", false}, - PatientSpeciesCodeSequence: Info{PatientSpeciesCodeSequence, []string{"SQ"}, "Patient Species Code Sequence", "PatientSpeciesCodeSequence", "1", false}, - PatientSexNeutered: Info{PatientSexNeutered, []string{"CS"}, "Patient's Sex Neutered", "PatientSexNeutered", "1", false}, - AnatomicalOrientationType: Info{AnatomicalOrientationType, []string{"CS"}, "Anatomical Orientation Type", "AnatomicalOrientationType", "1", false}, - PatientBreedDescription: Info{PatientBreedDescription, []string{"LO"}, "Patient Breed Description", "PatientBreedDescription", "1", false}, - PatientBreedCodeSequence: Info{PatientBreedCodeSequence, []string{"SQ"}, "Patient Breed Code Sequence", "PatientBreedCodeSequence", "1", false}, - BreedRegistrationSequence: Info{BreedRegistrationSequence, []string{"SQ"}, "Breed Registration Sequence", "BreedRegistrationSequence", "1", false}, - BreedRegistrationNumber: Info{BreedRegistrationNumber, []string{"LO"}, "Breed Registration Number", "BreedRegistrationNumber", "1", false}, - BreedRegistryCodeSequence: Info{BreedRegistryCodeSequence, []string{"SQ"}, "Breed Registry Code Sequence", "BreedRegistryCodeSequence", "1", false}, - ResponsiblePerson: Info{ResponsiblePerson, []string{"PN"}, "Responsible Person", "ResponsiblePerson", "1", false}, - ResponsiblePersonRole: Info{ResponsiblePersonRole, []string{"CS"}, "Responsible Person Role", "ResponsiblePersonRole", "1", false}, - ResponsibleOrganization: Info{ResponsibleOrganization, []string{"LO"}, "Responsible Organization", "ResponsibleOrganization", "1", false}, - PatientComments: Info{PatientComments, []string{"LT"}, "Patient Comments", "PatientComments", "1", false}, - ExaminedBodyThickness: Info{ExaminedBodyThickness, []string{"FL"}, "Examined Body Thickness", "ExaminedBodyThickness", "1", false}, - ClinicalTrialSponsorName: Info{ClinicalTrialSponsorName, []string{"LO"}, "Clinical Trial Sponsor Name", "ClinicalTrialSponsorName", "1", false}, - ClinicalTrialProtocolID: Info{ClinicalTrialProtocolID, []string{"LO"}, "Clinical Trial Protocol ID", "ClinicalTrialProtocolID", "1", false}, - ClinicalTrialProtocolName: Info{ClinicalTrialProtocolName, []string{"LO"}, "Clinical Trial Protocol Name", "ClinicalTrialProtocolName", "1", false}, - IssuerOfClinicalTrialProtocolID: Info{IssuerOfClinicalTrialProtocolID, []string{"LO"}, "Issuer of Clinical Trial Protocol ID", "IssuerOfClinicalTrialProtocolID", "1", false}, - OtherClinicalTrialProtocolIDsSequence: Info{OtherClinicalTrialProtocolIDsSequence, []string{"SQ"}, "Other Clinical Trial Protocol IDs Sequence", "OtherClinicalTrialProtocolIDsSequence", "1", false}, - ClinicalTrialSiteID: Info{ClinicalTrialSiteID, []string{"LO"}, "Clinical Trial Site ID", "ClinicalTrialSiteID", "1", false}, - ClinicalTrialSiteName: Info{ClinicalTrialSiteName, []string{"LO"}, "Clinical Trial Site Name", "ClinicalTrialSiteName", "1", false}, - IssuerOfClinicalTrialSiteID: Info{IssuerOfClinicalTrialSiteID, []string{"LO"}, "Issuer of Clinical Trial Site ID", "IssuerOfClinicalTrialSiteID", "1", false}, - ClinicalTrialSubjectID: Info{ClinicalTrialSubjectID, []string{"LO"}, "Clinical Trial Subject ID", "ClinicalTrialSubjectID", "1", false}, - IssuerOfClinicalTrialSubjectID: Info{IssuerOfClinicalTrialSubjectID, []string{"LO"}, "Issuer of Clinical Trial Subject ID", "IssuerOfClinicalTrialSubjectID", "1", false}, - ClinicalTrialSubjectReadingID: Info{ClinicalTrialSubjectReadingID, []string{"LO"}, "Clinical Trial Subject Reading ID", "ClinicalTrialSubjectReadingID", "1", false}, - IssuerOfClinicalTrialSubjectReadingID: Info{IssuerOfClinicalTrialSubjectReadingID, []string{"LO"}, "Issuer of Clinical Trial Subject Reading ID", "IssuerOfClinicalTrialSubjectReadingID", "1", false}, - ClinicalTrialTimePointID: Info{ClinicalTrialTimePointID, []string{"LO"}, "Clinical Trial Time Point ID", "ClinicalTrialTimePointID", "1", false}, - ClinicalTrialTimePointDescription: Info{ClinicalTrialTimePointDescription, []string{"ST"}, "Clinical Trial Time Point Description", "ClinicalTrialTimePointDescription", "1", false}, - LongitudinalTemporalOffsetFromEvent: Info{LongitudinalTemporalOffsetFromEvent, []string{"FD"}, "Longitudinal Temporal Offset from Event", "LongitudinalTemporalOffsetFromEvent", "1", false}, - LongitudinalTemporalEventType: Info{LongitudinalTemporalEventType, []string{"CS"}, "Longitudinal Temporal Event Type", "LongitudinalTemporalEventType", "1", false}, - ClinicalTrialTimePointTypeCodeSequence: Info{ClinicalTrialTimePointTypeCodeSequence, []string{"SQ"}, "Clinical Trial Time Point Type Code Sequence", "ClinicalTrialTimePointTypeCodeSequence", "1", false}, - IssuerOfClinicalTrialTimePointID: Info{IssuerOfClinicalTrialTimePointID, []string{"LO"}, "Issuer of Clinical Trial Time Point ID", "IssuerOfClinicalTrialTimePointID", "1", false}, - ClinicalTrialCoordinatingCenterName: Info{ClinicalTrialCoordinatingCenterName, []string{"LO"}, "Clinical Trial Coordinating Center Name", "ClinicalTrialCoordinatingCenterName", "1", false}, - PatientIdentityRemoved: Info{PatientIdentityRemoved, []string{"CS"}, "Patient Identity Removed", "PatientIdentityRemoved", "1", false}, - DeidentificationMethod: Info{DeidentificationMethod, []string{"LO"}, "De-identification Method", "DeidentificationMethod", "1-n", false}, - DeidentificationMethodCodeSequence: Info{DeidentificationMethodCodeSequence, []string{"SQ"}, "De-identification Method Code Sequence", "DeidentificationMethodCodeSequence", "1", false}, - ClinicalTrialSeriesID: Info{ClinicalTrialSeriesID, []string{"LO"}, "Clinical Trial Series ID", "ClinicalTrialSeriesID", "1", false}, - ClinicalTrialSeriesDescription: Info{ClinicalTrialSeriesDescription, []string{"LO"}, "Clinical Trial Series Description", "ClinicalTrialSeriesDescription", "1", false}, - IssuerOfClinicalTrialSeriesID: Info{IssuerOfClinicalTrialSeriesID, []string{"LO"}, "Issuer of Clinical Trial Series ID", "IssuerOfClinicalTrialSeriesID", "1", false}, - ClinicalTrialProtocolEthicsCommitteeName: Info{ClinicalTrialProtocolEthicsCommitteeName, []string{"LO"}, "Clinical Trial Protocol Ethics Committee Name", "ClinicalTrialProtocolEthicsCommitteeName", "1", false}, - ClinicalTrialProtocolEthicsCommitteeApprovalNumber: Info{ClinicalTrialProtocolEthicsCommitteeApprovalNumber, []string{"LO"}, "Clinical Trial Protocol Ethics Committee Approval Number", "ClinicalTrialProtocolEthicsCommitteeApprovalNumber", "1", false}, - ConsentForClinicalTrialUseSequence: Info{ConsentForClinicalTrialUseSequence, []string{"SQ"}, "Consent for Clinical Trial Use Sequence", "ConsentForClinicalTrialUseSequence", "1", false}, - DistributionType: Info{DistributionType, []string{"CS"}, "Distribution Type", "DistributionType", "1", false}, - ConsentForDistributionFlag: Info{ConsentForDistributionFlag, []string{"CS"}, "Consent for Distribution Flag", "ConsentForDistributionFlag", "1", false}, - EthicsCommitteeApprovalEffectivenessStartDate: Info{EthicsCommitteeApprovalEffectivenessStartDate, []string{"DA"}, "Ethics Committee Approval Effectiveness Start Date", "EthicsCommitteeApprovalEffectivenessStartDate", "1", false}, - EthicsCommitteeApprovalEffectivenessEndDate: Info{EthicsCommitteeApprovalEffectivenessEndDate, []string{"DA"}, "Ethics Committee Approval Effectiveness End Date", "EthicsCommitteeApprovalEffectivenessEndDate", "1", false}, - CADFileFormat: Info{CADFileFormat, []string{"ST"}, "CAD File Format", "CADFileFormat", "1", true}, - ComponentReferenceSystem: Info{ComponentReferenceSystem, []string{"ST"}, "Component Reference System", "ComponentReferenceSystem", "1", true}, - ComponentManufacturingProcedure: Info{ComponentManufacturingProcedure, []string{"ST"}, "Component Manufacturing Procedure", "ComponentManufacturingProcedure", "1", false}, - ComponentManufacturer: Info{ComponentManufacturer, []string{"ST"}, "Component Manufacturer", "ComponentManufacturer", "1", false}, - MaterialThickness: Info{MaterialThickness, []string{"DS"}, "Material Thickness", "MaterialThickness", "1-n", false}, - MaterialPipeDiameter: Info{MaterialPipeDiameter, []string{"DS"}, "Material Pipe Diameter", "MaterialPipeDiameter", "1-n", false}, - MaterialIsolationDiameter: Info{MaterialIsolationDiameter, []string{"DS"}, "Material Isolation Diameter", "MaterialIsolationDiameter", "1-n", false}, - MaterialGrade: Info{MaterialGrade, []string{"ST"}, "Material Grade", "MaterialGrade", "1", false}, - MaterialPropertiesDescription: Info{MaterialPropertiesDescription, []string{"ST"}, "Material Properties Description", "MaterialPropertiesDescription", "1", false}, - MaterialPropertiesFileFormatRetired: Info{MaterialPropertiesFileFormatRetired, []string{"ST"}, "Material Properties File Format (Retired)", "MaterialPropertiesFileFormatRetired", "1", true}, - MaterialNotes: Info{MaterialNotes, []string{"LT"}, "Material Notes", "MaterialNotes", "1", false}, - ComponentShape: Info{ComponentShape, []string{"CS"}, "Component Shape", "ComponentShape", "1", false}, - CurvatureType: Info{CurvatureType, []string{"CS"}, "Curvature Type", "CurvatureType", "1", false}, - OuterDiameter: Info{OuterDiameter, []string{"DS"}, "Outer Diameter", "OuterDiameter", "1", false}, - InnerDiameter: Info{InnerDiameter, []string{"DS"}, "Inner Diameter", "InnerDiameter", "1", false}, - ComponentWelderIDs: Info{ComponentWelderIDs, []string{"LO"}, "Component Welder IDs", "ComponentWelderIDs", "1-n", false}, - SecondaryApprovalStatus: Info{SecondaryApprovalStatus, []string{"CS"}, "Secondary Approval Status", "SecondaryApprovalStatus", "1", false}, - SecondaryReviewDate: Info{SecondaryReviewDate, []string{"DA"}, "Secondary Review Date", "SecondaryReviewDate", "1", false}, - SecondaryReviewTime: Info{SecondaryReviewTime, []string{"TM"}, "Secondary Review Time", "SecondaryReviewTime", "1", false}, - SecondaryReviewerName: Info{SecondaryReviewerName, []string{"PN"}, "Secondary Reviewer Name", "SecondaryReviewerName", "1", false}, - RepairID: Info{RepairID, []string{"ST"}, "Repair ID", "RepairID", "1", false}, - MultipleComponentApprovalSequence: Info{MultipleComponentApprovalSequence, []string{"SQ"}, "Multiple Component Approval Sequence", "MultipleComponentApprovalSequence", "1", false}, - OtherApprovalStatus: Info{OtherApprovalStatus, []string{"CS"}, "Other Approval Status", "OtherApprovalStatus", "1-n", false}, - OtherSecondaryApprovalStatus: Info{OtherSecondaryApprovalStatus, []string{"CS"}, "Other Secondary Approval Status", "OtherSecondaryApprovalStatus", "1-n", false}, - DataElementLabelSequence: Info{DataElementLabelSequence, []string{"SQ"}, "Data Element Label Sequence", "DataElementLabelSequence", "1", false}, - DataElementLabelItemSequence: Info{DataElementLabelItemSequence, []string{"SQ"}, "Data Element Label Item Sequence", "DataElementLabelItemSequence", "1", false}, - DataElement: Info{DataElement, []string{"AT"}, "Data Element", "DataElement", "1", false}, - DataElementName: Info{DataElementName, []string{"LO"}, "Data Element Name", "DataElementName", "1", false}, - DataElementDescription: Info{DataElementDescription, []string{"LO"}, "Data Element Description", "DataElementDescription", "1", false}, - DataElementConditionality: Info{DataElementConditionality, []string{"CS"}, "Data Element Conditionality", "DataElementConditionality", "1", false}, - DataElementMinimumCharacters: Info{DataElementMinimumCharacters, []string{"IS"}, "Data Element Minimum Characters", "DataElementMinimumCharacters", "1", false}, - DataElementMaximumCharacters: Info{DataElementMaximumCharacters, []string{"IS"}, "Data Element Maximum Characters", "DataElementMaximumCharacters", "1", false}, - ActualEnvironmentalConditions: Info{ActualEnvironmentalConditions, []string{"ST"}, "Actual Environmental Conditions", "ActualEnvironmentalConditions", "1", false}, - ExpiryDate: Info{ExpiryDate, []string{"DA"}, "Expiry Date", "ExpiryDate", "1", false}, - EnvironmentalConditions: Info{EnvironmentalConditions, []string{"ST"}, "Environmental Conditions", "EnvironmentalConditions", "1", false}, - EvaluatorSequence: Info{EvaluatorSequence, []string{"SQ"}, "Evaluator Sequence", "EvaluatorSequence", "1", false}, - EvaluatorNumber: Info{EvaluatorNumber, []string{"IS"}, "Evaluator Number", "EvaluatorNumber", "1", false}, - EvaluatorName: Info{EvaluatorName, []string{"PN"}, "Evaluator Name", "EvaluatorName", "1", false}, - EvaluationAttempt: Info{EvaluationAttempt, []string{"IS"}, "Evaluation Attempt", "EvaluationAttempt", "1", false}, - IndicationSequence: Info{IndicationSequence, []string{"SQ"}, "Indication Sequence", "IndicationSequence", "1", false}, - IndicationNumber: Info{IndicationNumber, []string{"IS"}, "Indication Number", "IndicationNumber", "1", false}, - IndicationLabel: Info{IndicationLabel, []string{"SH"}, "Indication Label", "IndicationLabel", "1", false}, - IndicationDescription: Info{IndicationDescription, []string{"ST"}, "Indication Description", "IndicationDescription", "1", false}, - IndicationType: Info{IndicationType, []string{"CS"}, "Indication Type", "IndicationType", "1-n", false}, - IndicationDisposition: Info{IndicationDisposition, []string{"CS"}, "Indication Disposition", "IndicationDisposition", "1", false}, - IndicationROISequence: Info{IndicationROISequence, []string{"SQ"}, "Indication ROI Sequence", "IndicationROISequence", "1", false}, - IndicationPhysicalPropertySequence: Info{IndicationPhysicalPropertySequence, []string{"SQ"}, "Indication Physical Property Sequence", "IndicationPhysicalPropertySequence", "1", false}, - PropertyLabel: Info{PropertyLabel, []string{"SH"}, "Property Label", "PropertyLabel", "1", false}, - CoordinateSystemNumberOfAxes: Info{CoordinateSystemNumberOfAxes, []string{"IS"}, "Coordinate System Number of Axes", "CoordinateSystemNumberOfAxes", "1", false}, - CoordinateSystemAxesSequence: Info{CoordinateSystemAxesSequence, []string{"SQ"}, "Coordinate System Axes Sequence", "CoordinateSystemAxesSequence", "1", false}, - CoordinateSystemAxisDescription: Info{CoordinateSystemAxisDescription, []string{"ST"}, "Coordinate System Axis Description", "CoordinateSystemAxisDescription", "1", false}, - CoordinateSystemDataSetMapping: Info{CoordinateSystemDataSetMapping, []string{"CS"}, "Coordinate System Data Set Mapping", "CoordinateSystemDataSetMapping", "1", false}, - CoordinateSystemAxisNumber: Info{CoordinateSystemAxisNumber, []string{"IS"}, "Coordinate System Axis Number", "CoordinateSystemAxisNumber", "1", false}, - CoordinateSystemAxisType: Info{CoordinateSystemAxisType, []string{"CS"}, "Coordinate System Axis Type", "CoordinateSystemAxisType", "1", false}, - CoordinateSystemAxisUnits: Info{CoordinateSystemAxisUnits, []string{"CS"}, "Coordinate System Axis Units", "CoordinateSystemAxisUnits", "1", false}, - CoordinateSystemAxisValues: Info{CoordinateSystemAxisValues, []string{"OB"}, "Coordinate System Axis Values", "CoordinateSystemAxisValues", "1", false}, - CoordinateSystemTransformSequence: Info{CoordinateSystemTransformSequence, []string{"SQ"}, "Coordinate System Transform Sequence", "CoordinateSystemTransformSequence", "1", false}, - TransformDescription: Info{TransformDescription, []string{"ST"}, "Transform Description", "TransformDescription", "1", false}, - TransformNumberOfAxes: Info{TransformNumberOfAxes, []string{"IS"}, "Transform Number of Axes", "TransformNumberOfAxes", "1", false}, - TransformOrderOfAxes: Info{TransformOrderOfAxes, []string{"IS"}, "Transform Order of Axes", "TransformOrderOfAxes", "1-n", false}, - TransformedAxisUnits: Info{TransformedAxisUnits, []string{"CS"}, "Transformed Axis Units", "TransformedAxisUnits", "1", false}, - CoordinateSystemTransformRotationAndScaleMatrix: Info{CoordinateSystemTransformRotationAndScaleMatrix, []string{"DS"}, "Coordinate System Transform Rotation and Scale Matrix", "CoordinateSystemTransformRotationAndScaleMatrix", "1-n", false}, - CoordinateSystemTransformTranslationMatrix: Info{CoordinateSystemTransformTranslationMatrix, []string{"DS"}, "Coordinate System Transform Translation Matrix", "CoordinateSystemTransformTranslationMatrix", "1-n", false}, - InternalDetectorFrameTime: Info{InternalDetectorFrameTime, []string{"DS"}, "Internal Detector Frame Time", "InternalDetectorFrameTime", "1", false}, - NumberOfFramesIntegrated: Info{NumberOfFramesIntegrated, []string{"DS"}, "Number of Frames Integrated", "NumberOfFramesIntegrated", "1", false}, - DetectorTemperatureSequence: Info{DetectorTemperatureSequence, []string{"SQ"}, "Detector Temperature Sequence", "DetectorTemperatureSequence", "1", false}, - SensorName: Info{SensorName, []string{"ST"}, "Sensor Name", "SensorName", "1", false}, - HorizontalOffsetOfSensor: Info{HorizontalOffsetOfSensor, []string{"DS"}, "Horizontal Offset of Sensor", "HorizontalOffsetOfSensor", "1", false}, - VerticalOffsetOfSensor: Info{VerticalOffsetOfSensor, []string{"DS"}, "Vertical Offset of Sensor", "VerticalOffsetOfSensor", "1", false}, - SensorTemperature: Info{SensorTemperature, []string{"DS"}, "Sensor Temperature", "SensorTemperature", "1", false}, - DarkCurrentSequence: Info{DarkCurrentSequence, []string{"SQ"}, "Dark Current Sequence", "DarkCurrentSequence", "1", false}, - DarkCurrentCounts: Info{DarkCurrentCounts, []string{"OB", "OW"}, "Dark Current Counts", "DarkCurrentCounts", "1", false}, - GainCorrectionReferenceSequence: Info{GainCorrectionReferenceSequence, []string{"SQ"}, "Gain Correction Reference Sequence", "GainCorrectionReferenceSequence", "1", false}, - AirCounts: Info{AirCounts, []string{"OB", "OW"}, "Air Counts", "AirCounts", "1", false}, - KVUsedInGainCalibration: Info{KVUsedInGainCalibration, []string{"DS"}, "KV Used in Gain Calibration", "KVUsedInGainCalibration", "1", false}, - MAUsedInGainCalibration: Info{MAUsedInGainCalibration, []string{"DS"}, "MA Used in Gain Calibration", "MAUsedInGainCalibration", "1", false}, - NumberOfFramesUsedForIntegration: Info{NumberOfFramesUsedForIntegration, []string{"DS"}, "Number of Frames Used for Integration", "NumberOfFramesUsedForIntegration", "1", false}, - FilterMaterialUsedInGainCalibration: Info{FilterMaterialUsedInGainCalibration, []string{"LO"}, "Filter Material Used in Gain Calibration", "FilterMaterialUsedInGainCalibration", "1", false}, - FilterThicknessUsedInGainCalibration: Info{FilterThicknessUsedInGainCalibration, []string{"DS"}, "Filter Thickness Used in Gain Calibration", "FilterThicknessUsedInGainCalibration", "1", false}, - DateOfGainCalibration: Info{DateOfGainCalibration, []string{"DA"}, "Date of Gain Calibration", "DateOfGainCalibration", "1", false}, - TimeOfGainCalibration: Info{TimeOfGainCalibration, []string{"TM"}, "Time of Gain Calibration", "TimeOfGainCalibration", "1", false}, - BadPixelImage: Info{BadPixelImage, []string{"OB"}, "Bad Pixel Image", "BadPixelImage", "1", false}, - CalibrationNotes: Info{CalibrationNotes, []string{"LT"}, "Calibration Notes", "CalibrationNotes", "1", false}, - LinearityCorrectionTechnique: Info{LinearityCorrectionTechnique, []string{"LT"}, "Linearity Correction Technique", "LinearityCorrectionTechnique", "1", false}, - BeamHardeningCorrectionTechnique: Info{BeamHardeningCorrectionTechnique, []string{"LT"}, "Beam Hardening Correction Technique", "BeamHardeningCorrectionTechnique", "1", false}, - PulserEquipmentSequence: Info{PulserEquipmentSequence, []string{"SQ"}, "Pulser Equipment Sequence", "PulserEquipmentSequence", "1", false}, - PulserType: Info{PulserType, []string{"CS"}, "Pulser Type", "PulserType", "1", false}, - PulserNotes: Info{PulserNotes, []string{"LT"}, "Pulser Notes", "PulserNotes", "1", false}, - ReceiverEquipmentSequence: Info{ReceiverEquipmentSequence, []string{"SQ"}, "Receiver Equipment Sequence", "ReceiverEquipmentSequence", "1", false}, - AmplifierType: Info{AmplifierType, []string{"CS"}, "Amplifier Type", "AmplifierType", "1", false}, - ReceiverNotes: Info{ReceiverNotes, []string{"LT"}, "Receiver Notes", "ReceiverNotes", "1", false}, - PreAmplifierEquipmentSequence: Info{PreAmplifierEquipmentSequence, []string{"SQ"}, "Pre-Amplifier Equipment Sequence", "PreAmplifierEquipmentSequence", "1", false}, - PreAmplifierNotes: Info{PreAmplifierNotes, []string{"LT"}, "Pre-Amplifier Notes", "PreAmplifierNotes", "1", false}, - TransmitTransducerSequence: Info{TransmitTransducerSequence, []string{"SQ"}, "Transmit Transducer Sequence", "TransmitTransducerSequence", "1", false}, - ReceiveTransducerSequence: Info{ReceiveTransducerSequence, []string{"SQ"}, "Receive Transducer Sequence", "ReceiveTransducerSequence", "1", false}, - NumberOfElements: Info{NumberOfElements, []string{"US"}, "Number of Elements", "NumberOfElements", "1", false}, - ElementShape: Info{ElementShape, []string{"CS"}, "Element Shape", "ElementShape", "1", false}, - ElementDimensionA: Info{ElementDimensionA, []string{"DS"}, "Element Dimension A", "ElementDimensionA", "1", false}, - ElementDimensionB: Info{ElementDimensionB, []string{"DS"}, "Element Dimension B", "ElementDimensionB", "1", false}, - ElementPitchA: Info{ElementPitchA, []string{"DS"}, "Element Pitch A", "ElementPitchA", "1", false}, - MeasuredBeamDimensionA: Info{MeasuredBeamDimensionA, []string{"DS"}, "Measured Beam Dimension A", "MeasuredBeamDimensionA", "1", false}, - MeasuredBeamDimensionB: Info{MeasuredBeamDimensionB, []string{"DS"}, "Measured Beam Dimension B", "MeasuredBeamDimensionB", "1", false}, - LocationOfMeasuredBeamDiameter: Info{LocationOfMeasuredBeamDiameter, []string{"DS"}, "Location of Measured Beam Diameter", "LocationOfMeasuredBeamDiameter", "1", false}, - NominalFrequency: Info{NominalFrequency, []string{"DS"}, "Nominal Frequency", "NominalFrequency", "1", false}, - MeasuredCenterFrequency: Info{MeasuredCenterFrequency, []string{"DS"}, "Measured Center Frequency", "MeasuredCenterFrequency", "1", false}, - MeasuredBandwidth: Info{MeasuredBandwidth, []string{"DS"}, "Measured Bandwidth", "MeasuredBandwidth", "1", false}, - ElementPitchB: Info{ElementPitchB, []string{"DS"}, "Element Pitch B", "ElementPitchB", "1", false}, - PulserSettingsSequence: Info{PulserSettingsSequence, []string{"SQ"}, "Pulser Settings Sequence", "PulserSettingsSequence", "1", false}, - PulseWidth: Info{PulseWidth, []string{"DS"}, "Pulse Width", "PulseWidth", "1", false}, - ExcitationFrequency: Info{ExcitationFrequency, []string{"DS"}, "Excitation Frequency", "ExcitationFrequency", "1", false}, - ModulationType: Info{ModulationType, []string{"CS"}, "Modulation Type", "ModulationType", "1", false}, - Damping: Info{Damping, []string{"DS"}, "Damping", "Damping", "1", false}, - ReceiverSettingsSequence: Info{ReceiverSettingsSequence, []string{"SQ"}, "Receiver Settings Sequence", "ReceiverSettingsSequence", "1", false}, - AcquiredSoundpathLength: Info{AcquiredSoundpathLength, []string{"DS"}, "Acquired Soundpath Length", "AcquiredSoundpathLength", "1", false}, - AcquisitionCompressionType: Info{AcquisitionCompressionType, []string{"CS"}, "Acquisition Compression Type", "AcquisitionCompressionType", "1", false}, - AcquisitionSampleSize: Info{AcquisitionSampleSize, []string{"IS"}, "Acquisition Sample Size", "AcquisitionSampleSize", "1", false}, - RectifierSmoothing: Info{RectifierSmoothing, []string{"DS"}, "Rectifier Smoothing", "RectifierSmoothing", "1", false}, - DACSequence: Info{DACSequence, []string{"SQ"}, "DAC Sequence", "DACSequence", "1", false}, - DACType: Info{DACType, []string{"CS"}, "DAC Type", "DACType", "1", false}, - DACGainPoints: Info{DACGainPoints, []string{"DS"}, "DAC Gain Points", "DACGainPoints", "1-n", false}, - DACTimePoints: Info{DACTimePoints, []string{"DS"}, "DAC Time Points", "DACTimePoints", "1-n", false}, - DACAmplitude: Info{DACAmplitude, []string{"DS"}, "DAC Amplitude", "DACAmplitude", "1-n", false}, - PreAmplifierSettingsSequence: Info{PreAmplifierSettingsSequence, []string{"SQ"}, "Pre-Amplifier Settings Sequence", "PreAmplifierSettingsSequence", "1", false}, - TransmitTransducerSettingsSequence: Info{TransmitTransducerSettingsSequence, []string{"SQ"}, "Transmit Transducer Settings Sequence", "TransmitTransducerSettingsSequence", "1", false}, - ReceiveTransducerSettingsSequence: Info{ReceiveTransducerSettingsSequence, []string{"SQ"}, "Receive Transducer Settings Sequence", "ReceiveTransducerSettingsSequence", "1", false}, - IncidentAngle: Info{IncidentAngle, []string{"DS"}, "Incident Angle", "IncidentAngle", "1", false}, - CouplingTechnique: Info{CouplingTechnique, []string{"ST"}, "Coupling Technique", "CouplingTechnique", "1", false}, - CouplingMedium: Info{CouplingMedium, []string{"ST"}, "Coupling Medium", "CouplingMedium", "1", false}, - CouplingVelocity: Info{CouplingVelocity, []string{"DS"}, "Coupling Velocity", "CouplingVelocity", "1", false}, - ProbeCenterLocationX: Info{ProbeCenterLocationX, []string{"DS"}, "Probe Center Location X", "ProbeCenterLocationX", "1", false}, - ProbeCenterLocationZ: Info{ProbeCenterLocationZ, []string{"DS"}, "Probe Center Location Z", "ProbeCenterLocationZ", "1", false}, - SoundPathLength: Info{SoundPathLength, []string{"DS"}, "Sound Path Length", "SoundPathLength", "1", false}, - DelayLawIdentifier: Info{DelayLawIdentifier, []string{"ST"}, "Delay Law Identifier", "DelayLawIdentifier", "1", false}, - GateSettingsSequence: Info{GateSettingsSequence, []string{"SQ"}, "Gate Settings Sequence", "GateSettingsSequence", "1", false}, - GateThreshold: Info{GateThreshold, []string{"DS"}, "Gate Threshold", "GateThreshold", "1", false}, - VelocityOfSound: Info{VelocityOfSound, []string{"DS"}, "Velocity of Sound", "VelocityOfSound", "1", false}, - CalibrationSettingsSequence: Info{CalibrationSettingsSequence, []string{"SQ"}, "Calibration Settings Sequence", "CalibrationSettingsSequence", "1", false}, - CalibrationProcedure: Info{CalibrationProcedure, []string{"ST"}, "Calibration Procedure", "CalibrationProcedure", "1", false}, - ProcedureVersion: Info{ProcedureVersion, []string{"SH"}, "Procedure Version", "ProcedureVersion", "1", false}, - ProcedureCreationDate: Info{ProcedureCreationDate, []string{"DA"}, "Procedure Creation Date", "ProcedureCreationDate", "1", false}, - ProcedureExpirationDate: Info{ProcedureExpirationDate, []string{"DA"}, "Procedure Expiration Date", "ProcedureExpirationDate", "1", false}, - ProcedureLastModifiedDate: Info{ProcedureLastModifiedDate, []string{"DA"}, "Procedure Last Modified Date", "ProcedureLastModifiedDate", "1", false}, - CalibrationTime: Info{CalibrationTime, []string{"TM"}, "Calibration Time", "CalibrationTime", "1-n", false}, - CalibrationDate: Info{CalibrationDate, []string{"DA"}, "Calibration Date", "CalibrationDate", "1-n", false}, - ProbeDriveEquipmentSequence: Info{ProbeDriveEquipmentSequence, []string{"SQ"}, "Probe Drive Equipment Sequence", "ProbeDriveEquipmentSequence", "1", false}, - DriveType: Info{DriveType, []string{"CS"}, "Drive Type", "DriveType", "1", false}, - ProbeDriveNotes: Info{ProbeDriveNotes, []string{"LT"}, "Probe Drive Notes", "ProbeDriveNotes", "1", false}, - DriveProbeSequence: Info{DriveProbeSequence, []string{"SQ"}, "Drive Probe Sequence", "DriveProbeSequence", "1", false}, - ProbeInductance: Info{ProbeInductance, []string{"DS"}, "Probe Inductance", "ProbeInductance", "1", false}, - ProbeResistance: Info{ProbeResistance, []string{"DS"}, "Probe Resistance", "ProbeResistance", "1", false}, - ReceiveProbeSequence: Info{ReceiveProbeSequence, []string{"SQ"}, "Receive Probe Sequence", "ReceiveProbeSequence", "1", false}, - ProbeDriveSettingsSequence: Info{ProbeDriveSettingsSequence, []string{"SQ"}, "Probe Drive Settings Sequence", "ProbeDriveSettingsSequence", "1", false}, - BridgeResistors: Info{BridgeResistors, []string{"DS"}, "Bridge Resistors", "BridgeResistors", "1", false}, - ProbeOrientationAngle: Info{ProbeOrientationAngle, []string{"DS"}, "Probe Orientation Angle", "ProbeOrientationAngle", "1", false}, - UserSelectedGainY: Info{UserSelectedGainY, []string{"DS"}, "User Selected Gain Y", "UserSelectedGainY", "1", false}, - UserSelectedPhase: Info{UserSelectedPhase, []string{"DS"}, "User Selected Phase", "UserSelectedPhase", "1", false}, - UserSelectedOffsetX: Info{UserSelectedOffsetX, []string{"DS"}, "User Selected Offset X", "UserSelectedOffsetX", "1", false}, - UserSelectedOffsetY: Info{UserSelectedOffsetY, []string{"DS"}, "User Selected Offset Y", "UserSelectedOffsetY", "1", false}, - ChannelSettingsSequence: Info{ChannelSettingsSequence, []string{"SQ"}, "Channel Settings Sequence", "ChannelSettingsSequence", "1", false}, - ChannelThreshold: Info{ChannelThreshold, []string{"DS"}, "Channel Threshold", "ChannelThreshold", "1", false}, - ScannerSettingsSequence: Info{ScannerSettingsSequence, []string{"SQ"}, "Scanner Settings Sequence", "ScannerSettingsSequence", "1", false}, - ScanProcedure: Info{ScanProcedure, []string{"ST"}, "Scan Procedure", "ScanProcedure", "1", false}, - TranslationRateX: Info{TranslationRateX, []string{"DS"}, "Translation Rate X", "TranslationRateX", "1", false}, - TranslationRateY: Info{TranslationRateY, []string{"DS"}, "Translation Rate Y", "TranslationRateY", "1", false}, - ChannelOverlap: Info{ChannelOverlap, []string{"DS"}, "Channel Overlap", "ChannelOverlap", "1", false}, - ImageQualityIndicatorType: Info{ImageQualityIndicatorType, []string{"LO"}, "Image Quality Indicator Type", "ImageQualityIndicatorType", "1-n", false}, - ImageQualityIndicatorMaterial: Info{ImageQualityIndicatorMaterial, []string{"LO"}, "Image Quality Indicator Material", "ImageQualityIndicatorMaterial", "1-n", false}, - ImageQualityIndicatorSize: Info{ImageQualityIndicatorSize, []string{"LO"}, "Image Quality Indicator Size", "ImageQualityIndicatorSize", "1-n", false}, - LINACEnergy: Info{LINACEnergy, []string{"IS"}, "LINAC Energy", "LINACEnergy", "1", false}, - LINACOutput: Info{LINACOutput, []string{"IS"}, "LINAC Output", "LINACOutput", "1", false}, - ActiveAperture: Info{ActiveAperture, []string{"US"}, "Active Aperture", "ActiveAperture", "1", false}, - TotalAperture: Info{TotalAperture, []string{"DS"}, "Total Aperture", "TotalAperture", "1", false}, - ApertureElevation: Info{ApertureElevation, []string{"DS"}, "Aperture Elevation", "ApertureElevation", "1", false}, - MainLobeAngle: Info{MainLobeAngle, []string{"DS"}, "Main Lobe Angle", "MainLobeAngle", "1", false}, - MainRoofAngle: Info{MainRoofAngle, []string{"DS"}, "Main Roof Angle", "MainRoofAngle", "1", false}, - ConnectorType: Info{ConnectorType, []string{"CS"}, "Connector Type", "ConnectorType", "1", false}, - WedgeModelNumber: Info{WedgeModelNumber, []string{"SH"}, "Wedge Model Number", "WedgeModelNumber", "1", false}, - WedgeAngleFloat: Info{WedgeAngleFloat, []string{"DS"}, "Wedge Angle Float", "WedgeAngleFloat", "1", false}, - WedgeRoofAngle: Info{WedgeRoofAngle, []string{"DS"}, "Wedge Roof Angle", "WedgeRoofAngle", "1", false}, - WedgeElement1Position: Info{WedgeElement1Position, []string{"CS"}, "Wedge Element 1 Position", "WedgeElement1Position", "1", false}, - WedgeMaterialVelocity: Info{WedgeMaterialVelocity, []string{"DS"}, "Wedge Material Velocity", "WedgeMaterialVelocity", "1", false}, - WedgeMaterial: Info{WedgeMaterial, []string{"SH"}, "Wedge Material", "WedgeMaterial", "1", false}, - WedgeOffsetZ: Info{WedgeOffsetZ, []string{"DS"}, "Wedge Offset Z", "WedgeOffsetZ", "1", false}, - WedgeOriginOffsetX: Info{WedgeOriginOffsetX, []string{"DS"}, "Wedge Origin Offset X", "WedgeOriginOffsetX", "1", false}, - WedgeTimeDelay: Info{WedgeTimeDelay, []string{"DS"}, "Wedge Time Delay", "WedgeTimeDelay", "1", false}, - WedgeName: Info{WedgeName, []string{"SH"}, "Wedge Name", "WedgeName", "1", false}, - WedgeManufacturerName: Info{WedgeManufacturerName, []string{"SH"}, "Wedge Manufacturer Name", "WedgeManufacturerName", "1", false}, - WedgeDescription: Info{WedgeDescription, []string{"LO"}, "Wedge Description", "WedgeDescription", "1", false}, - NominalBeamAngle: Info{NominalBeamAngle, []string{"DS"}, "Nominal Beam Angle", "NominalBeamAngle", "1", false}, - WedgeOffsetX: Info{WedgeOffsetX, []string{"DS"}, "Wedge Offset X", "WedgeOffsetX", "1", false}, - WedgeOffsetY: Info{WedgeOffsetY, []string{"DS"}, "Wedge Offset Y", "WedgeOffsetY", "1", false}, - WedgeTotalLength: Info{WedgeTotalLength, []string{"DS"}, "Wedge Total Length", "WedgeTotalLength", "1", false}, - WedgeInContactLength: Info{WedgeInContactLength, []string{"DS"}, "Wedge In Contact Length", "WedgeInContactLength", "1", false}, - WedgeFrontGap: Info{WedgeFrontGap, []string{"DS"}, "Wedge Front Gap", "WedgeFrontGap", "1", false}, - WedgeTotalHeight: Info{WedgeTotalHeight, []string{"DS"}, "Wedge Total Height", "WedgeTotalHeight", "1", false}, - WedgeFrontHeight: Info{WedgeFrontHeight, []string{"DS"}, "Wedge Front Height", "WedgeFrontHeight", "1", false}, - WedgeRearHeight: Info{WedgeRearHeight, []string{"DS"}, "Wedge Rear Height", "WedgeRearHeight", "1", false}, - WedgeTotalWidth: Info{WedgeTotalWidth, []string{"DS"}, "Wedge Total Width", "WedgeTotalWidth", "1", false}, - WedgeInContactWidth: Info{WedgeInContactWidth, []string{"DS"}, "Wedge In Contact Width", "WedgeInContactWidth", "1", false}, - WedgeChamferHeight: Info{WedgeChamferHeight, []string{"DS"}, "Wedge Chamfer Height", "WedgeChamferHeight", "1", false}, - WedgeCurve: Info{WedgeCurve, []string{"CS"}, "Wedge Curve", "WedgeCurve", "1", false}, - RadiusAlongWedge: Info{RadiusAlongWedge, []string{"DS"}, "Radius Along the Wedge", "RadiusAlongWedge", "1", false}, - WhitePoint: Info{WhitePoint, []string{"DS"}, "White Point", "WhitePoint", "1", false}, - PrimaryChromaticities: Info{PrimaryChromaticities, []string{"DS"}, "Primary Chromaticities", "PrimaryChromaticities", "3", false}, - BatteryLevel: Info{BatteryLevel, []string{"UT"}, "Battery Level", "BatteryLevel", "1", false}, - ExposureTimeInSeconds: Info{ExposureTimeInSeconds, []string{"DS"}, "Exposure Time in Seconds", "ExposureTimeInSeconds", "1", false}, - FNumber: Info{FNumber, []string{"DS"}, "F-Number", "FNumber", "1", false}, - OECFRows: Info{OECFRows, []string{"IS"}, "OECF Rows", "OECFRows", "1", false}, - OECFColumns: Info{OECFColumns, []string{"IS"}, "OECF Columns", "OECFColumns", "1", false}, - OECFColumnNames: Info{OECFColumnNames, []string{"UC"}, "OECF Column Names", "OECFColumnNames", "1-n", false}, - OECFValues: Info{OECFValues, []string{"DS"}, "OECF Values", "OECFValues", "1-n", false}, - SpatialFrequencyResponseRows: Info{SpatialFrequencyResponseRows, []string{"IS"}, "Spatial Frequency Response Rows", "SpatialFrequencyResponseRows", "1", false}, - SpatialFrequencyResponseColumns: Info{SpatialFrequencyResponseColumns, []string{"IS"}, "Spatial Frequency Response Columns", "SpatialFrequencyResponseColumns", "1", false}, - SpatialFrequencyResponseColumnNames: Info{SpatialFrequencyResponseColumnNames, []string{"UC"}, "Spatial Frequency Response Column Names", "SpatialFrequencyResponseColumnNames", "1-n", false}, - SpatialFrequencyResponseValues: Info{SpatialFrequencyResponseValues, []string{"DS"}, "Spatial Frequency Response Values", "SpatialFrequencyResponseValues", "1-n", false}, - ColorFilterArrayPatternRows: Info{ColorFilterArrayPatternRows, []string{"IS"}, "Color Filter Array Pattern Rows", "ColorFilterArrayPatternRows", "1", false}, - ColorFilterArrayPatternColumns: Info{ColorFilterArrayPatternColumns, []string{"IS"}, "Color Filter Array Pattern Columns", "ColorFilterArrayPatternColumns", "1", false}, - ColorFilterArrayPatternValues: Info{ColorFilterArrayPatternValues, []string{"DS"}, "Color Filter Array Pattern Values", "ColorFilterArrayPatternValues", "1-n", false}, - FlashFiringStatus: Info{FlashFiringStatus, []string{"US"}, "Flash Firing Status", "FlashFiringStatus", "1", false}, - FlashReturnStatus: Info{FlashReturnStatus, []string{"US"}, "Flash Return Status", "FlashReturnStatus", "1", false}, - FlashMode: Info{FlashMode, []string{"US"}, "Flash Mode", "FlashMode", "1", false}, - FlashFunctionPresent: Info{FlashFunctionPresent, []string{"US"}, "Flash Function Present", "FlashFunctionPresent", "1", false}, - FlashRedEyeMode: Info{FlashRedEyeMode, []string{"US"}, "Flash Red Eye Mode", "FlashRedEyeMode", "1", false}, - ExposureProgram: Info{ExposureProgram, []string{"US"}, "Exposure Program", "ExposureProgram", "1", false}, - SpectralSensitivity: Info{SpectralSensitivity, []string{"UT"}, "Spectral Sensitivity", "SpectralSensitivity", "1", false}, - PhotographicSensitivity: Info{PhotographicSensitivity, []string{"IS"}, "Photographic Sensitivity", "PhotographicSensitivity", "1", false}, - SelfTimerMode: Info{SelfTimerMode, []string{"IS"}, "Self Timer Mode", "SelfTimerMode", "1", false}, - SensitivityType: Info{SensitivityType, []string{"US"}, "Sensitivity Type", "SensitivityType", "1", false}, - StandardOutputSensitivity: Info{StandardOutputSensitivity, []string{"IS"}, "Standard Output Sensitivity", "StandardOutputSensitivity", "1", false}, - RecommendedExposureIndex: Info{RecommendedExposureIndex, []string{"IS"}, "Recommended Exposure Index", "RecommendedExposureIndex", "1", false}, - ISOSpeed: Info{ISOSpeed, []string{"IS"}, "ISO Speed", "ISOSpeed", "1", false}, - ISOSpeedLatitudeyyy: Info{ISOSpeedLatitudeyyy, []string{"IS"}, "ISO Speed Latitude yyy", "ISOSpeedLatitudeyyy", "1", false}, - ISOSpeedLatitudezzz: Info{ISOSpeedLatitudezzz, []string{"IS"}, "ISO Speed Latitude zzz", "ISOSpeedLatitudezzz", "1", false}, - EXIFVersion: Info{EXIFVersion, []string{"UT"}, "EXIF Version", "EXIFVersion", "1", false}, - ShutterSpeedValue: Info{ShutterSpeedValue, []string{"DS"}, "Shutter Speed Value", "ShutterSpeedValue", "1", false}, - ApertureValue: Info{ApertureValue, []string{"DS"}, "Aperture Value", "ApertureValue", "1", false}, - BrightnessValue: Info{BrightnessValue, []string{"DS"}, "Brightness Value", "BrightnessValue", "1", false}, - ExposureBiasValue: Info{ExposureBiasValue, []string{"DS"}, "Exposure Bias Value", "ExposureBiasValue", "1", false}, - MaxApertureValue: Info{MaxApertureValue, []string{"DS"}, "Max Aperture Value", "MaxApertureValue", "1", false}, - SubjectDistance: Info{SubjectDistance, []string{"DS"}, "Subject Distance", "SubjectDistance", "1", false}, - MeteringMode: Info{MeteringMode, []string{"US"}, "Metering Mode", "MeteringMode", "1", false}, - LightSource: Info{LightSource, []string{"US"}, "Light Source", "LightSource", "1", false}, - FocalLength: Info{FocalLength, []string{"DS"}, "Focal Length", "FocalLength", "1", false}, - SubjectArea: Info{SubjectArea, []string{"IS"}, "Subject Area", "SubjectArea", "2-4", false}, - MakerNote: Info{MakerNote, []string{"OB"}, "Maker Note", "MakerNote", "1", false}, - Temperature: Info{Temperature, []string{"DS"}, "Temperature", "Temperature", "1", false}, - Humidity: Info{Humidity, []string{"DS"}, "Humidity", "Humidity", "1", false}, - Pressure: Info{Pressure, []string{"DS"}, "Pressure", "Pressure", "1", false}, - WaterDepth: Info{WaterDepth, []string{"DS"}, "Water Depth", "WaterDepth", "1", false}, - Acceleration: Info{Acceleration, []string{"DS"}, "Acceleration", "Acceleration", "1", false}, - CameraElevationAngle: Info{CameraElevationAngle, []string{"DS"}, "Camera Elevation Angle", "CameraElevationAngle", "1", false}, - FlashEnergy: Info{FlashEnergy, []string{"DS"}, "Flash Energy", "FlashEnergy", "1-2", false}, - SubjectLocation: Info{SubjectLocation, []string{"IS"}, "Subject Location", "SubjectLocation", "2", false}, - PhotographicExposureIndex: Info{PhotographicExposureIndex, []string{"DS"}, "Photographic Exposure Index", "PhotographicExposureIndex", "1", false}, - SensingMethod: Info{SensingMethod, []string{"US"}, "Sensing Method", "SensingMethod", "1", false}, - FileSource: Info{FileSource, []string{"US"}, "File Source", "FileSource", "1", false}, - SceneType: Info{SceneType, []string{"US"}, "Scene Type", "SceneType", "1", false}, - CustomRendered: Info{CustomRendered, []string{"US"}, "Custom Rendered", "CustomRendered", "1", false}, - ExposureMode: Info{ExposureMode, []string{"US"}, "Exposure Mode", "ExposureMode", "1", false}, - WhiteBalance: Info{WhiteBalance, []string{"US"}, "White Balance", "WhiteBalance", "1", false}, - DigitalZoomRatio: Info{DigitalZoomRatio, []string{"DS"}, "Digital Zoom Ratio", "DigitalZoomRatio", "1", false}, - FocalLengthIn35mmFilm: Info{FocalLengthIn35mmFilm, []string{"IS"}, "Focal Length In 35mm Film", "FocalLengthIn35mmFilm", "1", false}, - SceneCaptureType: Info{SceneCaptureType, []string{"US"}, "Scene Capture Type", "SceneCaptureType", "1", false}, - GainControl: Info{GainControl, []string{"US"}, "Gain Control", "GainControl", "1", false}, - Contrast: Info{Contrast, []string{"US"}, "Contrast", "Contrast", "1", false}, - Saturation: Info{Saturation, []string{"US"}, "Saturation", "Saturation", "1", false}, - Sharpness: Info{Sharpness, []string{"US"}, "Sharpness", "Sharpness", "1", false}, - DeviceSettingDescription: Info{DeviceSettingDescription, []string{"OB"}, "Device Setting Description", "DeviceSettingDescription", "1", false}, - SubjectDistanceRange: Info{SubjectDistanceRange, []string{"US"}, "Subject Distance Range", "SubjectDistanceRange", "1", false}, - CameraOwnerName: Info{CameraOwnerName, []string{"UT"}, "Camera Owner Name", "CameraOwnerName", "1", false}, - LensSpecification: Info{LensSpecification, []string{"DS"}, "Lens Specification", "LensSpecification", "4", false}, - LensMake: Info{LensMake, []string{"UT"}, "Lens Make", "LensMake", "1", false}, - LensModel: Info{LensModel, []string{"UT"}, "Lens Model", "LensModel", "1", false}, - LensSerialNumber: Info{LensSerialNumber, []string{"UT"}, "Lens Serial Number", "LensSerialNumber", "1", false}, - InteroperabilityIndex: Info{InteroperabilityIndex, []string{"CS"}, "Interoperability Index", "InteroperabilityIndex", "1", false}, - InteroperabilityVersion: Info{InteroperabilityVersion, []string{"OB"}, "Interoperability Version", "InteroperabilityVersion", "1", false}, - GPSVersionID: Info{GPSVersionID, []string{"OB"}, "GPS Version ID", "GPSVersionID", "1", false}, - GPSLatitudeRef: Info{GPSLatitudeRef, []string{"CS"}, "GPS Latitude Ref", "GPSLatitudeRef", "1", false}, - GPSLatitude: Info{GPSLatitude, []string{"DS"}, "GPS Latitude", "GPSLatitude", "3", false}, - GPSLongitudeRef: Info{GPSLongitudeRef, []string{"CS"}, "GPS Longitude Ref", "GPSLongitudeRef", "1", false}, - GPSLongitude: Info{GPSLongitude, []string{"DS"}, "GPS Longitude", "GPSLongitude", "3", false}, - GPSAltitudeRef: Info{GPSAltitudeRef, []string{"US"}, "GPS Altitude Ref", "GPSAltitudeRef", "1", false}, - GPSAltitude: Info{GPSAltitude, []string{"DS"}, "GPS Altitude", "GPSAltitude", "1", false}, - GPSTimeStamp: Info{GPSTimeStamp, []string{"DT"}, "GPS Time Stamp", "GPSTimeStamp", "1", false}, - GPSSatellites: Info{GPSSatellites, []string{"UT"}, "GPS Satellites", "GPSSatellites", "1", false}, - GPSStatus: Info{GPSStatus, []string{"CS"}, "GPS Status", "GPSStatus", "1", false}, - GPSMeasureMode: Info{GPSMeasureMode, []string{"CS"}, "GPS Measure Mode", "GPSMeasureMode", "1", false}, - GPSDOP: Info{GPSDOP, []string{"DS"}, "GPS DOP", "GPSDOP", "1", false}, - GPSSpeedRef: Info{GPSSpeedRef, []string{"CS"}, "GPS Speed Ref", "GPSSpeedRef", "1", false}, - GPSSpeed: Info{GPSSpeed, []string{"DS"}, "GPS Speed", "GPSSpeed", "1", false}, - GPSTrackRef: Info{GPSTrackRef, []string{"CS"}, "GPS Track Ref", "GPSTrackRef", "1", false}, - GPSTrack: Info{GPSTrack, []string{"DS"}, "GPS Track", "GPSTrack", "1", false}, - GPSImgDirectionRef: Info{GPSImgDirectionRef, []string{"CS"}, "GPS Img Direction Ref", "GPSImgDirectionRef", "1", false}, - GPSImgDirection: Info{GPSImgDirection, []string{"DS"}, "GPS Img Direction", "GPSImgDirection", "1", false}, - GPSMapDatum: Info{GPSMapDatum, []string{"UT"}, "GPS Map Datum", "GPSMapDatum", "1", false}, - GPSDestLatitudeRef: Info{GPSDestLatitudeRef, []string{"CS"}, "GPS Dest Latitude Ref", "GPSDestLatitudeRef", "1", false}, - GPSDestLatitude: Info{GPSDestLatitude, []string{"DS"}, "GPS Dest Latitude", "GPSDestLatitude", "3", false}, - GPSDestLongitudeRef: Info{GPSDestLongitudeRef, []string{"CS"}, "GPS Dest Longitude Ref", "GPSDestLongitudeRef", "1", false}, - GPSDestLongitude: Info{GPSDestLongitude, []string{"DS"}, "GPS Dest Longitude", "GPSDestLongitude", "3", false}, - GPSDestBearingRef: Info{GPSDestBearingRef, []string{"CS"}, "GPS Dest Bearing Ref", "GPSDestBearingRef", "1", false}, - GPSDestBearing: Info{GPSDestBearing, []string{"DS"}, "GPS Dest Bearing", "GPSDestBearing", "1", false}, - GPSDestDistanceRef: Info{GPSDestDistanceRef, []string{"CS"}, "GPS Dest Distance Ref", "GPSDestDistanceRef", "1", false}, - GPSDestDistance: Info{GPSDestDistance, []string{"DS"}, "GPS Dest Distance", "GPSDestDistance", "1", false}, - GPSProcessingMethod: Info{GPSProcessingMethod, []string{"OB"}, "GPS Processing Method", "GPSProcessingMethod", "1", false}, - GPSAreaInformation: Info{GPSAreaInformation, []string{"OB"}, "GPS Area Information", "GPSAreaInformation", "1", false}, - GPSDateStamp: Info{GPSDateStamp, []string{"DT"}, "GPS Date Stamp", "GPSDateStamp", "1", false}, - GPSDifferential: Info{GPSDifferential, []string{"IS"}, "GPS Differential", "GPSDifferential", "1", false}, - LightSourcePolarization: Info{LightSourcePolarization, []string{"CS"}, "Light Source Polarization", "LightSourcePolarization", "1", false}, - EmitterColorTemperature: Info{EmitterColorTemperature, []string{"DS"}, "Emitter Color Temperature", "EmitterColorTemperature", "1", false}, - ContactMethod: Info{ContactMethod, []string{"CS"}, "Contact Method", "ContactMethod", "1", false}, - ImmersionMedia: Info{ImmersionMedia, []string{"CS"}, "Immersion Media", "ImmersionMedia", "1-n", false}, - OpticalMagnificationFactor: Info{OpticalMagnificationFactor, []string{"DS"}, "Optical Magnification Factor", "OpticalMagnificationFactor", "1", false}, - ContrastBolusAgent: Info{ContrastBolusAgent, []string{"LO"}, "Contrast/Bolus Agent", "ContrastBolusAgent", "1", false}, - ContrastBolusAgentSequence: Info{ContrastBolusAgentSequence, []string{"SQ"}, "Contrast/Bolus Agent Sequence", "ContrastBolusAgentSequence", "1", false}, - ContrastBolusT1Relaxivity: Info{ContrastBolusT1Relaxivity, []string{"FL"}, "Contrast/Bolus T1 Relaxivity", "ContrastBolusT1Relaxivity", "1", false}, - ContrastBolusAdministrationRouteSequence: Info{ContrastBolusAdministrationRouteSequence, []string{"SQ"}, "Contrast/Bolus Administration Route Sequence", "ContrastBolusAdministrationRouteSequence", "1", false}, - BodyPartExamined: Info{BodyPartExamined, []string{"CS"}, "Body Part Examined", "BodyPartExamined", "1", false}, - ScanningSequence: Info{ScanningSequence, []string{"CS"}, "Scanning Sequence", "ScanningSequence", "1-n", false}, - SequenceVariant: Info{SequenceVariant, []string{"CS"}, "Sequence Variant", "SequenceVariant", "1-n", false}, - ScanOptions: Info{ScanOptions, []string{"CS"}, "Scan Options", "ScanOptions", "1-n", false}, - MRAcquisitionType: Info{MRAcquisitionType, []string{"CS"}, "MR Acquisition Type", "MRAcquisitionType", "1", false}, - SequenceName: Info{SequenceName, []string{"SH"}, "Sequence Name", "SequenceName", "1", false}, - AngioFlag: Info{AngioFlag, []string{"CS"}, "Angio Flag", "AngioFlag", "1", false}, - InterventionDrugInformationSequence: Info{InterventionDrugInformationSequence, []string{"SQ"}, "Intervention Drug Information Sequence", "InterventionDrugInformationSequence", "1", false}, - InterventionDrugStopTime: Info{InterventionDrugStopTime, []string{"TM"}, "Intervention Drug Stop Time", "InterventionDrugStopTime", "1", false}, - InterventionDrugDose: Info{InterventionDrugDose, []string{"DS"}, "Intervention Drug Dose", "InterventionDrugDose", "1", false}, - InterventionDrugCodeSequence: Info{InterventionDrugCodeSequence, []string{"SQ"}, "Intervention Drug Code Sequence", "InterventionDrugCodeSequence", "1", false}, - AdditionalDrugSequence: Info{AdditionalDrugSequence, []string{"SQ"}, "Additional Drug Sequence", "AdditionalDrugSequence", "1", false}, - Radionuclide: Info{Radionuclide, []string{"LO"}, "Radionuclide", "Radionuclide", "1-n", true}, - Radiopharmaceutical: Info{Radiopharmaceutical, []string{"LO"}, "Radiopharmaceutical", "Radiopharmaceutical", "1", false}, - EnergyWindowCenterline: Info{EnergyWindowCenterline, []string{"DS"}, "Energy Window Centerline", "EnergyWindowCenterline", "1", true}, - EnergyWindowTotalWidth: Info{EnergyWindowTotalWidth, []string{"DS"}, "Energy Window Total Width", "EnergyWindowTotalWidth", "1-n", true}, - InterventionDrugName: Info{InterventionDrugName, []string{"LO"}, "Intervention Drug Name", "InterventionDrugName", "1", false}, - InterventionDrugStartTime: Info{InterventionDrugStartTime, []string{"TM"}, "Intervention Drug Start Time", "InterventionDrugStartTime", "1", false}, - InterventionSequence: Info{InterventionSequence, []string{"SQ"}, "Intervention Sequence", "InterventionSequence", "1", false}, - TherapyType: Info{TherapyType, []string{"CS"}, "Therapy Type", "TherapyType", "1", true}, - InterventionStatus: Info{InterventionStatus, []string{"CS"}, "Intervention Status", "InterventionStatus", "1", false}, - TherapyDescription: Info{TherapyDescription, []string{"CS"}, "Therapy Description", "TherapyDescription", "1", true}, - InterventionDescription: Info{InterventionDescription, []string{"ST"}, "Intervention Description", "InterventionDescription", "1", false}, - CineRate: Info{CineRate, []string{"IS"}, "Cine Rate", "CineRate", "1", false}, - InitialCineRunState: Info{InitialCineRunState, []string{"CS"}, "Initial Cine Run State", "InitialCineRunState", "1", false}, - SliceThickness: Info{SliceThickness, []string{"DS"}, "Slice Thickness", "SliceThickness", "1", false}, - KVP: Info{KVP, []string{"DS"}, "KVP", "KVP", "1", false}, - CountsAccumulated: Info{CountsAccumulated, []string{"IS"}, "Counts Accumulated", "CountsAccumulated", "1", false}, - AcquisitionTerminationCondition: Info{AcquisitionTerminationCondition, []string{"CS"}, "Acquisition Termination Condition", "AcquisitionTerminationCondition", "1", false}, - EffectiveDuration: Info{EffectiveDuration, []string{"DS"}, "Effective Duration", "EffectiveDuration", "1", false}, - AcquisitionStartCondition: Info{AcquisitionStartCondition, []string{"CS"}, "Acquisition Start Condition", "AcquisitionStartCondition", "1", false}, - AcquisitionStartConditionData: Info{AcquisitionStartConditionData, []string{"IS"}, "Acquisition Start Condition Data", "AcquisitionStartConditionData", "1", false}, - AcquisitionTerminationConditionData: Info{AcquisitionTerminationConditionData, []string{"IS"}, "Acquisition Termination Condition Data", "AcquisitionTerminationConditionData", "1", false}, - RepetitionTime: Info{RepetitionTime, []string{"DS"}, "Repetition Time", "RepetitionTime", "1", false}, - EchoTime: Info{EchoTime, []string{"DS"}, "Echo Time", "EchoTime", "1", false}, - InversionTime: Info{InversionTime, []string{"DS"}, "Inversion Time", "InversionTime", "1", false}, - NumberOfAverages: Info{NumberOfAverages, []string{"DS"}, "Number of Averages", "NumberOfAverages", "1", false}, - ImagingFrequency: Info{ImagingFrequency, []string{"DS"}, "Imaging Frequency", "ImagingFrequency", "1", false}, - ImagedNucleus: Info{ImagedNucleus, []string{"SH"}, "Imaged Nucleus", "ImagedNucleus", "1", false}, - EchoNumbers: Info{EchoNumbers, []string{"IS"}, "Echo Number(s)", "EchoNumbers", "1-n", false}, - MagneticFieldStrength: Info{MagneticFieldStrength, []string{"DS"}, "Magnetic Field Strength", "MagneticFieldStrength", "1", false}, - SpacingBetweenSlices: Info{SpacingBetweenSlices, []string{"DS"}, "Spacing Between Slices", "SpacingBetweenSlices", "1", false}, - NumberOfPhaseEncodingSteps: Info{NumberOfPhaseEncodingSteps, []string{"IS"}, "Number of Phase Encoding Steps", "NumberOfPhaseEncodingSteps", "1", false}, - DataCollectionDiameter: Info{DataCollectionDiameter, []string{"DS"}, "Data Collection Diameter", "DataCollectionDiameter", "1", false}, - EchoTrainLength: Info{EchoTrainLength, []string{"IS"}, "Echo Train Length", "EchoTrainLength", "1", false}, - PercentSampling: Info{PercentSampling, []string{"DS"}, "Percent Sampling", "PercentSampling", "1", false}, - PercentPhaseFieldOfView: Info{PercentPhaseFieldOfView, []string{"DS"}, "Percent Phase Field of View", "PercentPhaseFieldOfView", "1", false}, - PixelBandwidth: Info{PixelBandwidth, []string{"DS"}, "Pixel Bandwidth", "PixelBandwidth", "1", false}, - DeviceSerialNumber: Info{DeviceSerialNumber, []string{"LO"}, "Device Serial Number", "DeviceSerialNumber", "1", false}, - DeviceUID: Info{DeviceUID, []string{"UI"}, "Device UID", "DeviceUID", "1", false}, - DeviceID: Info{DeviceID, []string{"LO"}, "Device ID", "DeviceID", "1", false}, - PlateID: Info{PlateID, []string{"LO"}, "Plate ID", "PlateID", "1", false}, - GeneratorID: Info{GeneratorID, []string{"LO"}, "Generator ID", "GeneratorID", "1", false}, - GridID: Info{GridID, []string{"LO"}, "Grid ID", "GridID", "1", false}, - CassetteID: Info{CassetteID, []string{"LO"}, "Cassette ID", "CassetteID", "1", false}, - GantryID: Info{GantryID, []string{"LO"}, "Gantry ID", "GantryID", "1", false}, - UniqueDeviceIdentifier: Info{UniqueDeviceIdentifier, []string{"UT"}, "Unique Device Identifier", "UniqueDeviceIdentifier", "1", false}, - UDISequence: Info{UDISequence, []string{"SQ"}, "UDI Sequence", "UDISequence", "1", false}, - ManufacturerDeviceClassUID: Info{ManufacturerDeviceClassUID, []string{"UI"}, "Manufacturer's Device Class UID", "ManufacturerDeviceClassUID", "1-n", false}, - SecondaryCaptureDeviceID: Info{SecondaryCaptureDeviceID, []string{"LO"}, "Secondary Capture Device ID", "SecondaryCaptureDeviceID", "1", false}, - HardcopyCreationDeviceID: Info{HardcopyCreationDeviceID, []string{"LO"}, "Hardcopy Creation Device ID", "HardcopyCreationDeviceID", "1", true}, - DateOfSecondaryCapture: Info{DateOfSecondaryCapture, []string{"DA"}, "Date of Secondary Capture", "DateOfSecondaryCapture", "1", false}, - TimeOfSecondaryCapture: Info{TimeOfSecondaryCapture, []string{"TM"}, "Time of Secondary Capture", "TimeOfSecondaryCapture", "1", false}, - SecondaryCaptureDeviceManufacturer: Info{SecondaryCaptureDeviceManufacturer, []string{"LO"}, "Secondary Capture Device Manufacturer", "SecondaryCaptureDeviceManufacturer", "1", false}, - HardcopyDeviceManufacturer: Info{HardcopyDeviceManufacturer, []string{"LO"}, "Hardcopy Device Manufacturer", "HardcopyDeviceManufacturer", "1", true}, - SecondaryCaptureDeviceManufacturerModelName: Info{SecondaryCaptureDeviceManufacturerModelName, []string{"LO"}, "Secondary Capture Device Manufacturer's Model Name", "SecondaryCaptureDeviceManufacturerModelName", "1", false}, - SecondaryCaptureDeviceSoftwareVersions: Info{SecondaryCaptureDeviceSoftwareVersions, []string{"LO"}, "Secondary Capture Device Software Versions", "SecondaryCaptureDeviceSoftwareVersions", "1-n", false}, - HardcopyDeviceSoftwareVersion: Info{HardcopyDeviceSoftwareVersion, []string{"LO"}, "Hardcopy Device Software Version", "HardcopyDeviceSoftwareVersion", "1-n", true}, - HardcopyDeviceManufacturerModelName: Info{HardcopyDeviceManufacturerModelName, []string{"LO"}, "Hardcopy Device Manufacturer's Model Name", "HardcopyDeviceManufacturerModelName", "1", true}, - SoftwareVersions: Info{SoftwareVersions, []string{"LO"}, "Software Versions", "SoftwareVersions", "1-n", false}, - VideoImageFormatAcquired: Info{VideoImageFormatAcquired, []string{"SH"}, "Video Image Format Acquired", "VideoImageFormatAcquired", "1", false}, - DigitalImageFormatAcquired: Info{DigitalImageFormatAcquired, []string{"LO"}, "Digital Image Format Acquired", "DigitalImageFormatAcquired", "1", false}, - ProtocolName: Info{ProtocolName, []string{"LO"}, "Protocol Name", "ProtocolName", "1", false}, - ContrastBolusRoute: Info{ContrastBolusRoute, []string{"LO"}, "Contrast/Bolus Route", "ContrastBolusRoute", "1", false}, - ContrastBolusVolume: Info{ContrastBolusVolume, []string{"DS"}, "Contrast/Bolus Volume", "ContrastBolusVolume", "1", false}, - ContrastBolusStartTime: Info{ContrastBolusStartTime, []string{"TM"}, "Contrast/Bolus Start Time", "ContrastBolusStartTime", "1", false}, - ContrastBolusStopTime: Info{ContrastBolusStopTime, []string{"TM"}, "Contrast/Bolus Stop Time", "ContrastBolusStopTime", "1", false}, - ContrastBolusTotalDose: Info{ContrastBolusTotalDose, []string{"DS"}, "Contrast/Bolus Total Dose", "ContrastBolusTotalDose", "1", false}, - SyringeCounts: Info{SyringeCounts, []string{"IS"}, "Syringe Counts", "SyringeCounts", "1", false}, - ContrastFlowRate: Info{ContrastFlowRate, []string{"DS"}, "Contrast Flow Rate", "ContrastFlowRate", "1-n", false}, - ContrastFlowDuration: Info{ContrastFlowDuration, []string{"DS"}, "Contrast Flow Duration", "ContrastFlowDuration", "1-n", false}, - ContrastBolusIngredient: Info{ContrastBolusIngredient, []string{"CS"}, "Contrast/Bolus Ingredient", "ContrastBolusIngredient", "1", false}, - ContrastBolusIngredientConcentration: Info{ContrastBolusIngredientConcentration, []string{"DS"}, "Contrast/Bolus Ingredient Concentration", "ContrastBolusIngredientConcentration", "1", false}, - SpatialResolution: Info{SpatialResolution, []string{"DS"}, "Spatial Resolution", "SpatialResolution", "1", false}, - TriggerTime: Info{TriggerTime, []string{"DS"}, "Trigger Time", "TriggerTime", "1", false}, - TriggerSourceOrType: Info{TriggerSourceOrType, []string{"LO"}, "Trigger Source or Type", "TriggerSourceOrType", "1", false}, - NominalInterval: Info{NominalInterval, []string{"IS"}, "Nominal Interval", "NominalInterval", "1", false}, - FrameTime: Info{FrameTime, []string{"DS"}, "Frame Time", "FrameTime", "1", false}, - CardiacFramingType: Info{CardiacFramingType, []string{"LO"}, "Cardiac Framing Type", "CardiacFramingType", "1", false}, - FrameTimeVector: Info{FrameTimeVector, []string{"DS"}, "Frame Time Vector", "FrameTimeVector", "1-n", false}, - FrameDelay: Info{FrameDelay, []string{"DS"}, "Frame Delay", "FrameDelay", "1", false}, - ImageTriggerDelay: Info{ImageTriggerDelay, []string{"DS"}, "Image Trigger Delay", "ImageTriggerDelay", "1", false}, - MultiplexGroupTimeOffset: Info{MultiplexGroupTimeOffset, []string{"DS"}, "Multiplex Group Time Offset", "MultiplexGroupTimeOffset", "1", false}, - TriggerTimeOffset: Info{TriggerTimeOffset, []string{"DS"}, "Trigger Time Offset", "TriggerTimeOffset", "1", false}, - SynchronizationTrigger: Info{SynchronizationTrigger, []string{"CS"}, "Synchronization Trigger", "SynchronizationTrigger", "1", false}, - SynchronizationChannel: Info{SynchronizationChannel, []string{"US"}, "Synchronization Channel", "SynchronizationChannel", "2", false}, - TriggerSamplePosition: Info{TriggerSamplePosition, []string{"UL"}, "Trigger Sample Position", "TriggerSamplePosition", "1", false}, - RadiopharmaceuticalRoute: Info{RadiopharmaceuticalRoute, []string{"LO"}, "Radiopharmaceutical Route", "RadiopharmaceuticalRoute", "1", false}, - RadiopharmaceuticalVolume: Info{RadiopharmaceuticalVolume, []string{"DS"}, "Radiopharmaceutical Volume", "RadiopharmaceuticalVolume", "1", false}, - RadiopharmaceuticalStartTime: Info{RadiopharmaceuticalStartTime, []string{"TM"}, "Radiopharmaceutical Start Time", "RadiopharmaceuticalStartTime", "1", false}, - RadiopharmaceuticalStopTime: Info{RadiopharmaceuticalStopTime, []string{"TM"}, "Radiopharmaceutical Stop Time", "RadiopharmaceuticalStopTime", "1", false}, - RadionuclideTotalDose: Info{RadionuclideTotalDose, []string{"DS"}, "Radionuclide Total Dose", "RadionuclideTotalDose", "1", false}, - RadionuclideHalfLife: Info{RadionuclideHalfLife, []string{"DS"}, "Radionuclide Half Life", "RadionuclideHalfLife", "1", false}, - RadionuclidePositronFraction: Info{RadionuclidePositronFraction, []string{"DS"}, "Radionuclide Positron Fraction", "RadionuclidePositronFraction", "1", false}, - RadiopharmaceuticalSpecificActivity: Info{RadiopharmaceuticalSpecificActivity, []string{"DS"}, "Radiopharmaceutical Specific Activity", "RadiopharmaceuticalSpecificActivity", "1", false}, - RadiopharmaceuticalStartDateTime: Info{RadiopharmaceuticalStartDateTime, []string{"DT"}, "Radiopharmaceutical Start DateTime", "RadiopharmaceuticalStartDateTime", "1", false}, - RadiopharmaceuticalStopDateTime: Info{RadiopharmaceuticalStopDateTime, []string{"DT"}, "Radiopharmaceutical Stop DateTime", "RadiopharmaceuticalStopDateTime", "1", false}, - BeatRejectionFlag: Info{BeatRejectionFlag, []string{"CS"}, "Beat Rejection Flag", "BeatRejectionFlag", "1", false}, - LowRRValue: Info{LowRRValue, []string{"IS"}, "Low R-R Value", "LowRRValue", "1", false}, - HighRRValue: Info{HighRRValue, []string{"IS"}, "High R-R Value", "HighRRValue", "1", false}, - IntervalsAcquired: Info{IntervalsAcquired, []string{"IS"}, "Intervals Acquired", "IntervalsAcquired", "1", false}, - IntervalsRejected: Info{IntervalsRejected, []string{"IS"}, "Intervals Rejected", "IntervalsRejected", "1", false}, - PVCRejection: Info{PVCRejection, []string{"LO"}, "PVC Rejection", "PVCRejection", "1", false}, - SkipBeats: Info{SkipBeats, []string{"IS"}, "Skip Beats", "SkipBeats", "1", false}, - HeartRate: Info{HeartRate, []string{"IS"}, "Heart Rate", "HeartRate", "1", false}, - CardiacNumberOfImages: Info{CardiacNumberOfImages, []string{"IS"}, "Cardiac Number of Images", "CardiacNumberOfImages", "1", false}, - TriggerWindow: Info{TriggerWindow, []string{"IS"}, "Trigger Window", "TriggerWindow", "1", false}, - ReconstructionDiameter: Info{ReconstructionDiameter, []string{"DS"}, "Reconstruction Diameter", "ReconstructionDiameter", "1", false}, - DistanceSourceToDetector: Info{DistanceSourceToDetector, []string{"DS"}, "Distance Source to Detector", "DistanceSourceToDetector", "1", false}, - DistanceSourceToPatient: Info{DistanceSourceToPatient, []string{"DS"}, "Distance Source to Patient", "DistanceSourceToPatient", "1", false}, - EstimatedRadiographicMagnificationFactor: Info{EstimatedRadiographicMagnificationFactor, []string{"DS"}, "Estimated Radiographic Magnification Factor", "EstimatedRadiographicMagnificationFactor", "1", false}, - GantryDetectorTilt: Info{GantryDetectorTilt, []string{"DS"}, "Gantry/Detector Tilt", "GantryDetectorTilt", "1", false}, - GantryDetectorSlew: Info{GantryDetectorSlew, []string{"DS"}, "Gantry/Detector Slew", "GantryDetectorSlew", "1", false}, - TableHeight: Info{TableHeight, []string{"DS"}, "Table Height", "TableHeight", "1", false}, - TableTraverse: Info{TableTraverse, []string{"DS"}, "Table Traverse", "TableTraverse", "1", false}, - TableMotion: Info{TableMotion, []string{"CS"}, "Table Motion", "TableMotion", "1", false}, - TableVerticalIncrement: Info{TableVerticalIncrement, []string{"DS"}, "Table Vertical Increment", "TableVerticalIncrement", "1-n", false}, - TableLateralIncrement: Info{TableLateralIncrement, []string{"DS"}, "Table Lateral Increment", "TableLateralIncrement", "1-n", false}, - TableLongitudinalIncrement: Info{TableLongitudinalIncrement, []string{"DS"}, "Table Longitudinal Increment", "TableLongitudinalIncrement", "1-n", false}, - TableAngle: Info{TableAngle, []string{"DS"}, "Table Angle", "TableAngle", "1", false}, - TableType: Info{TableType, []string{"CS"}, "Table Type", "TableType", "1", false}, - RotationDirection: Info{RotationDirection, []string{"CS"}, "Rotation Direction", "RotationDirection", "1", false}, - AngularPosition: Info{AngularPosition, []string{"DS"}, "Angular Position", "AngularPosition", "1", true}, - RadialPosition: Info{RadialPosition, []string{"DS"}, "Radial Position", "RadialPosition", "1-n", false}, - ScanArc: Info{ScanArc, []string{"DS"}, "Scan Arc", "ScanArc", "1", false}, - AngularStep: Info{AngularStep, []string{"DS"}, "Angular Step", "AngularStep", "1", false}, - CenterOfRotationOffset: Info{CenterOfRotationOffset, []string{"DS"}, "Center of Rotation Offset", "CenterOfRotationOffset", "1", false}, - RotationOffset: Info{RotationOffset, []string{"DS"}, "Rotation Offset", "RotationOffset", "1-n", true}, - FieldOfViewShape: Info{FieldOfViewShape, []string{"CS"}, "Field of View Shape", "FieldOfViewShape", "1", false}, - FieldOfViewDimensions: Info{FieldOfViewDimensions, []string{"IS"}, "Field of View Dimension(s)", "FieldOfViewDimensions", "1-2", false}, - ExposureTime: Info{ExposureTime, []string{"IS"}, "Exposure Time", "ExposureTime", "1", false}, - XRayTubeCurrent: Info{XRayTubeCurrent, []string{"IS"}, "X-Ray Tube Current", "XRayTubeCurrent", "1", false}, - Exposure: Info{Exposure, []string{"IS"}, "Exposure", "Exposure", "1", false}, - ExposureInuAs: Info{ExposureInuAs, []string{"IS"}, "Exposure in µAs", "ExposureInuAs", "1", false}, - AveragePulseWidth: Info{AveragePulseWidth, []string{"DS"}, "Average Pulse Width", "AveragePulseWidth", "1", false}, - RadiationSetting: Info{RadiationSetting, []string{"CS"}, "Radiation Setting", "RadiationSetting", "1", false}, - RectificationType: Info{RectificationType, []string{"CS"}, "Rectification Type", "RectificationType", "1", false}, - RadiationMode: Info{RadiationMode, []string{"CS"}, "Radiation Mode", "RadiationMode", "1", false}, - ImageAndFluoroscopyAreaDoseProduct: Info{ImageAndFluoroscopyAreaDoseProduct, []string{"DS"}, "Image and Fluoroscopy Area Dose Product", "ImageAndFluoroscopyAreaDoseProduct", "1", false}, - FilterType: Info{FilterType, []string{"SH"}, "Filter Type", "FilterType", "1", false}, - TypeOfFilters: Info{TypeOfFilters, []string{"LO"}, "Type of Filters", "TypeOfFilters", "1-n", false}, - IntensifierSize: Info{IntensifierSize, []string{"DS"}, "Intensifier Size", "IntensifierSize", "1", false}, - ImagerPixelSpacing: Info{ImagerPixelSpacing, []string{"DS"}, "Imager Pixel Spacing", "ImagerPixelSpacing", "2", false}, - Grid: Info{Grid, []string{"CS"}, "Grid", "Grid", "1-n", false}, - GeneratorPower: Info{GeneratorPower, []string{"IS"}, "Generator Power", "GeneratorPower", "1", false}, - CollimatorGridName: Info{CollimatorGridName, []string{"SH"}, "Collimator/grid Name", "CollimatorGridName", "1", false}, - CollimatorType: Info{CollimatorType, []string{"CS"}, "Collimator Type", "CollimatorType", "1", false}, - FocalDistance: Info{FocalDistance, []string{"IS"}, "Focal Distance", "FocalDistance", "1-2", false}, - XFocusCenter: Info{XFocusCenter, []string{"DS"}, "X Focus Center", "XFocusCenter", "1-2", false}, - YFocusCenter: Info{YFocusCenter, []string{"DS"}, "Y Focus Center", "YFocusCenter", "1-2", false}, - FocalSpots: Info{FocalSpots, []string{"DS"}, "Focal Spot(s)", "FocalSpots", "1-n", false}, - AnodeTargetMaterial: Info{AnodeTargetMaterial, []string{"CS"}, "Anode Target Material", "AnodeTargetMaterial", "1", false}, - BodyPartThickness: Info{BodyPartThickness, []string{"DS"}, "Body Part Thickness", "BodyPartThickness", "1", false}, - CompressionForce: Info{CompressionForce, []string{"DS"}, "Compression Force", "CompressionForce", "1", false}, - CompressionPressure: Info{CompressionPressure, []string{"DS"}, "Compression Pressure", "CompressionPressure", "1", false}, - PaddleDescription: Info{PaddleDescription, []string{"LO"}, "Paddle Description", "PaddleDescription", "1", false}, - CompressionContactArea: Info{CompressionContactArea, []string{"DS"}, "Compression Contact Area", "CompressionContactArea", "1", false}, - AcquisitionMode: Info{AcquisitionMode, []string{"LO"}, "Acquisition Mode", "AcquisitionMode", "1", false}, - DoseModeName: Info{DoseModeName, []string{"LO"}, "Dose Mode Name", "DoseModeName", "1", false}, - AcquiredSubtractionMaskFlag: Info{AcquiredSubtractionMaskFlag, []string{"CS"}, "Acquired Subtraction Mask Flag", "AcquiredSubtractionMaskFlag", "1", false}, - FluoroscopyPersistenceFlag: Info{FluoroscopyPersistenceFlag, []string{"CS"}, "Fluoroscopy Persistence Flag", "FluoroscopyPersistenceFlag", "1", false}, - FluoroscopyLastImageHoldPersistenceFlag: Info{FluoroscopyLastImageHoldPersistenceFlag, []string{"CS"}, "Fluoroscopy Last Image Hold Persistence Flag", "FluoroscopyLastImageHoldPersistenceFlag", "1", false}, - UpperLimitNumberOfPersistentFluoroscopyFrames: Info{UpperLimitNumberOfPersistentFluoroscopyFrames, []string{"IS"}, "Upper Limit Number Of Persistent Fluoroscopy Frames", "UpperLimitNumberOfPersistentFluoroscopyFrames", "1", false}, - ContrastBolusAutoInjectionTriggerFlag: Info{ContrastBolusAutoInjectionTriggerFlag, []string{"CS"}, "Contrast/Bolus Auto Injection Trigger Flag", "ContrastBolusAutoInjectionTriggerFlag", "1", false}, - ContrastBolusInjectionDelay: Info{ContrastBolusInjectionDelay, []string{"FD"}, "Contrast/Bolus Injection Delay", "ContrastBolusInjectionDelay", "1", false}, - XAAcquisitionPhaseDetailsSequence: Info{XAAcquisitionPhaseDetailsSequence, []string{"SQ"}, "XA Acquisition Phase Details Sequence", "XAAcquisitionPhaseDetailsSequence", "1", false}, - XAAcquisitionFrameRate: Info{XAAcquisitionFrameRate, []string{"FD"}, "XA Acquisition Frame Rate", "XAAcquisitionFrameRate", "1", false}, - XAPlaneDetailsSequence: Info{XAPlaneDetailsSequence, []string{"SQ"}, "XA Plane Details Sequence", "XAPlaneDetailsSequence", "1", false}, - AcquisitionFieldOfViewLabel: Info{AcquisitionFieldOfViewLabel, []string{"LO"}, "Acquisition Field of View Label", "AcquisitionFieldOfViewLabel", "1", false}, - XRayFilterDetailsSequence: Info{XRayFilterDetailsSequence, []string{"SQ"}, "X-Ray Filter Details Sequence", "XRayFilterDetailsSequence", "1", false}, - XAAcquisitionDuration: Info{XAAcquisitionDuration, []string{"FD"}, "XA Acquisition Duration", "XAAcquisitionDuration", "1", false}, - ReconstructionPipelineType: Info{ReconstructionPipelineType, []string{"CS"}, "Reconstruction Pipeline Type", "ReconstructionPipelineType", "1", false}, - ImageFilterDetailsSequence: Info{ImageFilterDetailsSequence, []string{"SQ"}, "Image Filter Details Sequence", "ImageFilterDetailsSequence", "1", false}, - AppliedMaskSubtractionFlag: Info{AppliedMaskSubtractionFlag, []string{"CS"}, "Applied Mask Subtraction Flag", "AppliedMaskSubtractionFlag", "1", false}, - RequestedSeriesDescriptionCodeSequence: Info{RequestedSeriesDescriptionCodeSequence, []string{"SQ"}, "Requested Series Description Code Sequence", "RequestedSeriesDescriptionCodeSequence", "1", false}, - DateOfLastCalibration: Info{DateOfLastCalibration, []string{"DA"}, "Date of Last Calibration", "DateOfLastCalibration", "1-n", false}, - TimeOfLastCalibration: Info{TimeOfLastCalibration, []string{"TM"}, "Time of Last Calibration", "TimeOfLastCalibration", "1-n", false}, - DateTimeOfLastCalibration: Info{DateTimeOfLastCalibration, []string{"DT"}, "DateTime of Last Calibration", "DateTimeOfLastCalibration", "1", false}, - CalibrationDateTime: Info{CalibrationDateTime, []string{"DT"}, "Calibration DateTime", "CalibrationDateTime", "1", false}, - DateOfManufacture: Info{DateOfManufacture, []string{"DA"}, "Date of Manufacture", "DateOfManufacture", "1", false}, - DateOfInstallation: Info{DateOfInstallation, []string{"DA"}, "Date of Installation", "DateOfInstallation", "1", false}, - ConvolutionKernel: Info{ConvolutionKernel, []string{"SH"}, "Convolution Kernel", "ConvolutionKernel", "1-n", false}, - UpperLowerPixelValues: Info{UpperLowerPixelValues, []string{"IS"}, "Upper/Lower Pixel Values", "UpperLowerPixelValues", "1-n", true}, - ActualFrameDuration: Info{ActualFrameDuration, []string{"IS"}, "Actual Frame Duration", "ActualFrameDuration", "1", false}, - CountRate: Info{CountRate, []string{"IS"}, "Count Rate", "CountRate", "1", false}, - PreferredPlaybackSequencing: Info{PreferredPlaybackSequencing, []string{"US"}, "Preferred Playback Sequencing", "PreferredPlaybackSequencing", "1", false}, - ReceiveCoilName: Info{ReceiveCoilName, []string{"SH"}, "Receive Coil Name", "ReceiveCoilName", "1", false}, - TransmitCoilName: Info{TransmitCoilName, []string{"SH"}, "Transmit Coil Name", "TransmitCoilName", "1", false}, - PlateType: Info{PlateType, []string{"SH"}, "Plate Type", "PlateType", "1", false}, - PhosphorType: Info{PhosphorType, []string{"LO"}, "Phosphor Type", "PhosphorType", "1", false}, - WaterEquivalentDiameter: Info{WaterEquivalentDiameter, []string{"FD"}, "Water Equivalent Diameter", "WaterEquivalentDiameter", "1", false}, + OnAxisBackgroundAnatomicStructureCodeSequenceTrial: Info{OnAxisBackgroundAnatomicStructureCodeSequenceTrial, []string{"SQ"}, "On Axis Background Anatomic Structure Code Sequence (Trial)", "OnAxisBackgroundAnatomicStructureCodeSequenceTrial", "1", true}, + AlternateRepresentationSequence: Info{AlternateRepresentationSequence, []string{"SQ"}, "Alternate Representation Sequence", "AlternateRepresentationSequence", "1", false}, + AvailableTransferSyntaxUID: Info{AvailableTransferSyntaxUID, []string{"UI"}, "Available Transfer Syntax UID", "AvailableTransferSyntaxUID", "1-n", false}, + IrradiationEventUID: Info{IrradiationEventUID, []string{"UI"}, "Irradiation Event UID", "IrradiationEventUID", "1-n", false}, + SourceIrradiationEventSequence: Info{SourceIrradiationEventSequence, []string{"SQ"}, "Source Irradiation Event Sequence", "SourceIrradiationEventSequence", "1", false}, + RadiopharmaceuticalAdministrationEventUID: Info{RadiopharmaceuticalAdministrationEventUID, []string{"UI"}, "Radiopharmaceutical Administration Event UID", "RadiopharmaceuticalAdministrationEventUID", "1", false}, + IdentifyingComments: Info{IdentifyingComments, []string{"LT"}, "Identifying Comments", "IdentifyingComments", "1", true}, + FrameType: Info{FrameType, []string{"CS"}, "Frame Type", "FrameType", "4-5", false}, + ReferencedImageEvidenceSequence: Info{ReferencedImageEvidenceSequence, []string{"SQ"}, "Referenced Image Evidence Sequence", "ReferencedImageEvidenceSequence", "1", false}, + ReferencedRawDataSequence: Info{ReferencedRawDataSequence, []string{"SQ"}, "Referenced Raw Data Sequence", "ReferencedRawDataSequence", "1", false}, + CreatorVersionUID: Info{CreatorVersionUID, []string{"UI"}, "Creator-Version UID", "CreatorVersionUID", "1", false}, + DerivationImageSequence: Info{DerivationImageSequence, []string{"SQ"}, "Derivation Image Sequence", "DerivationImageSequence", "1", false}, + SourceImageEvidenceSequence: Info{SourceImageEvidenceSequence, []string{"SQ"}, "Source Image Evidence Sequence", "SourceImageEvidenceSequence", "1", false}, + PixelPresentation: Info{PixelPresentation, []string{"CS"}, "Pixel Presentation", "PixelPresentation", "1", false}, + VolumetricProperties: Info{VolumetricProperties, []string{"CS"}, "Volumetric Properties", "VolumetricProperties", "1", false}, + VolumeBasedCalculationTechnique: Info{VolumeBasedCalculationTechnique, []string{"CS"}, "Volume Based Calculation Technique", "VolumeBasedCalculationTechnique", "1", false}, + ComplexImageComponent: Info{ComplexImageComponent, []string{"CS"}, "Complex Image Component", "ComplexImageComponent", "1", false}, + AcquisitionContrast: Info{AcquisitionContrast, []string{"CS"}, "Acquisition Contrast", "AcquisitionContrast", "1", false}, + DerivationCodeSequence: Info{DerivationCodeSequence, []string{"SQ"}, "Derivation Code Sequence", "DerivationCodeSequence", "1", false}, + ReferencedPresentationStateSequence: Info{ReferencedPresentationStateSequence, []string{"SQ"}, "Referenced Presentation State Sequence", "ReferencedPresentationStateSequence", "1", false}, + ReferencedOtherPlaneSequence: Info{ReferencedOtherPlaneSequence, []string{"SQ"}, "Referenced Other Plane Sequence", "ReferencedOtherPlaneSequence", "1", false}, + FrameDisplaySequence: Info{FrameDisplaySequence, []string{"SQ"}, "Frame Display Sequence", "FrameDisplaySequence", "1", false}, + RecommendedDisplayFrameRateInFloat: Info{RecommendedDisplayFrameRateInFloat, []string{"FL"}, "Recommended Display Frame Rate in Float", "RecommendedDisplayFrameRateInFloat", "1", false}, + SkipFrameRangeFlag: Info{SkipFrameRangeFlag, []string{"CS"}, "Skip Frame Range Flag", "SkipFrameRangeFlag", "1", false}, + PatientName: Info{PatientName, []string{"PN"}, "Patient's Name", "PatientName", "1", false}, + PatientID: Info{PatientID, []string{"LO"}, "Patient ID", "PatientID", "1", false}, + IssuerOfPatientID: Info{IssuerOfPatientID, []string{"LO"}, "Issuer of Patient ID", "IssuerOfPatientID", "1", false}, + TypeOfPatientID: Info{TypeOfPatientID, []string{"CS"}, "Type of Patient ID", "TypeOfPatientID", "1", false}, + IssuerOfPatientIDQualifiersSequence: Info{IssuerOfPatientIDQualifiersSequence, []string{"SQ"}, "Issuer of Patient ID Qualifiers Sequence", "IssuerOfPatientIDQualifiersSequence", "1", false}, + SourcePatientGroupIdentificationSequence: Info{SourcePatientGroupIdentificationSequence, []string{"SQ"}, "Source Patient Group Identification Sequence", "SourcePatientGroupIdentificationSequence", "1", false}, + GroupOfPatientsIdentificationSequence: Info{GroupOfPatientsIdentificationSequence, []string{"SQ"}, "Group of Patients Identification Sequence", "GroupOfPatientsIdentificationSequence", "1", false}, + SubjectRelativePositionInImage: Info{SubjectRelativePositionInImage, []string{"US"}, "Subject Relative Position in Image", "SubjectRelativePositionInImage", "3", false}, + PatientBirthDate: Info{PatientBirthDate, []string{"DA"}, "Patient's Birth Date", "PatientBirthDate", "1", false}, + PatientBirthTime: Info{PatientBirthTime, []string{"TM"}, "Patient's Birth Time", "PatientBirthTime", "1", false}, + PatientBirthDateInAlternativeCalendar: Info{PatientBirthDateInAlternativeCalendar, []string{"LO"}, "Patient's Birth Date in Alternative Calendar", "PatientBirthDateInAlternativeCalendar", "1", false}, + PatientDeathDateInAlternativeCalendar: Info{PatientDeathDateInAlternativeCalendar, []string{"LO"}, "Patient's Death Date in Alternative Calendar", "PatientDeathDateInAlternativeCalendar", "1", false}, + PatientAlternativeCalendar: Info{PatientAlternativeCalendar, []string{"CS"}, "Patient's Alternative Calendar", "PatientAlternativeCalendar", "1", false}, + PatientSex: Info{PatientSex, []string{"CS"}, "Patient's Sex", "PatientSex", "1", false}, + PatientInsurancePlanCodeSequence: Info{PatientInsurancePlanCodeSequence, []string{"SQ"}, "Patient's Insurance Plan Code Sequence", "PatientInsurancePlanCodeSequence", "1", false}, + PatientPrimaryLanguageCodeSequence: Info{PatientPrimaryLanguageCodeSequence, []string{"SQ"}, "Patient's Primary Language Code Sequence", "PatientPrimaryLanguageCodeSequence", "1", false}, + PatientPrimaryLanguageModifierCodeSequence: Info{PatientPrimaryLanguageModifierCodeSequence, []string{"SQ"}, "Patient's Primary Language Modifier Code Sequence", "PatientPrimaryLanguageModifierCodeSequence", "1", false}, + QualityControlSubject: Info{QualityControlSubject, []string{"CS"}, "Quality Control Subject", "QualityControlSubject", "1", false}, + QualityControlSubjectTypeCodeSequence: Info{QualityControlSubjectTypeCodeSequence, []string{"SQ"}, "Quality Control Subject Type Code Sequence", "QualityControlSubjectTypeCodeSequence", "1", false}, + StrainDescription: Info{StrainDescription, []string{"UC"}, "Strain Description", "StrainDescription", "1", false}, + StrainNomenclature: Info{StrainNomenclature, []string{"LO"}, "Strain Nomenclature", "StrainNomenclature", "1", false}, + StrainStockNumber: Info{StrainStockNumber, []string{"LO"}, "Strain Stock Number", "StrainStockNumber", "1", false}, + StrainSourceRegistryCodeSequence: Info{StrainSourceRegistryCodeSequence, []string{"SQ"}, "Strain Source Registry Code Sequence", "StrainSourceRegistryCodeSequence", "1", false}, + StrainStockSequence: Info{StrainStockSequence, []string{"SQ"}, "Strain Stock Sequence", "StrainStockSequence", "1", false}, + StrainSource: Info{StrainSource, []string{"LO"}, "Strain Source", "StrainSource", "1", false}, + StrainAdditionalInformation: Info{StrainAdditionalInformation, []string{"UT"}, "Strain Additional Information", "StrainAdditionalInformation", "1", false}, + StrainCodeSequence: Info{StrainCodeSequence, []string{"SQ"}, "Strain Code Sequence", "StrainCodeSequence", "1", false}, + GeneticModificationsSequence: Info{GeneticModificationsSequence, []string{"SQ"}, "Genetic Modifications Sequence", "GeneticModificationsSequence", "1", false}, + GeneticModificationsDescription: Info{GeneticModificationsDescription, []string{"UC"}, "Genetic Modifications Description", "GeneticModificationsDescription", "1", false}, + GeneticModificationsNomenclature: Info{GeneticModificationsNomenclature, []string{"LO"}, "Genetic Modifications Nomenclature", "GeneticModificationsNomenclature", "1", false}, + GeneticModificationsCodeSequence: Info{GeneticModificationsCodeSequence, []string{"SQ"}, "Genetic Modifications Code Sequence", "GeneticModificationsCodeSequence", "1", false}, + OtherPatientIDs: Info{OtherPatientIDs, []string{"LO"}, "Other Patient IDs", "OtherPatientIDs", "1-n", true}, + OtherPatientNames: Info{OtherPatientNames, []string{"PN"}, "Other Patient Names", "OtherPatientNames", "1-n", false}, + OtherPatientIDsSequence: Info{OtherPatientIDsSequence, []string{"SQ"}, "Other Patient IDs Sequence", "OtherPatientIDsSequence", "1", false}, + PatientBirthName: Info{PatientBirthName, []string{"PN"}, "Patient's Birth Name", "PatientBirthName", "1", false}, + PatientAge: Info{PatientAge, []string{"AS"}, "Patient's Age", "PatientAge", "1", false}, + PatientSize: Info{PatientSize, []string{"DS"}, "Patient's Size", "PatientSize", "1", false}, + PatientSizeCodeSequence: Info{PatientSizeCodeSequence, []string{"SQ"}, "Patient's Size Code Sequence", "PatientSizeCodeSequence", "1", false}, + PatientBodyMassIndex: Info{PatientBodyMassIndex, []string{"DS"}, "Patient's Body Mass Index", "PatientBodyMassIndex", "1", false}, + MeasuredAPDimension: Info{MeasuredAPDimension, []string{"DS"}, "Measured AP Dimension", "MeasuredAPDimension", "1", false}, + MeasuredLateralDimension: Info{MeasuredLateralDimension, []string{"DS"}, "Measured Lateral Dimension", "MeasuredLateralDimension", "1", false}, + PatientWeight: Info{PatientWeight, []string{"DS"}, "Patient's Weight", "PatientWeight", "1", false}, + PatientAddress: Info{PatientAddress, []string{"LO"}, "Patient's Address", "PatientAddress", "1", false}, + InsurancePlanIdentification: Info{InsurancePlanIdentification, []string{"LO"}, "Insurance Plan Identification", "InsurancePlanIdentification", "1-n", true}, + PatientMotherBirthName: Info{PatientMotherBirthName, []string{"PN"}, "Patient's Mother's Birth Name", "PatientMotherBirthName", "1", false}, + MilitaryRank: Info{MilitaryRank, []string{"LO"}, "Military Rank", "MilitaryRank", "1", false}, + BranchOfService: Info{BranchOfService, []string{"LO"}, "Branch of Service", "BranchOfService", "1", false}, + MedicalRecordLocator: Info{MedicalRecordLocator, []string{"LO"}, "Medical Record Locator", "MedicalRecordLocator", "1", true}, + ReferencedPatientPhotoSequence: Info{ReferencedPatientPhotoSequence, []string{"SQ"}, "Referenced Patient Photo Sequence", "ReferencedPatientPhotoSequence", "1", false}, + MedicalAlerts: Info{MedicalAlerts, []string{"LO"}, "Medical Alerts", "MedicalAlerts", "1-n", false}, + Allergies: Info{Allergies, []string{"LO"}, "Allergies", "Allergies", "1-n", false}, + CountryOfResidence: Info{CountryOfResidence, []string{"LO"}, "Country of Residence", "CountryOfResidence", "1", false}, + RegionOfResidence: Info{RegionOfResidence, []string{"LO"}, "Region of Residence", "RegionOfResidence", "1", false}, + PatientTelephoneNumbers: Info{PatientTelephoneNumbers, []string{"SH"}, "Patient's Telephone Numbers", "PatientTelephoneNumbers", "1-n", false}, + PatientTelecomInformation: Info{PatientTelecomInformation, []string{"LT"}, "Patient's Telecom Information", "PatientTelecomInformation", "1", false}, + EthnicGroup: Info{EthnicGroup, []string{"SH"}, "Ethnic Group", "EthnicGroup", "1", false}, + Occupation: Info{Occupation, []string{"SH"}, "Occupation", "Occupation", "1", false}, + SmokingStatus: Info{SmokingStatus, []string{"CS"}, "Smoking Status", "SmokingStatus", "1", false}, + AdditionalPatientHistory: Info{AdditionalPatientHistory, []string{"LT"}, "Additional Patient History", "AdditionalPatientHistory", "1", false}, + PregnancyStatus: Info{PregnancyStatus, []string{"US"}, "Pregnancy Status", "PregnancyStatus", "1", false}, + LastMenstrualDate: Info{LastMenstrualDate, []string{"DA"}, "Last Menstrual Date", "LastMenstrualDate", "1", false}, + PatientReligiousPreference: Info{PatientReligiousPreference, []string{"LO"}, "Patient's Religious Preference", "PatientReligiousPreference", "1", false}, + PatientSpeciesDescription: Info{PatientSpeciesDescription, []string{"LO"}, "Patient Species Description", "PatientSpeciesDescription", "1", false}, + PatientSpeciesCodeSequence: Info{PatientSpeciesCodeSequence, []string{"SQ"}, "Patient Species Code Sequence", "PatientSpeciesCodeSequence", "1", false}, + PatientSexNeutered: Info{PatientSexNeutered, []string{"CS"}, "Patient's Sex Neutered", "PatientSexNeutered", "1", false}, + AnatomicalOrientationType: Info{AnatomicalOrientationType, []string{"CS"}, "Anatomical Orientation Type", "AnatomicalOrientationType", "1", false}, + PatientBreedDescription: Info{PatientBreedDescription, []string{"LO"}, "Patient Breed Description", "PatientBreedDescription", "1", false}, + PatientBreedCodeSequence: Info{PatientBreedCodeSequence, []string{"SQ"}, "Patient Breed Code Sequence", "PatientBreedCodeSequence", "1", false}, + BreedRegistrationSequence: Info{BreedRegistrationSequence, []string{"SQ"}, "Breed Registration Sequence", "BreedRegistrationSequence", "1", false}, + BreedRegistrationNumber: Info{BreedRegistrationNumber, []string{"LO"}, "Breed Registration Number", "BreedRegistrationNumber", "1", false}, + BreedRegistryCodeSequence: Info{BreedRegistryCodeSequence, []string{"SQ"}, "Breed Registry Code Sequence", "BreedRegistryCodeSequence", "1", false}, + ResponsiblePerson: Info{ResponsiblePerson, []string{"PN"}, "Responsible Person", "ResponsiblePerson", "1", false}, + ResponsiblePersonRole: Info{ResponsiblePersonRole, []string{"CS"}, "Responsible Person Role", "ResponsiblePersonRole", "1", false}, + ResponsibleOrganization: Info{ResponsibleOrganization, []string{"LO"}, "Responsible Organization", "ResponsibleOrganization", "1", false}, + PatientComments: Info{PatientComments, []string{"LT"}, "Patient Comments", "PatientComments", "1", false}, + ExaminedBodyThickness: Info{ExaminedBodyThickness, []string{"FL"}, "Examined Body Thickness", "ExaminedBodyThickness", "1", false}, + ClinicalTrialSponsorName: Info{ClinicalTrialSponsorName, []string{"LO"}, "Clinical Trial Sponsor Name", "ClinicalTrialSponsorName", "1", false}, + ClinicalTrialProtocolID: Info{ClinicalTrialProtocolID, []string{"LO"}, "Clinical Trial Protocol ID", "ClinicalTrialProtocolID", "1", false}, + ClinicalTrialProtocolName: Info{ClinicalTrialProtocolName, []string{"LO"}, "Clinical Trial Protocol Name", "ClinicalTrialProtocolName", "1", false}, + IssuerOfClinicalTrialProtocolID: Info{IssuerOfClinicalTrialProtocolID, []string{"LO"}, "Issuer of Clinical Trial Protocol ID", "IssuerOfClinicalTrialProtocolID", "1", false}, + OtherClinicalTrialProtocolIDsSequence: Info{OtherClinicalTrialProtocolIDsSequence, []string{"SQ"}, "Other Clinical Trial Protocol IDs Sequence", "OtherClinicalTrialProtocolIDsSequence", "1", false}, + ClinicalTrialSiteID: Info{ClinicalTrialSiteID, []string{"LO"}, "Clinical Trial Site ID", "ClinicalTrialSiteID", "1", false}, + ClinicalTrialSiteName: Info{ClinicalTrialSiteName, []string{"LO"}, "Clinical Trial Site Name", "ClinicalTrialSiteName", "1", false}, + IssuerOfClinicalTrialSiteID: Info{IssuerOfClinicalTrialSiteID, []string{"LO"}, "Issuer of Clinical Trial Site ID", "IssuerOfClinicalTrialSiteID", "1", false}, + ClinicalTrialSubjectID: Info{ClinicalTrialSubjectID, []string{"LO"}, "Clinical Trial Subject ID", "ClinicalTrialSubjectID", "1", false}, + IssuerOfClinicalTrialSubjectID: Info{IssuerOfClinicalTrialSubjectID, []string{"LO"}, "Issuer of Clinical Trial Subject ID", "IssuerOfClinicalTrialSubjectID", "1", false}, + ClinicalTrialSubjectReadingID: Info{ClinicalTrialSubjectReadingID, []string{"LO"}, "Clinical Trial Subject Reading ID", "ClinicalTrialSubjectReadingID", "1", false}, + IssuerOfClinicalTrialSubjectReadingID: Info{IssuerOfClinicalTrialSubjectReadingID, []string{"LO"}, "Issuer of Clinical Trial Subject Reading ID", "IssuerOfClinicalTrialSubjectReadingID", "1", false}, + ClinicalTrialTimePointID: Info{ClinicalTrialTimePointID, []string{"LO"}, "Clinical Trial Time Point ID", "ClinicalTrialTimePointID", "1", false}, + ClinicalTrialTimePointDescription: Info{ClinicalTrialTimePointDescription, []string{"ST"}, "Clinical Trial Time Point Description", "ClinicalTrialTimePointDescription", "1", false}, + LongitudinalTemporalOffsetFromEvent: Info{LongitudinalTemporalOffsetFromEvent, []string{"FD"}, "Longitudinal Temporal Offset from Event", "LongitudinalTemporalOffsetFromEvent", "1", false}, + LongitudinalTemporalEventType: Info{LongitudinalTemporalEventType, []string{"CS"}, "Longitudinal Temporal Event Type", "LongitudinalTemporalEventType", "1", false}, + ClinicalTrialTimePointTypeCodeSequence: Info{ClinicalTrialTimePointTypeCodeSequence, []string{"SQ"}, "Clinical Trial Time Point Type Code Sequence", "ClinicalTrialTimePointTypeCodeSequence", "1", false}, + IssuerOfClinicalTrialTimePointID: Info{IssuerOfClinicalTrialTimePointID, []string{"LO"}, "Issuer of Clinical Trial Time Point ID", "IssuerOfClinicalTrialTimePointID", "1", false}, + ClinicalTrialCoordinatingCenterName: Info{ClinicalTrialCoordinatingCenterName, []string{"LO"}, "Clinical Trial Coordinating Center Name", "ClinicalTrialCoordinatingCenterName", "1", false}, + PatientIdentityRemoved: Info{PatientIdentityRemoved, []string{"CS"}, "Patient Identity Removed", "PatientIdentityRemoved", "1", false}, + DeidentificationMethod: Info{DeidentificationMethod, []string{"LO"}, "De-identification Method", "DeidentificationMethod", "1-n", false}, + DeidentificationMethodCodeSequence: Info{DeidentificationMethodCodeSequence, []string{"SQ"}, "De-identification Method Code Sequence", "DeidentificationMethodCodeSequence", "1", false}, + ClinicalTrialSeriesID: Info{ClinicalTrialSeriesID, []string{"LO"}, "Clinical Trial Series ID", "ClinicalTrialSeriesID", "1", false}, + ClinicalTrialSeriesDescription: Info{ClinicalTrialSeriesDescription, []string{"LO"}, "Clinical Trial Series Description", "ClinicalTrialSeriesDescription", "1", false}, + IssuerOfClinicalTrialSeriesID: Info{IssuerOfClinicalTrialSeriesID, []string{"LO"}, "Issuer of Clinical Trial Series ID", "IssuerOfClinicalTrialSeriesID", "1", false}, + ClinicalTrialProtocolEthicsCommitteeName: Info{ClinicalTrialProtocolEthicsCommitteeName, []string{"LO"}, "Clinical Trial Protocol Ethics Committee Name", "ClinicalTrialProtocolEthicsCommitteeName", "1", false}, + ClinicalTrialProtocolEthicsCommitteeApprovalNumber: Info{ClinicalTrialProtocolEthicsCommitteeApprovalNumber, []string{"LO"}, "Clinical Trial Protocol Ethics Committee Approval Number", "ClinicalTrialProtocolEthicsCommitteeApprovalNumber", "1", false}, + ConsentForClinicalTrialUseSequence: Info{ConsentForClinicalTrialUseSequence, []string{"SQ"}, "Consent for Clinical Trial Use Sequence", "ConsentForClinicalTrialUseSequence", "1", false}, + DistributionType: Info{DistributionType, []string{"CS"}, "Distribution Type", "DistributionType", "1", false}, + ConsentForDistributionFlag: Info{ConsentForDistributionFlag, []string{"CS"}, "Consent for Distribution Flag", "ConsentForDistributionFlag", "1", false}, + EthicsCommitteeApprovalEffectivenessStartDate: Info{EthicsCommitteeApprovalEffectivenessStartDate, []string{"DA"}, "Ethics Committee Approval Effectiveness Start Date", "EthicsCommitteeApprovalEffectivenessStartDate", "1", false}, + EthicsCommitteeApprovalEffectivenessEndDate: Info{EthicsCommitteeApprovalEffectivenessEndDate, []string{"DA"}, "Ethics Committee Approval Effectiveness End Date", "EthicsCommitteeApprovalEffectivenessEndDate", "1", false}, + CADFileFormat: Info{CADFileFormat, []string{"ST"}, "CAD File Format", "CADFileFormat", "1", true}, + ComponentReferenceSystem: Info{ComponentReferenceSystem, []string{"ST"}, "Component Reference System", "ComponentReferenceSystem", "1", true}, + ComponentManufacturingProcedure: Info{ComponentManufacturingProcedure, []string{"ST"}, "Component Manufacturing Procedure", "ComponentManufacturingProcedure", "1", false}, + ComponentManufacturer: Info{ComponentManufacturer, []string{"ST"}, "Component Manufacturer", "ComponentManufacturer", "1", false}, + MaterialThickness: Info{MaterialThickness, []string{"DS"}, "Material Thickness", "MaterialThickness", "1-n", false}, + MaterialPipeDiameter: Info{MaterialPipeDiameter, []string{"DS"}, "Material Pipe Diameter", "MaterialPipeDiameter", "1-n", false}, + MaterialIsolationDiameter: Info{MaterialIsolationDiameter, []string{"DS"}, "Material Isolation Diameter", "MaterialIsolationDiameter", "1-n", false}, + MaterialGrade: Info{MaterialGrade, []string{"ST"}, "Material Grade", "MaterialGrade", "1", false}, + MaterialPropertiesDescription: Info{MaterialPropertiesDescription, []string{"ST"}, "Material Properties Description", "MaterialPropertiesDescription", "1", false}, + MaterialPropertiesFileFormatRetired: Info{MaterialPropertiesFileFormatRetired, []string{"ST"}, "Material Properties File Format (Retired)", "MaterialPropertiesFileFormatRetired", "1", true}, + MaterialNotes: Info{MaterialNotes, []string{"LT"}, "Material Notes", "MaterialNotes", "1", false}, + ComponentShape: Info{ComponentShape, []string{"CS"}, "Component Shape", "ComponentShape", "1", false}, + CurvatureType: Info{CurvatureType, []string{"CS"}, "Curvature Type", "CurvatureType", "1", false}, + OuterDiameter: Info{OuterDiameter, []string{"DS"}, "Outer Diameter", "OuterDiameter", "1", false}, + InnerDiameter: Info{InnerDiameter, []string{"DS"}, "Inner Diameter", "InnerDiameter", "1", false}, + ComponentWelderIDs: Info{ComponentWelderIDs, []string{"LO"}, "Component Welder IDs", "ComponentWelderIDs", "1-n", false}, + SecondaryApprovalStatus: Info{SecondaryApprovalStatus, []string{"CS"}, "Secondary Approval Status", "SecondaryApprovalStatus", "1", false}, + SecondaryReviewDate: Info{SecondaryReviewDate, []string{"DA"}, "Secondary Review Date", "SecondaryReviewDate", "1", false}, + SecondaryReviewTime: Info{SecondaryReviewTime, []string{"TM"}, "Secondary Review Time", "SecondaryReviewTime", "1", false}, + SecondaryReviewerName: Info{SecondaryReviewerName, []string{"PN"}, "Secondary Reviewer Name", "SecondaryReviewerName", "1", false}, + RepairID: Info{RepairID, []string{"ST"}, "Repair ID", "RepairID", "1", false}, + MultipleComponentApprovalSequence: Info{MultipleComponentApprovalSequence, []string{"SQ"}, "Multiple Component Approval Sequence", "MultipleComponentApprovalSequence", "1", false}, + OtherApprovalStatus: Info{OtherApprovalStatus, []string{"CS"}, "Other Approval Status", "OtherApprovalStatus", "1-n", false}, + OtherSecondaryApprovalStatus: Info{OtherSecondaryApprovalStatus, []string{"CS"}, "Other Secondary Approval Status", "OtherSecondaryApprovalStatus", "1-n", false}, + DataElementLabelSequence: Info{DataElementLabelSequence, []string{"SQ"}, "Data Element Label Sequence", "DataElementLabelSequence", "1", false}, + DataElementLabelItemSequence: Info{DataElementLabelItemSequence, []string{"SQ"}, "Data Element Label Item Sequence", "DataElementLabelItemSequence", "1", false}, + DataElement: Info{DataElement, []string{"AT"}, "Data Element", "DataElement", "1", false}, + DataElementName: Info{DataElementName, []string{"LO"}, "Data Element Name", "DataElementName", "1", false}, + DataElementDescription: Info{DataElementDescription, []string{"LO"}, "Data Element Description", "DataElementDescription", "1", false}, + DataElementConditionality: Info{DataElementConditionality, []string{"CS"}, "Data Element Conditionality", "DataElementConditionality", "1", false}, + DataElementMinimumCharacters: Info{DataElementMinimumCharacters, []string{"IS"}, "Data Element Minimum Characters", "DataElementMinimumCharacters", "1", false}, + DataElementMaximumCharacters: Info{DataElementMaximumCharacters, []string{"IS"}, "Data Element Maximum Characters", "DataElementMaximumCharacters", "1", false}, + ActualEnvironmentalConditions: Info{ActualEnvironmentalConditions, []string{"ST"}, "Actual Environmental Conditions", "ActualEnvironmentalConditions", "1", false}, + ExpiryDate: Info{ExpiryDate, []string{"DA"}, "Expiry Date", "ExpiryDate", "1", false}, + EnvironmentalConditions: Info{EnvironmentalConditions, []string{"ST"}, "Environmental Conditions", "EnvironmentalConditions", "1", false}, + EvaluatorSequence: Info{EvaluatorSequence, []string{"SQ"}, "Evaluator Sequence", "EvaluatorSequence", "1", false}, + EvaluatorNumber: Info{EvaluatorNumber, []string{"IS"}, "Evaluator Number", "EvaluatorNumber", "1", false}, + EvaluatorName: Info{EvaluatorName, []string{"PN"}, "Evaluator Name", "EvaluatorName", "1", false}, + EvaluationAttempt: Info{EvaluationAttempt, []string{"IS"}, "Evaluation Attempt", "EvaluationAttempt", "1", false}, + IndicationSequence: Info{IndicationSequence, []string{"SQ"}, "Indication Sequence", "IndicationSequence", "1", false}, + IndicationNumber: Info{IndicationNumber, []string{"IS"}, "Indication Number", "IndicationNumber", "1", false}, + IndicationLabel: Info{IndicationLabel, []string{"SH"}, "Indication Label", "IndicationLabel", "1", false}, + IndicationDescription: Info{IndicationDescription, []string{"ST"}, "Indication Description", "IndicationDescription", "1", false}, + IndicationType: Info{IndicationType, []string{"CS"}, "Indication Type", "IndicationType", "1-n", false}, + IndicationDisposition: Info{IndicationDisposition, []string{"CS"}, "Indication Disposition", "IndicationDisposition", "1", false}, + IndicationROISequence: Info{IndicationROISequence, []string{"SQ"}, "Indication ROI Sequence", "IndicationROISequence", "1", false}, + IndicationPhysicalPropertySequence: Info{IndicationPhysicalPropertySequence, []string{"SQ"}, "Indication Physical Property Sequence", "IndicationPhysicalPropertySequence", "1", false}, + PropertyLabel: Info{PropertyLabel, []string{"SH"}, "Property Label", "PropertyLabel", "1", false}, + CoordinateSystemNumberOfAxes: Info{CoordinateSystemNumberOfAxes, []string{"IS"}, "Coordinate System Number of Axes", "CoordinateSystemNumberOfAxes", "1", false}, + CoordinateSystemAxesSequence: Info{CoordinateSystemAxesSequence, []string{"SQ"}, "Coordinate System Axes Sequence", "CoordinateSystemAxesSequence", "1", false}, + CoordinateSystemAxisDescription: Info{CoordinateSystemAxisDescription, []string{"ST"}, "Coordinate System Axis Description", "CoordinateSystemAxisDescription", "1", false}, + CoordinateSystemDataSetMapping: Info{CoordinateSystemDataSetMapping, []string{"CS"}, "Coordinate System Data Set Mapping", "CoordinateSystemDataSetMapping", "1", false}, + CoordinateSystemAxisNumber: Info{CoordinateSystemAxisNumber, []string{"IS"}, "Coordinate System Axis Number", "CoordinateSystemAxisNumber", "1", false}, + CoordinateSystemAxisType: Info{CoordinateSystemAxisType, []string{"CS"}, "Coordinate System Axis Type", "CoordinateSystemAxisType", "1", false}, + CoordinateSystemAxisUnits: Info{CoordinateSystemAxisUnits, []string{"CS"}, "Coordinate System Axis Units", "CoordinateSystemAxisUnits", "1", false}, + CoordinateSystemAxisValues: Info{CoordinateSystemAxisValues, []string{"OB"}, "Coordinate System Axis Values", "CoordinateSystemAxisValues", "1", false}, + CoordinateSystemTransformSequence: Info{CoordinateSystemTransformSequence, []string{"SQ"}, "Coordinate System Transform Sequence", "CoordinateSystemTransformSequence", "1", false}, + TransformDescription: Info{TransformDescription, []string{"ST"}, "Transform Description", "TransformDescription", "1", false}, + TransformNumberOfAxes: Info{TransformNumberOfAxes, []string{"IS"}, "Transform Number of Axes", "TransformNumberOfAxes", "1", false}, + TransformOrderOfAxes: Info{TransformOrderOfAxes, []string{"IS"}, "Transform Order of Axes", "TransformOrderOfAxes", "1-n", false}, + TransformedAxisUnits: Info{TransformedAxisUnits, []string{"CS"}, "Transformed Axis Units", "TransformedAxisUnits", "1", false}, + CoordinateSystemTransformRotationAndScaleMatrix: Info{CoordinateSystemTransformRotationAndScaleMatrix, []string{"DS"}, "Coordinate System Transform Rotation and Scale Matrix", "CoordinateSystemTransformRotationAndScaleMatrix", "1-n", false}, + CoordinateSystemTransformTranslationMatrix: Info{CoordinateSystemTransformTranslationMatrix, []string{"DS"}, "Coordinate System Transform Translation Matrix", "CoordinateSystemTransformTranslationMatrix", "1-n", false}, + InternalDetectorFrameTime: Info{InternalDetectorFrameTime, []string{"DS"}, "Internal Detector Frame Time", "InternalDetectorFrameTime", "1", false}, + NumberOfFramesIntegrated: Info{NumberOfFramesIntegrated, []string{"DS"}, "Number of Frames Integrated", "NumberOfFramesIntegrated", "1", false}, + DetectorTemperatureSequence: Info{DetectorTemperatureSequence, []string{"SQ"}, "Detector Temperature Sequence", "DetectorTemperatureSequence", "1", false}, + SensorName: Info{SensorName, []string{"ST"}, "Sensor Name", "SensorName", "1", false}, + HorizontalOffsetOfSensor: Info{HorizontalOffsetOfSensor, []string{"DS"}, "Horizontal Offset of Sensor", "HorizontalOffsetOfSensor", "1", false}, + VerticalOffsetOfSensor: Info{VerticalOffsetOfSensor, []string{"DS"}, "Vertical Offset of Sensor", "VerticalOffsetOfSensor", "1", false}, + SensorTemperature: Info{SensorTemperature, []string{"DS"}, "Sensor Temperature", "SensorTemperature", "1", false}, + DarkCurrentSequence: Info{DarkCurrentSequence, []string{"SQ"}, "Dark Current Sequence", "DarkCurrentSequence", "1", false}, + DarkCurrentCounts: Info{DarkCurrentCounts, []string{"OB", "OW"}, "Dark Current Counts", "DarkCurrentCounts", "1", false}, + GainCorrectionReferenceSequence: Info{GainCorrectionReferenceSequence, []string{"SQ"}, "Gain Correction Reference Sequence", "GainCorrectionReferenceSequence", "1", false}, + AirCounts: Info{AirCounts, []string{"OB", "OW"}, "Air Counts", "AirCounts", "1", false}, + KVUsedInGainCalibration: Info{KVUsedInGainCalibration, []string{"DS"}, "KV Used in Gain Calibration", "KVUsedInGainCalibration", "1", false}, + MAUsedInGainCalibration: Info{MAUsedInGainCalibration, []string{"DS"}, "MA Used in Gain Calibration", "MAUsedInGainCalibration", "1", false}, + NumberOfFramesUsedForIntegration: Info{NumberOfFramesUsedForIntegration, []string{"DS"}, "Number of Frames Used for Integration", "NumberOfFramesUsedForIntegration", "1", false}, + FilterMaterialUsedInGainCalibration: Info{FilterMaterialUsedInGainCalibration, []string{"LO"}, "Filter Material Used in Gain Calibration", "FilterMaterialUsedInGainCalibration", "1", false}, + FilterThicknessUsedInGainCalibration: Info{FilterThicknessUsedInGainCalibration, []string{"DS"}, "Filter Thickness Used in Gain Calibration", "FilterThicknessUsedInGainCalibration", "1", false}, + DateOfGainCalibration: Info{DateOfGainCalibration, []string{"DA"}, "Date of Gain Calibration", "DateOfGainCalibration", "1", false}, + TimeOfGainCalibration: Info{TimeOfGainCalibration, []string{"TM"}, "Time of Gain Calibration", "TimeOfGainCalibration", "1", false}, + BadPixelImage: Info{BadPixelImage, []string{"OB"}, "Bad Pixel Image", "BadPixelImage", "1", false}, + CalibrationNotes: Info{CalibrationNotes, []string{"LT"}, "Calibration Notes", "CalibrationNotes", "1", false}, + LinearityCorrectionTechnique: Info{LinearityCorrectionTechnique, []string{"LT"}, "Linearity Correction Technique", "LinearityCorrectionTechnique", "1", false}, + BeamHardeningCorrectionTechnique: Info{BeamHardeningCorrectionTechnique, []string{"LT"}, "Beam Hardening Correction Technique", "BeamHardeningCorrectionTechnique", "1", false}, + PulserEquipmentSequence: Info{PulserEquipmentSequence, []string{"SQ"}, "Pulser Equipment Sequence", "PulserEquipmentSequence", "1", false}, + PulserType: Info{PulserType, []string{"CS"}, "Pulser Type", "PulserType", "1", false}, + PulserNotes: Info{PulserNotes, []string{"LT"}, "Pulser Notes", "PulserNotes", "1", false}, + ReceiverEquipmentSequence: Info{ReceiverEquipmentSequence, []string{"SQ"}, "Receiver Equipment Sequence", "ReceiverEquipmentSequence", "1", false}, + AmplifierType: Info{AmplifierType, []string{"CS"}, "Amplifier Type", "AmplifierType", "1", false}, + ReceiverNotes: Info{ReceiverNotes, []string{"LT"}, "Receiver Notes", "ReceiverNotes", "1", false}, + PreAmplifierEquipmentSequence: Info{PreAmplifierEquipmentSequence, []string{"SQ"}, "Pre-Amplifier Equipment Sequence", "PreAmplifierEquipmentSequence", "1", false}, + PreAmplifierNotes: Info{PreAmplifierNotes, []string{"LT"}, "Pre-Amplifier Notes", "PreAmplifierNotes", "1", false}, + TransmitTransducerSequence: Info{TransmitTransducerSequence, []string{"SQ"}, "Transmit Transducer Sequence", "TransmitTransducerSequence", "1", false}, + ReceiveTransducerSequence: Info{ReceiveTransducerSequence, []string{"SQ"}, "Receive Transducer Sequence", "ReceiveTransducerSequence", "1", false}, + NumberOfElements: Info{NumberOfElements, []string{"US"}, "Number of Elements", "NumberOfElements", "1", false}, + ElementShape: Info{ElementShape, []string{"CS"}, "Element Shape", "ElementShape", "1", false}, + ElementDimensionA: Info{ElementDimensionA, []string{"DS"}, "Element Dimension A", "ElementDimensionA", "1", false}, + ElementDimensionB: Info{ElementDimensionB, []string{"DS"}, "Element Dimension B", "ElementDimensionB", "1", false}, + ElementPitchA: Info{ElementPitchA, []string{"DS"}, "Element Pitch A", "ElementPitchA", "1", false}, + MeasuredBeamDimensionA: Info{MeasuredBeamDimensionA, []string{"DS"}, "Measured Beam Dimension A", "MeasuredBeamDimensionA", "1", false}, + MeasuredBeamDimensionB: Info{MeasuredBeamDimensionB, []string{"DS"}, "Measured Beam Dimension B", "MeasuredBeamDimensionB", "1", false}, + LocationOfMeasuredBeamDiameter: Info{LocationOfMeasuredBeamDiameter, []string{"DS"}, "Location of Measured Beam Diameter", "LocationOfMeasuredBeamDiameter", "1", false}, + NominalFrequency: Info{NominalFrequency, []string{"DS"}, "Nominal Frequency", "NominalFrequency", "1", false}, + MeasuredCenterFrequency: Info{MeasuredCenterFrequency, []string{"DS"}, "Measured Center Frequency", "MeasuredCenterFrequency", "1", false}, + MeasuredBandwidth: Info{MeasuredBandwidth, []string{"DS"}, "Measured Bandwidth", "MeasuredBandwidth", "1", false}, + ElementPitchB: Info{ElementPitchB, []string{"DS"}, "Element Pitch B", "ElementPitchB", "1", false}, + PulserSettingsSequence: Info{PulserSettingsSequence, []string{"SQ"}, "Pulser Settings Sequence", "PulserSettingsSequence", "1", false}, + PulseWidth: Info{PulseWidth, []string{"DS"}, "Pulse Width", "PulseWidth", "1", false}, + ExcitationFrequency: Info{ExcitationFrequency, []string{"DS"}, "Excitation Frequency", "ExcitationFrequency", "1", false}, + ModulationType: Info{ModulationType, []string{"CS"}, "Modulation Type", "ModulationType", "1", false}, + Damping: Info{Damping, []string{"DS"}, "Damping", "Damping", "1", false}, + ReceiverSettingsSequence: Info{ReceiverSettingsSequence, []string{"SQ"}, "Receiver Settings Sequence", "ReceiverSettingsSequence", "1", false}, + AcquiredSoundpathLength: Info{AcquiredSoundpathLength, []string{"DS"}, "Acquired Soundpath Length", "AcquiredSoundpathLength", "1", false}, + AcquisitionCompressionType: Info{AcquisitionCompressionType, []string{"CS"}, "Acquisition Compression Type", "AcquisitionCompressionType", "1", false}, + AcquisitionSampleSize: Info{AcquisitionSampleSize, []string{"IS"}, "Acquisition Sample Size", "AcquisitionSampleSize", "1", false}, + RectifierSmoothing: Info{RectifierSmoothing, []string{"DS"}, "Rectifier Smoothing", "RectifierSmoothing", "1", false}, + DACSequence: Info{DACSequence, []string{"SQ"}, "DAC Sequence", "DACSequence", "1", false}, + DACType: Info{DACType, []string{"CS"}, "DAC Type", "DACType", "1", false}, + DACGainPoints: Info{DACGainPoints, []string{"DS"}, "DAC Gain Points", "DACGainPoints", "1-n", false}, + DACTimePoints: Info{DACTimePoints, []string{"DS"}, "DAC Time Points", "DACTimePoints", "1-n", false}, + DACAmplitude: Info{DACAmplitude, []string{"DS"}, "DAC Amplitude", "DACAmplitude", "1-n", false}, + PreAmplifierSettingsSequence: Info{PreAmplifierSettingsSequence, []string{"SQ"}, "Pre-Amplifier Settings Sequence", "PreAmplifierSettingsSequence", "1", false}, + TransmitTransducerSettingsSequence: Info{TransmitTransducerSettingsSequence, []string{"SQ"}, "Transmit Transducer Settings Sequence", "TransmitTransducerSettingsSequence", "1", false}, + ReceiveTransducerSettingsSequence: Info{ReceiveTransducerSettingsSequence, []string{"SQ"}, "Receive Transducer Settings Sequence", "ReceiveTransducerSettingsSequence", "1", false}, + IncidentAngle: Info{IncidentAngle, []string{"DS"}, "Incident Angle", "IncidentAngle", "1", false}, + CouplingTechnique: Info{CouplingTechnique, []string{"ST"}, "Coupling Technique", "CouplingTechnique", "1", false}, + CouplingMedium: Info{CouplingMedium, []string{"ST"}, "Coupling Medium", "CouplingMedium", "1", false}, + CouplingVelocity: Info{CouplingVelocity, []string{"DS"}, "Coupling Velocity", "CouplingVelocity", "1", false}, + ProbeCenterLocationX: Info{ProbeCenterLocationX, []string{"DS"}, "Probe Center Location X", "ProbeCenterLocationX", "1", false}, + ProbeCenterLocationZ: Info{ProbeCenterLocationZ, []string{"DS"}, "Probe Center Location Z", "ProbeCenterLocationZ", "1", false}, + SoundPathLength: Info{SoundPathLength, []string{"DS"}, "Sound Path Length", "SoundPathLength", "1", false}, + DelayLawIdentifier: Info{DelayLawIdentifier, []string{"ST"}, "Delay Law Identifier", "DelayLawIdentifier", "1", false}, + GateSettingsSequence: Info{GateSettingsSequence, []string{"SQ"}, "Gate Settings Sequence", "GateSettingsSequence", "1", false}, + GateThreshold: Info{GateThreshold, []string{"DS"}, "Gate Threshold", "GateThreshold", "1", false}, + VelocityOfSound: Info{VelocityOfSound, []string{"DS"}, "Velocity of Sound", "VelocityOfSound", "1", false}, + CalibrationSettingsSequence: Info{CalibrationSettingsSequence, []string{"SQ"}, "Calibration Settings Sequence", "CalibrationSettingsSequence", "1", false}, + CalibrationProcedure: Info{CalibrationProcedure, []string{"ST"}, "Calibration Procedure", "CalibrationProcedure", "1", false}, + ProcedureVersion: Info{ProcedureVersion, []string{"SH"}, "Procedure Version", "ProcedureVersion", "1", false}, + ProcedureCreationDate: Info{ProcedureCreationDate, []string{"DA"}, "Procedure Creation Date", "ProcedureCreationDate", "1", false}, + ProcedureExpirationDate: Info{ProcedureExpirationDate, []string{"DA"}, "Procedure Expiration Date", "ProcedureExpirationDate", "1", false}, + ProcedureLastModifiedDate: Info{ProcedureLastModifiedDate, []string{"DA"}, "Procedure Last Modified Date", "ProcedureLastModifiedDate", "1", false}, + CalibrationTime: Info{CalibrationTime, []string{"TM"}, "Calibration Time", "CalibrationTime", "1-n", false}, + CalibrationDate: Info{CalibrationDate, []string{"DA"}, "Calibration Date", "CalibrationDate", "1-n", false}, + ProbeDriveEquipmentSequence: Info{ProbeDriveEquipmentSequence, []string{"SQ"}, "Probe Drive Equipment Sequence", "ProbeDriveEquipmentSequence", "1", false}, + DriveType: Info{DriveType, []string{"CS"}, "Drive Type", "DriveType", "1", false}, + ProbeDriveNotes: Info{ProbeDriveNotes, []string{"LT"}, "Probe Drive Notes", "ProbeDriveNotes", "1", false}, + DriveProbeSequence: Info{DriveProbeSequence, []string{"SQ"}, "Drive Probe Sequence", "DriveProbeSequence", "1", false}, + ProbeInductance: Info{ProbeInductance, []string{"DS"}, "Probe Inductance", "ProbeInductance", "1", false}, + ProbeResistance: Info{ProbeResistance, []string{"DS"}, "Probe Resistance", "ProbeResistance", "1", false}, + ReceiveProbeSequence: Info{ReceiveProbeSequence, []string{"SQ"}, "Receive Probe Sequence", "ReceiveProbeSequence", "1", false}, + ProbeDriveSettingsSequence: Info{ProbeDriveSettingsSequence, []string{"SQ"}, "Probe Drive Settings Sequence", "ProbeDriveSettingsSequence", "1", false}, + BridgeResistors: Info{BridgeResistors, []string{"DS"}, "Bridge Resistors", "BridgeResistors", "1", false}, + ProbeOrientationAngle: Info{ProbeOrientationAngle, []string{"DS"}, "Probe Orientation Angle", "ProbeOrientationAngle", "1", false}, + UserSelectedGainY: Info{UserSelectedGainY, []string{"DS"}, "User Selected Gain Y", "UserSelectedGainY", "1", false}, + UserSelectedPhase: Info{UserSelectedPhase, []string{"DS"}, "User Selected Phase", "UserSelectedPhase", "1", false}, + UserSelectedOffsetX: Info{UserSelectedOffsetX, []string{"DS"}, "User Selected Offset X", "UserSelectedOffsetX", "1", false}, + UserSelectedOffsetY: Info{UserSelectedOffsetY, []string{"DS"}, "User Selected Offset Y", "UserSelectedOffsetY", "1", false}, + ChannelSettingsSequence: Info{ChannelSettingsSequence, []string{"SQ"}, "Channel Settings Sequence", "ChannelSettingsSequence", "1", false}, + ChannelThreshold: Info{ChannelThreshold, []string{"DS"}, "Channel Threshold", "ChannelThreshold", "1", false}, + ScannerSettingsSequence: Info{ScannerSettingsSequence, []string{"SQ"}, "Scanner Settings Sequence", "ScannerSettingsSequence", "1", false}, + ScanProcedure: Info{ScanProcedure, []string{"ST"}, "Scan Procedure", "ScanProcedure", "1", false}, + TranslationRateX: Info{TranslationRateX, []string{"DS"}, "Translation Rate X", "TranslationRateX", "1", false}, + TranslationRateY: Info{TranslationRateY, []string{"DS"}, "Translation Rate Y", "TranslationRateY", "1", false}, + ChannelOverlap: Info{ChannelOverlap, []string{"DS"}, "Channel Overlap", "ChannelOverlap", "1", false}, + ImageQualityIndicatorType: Info{ImageQualityIndicatorType, []string{"LO"}, "Image Quality Indicator Type", "ImageQualityIndicatorType", "1-n", false}, + ImageQualityIndicatorMaterial: Info{ImageQualityIndicatorMaterial, []string{"LO"}, "Image Quality Indicator Material", "ImageQualityIndicatorMaterial", "1-n", false}, + ImageQualityIndicatorSize: Info{ImageQualityIndicatorSize, []string{"LO"}, "Image Quality Indicator Size", "ImageQualityIndicatorSize", "1-n", false}, + LINACEnergy: Info{LINACEnergy, []string{"IS"}, "LINAC Energy", "LINACEnergy", "1", false}, + LINACOutput: Info{LINACOutput, []string{"IS"}, "LINAC Output", "LINACOutput", "1", false}, + ActiveAperture: Info{ActiveAperture, []string{"US"}, "Active Aperture", "ActiveAperture", "1", false}, + TotalAperture: Info{TotalAperture, []string{"DS"}, "Total Aperture", "TotalAperture", "1", false}, + ApertureElevation: Info{ApertureElevation, []string{"DS"}, "Aperture Elevation", "ApertureElevation", "1", false}, + MainLobeAngle: Info{MainLobeAngle, []string{"DS"}, "Main Lobe Angle", "MainLobeAngle", "1", false}, + MainRoofAngle: Info{MainRoofAngle, []string{"DS"}, "Main Roof Angle", "MainRoofAngle", "1", false}, + ConnectorType: Info{ConnectorType, []string{"CS"}, "Connector Type", "ConnectorType", "1", false}, + WedgeModelNumber: Info{WedgeModelNumber, []string{"SH"}, "Wedge Model Number", "WedgeModelNumber", "1", false}, + WedgeAngleFloat: Info{WedgeAngleFloat, []string{"DS"}, "Wedge Angle Float", "WedgeAngleFloat", "1", false}, + WedgeRoofAngle: Info{WedgeRoofAngle, []string{"DS"}, "Wedge Roof Angle", "WedgeRoofAngle", "1", false}, + WedgeElement1Position: Info{WedgeElement1Position, []string{"CS"}, "Wedge Element 1 Position", "WedgeElement1Position", "1", false}, + WedgeMaterialVelocity: Info{WedgeMaterialVelocity, []string{"DS"}, "Wedge Material Velocity", "WedgeMaterialVelocity", "1", false}, + WedgeMaterial: Info{WedgeMaterial, []string{"SH"}, "Wedge Material", "WedgeMaterial", "1", false}, + WedgeOffsetZ: Info{WedgeOffsetZ, []string{"DS"}, "Wedge Offset Z", "WedgeOffsetZ", "1", false}, + WedgeOriginOffsetX: Info{WedgeOriginOffsetX, []string{"DS"}, "Wedge Origin Offset X", "WedgeOriginOffsetX", "1", false}, + WedgeTimeDelay: Info{WedgeTimeDelay, []string{"DS"}, "Wedge Time Delay", "WedgeTimeDelay", "1", false}, + WedgeName: Info{WedgeName, []string{"SH"}, "Wedge Name", "WedgeName", "1", false}, + WedgeManufacturerName: Info{WedgeManufacturerName, []string{"SH"}, "Wedge Manufacturer Name", "WedgeManufacturerName", "1", false}, + WedgeDescription: Info{WedgeDescription, []string{"LO"}, "Wedge Description", "WedgeDescription", "1", false}, + NominalBeamAngle: Info{NominalBeamAngle, []string{"DS"}, "Nominal Beam Angle", "NominalBeamAngle", "1", false}, + WedgeOffsetX: Info{WedgeOffsetX, []string{"DS"}, "Wedge Offset X", "WedgeOffsetX", "1", false}, + WedgeOffsetY: Info{WedgeOffsetY, []string{"DS"}, "Wedge Offset Y", "WedgeOffsetY", "1", false}, + WedgeTotalLength: Info{WedgeTotalLength, []string{"DS"}, "Wedge Total Length", "WedgeTotalLength", "1", false}, + WedgeInContactLength: Info{WedgeInContactLength, []string{"DS"}, "Wedge In Contact Length", "WedgeInContactLength", "1", false}, + WedgeFrontGap: Info{WedgeFrontGap, []string{"DS"}, "Wedge Front Gap", "WedgeFrontGap", "1", false}, + WedgeTotalHeight: Info{WedgeTotalHeight, []string{"DS"}, "Wedge Total Height", "WedgeTotalHeight", "1", false}, + WedgeFrontHeight: Info{WedgeFrontHeight, []string{"DS"}, "Wedge Front Height", "WedgeFrontHeight", "1", false}, + WedgeRearHeight: Info{WedgeRearHeight, []string{"DS"}, "Wedge Rear Height", "WedgeRearHeight", "1", false}, + WedgeTotalWidth: Info{WedgeTotalWidth, []string{"DS"}, "Wedge Total Width", "WedgeTotalWidth", "1", false}, + WedgeInContactWidth: Info{WedgeInContactWidth, []string{"DS"}, "Wedge In Contact Width", "WedgeInContactWidth", "1", false}, + WedgeChamferHeight: Info{WedgeChamferHeight, []string{"DS"}, "Wedge Chamfer Height", "WedgeChamferHeight", "1", false}, + WedgeCurve: Info{WedgeCurve, []string{"CS"}, "Wedge Curve", "WedgeCurve", "1", false}, + RadiusAlongWedge: Info{RadiusAlongWedge, []string{"DS"}, "Radius Along the Wedge", "RadiusAlongWedge", "1", false}, + WhitePoint: Info{WhitePoint, []string{"DS"}, "White Point", "WhitePoint", "1", false}, + PrimaryChromaticities: Info{PrimaryChromaticities, []string{"DS"}, "Primary Chromaticities", "PrimaryChromaticities", "3", false}, + BatteryLevel: Info{BatteryLevel, []string{"UT"}, "Battery Level", "BatteryLevel", "1", false}, + ExposureTimeInSeconds: Info{ExposureTimeInSeconds, []string{"DS"}, "Exposure Time in Seconds", "ExposureTimeInSeconds", "1", false}, + FNumber: Info{FNumber, []string{"DS"}, "F-Number", "FNumber", "1", false}, + OECFRows: Info{OECFRows, []string{"IS"}, "OECF Rows", "OECFRows", "1", false}, + OECFColumns: Info{OECFColumns, []string{"IS"}, "OECF Columns", "OECFColumns", "1", false}, + OECFColumnNames: Info{OECFColumnNames, []string{"UC"}, "OECF Column Names", "OECFColumnNames", "1-n", false}, + OECFValues: Info{OECFValues, []string{"DS"}, "OECF Values", "OECFValues", "1-n", false}, + SpatialFrequencyResponseRows: Info{SpatialFrequencyResponseRows, []string{"IS"}, "Spatial Frequency Response Rows", "SpatialFrequencyResponseRows", "1", false}, + SpatialFrequencyResponseColumns: Info{SpatialFrequencyResponseColumns, []string{"IS"}, "Spatial Frequency Response Columns", "SpatialFrequencyResponseColumns", "1", false}, + SpatialFrequencyResponseColumnNames: Info{SpatialFrequencyResponseColumnNames, []string{"UC"}, "Spatial Frequency Response Column Names", "SpatialFrequencyResponseColumnNames", "1-n", false}, + SpatialFrequencyResponseValues: Info{SpatialFrequencyResponseValues, []string{"DS"}, "Spatial Frequency Response Values", "SpatialFrequencyResponseValues", "1-n", false}, + ColorFilterArrayPatternRows: Info{ColorFilterArrayPatternRows, []string{"IS"}, "Color Filter Array Pattern Rows", "ColorFilterArrayPatternRows", "1", false}, + ColorFilterArrayPatternColumns: Info{ColorFilterArrayPatternColumns, []string{"IS"}, "Color Filter Array Pattern Columns", "ColorFilterArrayPatternColumns", "1", false}, + ColorFilterArrayPatternValues: Info{ColorFilterArrayPatternValues, []string{"DS"}, "Color Filter Array Pattern Values", "ColorFilterArrayPatternValues", "1-n", false}, + FlashFiringStatus: Info{FlashFiringStatus, []string{"US"}, "Flash Firing Status", "FlashFiringStatus", "1", false}, + FlashReturnStatus: Info{FlashReturnStatus, []string{"US"}, "Flash Return Status", "FlashReturnStatus", "1", false}, + FlashMode: Info{FlashMode, []string{"US"}, "Flash Mode", "FlashMode", "1", false}, + FlashFunctionPresent: Info{FlashFunctionPresent, []string{"US"}, "Flash Function Present", "FlashFunctionPresent", "1", false}, + FlashRedEyeMode: Info{FlashRedEyeMode, []string{"US"}, "Flash Red Eye Mode", "FlashRedEyeMode", "1", false}, + ExposureProgram: Info{ExposureProgram, []string{"US"}, "Exposure Program", "ExposureProgram", "1", false}, + SpectralSensitivity: Info{SpectralSensitivity, []string{"UT"}, "Spectral Sensitivity", "SpectralSensitivity", "1", false}, + PhotographicSensitivity: Info{PhotographicSensitivity, []string{"IS"}, "Photographic Sensitivity", "PhotographicSensitivity", "1", false}, + SelfTimerMode: Info{SelfTimerMode, []string{"IS"}, "Self Timer Mode", "SelfTimerMode", "1", false}, + SensitivityType: Info{SensitivityType, []string{"US"}, "Sensitivity Type", "SensitivityType", "1", false}, + StandardOutputSensitivity: Info{StandardOutputSensitivity, []string{"IS"}, "Standard Output Sensitivity", "StandardOutputSensitivity", "1", false}, + RecommendedExposureIndex: Info{RecommendedExposureIndex, []string{"IS"}, "Recommended Exposure Index", "RecommendedExposureIndex", "1", false}, + ISOSpeed: Info{ISOSpeed, []string{"IS"}, "ISO Speed", "ISOSpeed", "1", false}, + ISOSpeedLatitudeyyy: Info{ISOSpeedLatitudeyyy, []string{"IS"}, "ISO Speed Latitude yyy", "ISOSpeedLatitudeyyy", "1", false}, + ISOSpeedLatitudezzz: Info{ISOSpeedLatitudezzz, []string{"IS"}, "ISO Speed Latitude zzz", "ISOSpeedLatitudezzz", "1", false}, + EXIFVersion: Info{EXIFVersion, []string{"UT"}, "EXIF Version", "EXIFVersion", "1", false}, + ShutterSpeedValue: Info{ShutterSpeedValue, []string{"DS"}, "Shutter Speed Value", "ShutterSpeedValue", "1", false}, + ApertureValue: Info{ApertureValue, []string{"DS"}, "Aperture Value", "ApertureValue", "1", false}, + BrightnessValue: Info{BrightnessValue, []string{"DS"}, "Brightness Value", "BrightnessValue", "1", false}, + ExposureBiasValue: Info{ExposureBiasValue, []string{"DS"}, "Exposure Bias Value", "ExposureBiasValue", "1", false}, + MaxApertureValue: Info{MaxApertureValue, []string{"DS"}, "Max Aperture Value", "MaxApertureValue", "1", false}, + SubjectDistance: Info{SubjectDistance, []string{"DS"}, "Subject Distance", "SubjectDistance", "1", false}, + MeteringMode: Info{MeteringMode, []string{"US"}, "Metering Mode", "MeteringMode", "1", false}, + LightSource: Info{LightSource, []string{"US"}, "Light Source", "LightSource", "1", false}, + FocalLength: Info{FocalLength, []string{"DS"}, "Focal Length", "FocalLength", "1", false}, + SubjectArea: Info{SubjectArea, []string{"IS"}, "Subject Area", "SubjectArea", "2-4", false}, + MakerNote: Info{MakerNote, []string{"OB"}, "Maker Note", "MakerNote", "1", false}, + Temperature: Info{Temperature, []string{"DS"}, "Temperature", "Temperature", "1", false}, + Humidity: Info{Humidity, []string{"DS"}, "Humidity", "Humidity", "1", false}, + Pressure: Info{Pressure, []string{"DS"}, "Pressure", "Pressure", "1", false}, + WaterDepth: Info{WaterDepth, []string{"DS"}, "Water Depth", "WaterDepth", "1", false}, + Acceleration: Info{Acceleration, []string{"DS"}, "Acceleration", "Acceleration", "1", false}, + CameraElevationAngle: Info{CameraElevationAngle, []string{"DS"}, "Camera Elevation Angle", "CameraElevationAngle", "1", false}, + FlashEnergy: Info{FlashEnergy, []string{"DS"}, "Flash Energy", "FlashEnergy", "1-2", false}, + SubjectLocation: Info{SubjectLocation, []string{"IS"}, "Subject Location", "SubjectLocation", "2", false}, + PhotographicExposureIndex: Info{PhotographicExposureIndex, []string{"DS"}, "Photographic Exposure Index", "PhotographicExposureIndex", "1", false}, + SensingMethod: Info{SensingMethod, []string{"US"}, "Sensing Method", "SensingMethod", "1", false}, + FileSource: Info{FileSource, []string{"US"}, "File Source", "FileSource", "1", false}, + SceneType: Info{SceneType, []string{"US"}, "Scene Type", "SceneType", "1", false}, + CustomRendered: Info{CustomRendered, []string{"US"}, "Custom Rendered", "CustomRendered", "1", false}, + ExposureMode: Info{ExposureMode, []string{"US"}, "Exposure Mode", "ExposureMode", "1", false}, + WhiteBalance: Info{WhiteBalance, []string{"US"}, "White Balance", "WhiteBalance", "1", false}, + DigitalZoomRatio: Info{DigitalZoomRatio, []string{"DS"}, "Digital Zoom Ratio", "DigitalZoomRatio", "1", false}, + FocalLengthIn35mmFilm: Info{FocalLengthIn35mmFilm, []string{"IS"}, "Focal Length In 35mm Film", "FocalLengthIn35mmFilm", "1", false}, + SceneCaptureType: Info{SceneCaptureType, []string{"US"}, "Scene Capture Type", "SceneCaptureType", "1", false}, + GainControl: Info{GainControl, []string{"US"}, "Gain Control", "GainControl", "1", false}, + Contrast: Info{Contrast, []string{"US"}, "Contrast", "Contrast", "1", false}, + Saturation: Info{Saturation, []string{"US"}, "Saturation", "Saturation", "1", false}, + Sharpness: Info{Sharpness, []string{"US"}, "Sharpness", "Sharpness", "1", false}, + DeviceSettingDescription: Info{DeviceSettingDescription, []string{"OB"}, "Device Setting Description", "DeviceSettingDescription", "1", false}, + SubjectDistanceRange: Info{SubjectDistanceRange, []string{"US"}, "Subject Distance Range", "SubjectDistanceRange", "1", false}, + CameraOwnerName: Info{CameraOwnerName, []string{"UT"}, "Camera Owner Name", "CameraOwnerName", "1", false}, + LensSpecification: Info{LensSpecification, []string{"DS"}, "Lens Specification", "LensSpecification", "4", false}, + LensMake: Info{LensMake, []string{"UT"}, "Lens Make", "LensMake", "1", false}, + LensModel: Info{LensModel, []string{"UT"}, "Lens Model", "LensModel", "1", false}, + LensSerialNumber: Info{LensSerialNumber, []string{"UT"}, "Lens Serial Number", "LensSerialNumber", "1", false}, + InteroperabilityIndex: Info{InteroperabilityIndex, []string{"CS"}, "Interoperability Index", "InteroperabilityIndex", "1", false}, + InteroperabilityVersion: Info{InteroperabilityVersion, []string{"OB"}, "Interoperability Version", "InteroperabilityVersion", "1", false}, + GPSVersionID: Info{GPSVersionID, []string{"OB"}, "GPS Version ID", "GPSVersionID", "1", false}, + GPSLatitudeRef: Info{GPSLatitudeRef, []string{"CS"}, "GPS Latitude Ref", "GPSLatitudeRef", "1", false}, + GPSLatitude: Info{GPSLatitude, []string{"DS"}, "GPS Latitude", "GPSLatitude", "3", false}, + GPSLongitudeRef: Info{GPSLongitudeRef, []string{"CS"}, "GPS Longitude Ref", "GPSLongitudeRef", "1", false}, + GPSLongitude: Info{GPSLongitude, []string{"DS"}, "GPS Longitude", "GPSLongitude", "3", false}, + GPSAltitudeRef: Info{GPSAltitudeRef, []string{"US"}, "GPS Altitude Ref", "GPSAltitudeRef", "1", false}, + GPSAltitude: Info{GPSAltitude, []string{"DS"}, "GPS Altitude", "GPSAltitude", "1", false}, + GPSTimeStamp: Info{GPSTimeStamp, []string{"DT"}, "GPS Time Stamp", "GPSTimeStamp", "1", false}, + GPSSatellites: Info{GPSSatellites, []string{"UT"}, "GPS Satellites", "GPSSatellites", "1", false}, + GPSStatus: Info{GPSStatus, []string{"CS"}, "GPS Status", "GPSStatus", "1", false}, + GPSMeasureMode: Info{GPSMeasureMode, []string{"CS"}, "GPS Measure Mode", "GPSMeasureMode", "1", false}, + GPSDOP: Info{GPSDOP, []string{"DS"}, "GPS DOP", "GPSDOP", "1", false}, + GPSSpeedRef: Info{GPSSpeedRef, []string{"CS"}, "GPS Speed Ref", "GPSSpeedRef", "1", false}, + GPSSpeed: Info{GPSSpeed, []string{"DS"}, "GPS Speed", "GPSSpeed", "1", false}, + GPSTrackRef: Info{GPSTrackRef, []string{"CS"}, "GPS Track Ref", "GPSTrackRef", "1", false}, + GPSTrack: Info{GPSTrack, []string{"DS"}, "GPS Track", "GPSTrack", "1", false}, + GPSImgDirectionRef: Info{GPSImgDirectionRef, []string{"CS"}, "GPS Img Direction Ref", "GPSImgDirectionRef", "1", false}, + GPSImgDirection: Info{GPSImgDirection, []string{"DS"}, "GPS Img Direction", "GPSImgDirection", "1", false}, + GPSMapDatum: Info{GPSMapDatum, []string{"UT"}, "GPS Map Datum", "GPSMapDatum", "1", false}, + GPSDestLatitudeRef: Info{GPSDestLatitudeRef, []string{"CS"}, "GPS Dest Latitude Ref", "GPSDestLatitudeRef", "1", false}, + GPSDestLatitude: Info{GPSDestLatitude, []string{"DS"}, "GPS Dest Latitude", "GPSDestLatitude", "3", false}, + GPSDestLongitudeRef: Info{GPSDestLongitudeRef, []string{"CS"}, "GPS Dest Longitude Ref", "GPSDestLongitudeRef", "1", false}, + GPSDestLongitude: Info{GPSDestLongitude, []string{"DS"}, "GPS Dest Longitude", "GPSDestLongitude", "3", false}, + GPSDestBearingRef: Info{GPSDestBearingRef, []string{"CS"}, "GPS Dest Bearing Ref", "GPSDestBearingRef", "1", false}, + GPSDestBearing: Info{GPSDestBearing, []string{"DS"}, "GPS Dest Bearing", "GPSDestBearing", "1", false}, + GPSDestDistanceRef: Info{GPSDestDistanceRef, []string{"CS"}, "GPS Dest Distance Ref", "GPSDestDistanceRef", "1", false}, + GPSDestDistance: Info{GPSDestDistance, []string{"DS"}, "GPS Dest Distance", "GPSDestDistance", "1", false}, + GPSProcessingMethod: Info{GPSProcessingMethod, []string{"OB"}, "GPS Processing Method", "GPSProcessingMethod", "1", false}, + GPSAreaInformation: Info{GPSAreaInformation, []string{"OB"}, "GPS Area Information", "GPSAreaInformation", "1", false}, + GPSDateStamp: Info{GPSDateStamp, []string{"DT"}, "GPS Date Stamp", "GPSDateStamp", "1", false}, + GPSDifferential: Info{GPSDifferential, []string{"IS"}, "GPS Differential", "GPSDifferential", "1", false}, + LightSourcePolarization: Info{LightSourcePolarization, []string{"CS"}, "Light Source Polarization", "LightSourcePolarization", "1", false}, + EmitterColorTemperature: Info{EmitterColorTemperature, []string{"DS"}, "Emitter Color Temperature", "EmitterColorTemperature", "1", false}, + ContactMethod: Info{ContactMethod, []string{"CS"}, "Contact Method", "ContactMethod", "1", false}, + ImmersionMedia: Info{ImmersionMedia, []string{"CS"}, "Immersion Media", "ImmersionMedia", "1-n", false}, + OpticalMagnificationFactor: Info{OpticalMagnificationFactor, []string{"DS"}, "Optical Magnification Factor", "OpticalMagnificationFactor", "1", false}, + ContrastBolusAgent: Info{ContrastBolusAgent, []string{"LO"}, "Contrast/Bolus Agent", "ContrastBolusAgent", "1", false}, + ContrastBolusAgentSequence: Info{ContrastBolusAgentSequence, []string{"SQ"}, "Contrast/Bolus Agent Sequence", "ContrastBolusAgentSequence", "1", false}, + ContrastBolusT1Relaxivity: Info{ContrastBolusT1Relaxivity, []string{"FL"}, "Contrast/Bolus T1 Relaxivity", "ContrastBolusT1Relaxivity", "1", false}, + ContrastBolusAdministrationRouteSequence: Info{ContrastBolusAdministrationRouteSequence, []string{"SQ"}, "Contrast/Bolus Administration Route Sequence", "ContrastBolusAdministrationRouteSequence", "1", false}, + BodyPartExamined: Info{BodyPartExamined, []string{"CS"}, "Body Part Examined", "BodyPartExamined", "1", false}, + ScanningSequence: Info{ScanningSequence, []string{"CS"}, "Scanning Sequence", "ScanningSequence", "1-n", false}, + SequenceVariant: Info{SequenceVariant, []string{"CS"}, "Sequence Variant", "SequenceVariant", "1-n", false}, + ScanOptions: Info{ScanOptions, []string{"CS"}, "Scan Options", "ScanOptions", "1-n", false}, + MRAcquisitionType: Info{MRAcquisitionType, []string{"CS"}, "MR Acquisition Type", "MRAcquisitionType", "1", false}, + SequenceName: Info{SequenceName, []string{"SH"}, "Sequence Name", "SequenceName", "1", false}, + AngioFlag: Info{AngioFlag, []string{"CS"}, "Angio Flag", "AngioFlag", "1", false}, + InterventionDrugInformationSequence: Info{InterventionDrugInformationSequence, []string{"SQ"}, "Intervention Drug Information Sequence", "InterventionDrugInformationSequence", "1", false}, + InterventionDrugStopTime: Info{InterventionDrugStopTime, []string{"TM"}, "Intervention Drug Stop Time", "InterventionDrugStopTime", "1", false}, + InterventionDrugDose: Info{InterventionDrugDose, []string{"DS"}, "Intervention Drug Dose", "InterventionDrugDose", "1", false}, + InterventionDrugCodeSequence: Info{InterventionDrugCodeSequence, []string{"SQ"}, "Intervention Drug Code Sequence", "InterventionDrugCodeSequence", "1", false}, + AdditionalDrugSequence: Info{AdditionalDrugSequence, []string{"SQ"}, "Additional Drug Sequence", "AdditionalDrugSequence", "1", false}, + Radionuclide: Info{Radionuclide, []string{"LO"}, "Radionuclide", "Radionuclide", "1-n", true}, + Radiopharmaceutical: Info{Radiopharmaceutical, []string{"LO"}, "Radiopharmaceutical", "Radiopharmaceutical", "1", false}, + EnergyWindowCenterline: Info{EnergyWindowCenterline, []string{"DS"}, "Energy Window Centerline", "EnergyWindowCenterline", "1", true}, + EnergyWindowTotalWidth: Info{EnergyWindowTotalWidth, []string{"DS"}, "Energy Window Total Width", "EnergyWindowTotalWidth", "1-n", true}, + InterventionDrugName: Info{InterventionDrugName, []string{"LO"}, "Intervention Drug Name", "InterventionDrugName", "1", false}, + InterventionDrugStartTime: Info{InterventionDrugStartTime, []string{"TM"}, "Intervention Drug Start Time", "InterventionDrugStartTime", "1", false}, + InterventionSequence: Info{InterventionSequence, []string{"SQ"}, "Intervention Sequence", "InterventionSequence", "1", false}, + TherapyType: Info{TherapyType, []string{"CS"}, "Therapy Type", "TherapyType", "1", true}, + InterventionStatus: Info{InterventionStatus, []string{"CS"}, "Intervention Status", "InterventionStatus", "1", false}, + TherapyDescription: Info{TherapyDescription, []string{"CS"}, "Therapy Description", "TherapyDescription", "1", true}, + InterventionDescription: Info{InterventionDescription, []string{"ST"}, "Intervention Description", "InterventionDescription", "1", false}, + CineRate: Info{CineRate, []string{"IS"}, "Cine Rate", "CineRate", "1", false}, + InitialCineRunState: Info{InitialCineRunState, []string{"CS"}, "Initial Cine Run State", "InitialCineRunState", "1", false}, + SliceThickness: Info{SliceThickness, []string{"DS"}, "Slice Thickness", "SliceThickness", "1", false}, + KVP: Info{KVP, []string{"DS"}, "KVP", "KVP", "1", false}, + CountsAccumulated: Info{CountsAccumulated, []string{"IS"}, "Counts Accumulated", "CountsAccumulated", "1", false}, + AcquisitionTerminationCondition: Info{AcquisitionTerminationCondition, []string{"CS"}, "Acquisition Termination Condition", "AcquisitionTerminationCondition", "1", false}, + EffectiveDuration: Info{EffectiveDuration, []string{"DS"}, "Effective Duration", "EffectiveDuration", "1", false}, + AcquisitionStartCondition: Info{AcquisitionStartCondition, []string{"CS"}, "Acquisition Start Condition", "AcquisitionStartCondition", "1", false}, + AcquisitionStartConditionData: Info{AcquisitionStartConditionData, []string{"IS"}, "Acquisition Start Condition Data", "AcquisitionStartConditionData", "1", false}, + AcquisitionTerminationConditionData: Info{AcquisitionTerminationConditionData, []string{"IS"}, "Acquisition Termination Condition Data", "AcquisitionTerminationConditionData", "1", false}, + RepetitionTime: Info{RepetitionTime, []string{"DS"}, "Repetition Time", "RepetitionTime", "1", false}, + EchoTime: Info{EchoTime, []string{"DS"}, "Echo Time", "EchoTime", "1", false}, + InversionTime: Info{InversionTime, []string{"DS"}, "Inversion Time", "InversionTime", "1", false}, + NumberOfAverages: Info{NumberOfAverages, []string{"DS"}, "Number of Averages", "NumberOfAverages", "1", false}, + ImagingFrequency: Info{ImagingFrequency, []string{"DS"}, "Imaging Frequency", "ImagingFrequency", "1", false}, + ImagedNucleus: Info{ImagedNucleus, []string{"SH"}, "Imaged Nucleus", "ImagedNucleus", "1", false}, + EchoNumbers: Info{EchoNumbers, []string{"IS"}, "Echo Number(s)", "EchoNumbers", "1-n", false}, + MagneticFieldStrength: Info{MagneticFieldStrength, []string{"DS"}, "Magnetic Field Strength", "MagneticFieldStrength", "1", false}, + SpacingBetweenSlices: Info{SpacingBetweenSlices, []string{"DS"}, "Spacing Between Slices", "SpacingBetweenSlices", "1", false}, + NumberOfPhaseEncodingSteps: Info{NumberOfPhaseEncodingSteps, []string{"IS"}, "Number of Phase Encoding Steps", "NumberOfPhaseEncodingSteps", "1", false}, + DataCollectionDiameter: Info{DataCollectionDiameter, []string{"DS"}, "Data Collection Diameter", "DataCollectionDiameter", "1", false}, + EchoTrainLength: Info{EchoTrainLength, []string{"IS"}, "Echo Train Length", "EchoTrainLength", "1", false}, + PercentSampling: Info{PercentSampling, []string{"DS"}, "Percent Sampling", "PercentSampling", "1", false}, + PercentPhaseFieldOfView: Info{PercentPhaseFieldOfView, []string{"DS"}, "Percent Phase Field of View", "PercentPhaseFieldOfView", "1", false}, + PixelBandwidth: Info{PixelBandwidth, []string{"DS"}, "Pixel Bandwidth", "PixelBandwidth", "1", false}, + DeviceSerialNumber: Info{DeviceSerialNumber, []string{"LO"}, "Device Serial Number", "DeviceSerialNumber", "1", false}, + DeviceUID: Info{DeviceUID, []string{"UI"}, "Device UID", "DeviceUID", "1", false}, + DeviceID: Info{DeviceID, []string{"LO"}, "Device ID", "DeviceID", "1", false}, + PlateID: Info{PlateID, []string{"LO"}, "Plate ID", "PlateID", "1", false}, + GeneratorID: Info{GeneratorID, []string{"LO"}, "Generator ID", "GeneratorID", "1", false}, + GridID: Info{GridID, []string{"LO"}, "Grid ID", "GridID", "1", false}, + CassetteID: Info{CassetteID, []string{"LO"}, "Cassette ID", "CassetteID", "1", false}, + GantryID: Info{GantryID, []string{"LO"}, "Gantry ID", "GantryID", "1", false}, + UniqueDeviceIdentifier: Info{UniqueDeviceIdentifier, []string{"UT"}, "Unique Device Identifier", "UniqueDeviceIdentifier", "1", false}, + UDISequence: Info{UDISequence, []string{"SQ"}, "UDI Sequence", "UDISequence", "1", false}, + ManufacturerDeviceClassUID: Info{ManufacturerDeviceClassUID, []string{"UI"}, "Manufacturer's Device Class UID", "ManufacturerDeviceClassUID", "1-n", false}, + SecondaryCaptureDeviceID: Info{SecondaryCaptureDeviceID, []string{"LO"}, "Secondary Capture Device ID", "SecondaryCaptureDeviceID", "1", false}, + HardcopyCreationDeviceID: Info{HardcopyCreationDeviceID, []string{"LO"}, "Hardcopy Creation Device ID", "HardcopyCreationDeviceID", "1", true}, + DateOfSecondaryCapture: Info{DateOfSecondaryCapture, []string{"DA"}, "Date of Secondary Capture", "DateOfSecondaryCapture", "1", false}, + TimeOfSecondaryCapture: Info{TimeOfSecondaryCapture, []string{"TM"}, "Time of Secondary Capture", "TimeOfSecondaryCapture", "1", false}, + SecondaryCaptureDeviceManufacturer: Info{SecondaryCaptureDeviceManufacturer, []string{"LO"}, "Secondary Capture Device Manufacturer", "SecondaryCaptureDeviceManufacturer", "1", false}, + HardcopyDeviceManufacturer: Info{HardcopyDeviceManufacturer, []string{"LO"}, "Hardcopy Device Manufacturer", "HardcopyDeviceManufacturer", "1", true}, + SecondaryCaptureDeviceManufacturerModelName: Info{SecondaryCaptureDeviceManufacturerModelName, []string{"LO"}, "Secondary Capture Device Manufacturer's Model Name", "SecondaryCaptureDeviceManufacturerModelName", "1", false}, + SecondaryCaptureDeviceSoftwareVersions: Info{SecondaryCaptureDeviceSoftwareVersions, []string{"LO"}, "Secondary Capture Device Software Versions", "SecondaryCaptureDeviceSoftwareVersions", "1-n", false}, + HardcopyDeviceSoftwareVersion: Info{HardcopyDeviceSoftwareVersion, []string{"LO"}, "Hardcopy Device Software Version", "HardcopyDeviceSoftwareVersion", "1-n", true}, + HardcopyDeviceManufacturerModelName: Info{HardcopyDeviceManufacturerModelName, []string{"LO"}, "Hardcopy Device Manufacturer's Model Name", "HardcopyDeviceManufacturerModelName", "1", true}, + SoftwareVersions: Info{SoftwareVersions, []string{"LO"}, "Software Versions", "SoftwareVersions", "1-n", false}, + VideoImageFormatAcquired: Info{VideoImageFormatAcquired, []string{"SH"}, "Video Image Format Acquired", "VideoImageFormatAcquired", "1", false}, + DigitalImageFormatAcquired: Info{DigitalImageFormatAcquired, []string{"LO"}, "Digital Image Format Acquired", "DigitalImageFormatAcquired", "1", false}, + ProtocolName: Info{ProtocolName, []string{"LO"}, "Protocol Name", "ProtocolName", "1", false}, + ContrastBolusRoute: Info{ContrastBolusRoute, []string{"LO"}, "Contrast/Bolus Route", "ContrastBolusRoute", "1", false}, + ContrastBolusVolume: Info{ContrastBolusVolume, []string{"DS"}, "Contrast/Bolus Volume", "ContrastBolusVolume", "1", false}, + ContrastBolusStartTime: Info{ContrastBolusStartTime, []string{"TM"}, "Contrast/Bolus Start Time", "ContrastBolusStartTime", "1", false}, + ContrastBolusStopTime: Info{ContrastBolusStopTime, []string{"TM"}, "Contrast/Bolus Stop Time", "ContrastBolusStopTime", "1", false}, + ContrastBolusTotalDose: Info{ContrastBolusTotalDose, []string{"DS"}, "Contrast/Bolus Total Dose", "ContrastBolusTotalDose", "1", false}, + SyringeCounts: Info{SyringeCounts, []string{"IS"}, "Syringe Counts", "SyringeCounts", "1", false}, + ContrastFlowRate: Info{ContrastFlowRate, []string{"DS"}, "Contrast Flow Rate", "ContrastFlowRate", "1-n", false}, + ContrastFlowDuration: Info{ContrastFlowDuration, []string{"DS"}, "Contrast Flow Duration", "ContrastFlowDuration", "1-n", false}, + ContrastBolusIngredient: Info{ContrastBolusIngredient, []string{"CS"}, "Contrast/Bolus Ingredient", "ContrastBolusIngredient", "1", false}, + ContrastBolusIngredientConcentration: Info{ContrastBolusIngredientConcentration, []string{"DS"}, "Contrast/Bolus Ingredient Concentration", "ContrastBolusIngredientConcentration", "1", false}, + SpatialResolution: Info{SpatialResolution, []string{"DS"}, "Spatial Resolution", "SpatialResolution", "1", false}, + TriggerTime: Info{TriggerTime, []string{"DS"}, "Trigger Time", "TriggerTime", "1", false}, + TriggerSourceOrType: Info{TriggerSourceOrType, []string{"LO"}, "Trigger Source or Type", "TriggerSourceOrType", "1", false}, + NominalInterval: Info{NominalInterval, []string{"IS"}, "Nominal Interval", "NominalInterval", "1", false}, + FrameTime: Info{FrameTime, []string{"DS"}, "Frame Time", "FrameTime", "1", false}, + CardiacFramingType: Info{CardiacFramingType, []string{"LO"}, "Cardiac Framing Type", "CardiacFramingType", "1", false}, + FrameTimeVector: Info{FrameTimeVector, []string{"DS"}, "Frame Time Vector", "FrameTimeVector", "1-n", false}, + FrameDelay: Info{FrameDelay, []string{"DS"}, "Frame Delay", "FrameDelay", "1", false}, + ImageTriggerDelay: Info{ImageTriggerDelay, []string{"DS"}, "Image Trigger Delay", "ImageTriggerDelay", "1", false}, + MultiplexGroupTimeOffset: Info{MultiplexGroupTimeOffset, []string{"DS"}, "Multiplex Group Time Offset", "MultiplexGroupTimeOffset", "1", false}, + TriggerTimeOffset: Info{TriggerTimeOffset, []string{"DS"}, "Trigger Time Offset", "TriggerTimeOffset", "1", false}, + SynchronizationTrigger: Info{SynchronizationTrigger, []string{"CS"}, "Synchronization Trigger", "SynchronizationTrigger", "1", false}, + SynchronizationChannel: Info{SynchronizationChannel, []string{"US"}, "Synchronization Channel", "SynchronizationChannel", "2", false}, + TriggerSamplePosition: Info{TriggerSamplePosition, []string{"UL"}, "Trigger Sample Position", "TriggerSamplePosition", "1", false}, + RadiopharmaceuticalRoute: Info{RadiopharmaceuticalRoute, []string{"LO"}, "Radiopharmaceutical Route", "RadiopharmaceuticalRoute", "1", false}, + RadiopharmaceuticalVolume: Info{RadiopharmaceuticalVolume, []string{"DS"}, "Radiopharmaceutical Volume", "RadiopharmaceuticalVolume", "1", false}, + RadiopharmaceuticalStartTime: Info{RadiopharmaceuticalStartTime, []string{"TM"}, "Radiopharmaceutical Start Time", "RadiopharmaceuticalStartTime", "1", false}, + RadiopharmaceuticalStopTime: Info{RadiopharmaceuticalStopTime, []string{"TM"}, "Radiopharmaceutical Stop Time", "RadiopharmaceuticalStopTime", "1", false}, + RadionuclideTotalDose: Info{RadionuclideTotalDose, []string{"DS"}, "Radionuclide Total Dose", "RadionuclideTotalDose", "1", false}, + RadionuclideHalfLife: Info{RadionuclideHalfLife, []string{"DS"}, "Radionuclide Half Life", "RadionuclideHalfLife", "1", false}, + RadionuclidePositronFraction: Info{RadionuclidePositronFraction, []string{"DS"}, "Radionuclide Positron Fraction", "RadionuclidePositronFraction", "1", false}, + RadiopharmaceuticalSpecificActivity: Info{RadiopharmaceuticalSpecificActivity, []string{"DS"}, "Radiopharmaceutical Specific Activity", "RadiopharmaceuticalSpecificActivity", "1", false}, + RadiopharmaceuticalStartDateTime: Info{RadiopharmaceuticalStartDateTime, []string{"DT"}, "Radiopharmaceutical Start DateTime", "RadiopharmaceuticalStartDateTime", "1", false}, + RadiopharmaceuticalStopDateTime: Info{RadiopharmaceuticalStopDateTime, []string{"DT"}, "Radiopharmaceutical Stop DateTime", "RadiopharmaceuticalStopDateTime", "1", false}, + BeatRejectionFlag: Info{BeatRejectionFlag, []string{"CS"}, "Beat Rejection Flag", "BeatRejectionFlag", "1", false}, + LowRRValue: Info{LowRRValue, []string{"IS"}, "Low R-R Value", "LowRRValue", "1", false}, + HighRRValue: Info{HighRRValue, []string{"IS"}, "High R-R Value", "HighRRValue", "1", false}, + IntervalsAcquired: Info{IntervalsAcquired, []string{"IS"}, "Intervals Acquired", "IntervalsAcquired", "1", false}, + IntervalsRejected: Info{IntervalsRejected, []string{"IS"}, "Intervals Rejected", "IntervalsRejected", "1", false}, + PVCRejection: Info{PVCRejection, []string{"LO"}, "PVC Rejection", "PVCRejection", "1", false}, + SkipBeats: Info{SkipBeats, []string{"IS"}, "Skip Beats", "SkipBeats", "1", false}, + HeartRate: Info{HeartRate, []string{"IS"}, "Heart Rate", "HeartRate", "1", false}, + CardiacNumberOfImages: Info{CardiacNumberOfImages, []string{"IS"}, "Cardiac Number of Images", "CardiacNumberOfImages", "1", false}, + TriggerWindow: Info{TriggerWindow, []string{"IS"}, "Trigger Window", "TriggerWindow", "1", false}, + ReconstructionDiameter: Info{ReconstructionDiameter, []string{"DS"}, "Reconstruction Diameter", "ReconstructionDiameter", "1", false}, + DistanceSourceToDetector: Info{DistanceSourceToDetector, []string{"DS"}, "Distance Source to Detector", "DistanceSourceToDetector", "1", false}, + DistanceSourceToPatient: Info{DistanceSourceToPatient, []string{"DS"}, "Distance Source to Patient", "DistanceSourceToPatient", "1", false}, + EstimatedRadiographicMagnificationFactor: Info{EstimatedRadiographicMagnificationFactor, []string{"DS"}, "Estimated Radiographic Magnification Factor", "EstimatedRadiographicMagnificationFactor", "1", false}, + GantryDetectorTilt: Info{GantryDetectorTilt, []string{"DS"}, "Gantry/Detector Tilt", "GantryDetectorTilt", "1", false}, + GantryDetectorSlew: Info{GantryDetectorSlew, []string{"DS"}, "Gantry/Detector Slew", "GantryDetectorSlew", "1", false}, + TableHeight: Info{TableHeight, []string{"DS"}, "Table Height", "TableHeight", "1", false}, + TableTraverse: Info{TableTraverse, []string{"DS"}, "Table Traverse", "TableTraverse", "1", false}, + TableMotion: Info{TableMotion, []string{"CS"}, "Table Motion", "TableMotion", "1", false}, + TableVerticalIncrement: Info{TableVerticalIncrement, []string{"DS"}, "Table Vertical Increment", "TableVerticalIncrement", "1-n", false}, + TableLateralIncrement: Info{TableLateralIncrement, []string{"DS"}, "Table Lateral Increment", "TableLateralIncrement", "1-n", false}, + TableLongitudinalIncrement: Info{TableLongitudinalIncrement, []string{"DS"}, "Table Longitudinal Increment", "TableLongitudinalIncrement", "1-n", false}, + TableAngle: Info{TableAngle, []string{"DS"}, "Table Angle", "TableAngle", "1", false}, + TableType: Info{TableType, []string{"CS"}, "Table Type", "TableType", "1", false}, + RotationDirection: Info{RotationDirection, []string{"CS"}, "Rotation Direction", "RotationDirection", "1", false}, + AngularPosition: Info{AngularPosition, []string{"DS"}, "Angular Position", "AngularPosition", "1", true}, + RadialPosition: Info{RadialPosition, []string{"DS"}, "Radial Position", "RadialPosition", "1-n", false}, + ScanArc: Info{ScanArc, []string{"DS"}, "Scan Arc", "ScanArc", "1", false}, + AngularStep: Info{AngularStep, []string{"DS"}, "Angular Step", "AngularStep", "1", false}, + CenterOfRotationOffset: Info{CenterOfRotationOffset, []string{"DS"}, "Center of Rotation Offset", "CenterOfRotationOffset", "1", false}, + RotationOffset: Info{RotationOffset, []string{"DS"}, "Rotation Offset", "RotationOffset", "1-n", true}, + FieldOfViewShape: Info{FieldOfViewShape, []string{"CS"}, "Field of View Shape", "FieldOfViewShape", "1", false}, + FieldOfViewDimensions: Info{FieldOfViewDimensions, []string{"IS"}, "Field of View Dimension(s)", "FieldOfViewDimensions", "1-2", false}, + ExposureTime: Info{ExposureTime, []string{"IS"}, "Exposure Time", "ExposureTime", "1", false}, + XRayTubeCurrent: Info{XRayTubeCurrent, []string{"IS"}, "X-Ray Tube Current", "XRayTubeCurrent", "1", false}, + Exposure: Info{Exposure, []string{"IS"}, "Exposure", "Exposure", "1", false}, + ExposureInuAs: Info{ExposureInuAs, []string{"IS"}, "Exposure in µAs", "ExposureInuAs", "1", false}, + AveragePulseWidth: Info{AveragePulseWidth, []string{"DS"}, "Average Pulse Width", "AveragePulseWidth", "1", false}, + RadiationSetting: Info{RadiationSetting, []string{"CS"}, "Radiation Setting", "RadiationSetting", "1", false}, + RectificationType: Info{RectificationType, []string{"CS"}, "Rectification Type", "RectificationType", "1", false}, + RadiationMode: Info{RadiationMode, []string{"CS"}, "Radiation Mode", "RadiationMode", "1", false}, + ImageAndFluoroscopyAreaDoseProduct: Info{ImageAndFluoroscopyAreaDoseProduct, []string{"DS"}, "Image and Fluoroscopy Area Dose Product", "ImageAndFluoroscopyAreaDoseProduct", "1", false}, + FilterType: Info{FilterType, []string{"SH"}, "Filter Type", "FilterType", "1", false}, + TypeOfFilters: Info{TypeOfFilters, []string{"LO"}, "Type of Filters", "TypeOfFilters", "1-n", false}, + IntensifierSize: Info{IntensifierSize, []string{"DS"}, "Intensifier Size", "IntensifierSize", "1", false}, + ImagerPixelSpacing: Info{ImagerPixelSpacing, []string{"DS"}, "Imager Pixel Spacing", "ImagerPixelSpacing", "2", false}, + Grid: Info{Grid, []string{"CS"}, "Grid", "Grid", "1-n", false}, + GeneratorPower: Info{GeneratorPower, []string{"IS"}, "Generator Power", "GeneratorPower", "1", false}, + CollimatorGridName: Info{CollimatorGridName, []string{"SH"}, "Collimator/grid Name", "CollimatorGridName", "1", false}, + CollimatorType: Info{CollimatorType, []string{"CS"}, "Collimator Type", "CollimatorType", "1", false}, + FocalDistance: Info{FocalDistance, []string{"IS"}, "Focal Distance", "FocalDistance", "1-2", false}, + XFocusCenter: Info{XFocusCenter, []string{"DS"}, "X Focus Center", "XFocusCenter", "1-2", false}, + YFocusCenter: Info{YFocusCenter, []string{"DS"}, "Y Focus Center", "YFocusCenter", "1-2", false}, + FocalSpots: Info{FocalSpots, []string{"DS"}, "Focal Spot(s)", "FocalSpots", "1-n", false}, + AnodeTargetMaterial: Info{AnodeTargetMaterial, []string{"CS"}, "Anode Target Material", "AnodeTargetMaterial", "1", false}, + BodyPartThickness: Info{BodyPartThickness, []string{"DS"}, "Body Part Thickness", "BodyPartThickness", "1", false}, + CompressionForce: Info{CompressionForce, []string{"DS"}, "Compression Force", "CompressionForce", "1", false}, + CompressionPressure: Info{CompressionPressure, []string{"DS"}, "Compression Pressure", "CompressionPressure", "1", false}, + PaddleDescription: Info{PaddleDescription, []string{"LO"}, "Paddle Description", "PaddleDescription", "1", false}, + CompressionContactArea: Info{CompressionContactArea, []string{"DS"}, "Compression Contact Area", "CompressionContactArea", "1", false}, + AcquisitionMode: Info{AcquisitionMode, []string{"LO"}, "Acquisition Mode", "AcquisitionMode", "1", false}, + DoseModeName: Info{DoseModeName, []string{"LO"}, "Dose Mode Name", "DoseModeName", "1", false}, + AcquiredSubtractionMaskFlag: Info{AcquiredSubtractionMaskFlag, []string{"CS"}, "Acquired Subtraction Mask Flag", "AcquiredSubtractionMaskFlag", "1", false}, + FluoroscopyPersistenceFlag: Info{FluoroscopyPersistenceFlag, []string{"CS"}, "Fluoroscopy Persistence Flag", "FluoroscopyPersistenceFlag", "1", false}, + FluoroscopyLastImageHoldPersistenceFlag: Info{FluoroscopyLastImageHoldPersistenceFlag, []string{"CS"}, "Fluoroscopy Last Image Hold Persistence Flag", "FluoroscopyLastImageHoldPersistenceFlag", "1", false}, + UpperLimitNumberOfPersistentFluoroscopyFrames: Info{UpperLimitNumberOfPersistentFluoroscopyFrames, []string{"IS"}, "Upper Limit Number Of Persistent Fluoroscopy Frames", "UpperLimitNumberOfPersistentFluoroscopyFrames", "1", false}, + ContrastBolusAutoInjectionTriggerFlag: Info{ContrastBolusAutoInjectionTriggerFlag, []string{"CS"}, "Contrast/Bolus Auto Injection Trigger Flag", "ContrastBolusAutoInjectionTriggerFlag", "1", false}, + ContrastBolusInjectionDelay: Info{ContrastBolusInjectionDelay, []string{"FD"}, "Contrast/Bolus Injection Delay", "ContrastBolusInjectionDelay", "1", false}, + XAAcquisitionPhaseDetailsSequence: Info{XAAcquisitionPhaseDetailsSequence, []string{"SQ"}, "XA Acquisition Phase Details Sequence", "XAAcquisitionPhaseDetailsSequence", "1", false}, + XAAcquisitionFrameRate: Info{XAAcquisitionFrameRate, []string{"FD"}, "XA Acquisition Frame Rate", "XAAcquisitionFrameRate", "1", false}, + XAPlaneDetailsSequence: Info{XAPlaneDetailsSequence, []string{"SQ"}, "XA Plane Details Sequence", "XAPlaneDetailsSequence", "1", false}, + AcquisitionFieldOfViewLabel: Info{AcquisitionFieldOfViewLabel, []string{"LO"}, "Acquisition Field of View Label", "AcquisitionFieldOfViewLabel", "1", false}, + XRayFilterDetailsSequence: Info{XRayFilterDetailsSequence, []string{"SQ"}, "X-Ray Filter Details Sequence", "XRayFilterDetailsSequence", "1", false}, + XAAcquisitionDuration: Info{XAAcquisitionDuration, []string{"FD"}, "XA Acquisition Duration", "XAAcquisitionDuration", "1", false}, + ReconstructionPipelineType: Info{ReconstructionPipelineType, []string{"CS"}, "Reconstruction Pipeline Type", "ReconstructionPipelineType", "1", false}, + ImageFilterDetailsSequence: Info{ImageFilterDetailsSequence, []string{"SQ"}, "Image Filter Details Sequence", "ImageFilterDetailsSequence", "1", false}, + AppliedMaskSubtractionFlag: Info{AppliedMaskSubtractionFlag, []string{"CS"}, "Applied Mask Subtraction Flag", "AppliedMaskSubtractionFlag", "1", false}, + RequestedSeriesDescriptionCodeSequence: Info{RequestedSeriesDescriptionCodeSequence, []string{"SQ"}, "Requested Series Description Code Sequence", "RequestedSeriesDescriptionCodeSequence", "1", false}, + DateOfLastCalibration: Info{DateOfLastCalibration, []string{"DA"}, "Date of Last Calibration", "DateOfLastCalibration", "1-n", false}, + TimeOfLastCalibration: Info{TimeOfLastCalibration, []string{"TM"}, "Time of Last Calibration", "TimeOfLastCalibration", "1-n", false}, + DateTimeOfLastCalibration: Info{DateTimeOfLastCalibration, []string{"DT"}, "DateTime of Last Calibration", "DateTimeOfLastCalibration", "1", false}, + CalibrationDateTime: Info{CalibrationDateTime, []string{"DT"}, "Calibration DateTime", "CalibrationDateTime", "1", false}, + DateOfManufacture: Info{DateOfManufacture, []string{"DA"}, "Date of Manufacture", "DateOfManufacture", "1", false}, + DateOfInstallation: Info{DateOfInstallation, []string{"DA"}, "Date of Installation", "DateOfInstallation", "1", false}, + ConvolutionKernel: Info{ConvolutionKernel, []string{"SH"}, "Convolution Kernel", "ConvolutionKernel", "1-n", false}, + UpperLowerPixelValues: Info{UpperLowerPixelValues, []string{"IS"}, "Upper/Lower Pixel Values", "UpperLowerPixelValues", "1-n", true}, + ActualFrameDuration: Info{ActualFrameDuration, []string{"IS"}, "Actual Frame Duration", "ActualFrameDuration", "1", false}, + CountRate: Info{CountRate, []string{"IS"}, "Count Rate", "CountRate", "1", false}, + PreferredPlaybackSequencing: Info{PreferredPlaybackSequencing, []string{"US"}, "Preferred Playback Sequencing", "PreferredPlaybackSequencing", "1", false}, + ReceiveCoilName: Info{ReceiveCoilName, []string{"SH"}, "Receive Coil Name", "ReceiveCoilName", "1", false}, + TransmitCoilName: Info{TransmitCoilName, []string{"SH"}, "Transmit Coil Name", "TransmitCoilName", "1", false}, + PlateType: Info{PlateType, []string{"SH"}, "Plate Type", "PlateType", "1", false}, + PhosphorType: Info{PhosphorType, []string{"LO"}, "Phosphor Type", "PhosphorType", "1", false}, + WaterEquivalentDiameter: Info{WaterEquivalentDiameter, []string{"FD"}, "Water Equivalent Diameter", "WaterEquivalentDiameter", "1", false}, WaterEquivalentDiameterCalculationMethodCodeSequence: Info{WaterEquivalentDiameterCalculationMethodCodeSequence, []string{"SQ"}, "Water Equivalent Diameter Calculation Method Code Sequence", "WaterEquivalentDiameterCalculationMethodCodeSequence", "1", false}, - ScanVelocity: Info{ScanVelocity, []string{"DS"}, "Scan Velocity", "ScanVelocity", "1", false}, - WholeBodyTechnique: Info{WholeBodyTechnique, []string{"CS"}, "Whole Body Technique", "WholeBodyTechnique", "1-n", false}, - ScanLength: Info{ScanLength, []string{"IS"}, "Scan Length", "ScanLength", "1", false}, - AcquisitionMatrix: Info{AcquisitionMatrix, []string{"US"}, "Acquisition Matrix", "AcquisitionMatrix", "4", false}, - InPlanePhaseEncodingDirection: Info{InPlanePhaseEncodingDirection, []string{"CS"}, "In-plane Phase Encoding Direction", "InPlanePhaseEncodingDirection", "1", false}, - FlipAngle: Info{FlipAngle, []string{"DS"}, "Flip Angle", "FlipAngle", "1", false}, - VariableFlipAngleFlag: Info{VariableFlipAngleFlag, []string{"CS"}, "Variable Flip Angle Flag", "VariableFlipAngleFlag", "1", false}, - SAR: Info{SAR, []string{"DS"}, "SAR", "SAR", "1", false}, - dBdt: Info{dBdt, []string{"DS"}, "dB/dt", "dBdt", "1", false}, - B1rms: Info{B1rms, []string{"FL"}, "B1rms", "B1rms", "1", false}, - AcquisitionDeviceProcessingDescription: Info{AcquisitionDeviceProcessingDescription, []string{"LO"}, "Acquisition Device Processing Description", "AcquisitionDeviceProcessingDescription", "1", false}, - AcquisitionDeviceProcessingCode: Info{AcquisitionDeviceProcessingCode, []string{"LO"}, "Acquisition Device Processing Code", "AcquisitionDeviceProcessingCode", "1", false}, - CassetteOrientation: Info{CassetteOrientation, []string{"CS"}, "Cassette Orientation", "CassetteOrientation", "1", false}, - CassetteSize: Info{CassetteSize, []string{"CS"}, "Cassette Size", "CassetteSize", "1", false}, - ExposuresOnPlate: Info{ExposuresOnPlate, []string{"US"}, "Exposures on Plate", "ExposuresOnPlate", "1", false}, - RelativeXRayExposure: Info{RelativeXRayExposure, []string{"IS"}, "Relative X-Ray Exposure", "RelativeXRayExposure", "1", false}, - ExposureIndex: Info{ExposureIndex, []string{"DS"}, "Exposure Index", "ExposureIndex", "1", false}, - TargetExposureIndex: Info{TargetExposureIndex, []string{"DS"}, "Target Exposure Index", "TargetExposureIndex", "1", false}, - DeviationIndex: Info{DeviationIndex, []string{"DS"}, "Deviation Index", "DeviationIndex", "1", false}, - ColumnAngulation: Info{ColumnAngulation, []string{"DS"}, "Column Angulation", "ColumnAngulation", "1", false}, - TomoLayerHeight: Info{TomoLayerHeight, []string{"DS"}, "Tomo Layer Height", "TomoLayerHeight", "1", false}, - TomoAngle: Info{TomoAngle, []string{"DS"}, "Tomo Angle", "TomoAngle", "1", false}, - TomoTime: Info{TomoTime, []string{"DS"}, "Tomo Time", "TomoTime", "1", false}, - TomoType: Info{TomoType, []string{"CS"}, "Tomo Type", "TomoType", "1", false}, - TomoClass: Info{TomoClass, []string{"CS"}, "Tomo Class", "TomoClass", "1", false}, - NumberOfTomosynthesisSourceImages: Info{NumberOfTomosynthesisSourceImages, []string{"IS"}, "Number of Tomosynthesis Source Images", "NumberOfTomosynthesisSourceImages", "1", false}, - PositionerMotion: Info{PositionerMotion, []string{"CS"}, "Positioner Motion", "PositionerMotion", "1", false}, - PositionerType: Info{PositionerType, []string{"CS"}, "Positioner Type", "PositionerType", "1", false}, - PositionerPrimaryAngle: Info{PositionerPrimaryAngle, []string{"DS"}, "Positioner Primary Angle", "PositionerPrimaryAngle", "1", false}, - PositionerSecondaryAngle: Info{PositionerSecondaryAngle, []string{"DS"}, "Positioner Secondary Angle", "PositionerSecondaryAngle", "1", false}, - PositionerPrimaryAngleIncrement: Info{PositionerPrimaryAngleIncrement, []string{"DS"}, "Positioner Primary Angle Increment", "PositionerPrimaryAngleIncrement", "1-n", false}, - PositionerSecondaryAngleIncrement: Info{PositionerSecondaryAngleIncrement, []string{"DS"}, "Positioner Secondary Angle Increment", "PositionerSecondaryAngleIncrement", "1-n", false}, - DetectorPrimaryAngle: Info{DetectorPrimaryAngle, []string{"DS"}, "Detector Primary Angle", "DetectorPrimaryAngle", "1", false}, - DetectorSecondaryAngle: Info{DetectorSecondaryAngle, []string{"DS"}, "Detector Secondary Angle", "DetectorSecondaryAngle", "1", false}, - ShutterShape: Info{ShutterShape, []string{"CS"}, "Shutter Shape", "ShutterShape", "1-3", false}, - ShutterLeftVerticalEdge: Info{ShutterLeftVerticalEdge, []string{"IS"}, "Shutter Left Vertical Edge", "ShutterLeftVerticalEdge", "1", false}, - ShutterRightVerticalEdge: Info{ShutterRightVerticalEdge, []string{"IS"}, "Shutter Right Vertical Edge", "ShutterRightVerticalEdge", "1", false}, - ShutterUpperHorizontalEdge: Info{ShutterUpperHorizontalEdge, []string{"IS"}, "Shutter Upper Horizontal Edge", "ShutterUpperHorizontalEdge", "1", false}, - ShutterLowerHorizontalEdge: Info{ShutterLowerHorizontalEdge, []string{"IS"}, "Shutter Lower Horizontal Edge", "ShutterLowerHorizontalEdge", "1", false}, - CenterOfCircularShutter: Info{CenterOfCircularShutter, []string{"IS"}, "Center of Circular Shutter", "CenterOfCircularShutter", "2", false}, - RadiusOfCircularShutter: Info{RadiusOfCircularShutter, []string{"IS"}, "Radius of Circular Shutter", "RadiusOfCircularShutter", "1", false}, - VerticesOfThePolygonalShutter: Info{VerticesOfThePolygonalShutter, []string{"IS"}, "Vertices of the Polygonal Shutter", "VerticesOfThePolygonalShutter", "2-2n", false}, - ShutterPresentationValue: Info{ShutterPresentationValue, []string{"US"}, "Shutter Presentation Value", "ShutterPresentationValue", "1", false}, - ShutterOverlayGroup: Info{ShutterOverlayGroup, []string{"US"}, "Shutter Overlay Group", "ShutterOverlayGroup", "1", false}, - ShutterPresentationColorCIELabValue: Info{ShutterPresentationColorCIELabValue, []string{"US"}, "Shutter Presentation Color CIELab Value", "ShutterPresentationColorCIELabValue", "3", false}, - OutlineShapeType: Info{OutlineShapeType, []string{"CS"}, "Outline Shape Type", "OutlineShapeType", "1", false}, - OutlineLeftVerticalEdge: Info{OutlineLeftVerticalEdge, []string{"FD"}, "Outline Left Vertical Edge", "OutlineLeftVerticalEdge", "1", false}, - OutlineRightVerticalEdge: Info{OutlineRightVerticalEdge, []string{"FD"}, "Outline Right Vertical Edge", "OutlineRightVerticalEdge", "1", false}, - OutlineUpperHorizontalEdge: Info{OutlineUpperHorizontalEdge, []string{"FD"}, "Outline Upper Horizontal Edge", "OutlineUpperHorizontalEdge", "1", false}, - OutlineLowerHorizontalEdge: Info{OutlineLowerHorizontalEdge, []string{"FD"}, "Outline Lower Horizontal Edge", "OutlineLowerHorizontalEdge", "1", false}, - CenterOfCircularOutline: Info{CenterOfCircularOutline, []string{"FD"}, "Center of Circular Outline", "CenterOfCircularOutline", "2", false}, - DiameterOfCircularOutline: Info{DiameterOfCircularOutline, []string{"FD"}, "Diameter of Circular Outline", "DiameterOfCircularOutline", "1", false}, - NumberOfPolygonalVertices: Info{NumberOfPolygonalVertices, []string{"UL"}, "Number of Polygonal Vertices", "NumberOfPolygonalVertices", "1", false}, - VerticesOfThePolygonalOutline: Info{VerticesOfThePolygonalOutline, []string{"OF"}, "Vertices of the Polygonal Outline", "VerticesOfThePolygonalOutline", "1", false}, - CollimatorShape: Info{CollimatorShape, []string{"CS"}, "Collimator Shape", "CollimatorShape", "1-3", false}, - CollimatorLeftVerticalEdge: Info{CollimatorLeftVerticalEdge, []string{"IS"}, "Collimator Left Vertical Edge", "CollimatorLeftVerticalEdge", "1", false}, - CollimatorRightVerticalEdge: Info{CollimatorRightVerticalEdge, []string{"IS"}, "Collimator Right Vertical Edge", "CollimatorRightVerticalEdge", "1", false}, - CollimatorUpperHorizontalEdge: Info{CollimatorUpperHorizontalEdge, []string{"IS"}, "Collimator Upper Horizontal Edge", "CollimatorUpperHorizontalEdge", "1", false}, - CollimatorLowerHorizontalEdge: Info{CollimatorLowerHorizontalEdge, []string{"IS"}, "Collimator Lower Horizontal Edge", "CollimatorLowerHorizontalEdge", "1", false}, - CenterOfCircularCollimator: Info{CenterOfCircularCollimator, []string{"IS"}, "Center of Circular Collimator", "CenterOfCircularCollimator", "2", false}, - RadiusOfCircularCollimator: Info{RadiusOfCircularCollimator, []string{"IS"}, "Radius of Circular Collimator", "RadiusOfCircularCollimator", "1", false}, - VerticesOfThePolygonalCollimator: Info{VerticesOfThePolygonalCollimator, []string{"IS"}, "Vertices of the Polygonal Collimator", "VerticesOfThePolygonalCollimator", "2-2n", false}, - AcquisitionTimeSynchronized: Info{AcquisitionTimeSynchronized, []string{"CS"}, "Acquisition Time Synchronized", "AcquisitionTimeSynchronized", "1", false}, - TimeSource: Info{TimeSource, []string{"SH"}, "Time Source", "TimeSource", "1", false}, - TimeDistributionProtocol: Info{TimeDistributionProtocol, []string{"CS"}, "Time Distribution Protocol", "TimeDistributionProtocol", "1", false}, - NTPSourceAddress: Info{NTPSourceAddress, []string{"LO"}, "NTP Source Address", "NTPSourceAddress", "1", false}, - PageNumberVector: Info{PageNumberVector, []string{"IS"}, "Page Number Vector", "PageNumberVector", "1-n", false}, - FrameLabelVector: Info{FrameLabelVector, []string{"SH"}, "Frame Label Vector", "FrameLabelVector", "1-n", false}, - FramePrimaryAngleVector: Info{FramePrimaryAngleVector, []string{"DS"}, "Frame Primary Angle Vector", "FramePrimaryAngleVector", "1-n", false}, - FrameSecondaryAngleVector: Info{FrameSecondaryAngleVector, []string{"DS"}, "Frame Secondary Angle Vector", "FrameSecondaryAngleVector", "1-n", false}, - SliceLocationVector: Info{SliceLocationVector, []string{"DS"}, "Slice Location Vector", "SliceLocationVector", "1-n", false}, - DisplayWindowLabelVector: Info{DisplayWindowLabelVector, []string{"SH"}, "Display Window Label Vector", "DisplayWindowLabelVector", "1-n", false}, - NominalScannedPixelSpacing: Info{NominalScannedPixelSpacing, []string{"DS"}, "Nominal Scanned Pixel Spacing", "NominalScannedPixelSpacing", "2", false}, - DigitizingDeviceTransportDirection: Info{DigitizingDeviceTransportDirection, []string{"CS"}, "Digitizing Device Transport Direction", "DigitizingDeviceTransportDirection", "1", false}, - RotationOfScannedFilm: Info{RotationOfScannedFilm, []string{"DS"}, "Rotation of Scanned Film", "RotationOfScannedFilm", "1", false}, - BiopsyTargetSequence: Info{BiopsyTargetSequence, []string{"SQ"}, "Biopsy Target Sequence", "BiopsyTargetSequence", "1", false}, - TargetUID: Info{TargetUID, []string{"UI"}, "Target UID", "TargetUID", "1", false}, - LocalizingCursorPosition: Info{LocalizingCursorPosition, []string{"FL"}, "Localizing Cursor Position", "LocalizingCursorPosition", "2", false}, - CalculatedTargetPosition: Info{CalculatedTargetPosition, []string{"FL"}, "Calculated Target Position", "CalculatedTargetPosition", "3", false}, - TargetLabel: Info{TargetLabel, []string{"SH"}, "Target Label", "TargetLabel", "1", false}, - DisplayedZValue: Info{DisplayedZValue, []string{"FL"}, "Displayed Z Value", "DisplayedZValue", "1", false}, - IVUSAcquisition: Info{IVUSAcquisition, []string{"CS"}, "IVUS Acquisition", "IVUSAcquisition", "1", false}, - IVUSPullbackRate: Info{IVUSPullbackRate, []string{"DS"}, "IVUS Pullback Rate", "IVUSPullbackRate", "1", false}, - IVUSGatedRate: Info{IVUSGatedRate, []string{"DS"}, "IVUS Gated Rate", "IVUSGatedRate", "1", false}, - IVUSPullbackStartFrameNumber: Info{IVUSPullbackStartFrameNumber, []string{"IS"}, "IVUS Pullback Start Frame Number", "IVUSPullbackStartFrameNumber", "1", false}, - IVUSPullbackStopFrameNumber: Info{IVUSPullbackStopFrameNumber, []string{"IS"}, "IVUS Pullback Stop Frame Number", "IVUSPullbackStopFrameNumber", "1", false}, - LesionNumber: Info{LesionNumber, []string{"IS"}, "Lesion Number", "LesionNumber", "1-n", false}, - AcquisitionComments: Info{AcquisitionComments, []string{"LT"}, "Acquisition Comments", "AcquisitionComments", "1", true}, - OutputPower: Info{OutputPower, []string{"SH"}, "Output Power", "OutputPower", "1-n", false}, - TransducerData: Info{TransducerData, []string{"LO"}, "Transducer Data", "TransducerData", "1-n", false}, - TransducerIdentificationSequence: Info{TransducerIdentificationSequence, []string{"SQ"}, "Transducer Identification Sequence", "TransducerIdentificationSequence", "1", false}, - FocusDepth: Info{FocusDepth, []string{"DS"}, "Focus Depth", "FocusDepth", "1", false}, - ProcessingFunction: Info{ProcessingFunction, []string{"LO"}, "Processing Function", "ProcessingFunction", "1", false}, - PostprocessingFunction: Info{PostprocessingFunction, []string{"LO"}, "Postprocessing Function", "PostprocessingFunction", "1", true}, - MechanicalIndex: Info{MechanicalIndex, []string{"DS"}, "Mechanical Index", "MechanicalIndex", "1", false}, - BoneThermalIndex: Info{BoneThermalIndex, []string{"DS"}, "Bone Thermal Index", "BoneThermalIndex", "1", false}, - CranialThermalIndex: Info{CranialThermalIndex, []string{"DS"}, "Cranial Thermal Index", "CranialThermalIndex", "1", false}, - SoftTissueThermalIndex: Info{SoftTissueThermalIndex, []string{"DS"}, "Soft Tissue Thermal Index", "SoftTissueThermalIndex", "1", false}, - SoftTissueFocusThermalIndex: Info{SoftTissueFocusThermalIndex, []string{"DS"}, "Soft Tissue-focus Thermal Index", "SoftTissueFocusThermalIndex", "1", false}, - SoftTissueSurfaceThermalIndex: Info{SoftTissueSurfaceThermalIndex, []string{"DS"}, "Soft Tissue-surface Thermal Index", "SoftTissueSurfaceThermalIndex", "1", false}, - DynamicRange: Info{DynamicRange, []string{"DS"}, "Dynamic Range", "DynamicRange", "1", true}, - TotalGain: Info{TotalGain, []string{"DS"}, "Total Gain", "TotalGain", "1", true}, - DepthOfScanField: Info{DepthOfScanField, []string{"IS"}, "Depth of Scan Field", "DepthOfScanField", "1", false}, - PatientPosition: Info{PatientPosition, []string{"CS"}, "Patient Position", "PatientPosition", "1", false}, - ViewPosition: Info{ViewPosition, []string{"CS"}, "View Position", "ViewPosition", "1", false}, - ProjectionEponymousNameCodeSequence: Info{ProjectionEponymousNameCodeSequence, []string{"SQ"}, "Projection Eponymous Name Code Sequence", "ProjectionEponymousNameCodeSequence", "1", false}, - ImageTransformationMatrix: Info{ImageTransformationMatrix, []string{"DS"}, "Image Transformation Matrix", "ImageTransformationMatrix", "6", true}, - ImageTranslationVector: Info{ImageTranslationVector, []string{"DS"}, "Image Translation Vector", "ImageTranslationVector", "3", true}, - Sensitivity: Info{Sensitivity, []string{"DS"}, "Sensitivity", "Sensitivity", "1", false}, - SequenceOfUltrasoundRegions: Info{SequenceOfUltrasoundRegions, []string{"SQ"}, "Sequence of Ultrasound Regions", "SequenceOfUltrasoundRegions", "1", false}, - RegionSpatialFormat: Info{RegionSpatialFormat, []string{"US"}, "Region Spatial Format", "RegionSpatialFormat", "1", false}, - RegionDataType: Info{RegionDataType, []string{"US"}, "Region Data Type", "RegionDataType", "1", false}, - RegionFlags: Info{RegionFlags, []string{"UL"}, "Region Flags", "RegionFlags", "1", false}, - RegionLocationMinX0: Info{RegionLocationMinX0, []string{"UL"}, "Region Location Min X0", "RegionLocationMinX0", "1", false}, - RegionLocationMinY0: Info{RegionLocationMinY0, []string{"UL"}, "Region Location Min Y0", "RegionLocationMinY0", "1", false}, - RegionLocationMaxX1: Info{RegionLocationMaxX1, []string{"UL"}, "Region Location Max X1", "RegionLocationMaxX1", "1", false}, - RegionLocationMaxY1: Info{RegionLocationMaxY1, []string{"UL"}, "Region Location Max Y1", "RegionLocationMaxY1", "1", false}, - ReferencePixelX0: Info{ReferencePixelX0, []string{"SL"}, "Reference Pixel X0", "ReferencePixelX0", "1", false}, - ReferencePixelY0: Info{ReferencePixelY0, []string{"SL"}, "Reference Pixel Y0", "ReferencePixelY0", "1", false}, - PhysicalUnitsXDirection: Info{PhysicalUnitsXDirection, []string{"US"}, "Physical Units X Direction", "PhysicalUnitsXDirection", "1", false}, - PhysicalUnitsYDirection: Info{PhysicalUnitsYDirection, []string{"US"}, "Physical Units Y Direction", "PhysicalUnitsYDirection", "1", false}, - ReferencePixelPhysicalValueX: Info{ReferencePixelPhysicalValueX, []string{"FD"}, "Reference Pixel Physical Value X", "ReferencePixelPhysicalValueX", "1", false}, - ReferencePixelPhysicalValueY: Info{ReferencePixelPhysicalValueY, []string{"FD"}, "Reference Pixel Physical Value Y", "ReferencePixelPhysicalValueY", "1", false}, - PhysicalDeltaX: Info{PhysicalDeltaX, []string{"FD"}, "Physical Delta X", "PhysicalDeltaX", "1", false}, - PhysicalDeltaY: Info{PhysicalDeltaY, []string{"FD"}, "Physical Delta Y", "PhysicalDeltaY", "1", false}, - TransducerFrequency: Info{TransducerFrequency, []string{"UL"}, "Transducer Frequency", "TransducerFrequency", "1", false}, - TransducerType: Info{TransducerType, []string{"CS"}, "Transducer Type", "TransducerType", "1", false}, - PulseRepetitionFrequency: Info{PulseRepetitionFrequency, []string{"UL"}, "Pulse Repetition Frequency", "PulseRepetitionFrequency", "1", false}, - DopplerCorrectionAngle: Info{DopplerCorrectionAngle, []string{"FD"}, "Doppler Correction Angle", "DopplerCorrectionAngle", "1", false}, - SteeringAngle: Info{SteeringAngle, []string{"FD"}, "Steering Angle", "SteeringAngle", "1", false}, - DopplerSampleVolumeXPositionRetired: Info{DopplerSampleVolumeXPositionRetired, []string{"UL"}, "Doppler Sample Volume X Position (Retired)", "DopplerSampleVolumeXPositionRetired", "1", true}, - DopplerSampleVolumeXPosition: Info{DopplerSampleVolumeXPosition, []string{"SL"}, "Doppler Sample Volume X Position", "DopplerSampleVolumeXPosition", "1", false}, - DopplerSampleVolumeYPositionRetired: Info{DopplerSampleVolumeYPositionRetired, []string{"UL"}, "Doppler Sample Volume Y Position (Retired)", "DopplerSampleVolumeYPositionRetired", "1", true}, - DopplerSampleVolumeYPosition: Info{DopplerSampleVolumeYPosition, []string{"SL"}, "Doppler Sample Volume Y Position", "DopplerSampleVolumeYPosition", "1", false}, - TMLinePositionX0Retired: Info{TMLinePositionX0Retired, []string{"UL"}, "TM-Line Position X0 (Retired)", "TMLinePositionX0Retired", "1", true}, - TMLinePositionX0: Info{TMLinePositionX0, []string{"SL"}, "TM-Line Position X0", "TMLinePositionX0", "1", false}, - TMLinePositionY0Retired: Info{TMLinePositionY0Retired, []string{"UL"}, "TM-Line Position Y0 (Retired)", "TMLinePositionY0Retired", "1", true}, - TMLinePositionY0: Info{TMLinePositionY0, []string{"SL"}, "TM-Line Position Y0", "TMLinePositionY0", "1", false}, - TMLinePositionX1Retired: Info{TMLinePositionX1Retired, []string{"UL"}, "TM-Line Position X1 (Retired)", "TMLinePositionX1Retired", "1", true}, - TMLinePositionX1: Info{TMLinePositionX1, []string{"SL"}, "TM-Line Position X1", "TMLinePositionX1", "1", false}, - TMLinePositionY1Retired: Info{TMLinePositionY1Retired, []string{"UL"}, "TM-Line Position Y1 (Retired)", "TMLinePositionY1Retired", "1", true}, - TMLinePositionY1: Info{TMLinePositionY1, []string{"SL"}, "TM-Line Position Y1", "TMLinePositionY1", "1", false}, - PixelComponentOrganization: Info{PixelComponentOrganization, []string{"US"}, "Pixel Component Organization", "PixelComponentOrganization", "1", false}, - PixelComponentMask: Info{PixelComponentMask, []string{"UL"}, "Pixel Component Mask", "PixelComponentMask", "1", false}, - PixelComponentRangeStart: Info{PixelComponentRangeStart, []string{"UL"}, "Pixel Component Range Start", "PixelComponentRangeStart", "1", false}, - PixelComponentRangeStop: Info{PixelComponentRangeStop, []string{"UL"}, "Pixel Component Range Stop", "PixelComponentRangeStop", "1", false}, - PixelComponentPhysicalUnits: Info{PixelComponentPhysicalUnits, []string{"US"}, "Pixel Component Physical Units", "PixelComponentPhysicalUnits", "1", false}, - PixelComponentDataType: Info{PixelComponentDataType, []string{"US"}, "Pixel Component Data Type", "PixelComponentDataType", "1", false}, - NumberOfTableBreakPoints: Info{NumberOfTableBreakPoints, []string{"UL"}, "Number of Table Break Points", "NumberOfTableBreakPoints", "1", false}, - TableOfXBreakPoints: Info{TableOfXBreakPoints, []string{"UL"}, "Table of X Break Points", "TableOfXBreakPoints", "1-n", false}, - TableOfYBreakPoints: Info{TableOfYBreakPoints, []string{"FD"}, "Table of Y Break Points", "TableOfYBreakPoints", "1-n", false}, - NumberOfTableEntries: Info{NumberOfTableEntries, []string{"UL"}, "Number of Table Entries", "NumberOfTableEntries", "1", false}, - TableOfPixelValues: Info{TableOfPixelValues, []string{"UL"}, "Table of Pixel Values", "TableOfPixelValues", "1-n", false}, - TableOfParameterValues: Info{TableOfParameterValues, []string{"FL"}, "Table of Parameter Values", "TableOfParameterValues", "1-n", false}, - RWaveTimeVector: Info{RWaveTimeVector, []string{"FL"}, "R Wave Time Vector", "RWaveTimeVector", "1-n", false}, - ActiveImageAreaOverlayGroup: Info{ActiveImageAreaOverlayGroup, []string{"US"}, "Active Image Area Overlay Group", "ActiveImageAreaOverlayGroup", "1", false}, - DetectorConditionsNominalFlag: Info{DetectorConditionsNominalFlag, []string{"CS"}, "Detector Conditions Nominal Flag", "DetectorConditionsNominalFlag", "1", false}, - DetectorTemperature: Info{DetectorTemperature, []string{"DS"}, "Detector Temperature", "DetectorTemperature", "1", false}, - DetectorType: Info{DetectorType, []string{"CS"}, "Detector Type", "DetectorType", "1", false}, - DetectorConfiguration: Info{DetectorConfiguration, []string{"CS"}, "Detector Configuration", "DetectorConfiguration", "1", false}, - DetectorDescription: Info{DetectorDescription, []string{"LT"}, "Detector Description", "DetectorDescription", "1", false}, - DetectorMode: Info{DetectorMode, []string{"LT"}, "Detector Mode", "DetectorMode", "1", false}, - DetectorID: Info{DetectorID, []string{"SH"}, "Detector ID", "DetectorID", "1", false}, - DateOfLastDetectorCalibration: Info{DateOfLastDetectorCalibration, []string{"DA"}, "Date of Last Detector Calibration", "DateOfLastDetectorCalibration", "1", false}, - TimeOfLastDetectorCalibration: Info{TimeOfLastDetectorCalibration, []string{"TM"}, "Time of Last Detector Calibration", "TimeOfLastDetectorCalibration", "1", false}, - ExposuresOnDetectorSinceLastCalibration: Info{ExposuresOnDetectorSinceLastCalibration, []string{"IS"}, "Exposures on Detector Since Last Calibration", "ExposuresOnDetectorSinceLastCalibration", "1", false}, - ExposuresOnDetectorSinceManufactured: Info{ExposuresOnDetectorSinceManufactured, []string{"IS"}, "Exposures on Detector Since Manufactured", "ExposuresOnDetectorSinceManufactured", "1", false}, - DetectorTimeSinceLastExposure: Info{DetectorTimeSinceLastExposure, []string{"DS"}, "Detector Time Since Last Exposure", "DetectorTimeSinceLastExposure", "1", false}, - DetectorActiveTime: Info{DetectorActiveTime, []string{"DS"}, "Detector Active Time", "DetectorActiveTime", "1", false}, - DetectorActivationOffsetFromExposure: Info{DetectorActivationOffsetFromExposure, []string{"DS"}, "Detector Activation Offset From Exposure", "DetectorActivationOffsetFromExposure", "1", false}, - DetectorBinning: Info{DetectorBinning, []string{"DS"}, "Detector Binning", "DetectorBinning", "2", false}, - DetectorElementPhysicalSize: Info{DetectorElementPhysicalSize, []string{"DS"}, "Detector Element Physical Size", "DetectorElementPhysicalSize", "2", false}, - DetectorElementSpacing: Info{DetectorElementSpacing, []string{"DS"}, "Detector Element Spacing", "DetectorElementSpacing", "2", false}, - DetectorActiveShape: Info{DetectorActiveShape, []string{"CS"}, "Detector Active Shape", "DetectorActiveShape", "1", false}, - DetectorActiveDimensions: Info{DetectorActiveDimensions, []string{"DS"}, "Detector Active Dimension(s)", "DetectorActiveDimensions", "1-2", false}, - DetectorActiveOrigin: Info{DetectorActiveOrigin, []string{"DS"}, "Detector Active Origin", "DetectorActiveOrigin", "2", false}, - DetectorManufacturerName: Info{DetectorManufacturerName, []string{"LO"}, "Detector Manufacturer Name", "DetectorManufacturerName", "1", false}, - DetectorManufacturerModelName: Info{DetectorManufacturerModelName, []string{"LO"}, "Detector Manufacturer's Model Name", "DetectorManufacturerModelName", "1", false}, - FieldOfViewOrigin: Info{FieldOfViewOrigin, []string{"DS"}, "Field of View Origin", "FieldOfViewOrigin", "2", false}, - FieldOfViewRotation: Info{FieldOfViewRotation, []string{"DS"}, "Field of View Rotation", "FieldOfViewRotation", "1", false}, - FieldOfViewHorizontalFlip: Info{FieldOfViewHorizontalFlip, []string{"CS"}, "Field of View Horizontal Flip", "FieldOfViewHorizontalFlip", "1", false}, - PixelDataAreaOriginRelativeToFOV: Info{PixelDataAreaOriginRelativeToFOV, []string{"FL"}, "Pixel Data Area Origin Relative To FOV", "PixelDataAreaOriginRelativeToFOV", "2", false}, - PixelDataAreaRotationAngleRelativeToFOV: Info{PixelDataAreaRotationAngleRelativeToFOV, []string{"FL"}, "Pixel Data Area Rotation Angle Relative To FOV", "PixelDataAreaRotationAngleRelativeToFOV", "1", false}, - GridAbsorbingMaterial: Info{GridAbsorbingMaterial, []string{"LT"}, "Grid Absorbing Material", "GridAbsorbingMaterial", "1", false}, - GridSpacingMaterial: Info{GridSpacingMaterial, []string{"LT"}, "Grid Spacing Material", "GridSpacingMaterial", "1", false}, - GridThickness: Info{GridThickness, []string{"DS"}, "Grid Thickness", "GridThickness", "1", false}, - GridPitch: Info{GridPitch, []string{"DS"}, "Grid Pitch", "GridPitch", "1", false}, - GridAspectRatio: Info{GridAspectRatio, []string{"IS"}, "Grid Aspect Ratio", "GridAspectRatio", "2", false}, - GridPeriod: Info{GridPeriod, []string{"DS"}, "Grid Period", "GridPeriod", "1", false}, - GridFocalDistance: Info{GridFocalDistance, []string{"DS"}, "Grid Focal Distance", "GridFocalDistance", "1", false}, - FilterMaterial: Info{FilterMaterial, []string{"CS"}, "Filter Material", "FilterMaterial", "1-n", false}, - FilterThicknessMinimum: Info{FilterThicknessMinimum, []string{"DS"}, "Filter Thickness Minimum", "FilterThicknessMinimum", "1-n", false}, - FilterThicknessMaximum: Info{FilterThicknessMaximum, []string{"DS"}, "Filter Thickness Maximum", "FilterThicknessMaximum", "1-n", false}, - FilterBeamPathLengthMinimum: Info{FilterBeamPathLengthMinimum, []string{"FL"}, "Filter Beam Path Length Minimum", "FilterBeamPathLengthMinimum", "1-n", false}, - FilterBeamPathLengthMaximum: Info{FilterBeamPathLengthMaximum, []string{"FL"}, "Filter Beam Path Length Maximum", "FilterBeamPathLengthMaximum", "1-n", false}, - ExposureControlMode: Info{ExposureControlMode, []string{"CS"}, "Exposure Control Mode", "ExposureControlMode", "1", false}, - ExposureControlModeDescription: Info{ExposureControlModeDescription, []string{"LT"}, "Exposure Control Mode Description", "ExposureControlModeDescription", "1", false}, - ExposureStatus: Info{ExposureStatus, []string{"CS"}, "Exposure Status", "ExposureStatus", "1", false}, - PhototimerSetting: Info{PhototimerSetting, []string{"DS"}, "Phototimer Setting", "PhototimerSetting", "1", false}, - ExposureTimeInuS: Info{ExposureTimeInuS, []string{"DS"}, "Exposure Time in µS", "ExposureTimeInuS", "1", false}, - XRayTubeCurrentInuA: Info{XRayTubeCurrentInuA, []string{"DS"}, "X-Ray Tube Current in µA", "XRayTubeCurrentInuA", "1", false}, - ContentQualification: Info{ContentQualification, []string{"CS"}, "Content Qualification", "ContentQualification", "1", false}, - PulseSequenceName: Info{PulseSequenceName, []string{"SH"}, "Pulse Sequence Name", "PulseSequenceName", "1", false}, - MRImagingModifierSequence: Info{MRImagingModifierSequence, []string{"SQ"}, "MR Imaging Modifier Sequence", "MRImagingModifierSequence", "1", false}, - EchoPulseSequence: Info{EchoPulseSequence, []string{"CS"}, "Echo Pulse Sequence", "EchoPulseSequence", "1", false}, - InversionRecovery: Info{InversionRecovery, []string{"CS"}, "Inversion Recovery", "InversionRecovery", "1", false}, - FlowCompensation: Info{FlowCompensation, []string{"CS"}, "Flow Compensation", "FlowCompensation", "1", false}, - MultipleSpinEcho: Info{MultipleSpinEcho, []string{"CS"}, "Multiple Spin Echo", "MultipleSpinEcho", "1", false}, - MultiPlanarExcitation: Info{MultiPlanarExcitation, []string{"CS"}, "Multi-planar Excitation", "MultiPlanarExcitation", "1", false}, - PhaseContrast: Info{PhaseContrast, []string{"CS"}, "Phase Contrast", "PhaseContrast", "1", false}, - TimeOfFlightContrast: Info{TimeOfFlightContrast, []string{"CS"}, "Time of Flight Contrast", "TimeOfFlightContrast", "1", false}, - Spoiling: Info{Spoiling, []string{"CS"}, "Spoiling", "Spoiling", "1", false}, - SteadyStatePulseSequence: Info{SteadyStatePulseSequence, []string{"CS"}, "Steady State Pulse Sequence", "SteadyStatePulseSequence", "1", false}, - EchoPlanarPulseSequence: Info{EchoPlanarPulseSequence, []string{"CS"}, "Echo Planar Pulse Sequence", "EchoPlanarPulseSequence", "1", false}, - TagAngleFirstAxis: Info{TagAngleFirstAxis, []string{"FD"}, "Tag Angle First Axis", "TagAngleFirstAxis", "1", false}, - MagnetizationTransfer: Info{MagnetizationTransfer, []string{"CS"}, "Magnetization Transfer", "MagnetizationTransfer", "1", false}, - T2Preparation: Info{T2Preparation, []string{"CS"}, "T2 Preparation", "T2Preparation", "1", false}, - BloodSignalNulling: Info{BloodSignalNulling, []string{"CS"}, "Blood Signal Nulling", "BloodSignalNulling", "1", false}, - SaturationRecovery: Info{SaturationRecovery, []string{"CS"}, "Saturation Recovery", "SaturationRecovery", "1", false}, - SpectrallySelectedSuppression: Info{SpectrallySelectedSuppression, []string{"CS"}, "Spectrally Selected Suppression", "SpectrallySelectedSuppression", "1", false}, - SpectrallySelectedExcitation: Info{SpectrallySelectedExcitation, []string{"CS"}, "Spectrally Selected Excitation", "SpectrallySelectedExcitation", "1", false}, - SpatialPresaturation: Info{SpatialPresaturation, []string{"CS"}, "Spatial Pre-saturation", "SpatialPresaturation", "1", false}, - Tagging: Info{Tagging, []string{"CS"}, "Tagging", "Tagging", "1", false}, - OversamplingPhase: Info{OversamplingPhase, []string{"CS"}, "Oversampling Phase", "OversamplingPhase", "1", false}, - TagSpacingFirstDimension: Info{TagSpacingFirstDimension, []string{"FD"}, "Tag Spacing First Dimension", "TagSpacingFirstDimension", "1", false}, - GeometryOfKSpaceTraversal: Info{GeometryOfKSpaceTraversal, []string{"CS"}, "Geometry of k-Space Traversal", "GeometryOfKSpaceTraversal", "1", false}, - SegmentedKSpaceTraversal: Info{SegmentedKSpaceTraversal, []string{"CS"}, "Segmented k-Space Traversal", "SegmentedKSpaceTraversal", "1", false}, - RectilinearPhaseEncodeReordering: Info{RectilinearPhaseEncodeReordering, []string{"CS"}, "Rectilinear Phase Encode Reordering", "RectilinearPhaseEncodeReordering", "1", false}, - TagThickness: Info{TagThickness, []string{"FD"}, "Tag Thickness", "TagThickness", "1", false}, - PartialFourierDirection: Info{PartialFourierDirection, []string{"CS"}, "Partial Fourier Direction", "PartialFourierDirection", "1", false}, - CardiacSynchronizationTechnique: Info{CardiacSynchronizationTechnique, []string{"CS"}, "Cardiac Synchronization Technique", "CardiacSynchronizationTechnique", "1", false}, - ReceiveCoilManufacturerName: Info{ReceiveCoilManufacturerName, []string{"LO"}, "Receive Coil Manufacturer Name", "ReceiveCoilManufacturerName", "1", false}, - MRReceiveCoilSequence: Info{MRReceiveCoilSequence, []string{"SQ"}, "MR Receive Coil Sequence", "MRReceiveCoilSequence", "1", false}, - ReceiveCoilType: Info{ReceiveCoilType, []string{"CS"}, "Receive Coil Type", "ReceiveCoilType", "1", false}, - QuadratureReceiveCoil: Info{QuadratureReceiveCoil, []string{"CS"}, "Quadrature Receive Coil", "QuadratureReceiveCoil", "1", false}, - MultiCoilDefinitionSequence: Info{MultiCoilDefinitionSequence, []string{"SQ"}, "Multi-Coil Definition Sequence", "MultiCoilDefinitionSequence", "1", false}, - MultiCoilConfiguration: Info{MultiCoilConfiguration, []string{"LO"}, "Multi-Coil Configuration", "MultiCoilConfiguration", "1", false}, - MultiCoilElementName: Info{MultiCoilElementName, []string{"SH"}, "Multi-Coil Element Name", "MultiCoilElementName", "1", false}, - MultiCoilElementUsed: Info{MultiCoilElementUsed, []string{"CS"}, "Multi-Coil Element Used", "MultiCoilElementUsed", "1", false}, - MRTransmitCoilSequence: Info{MRTransmitCoilSequence, []string{"SQ"}, "MR Transmit Coil Sequence", "MRTransmitCoilSequence", "1", false}, - TransmitCoilManufacturerName: Info{TransmitCoilManufacturerName, []string{"LO"}, "Transmit Coil Manufacturer Name", "TransmitCoilManufacturerName", "1", false}, - TransmitCoilType: Info{TransmitCoilType, []string{"CS"}, "Transmit Coil Type", "TransmitCoilType", "1", false}, - SpectralWidth: Info{SpectralWidth, []string{"FD"}, "Spectral Width", "SpectralWidth", "1-2", false}, - ChemicalShiftReference: Info{ChemicalShiftReference, []string{"FD"}, "Chemical Shift Reference", "ChemicalShiftReference", "1-2", false}, - VolumeLocalizationTechnique: Info{VolumeLocalizationTechnique, []string{"CS"}, "Volume Localization Technique", "VolumeLocalizationTechnique", "1", false}, - MRAcquisitionFrequencyEncodingSteps: Info{MRAcquisitionFrequencyEncodingSteps, []string{"US"}, "MR Acquisition Frequency Encoding Steps", "MRAcquisitionFrequencyEncodingSteps", "1", false}, - Decoupling: Info{Decoupling, []string{"CS"}, "De-coupling", "Decoupling", "1", false}, - DecoupledNucleus: Info{DecoupledNucleus, []string{"CS"}, "De-coupled Nucleus", "DecoupledNucleus", "1-2", false}, - DecouplingFrequency: Info{DecouplingFrequency, []string{"FD"}, "De-coupling Frequency", "DecouplingFrequency", "1-2", false}, - DecouplingMethod: Info{DecouplingMethod, []string{"CS"}, "De-coupling Method", "DecouplingMethod", "1", false}, - DecouplingChemicalShiftReference: Info{DecouplingChemicalShiftReference, []string{"FD"}, "De-coupling Chemical Shift Reference", "DecouplingChemicalShiftReference", "1-2", false}, - KSpaceFiltering: Info{KSpaceFiltering, []string{"CS"}, "k-space Filtering", "KSpaceFiltering", "1", false}, - TimeDomainFiltering: Info{TimeDomainFiltering, []string{"CS"}, "Time Domain Filtering", "TimeDomainFiltering", "1-2", false}, - NumberOfZeroFills: Info{NumberOfZeroFills, []string{"US"}, "Number of Zero Fills", "NumberOfZeroFills", "1-2", false}, - BaselineCorrection: Info{BaselineCorrection, []string{"CS"}, "Baseline Correction", "BaselineCorrection", "1", false}, - ParallelReductionFactorInPlane: Info{ParallelReductionFactorInPlane, []string{"FD"}, "Parallel Reduction Factor In-plane", "ParallelReductionFactorInPlane", "1", false}, - CardiacRRIntervalSpecified: Info{CardiacRRIntervalSpecified, []string{"FD"}, "Cardiac R-R Interval Specified", "CardiacRRIntervalSpecified", "1", false}, - AcquisitionDuration: Info{AcquisitionDuration, []string{"FD"}, "Acquisition Duration", "AcquisitionDuration", "1", false}, - FrameAcquisitionDateTime: Info{FrameAcquisitionDateTime, []string{"DT"}, "Frame Acquisition DateTime", "FrameAcquisitionDateTime", "1", false}, - DiffusionDirectionality: Info{DiffusionDirectionality, []string{"CS"}, "Diffusion Directionality", "DiffusionDirectionality", "1", false}, - DiffusionGradientDirectionSequence: Info{DiffusionGradientDirectionSequence, []string{"SQ"}, "Diffusion Gradient Direction Sequence", "DiffusionGradientDirectionSequence", "1", false}, - ParallelAcquisition: Info{ParallelAcquisition, []string{"CS"}, "Parallel Acquisition", "ParallelAcquisition", "1", false}, - ParallelAcquisitionTechnique: Info{ParallelAcquisitionTechnique, []string{"CS"}, "Parallel Acquisition Technique", "ParallelAcquisitionTechnique", "1", false}, - InversionTimes: Info{InversionTimes, []string{"FD"}, "Inversion Times", "InversionTimes", "1-n", false}, - MetaboliteMapDescription: Info{MetaboliteMapDescription, []string{"ST"}, "Metabolite Map Description", "MetaboliteMapDescription", "1", false}, - PartialFourier: Info{PartialFourier, []string{"CS"}, "Partial Fourier", "PartialFourier", "1", false}, - EffectiveEchoTime: Info{EffectiveEchoTime, []string{"FD"}, "Effective Echo Time", "EffectiveEchoTime", "1", false}, - MetaboliteMapCodeSequence: Info{MetaboliteMapCodeSequence, []string{"SQ"}, "Metabolite Map Code Sequence", "MetaboliteMapCodeSequence", "1", false}, - ChemicalShiftSequence: Info{ChemicalShiftSequence, []string{"SQ"}, "Chemical Shift Sequence", "ChemicalShiftSequence", "1", false}, - CardiacSignalSource: Info{CardiacSignalSource, []string{"CS"}, "Cardiac Signal Source", "CardiacSignalSource", "1", false}, - DiffusionBValue: Info{DiffusionBValue, []string{"FD"}, "Diffusion b-value", "DiffusionBValue", "1", false}, - DiffusionGradientOrientation: Info{DiffusionGradientOrientation, []string{"FD"}, "Diffusion Gradient Orientation", "DiffusionGradientOrientation", "3", false}, - VelocityEncodingDirection: Info{VelocityEncodingDirection, []string{"FD"}, "Velocity Encoding Direction", "VelocityEncodingDirection", "3", false}, - VelocityEncodingMinimumValue: Info{VelocityEncodingMinimumValue, []string{"FD"}, "Velocity Encoding Minimum Value", "VelocityEncodingMinimumValue", "1", false}, - VelocityEncodingAcquisitionSequence: Info{VelocityEncodingAcquisitionSequence, []string{"SQ"}, "Velocity Encoding Acquisition Sequence", "VelocityEncodingAcquisitionSequence", "1", false}, - NumberOfKSpaceTrajectories: Info{NumberOfKSpaceTrajectories, []string{"US"}, "Number of k-Space Trajectories", "NumberOfKSpaceTrajectories", "1", false}, - CoverageOfKSpace: Info{CoverageOfKSpace, []string{"CS"}, "Coverage of k-Space", "CoverageOfKSpace", "1", false}, - SpectroscopyAcquisitionPhaseRows: Info{SpectroscopyAcquisitionPhaseRows, []string{"UL"}, "Spectroscopy Acquisition Phase Rows", "SpectroscopyAcquisitionPhaseRows", "1", false}, - ParallelReductionFactorInPlaneRetired: Info{ParallelReductionFactorInPlaneRetired, []string{"FD"}, "Parallel Reduction Factor In-plane (Retired)", "ParallelReductionFactorInPlaneRetired", "1", true}, - TransmitterFrequency: Info{TransmitterFrequency, []string{"FD"}, "Transmitter Frequency", "TransmitterFrequency", "1-2", false}, - ResonantNucleus: Info{ResonantNucleus, []string{"CS"}, "Resonant Nucleus", "ResonantNucleus", "1-2", false}, - FrequencyCorrection: Info{FrequencyCorrection, []string{"CS"}, "Frequency Correction", "FrequencyCorrection", "1", false}, - MRSpectroscopyFOVGeometrySequence: Info{MRSpectroscopyFOVGeometrySequence, []string{"SQ"}, "MR Spectroscopy FOV/Geometry Sequence", "MRSpectroscopyFOVGeometrySequence", "1", false}, - SlabThickness: Info{SlabThickness, []string{"FD"}, "Slab Thickness", "SlabThickness", "1", false}, - SlabOrientation: Info{SlabOrientation, []string{"FD"}, "Slab Orientation", "SlabOrientation", "3", false}, - MidSlabPosition: Info{MidSlabPosition, []string{"FD"}, "Mid Slab Position", "MidSlabPosition", "3", false}, - MRSpatialSaturationSequence: Info{MRSpatialSaturationSequence, []string{"SQ"}, "MR Spatial Saturation Sequence", "MRSpatialSaturationSequence", "1", false}, - MRTimingAndRelatedParametersSequence: Info{MRTimingAndRelatedParametersSequence, []string{"SQ"}, "MR Timing and Related Parameters Sequence", "MRTimingAndRelatedParametersSequence", "1", false}, - MREchoSequence: Info{MREchoSequence, []string{"SQ"}, "MR Echo Sequence", "MREchoSequence", "1", false}, - MRModifierSequence: Info{MRModifierSequence, []string{"SQ"}, "MR Modifier Sequence", "MRModifierSequence", "1", false}, - MRDiffusionSequence: Info{MRDiffusionSequence, []string{"SQ"}, "MR Diffusion Sequence", "MRDiffusionSequence", "1", false}, - CardiacSynchronizationSequence: Info{CardiacSynchronizationSequence, []string{"SQ"}, "Cardiac Synchronization Sequence", "CardiacSynchronizationSequence", "1", false}, - MRAveragesSequence: Info{MRAveragesSequence, []string{"SQ"}, "MR Averages Sequence", "MRAveragesSequence", "1", false}, - MRFOVGeometrySequence: Info{MRFOVGeometrySequence, []string{"SQ"}, "MR FOV/Geometry Sequence", "MRFOVGeometrySequence", "1", false}, - VolumeLocalizationSequence: Info{VolumeLocalizationSequence, []string{"SQ"}, "Volume Localization Sequence", "VolumeLocalizationSequence", "1", false}, - SpectroscopyAcquisitionDataColumns: Info{SpectroscopyAcquisitionDataColumns, []string{"UL"}, "Spectroscopy Acquisition Data Columns", "SpectroscopyAcquisitionDataColumns", "1", false}, - DiffusionAnisotropyType: Info{DiffusionAnisotropyType, []string{"CS"}, "Diffusion Anisotropy Type", "DiffusionAnisotropyType", "1", false}, - FrameReferenceDateTime: Info{FrameReferenceDateTime, []string{"DT"}, "Frame Reference DateTime", "FrameReferenceDateTime", "1", false}, - MRMetaboliteMapSequence: Info{MRMetaboliteMapSequence, []string{"SQ"}, "MR Metabolite Map Sequence", "MRMetaboliteMapSequence", "1", false}, - ParallelReductionFactorOutOfPlane: Info{ParallelReductionFactorOutOfPlane, []string{"FD"}, "Parallel Reduction Factor out-of-plane", "ParallelReductionFactorOutOfPlane", "1", false}, - SpectroscopyAcquisitionOutOfPlanePhaseSteps: Info{SpectroscopyAcquisitionOutOfPlanePhaseSteps, []string{"UL"}, "Spectroscopy Acquisition Out-of-plane Phase Steps", "SpectroscopyAcquisitionOutOfPlanePhaseSteps", "1", false}, - BulkMotionStatus: Info{BulkMotionStatus, []string{"CS"}, "Bulk Motion Status", "BulkMotionStatus", "1", true}, - ParallelReductionFactorSecondInPlane: Info{ParallelReductionFactorSecondInPlane, []string{"FD"}, "Parallel Reduction Factor Second In-plane", "ParallelReductionFactorSecondInPlane", "1", false}, - CardiacBeatRejectionTechnique: Info{CardiacBeatRejectionTechnique, []string{"CS"}, "Cardiac Beat Rejection Technique", "CardiacBeatRejectionTechnique", "1", false}, - RespiratoryMotionCompensationTechnique: Info{RespiratoryMotionCompensationTechnique, []string{"CS"}, "Respiratory Motion Compensation Technique", "RespiratoryMotionCompensationTechnique", "1", false}, - RespiratorySignalSource: Info{RespiratorySignalSource, []string{"CS"}, "Respiratory Signal Source", "RespiratorySignalSource", "1", false}, - BulkMotionCompensationTechnique: Info{BulkMotionCompensationTechnique, []string{"CS"}, "Bulk Motion Compensation Technique", "BulkMotionCompensationTechnique", "1", false}, - BulkMotionSignalSource: Info{BulkMotionSignalSource, []string{"CS"}, "Bulk Motion Signal Source", "BulkMotionSignalSource", "1", false}, - ApplicableSafetyStandardAgency: Info{ApplicableSafetyStandardAgency, []string{"CS"}, "Applicable Safety Standard Agency", "ApplicableSafetyStandardAgency", "1", false}, - ApplicableSafetyStandardDescription: Info{ApplicableSafetyStandardDescription, []string{"LO"}, "Applicable Safety Standard Description", "ApplicableSafetyStandardDescription", "1", false}, - OperatingModeSequence: Info{OperatingModeSequence, []string{"SQ"}, "Operating Mode Sequence", "OperatingModeSequence", "1", false}, - OperatingModeType: Info{OperatingModeType, []string{"CS"}, "Operating Mode Type", "OperatingModeType", "1", false}, - OperatingMode: Info{OperatingMode, []string{"CS"}, "Operating Mode", "OperatingMode", "1", false}, - SpecificAbsorptionRateDefinition: Info{SpecificAbsorptionRateDefinition, []string{"CS"}, "Specific Absorption Rate Definition", "SpecificAbsorptionRateDefinition", "1", false}, - GradientOutputType: Info{GradientOutputType, []string{"CS"}, "Gradient Output Type", "GradientOutputType", "1", false}, - SpecificAbsorptionRateValue: Info{SpecificAbsorptionRateValue, []string{"FD"}, "Specific Absorption Rate Value", "SpecificAbsorptionRateValue", "1", false}, - GradientOutput: Info{GradientOutput, []string{"FD"}, "Gradient Output", "GradientOutput", "1", false}, - FlowCompensationDirection: Info{FlowCompensationDirection, []string{"CS"}, "Flow Compensation Direction", "FlowCompensationDirection", "1", false}, - TaggingDelay: Info{TaggingDelay, []string{"FD"}, "Tagging Delay", "TaggingDelay", "1", false}, - RespiratoryMotionCompensationTechniqueDescription: Info{RespiratoryMotionCompensationTechniqueDescription, []string{"ST"}, "Respiratory Motion Compensation Technique Description", "RespiratoryMotionCompensationTechniqueDescription", "1", false}, - RespiratorySignalSourceID: Info{RespiratorySignalSourceID, []string{"SH"}, "Respiratory Signal Source ID", "RespiratorySignalSourceID", "1", false}, - ChemicalShiftMinimumIntegrationLimitInHz: Info{ChemicalShiftMinimumIntegrationLimitInHz, []string{"FD"}, "Chemical Shift Minimum Integration Limit in Hz", "ChemicalShiftMinimumIntegrationLimitInHz", "1", true}, - ChemicalShiftMaximumIntegrationLimitInHz: Info{ChemicalShiftMaximumIntegrationLimitInHz, []string{"FD"}, "Chemical Shift Maximum Integration Limit in Hz", "ChemicalShiftMaximumIntegrationLimitInHz", "1", true}, - MRVelocityEncodingSequence: Info{MRVelocityEncodingSequence, []string{"SQ"}, "MR Velocity Encoding Sequence", "MRVelocityEncodingSequence", "1", false}, - FirstOrderPhaseCorrection: Info{FirstOrderPhaseCorrection, []string{"CS"}, "First Order Phase Correction", "FirstOrderPhaseCorrection", "1", false}, - WaterReferencedPhaseCorrection: Info{WaterReferencedPhaseCorrection, []string{"CS"}, "Water Referenced Phase Correction", "WaterReferencedPhaseCorrection", "1", false}, - MRSpectroscopyAcquisitionType: Info{MRSpectroscopyAcquisitionType, []string{"CS"}, "MR Spectroscopy Acquisition Type", "MRSpectroscopyAcquisitionType", "1", false}, - RespiratoryCyclePosition: Info{RespiratoryCyclePosition, []string{"CS"}, "Respiratory Cycle Position", "RespiratoryCyclePosition", "1", false}, - VelocityEncodingMaximumValue: Info{VelocityEncodingMaximumValue, []string{"FD"}, "Velocity Encoding Maximum Value", "VelocityEncodingMaximumValue", "1", false}, - TagSpacingSecondDimension: Info{TagSpacingSecondDimension, []string{"FD"}, "Tag Spacing Second Dimension", "TagSpacingSecondDimension", "1", false}, - TagAngleSecondAxis: Info{TagAngleSecondAxis, []string{"SS"}, "Tag Angle Second Axis", "TagAngleSecondAxis", "1", false}, - FrameAcquisitionDuration: Info{FrameAcquisitionDuration, []string{"FD"}, "Frame Acquisition Duration", "FrameAcquisitionDuration", "1", false}, - MRImageFrameTypeSequence: Info{MRImageFrameTypeSequence, []string{"SQ"}, "MR Image Frame Type Sequence", "MRImageFrameTypeSequence", "1", false}, - MRSpectroscopyFrameTypeSequence: Info{MRSpectroscopyFrameTypeSequence, []string{"SQ"}, "MR Spectroscopy Frame Type Sequence", "MRSpectroscopyFrameTypeSequence", "1", false}, - MRAcquisitionPhaseEncodingStepsInPlane: Info{MRAcquisitionPhaseEncodingStepsInPlane, []string{"US"}, "MR Acquisition Phase Encoding Steps in-plane", "MRAcquisitionPhaseEncodingStepsInPlane", "1", false}, - MRAcquisitionPhaseEncodingStepsOutOfPlane: Info{MRAcquisitionPhaseEncodingStepsOutOfPlane, []string{"US"}, "MR Acquisition Phase Encoding Steps out-of-plane", "MRAcquisitionPhaseEncodingStepsOutOfPlane", "1", false}, - SpectroscopyAcquisitionPhaseColumns: Info{SpectroscopyAcquisitionPhaseColumns, []string{"UL"}, "Spectroscopy Acquisition Phase Columns", "SpectroscopyAcquisitionPhaseColumns", "1", false}, - CardiacCyclePosition: Info{CardiacCyclePosition, []string{"CS"}, "Cardiac Cycle Position", "CardiacCyclePosition", "1", false}, - SpecificAbsorptionRateSequence: Info{SpecificAbsorptionRateSequence, []string{"SQ"}, "Specific Absorption Rate Sequence", "SpecificAbsorptionRateSequence", "1", false}, - RFEchoTrainLength: Info{RFEchoTrainLength, []string{"US"}, "RF Echo Train Length", "RFEchoTrainLength", "1", false}, - GradientEchoTrainLength: Info{GradientEchoTrainLength, []string{"US"}, "Gradient Echo Train Length", "GradientEchoTrainLength", "1", false}, - ArterialSpinLabelingContrast: Info{ArterialSpinLabelingContrast, []string{"CS"}, "Arterial Spin Labeling Contrast", "ArterialSpinLabelingContrast", "1", false}, - MRArterialSpinLabelingSequence: Info{MRArterialSpinLabelingSequence, []string{"SQ"}, "MR Arterial Spin Labeling Sequence", "MRArterialSpinLabelingSequence", "1", false}, - ASLTechniqueDescription: Info{ASLTechniqueDescription, []string{"LO"}, "ASL Technique Description", "ASLTechniqueDescription", "1", false}, - ASLSlabNumber: Info{ASLSlabNumber, []string{"US"}, "ASL Slab Number", "ASLSlabNumber", "1", false}, - ASLSlabThickness: Info{ASLSlabThickness, []string{"FD"}, "ASL Slab Thickness", "ASLSlabThickness", "1", false}, - ASLSlabOrientation: Info{ASLSlabOrientation, []string{"FD"}, "ASL Slab Orientation", "ASLSlabOrientation", "3", false}, - ASLMidSlabPosition: Info{ASLMidSlabPosition, []string{"FD"}, "ASL Mid Slab Position", "ASLMidSlabPosition", "3", false}, - ASLContext: Info{ASLContext, []string{"CS"}, "ASL Context", "ASLContext", "1", false}, - ASLPulseTrainDuration: Info{ASLPulseTrainDuration, []string{"UL"}, "ASL Pulse Train Duration", "ASLPulseTrainDuration", "1", false}, - ASLCrusherFlag: Info{ASLCrusherFlag, []string{"CS"}, "ASL Crusher Flag", "ASLCrusherFlag", "1", false}, - ASLCrusherFlowLimit: Info{ASLCrusherFlowLimit, []string{"FD"}, "ASL Crusher Flow Limit", "ASLCrusherFlowLimit", "1", false}, - ASLCrusherDescription: Info{ASLCrusherDescription, []string{"LO"}, "ASL Crusher Description", "ASLCrusherDescription", "1", false}, - ASLBolusCutoffFlag: Info{ASLBolusCutoffFlag, []string{"CS"}, "ASL Bolus Cut-off Flag", "ASLBolusCutoffFlag", "1", false}, - ASLBolusCutoffTimingSequence: Info{ASLBolusCutoffTimingSequence, []string{"SQ"}, "ASL Bolus Cut-off Timing Sequence", "ASLBolusCutoffTimingSequence", "1", false}, - ASLBolusCutoffTechnique: Info{ASLBolusCutoffTechnique, []string{"LO"}, "ASL Bolus Cut-off Technique", "ASLBolusCutoffTechnique", "1", false}, - ASLBolusCutoffDelayTime: Info{ASLBolusCutoffDelayTime, []string{"UL"}, "ASL Bolus Cut-off Delay Time", "ASLBolusCutoffDelayTime", "1", false}, - ASLSlabSequence: Info{ASLSlabSequence, []string{"SQ"}, "ASL Slab Sequence", "ASLSlabSequence", "1", false}, - ChemicalShiftMinimumIntegrationLimitInppm: Info{ChemicalShiftMinimumIntegrationLimitInppm, []string{"FD"}, "Chemical Shift Minimum Integration Limit in ppm", "ChemicalShiftMinimumIntegrationLimitInppm", "1", false}, - ChemicalShiftMaximumIntegrationLimitInppm: Info{ChemicalShiftMaximumIntegrationLimitInppm, []string{"FD"}, "Chemical Shift Maximum Integration Limit in ppm", "ChemicalShiftMaximumIntegrationLimitInppm", "1", false}, - WaterReferenceAcquisition: Info{WaterReferenceAcquisition, []string{"CS"}, "Water Reference Acquisition", "WaterReferenceAcquisition", "1", false}, - EchoPeakPosition: Info{EchoPeakPosition, []string{"IS"}, "Echo Peak Position", "EchoPeakPosition", "1", false}, - CTAcquisitionTypeSequence: Info{CTAcquisitionTypeSequence, []string{"SQ"}, "CT Acquisition Type Sequence", "CTAcquisitionTypeSequence", "1", false}, - AcquisitionType: Info{AcquisitionType, []string{"CS"}, "Acquisition Type", "AcquisitionType", "1", false}, - TubeAngle: Info{TubeAngle, []string{"FD"}, "Tube Angle", "TubeAngle", "1", false}, - CTAcquisitionDetailsSequence: Info{CTAcquisitionDetailsSequence, []string{"SQ"}, "CT Acquisition Details Sequence", "CTAcquisitionDetailsSequence", "1", false}, - RevolutionTime: Info{RevolutionTime, []string{"FD"}, "Revolution Time", "RevolutionTime", "1", false}, - SingleCollimationWidth: Info{SingleCollimationWidth, []string{"FD"}, "Single Collimation Width", "SingleCollimationWidth", "1", false}, - TotalCollimationWidth: Info{TotalCollimationWidth, []string{"FD"}, "Total Collimation Width", "TotalCollimationWidth", "1", false}, - CTTableDynamicsSequence: Info{CTTableDynamicsSequence, []string{"SQ"}, "CT Table Dynamics Sequence", "CTTableDynamicsSequence", "1", false}, - TableSpeed: Info{TableSpeed, []string{"FD"}, "Table Speed", "TableSpeed", "1", false}, - TableFeedPerRotation: Info{TableFeedPerRotation, []string{"FD"}, "Table Feed per Rotation", "TableFeedPerRotation", "1", false}, - SpiralPitchFactor: Info{SpiralPitchFactor, []string{"FD"}, "Spiral Pitch Factor", "SpiralPitchFactor", "1", false}, - CTGeometrySequence: Info{CTGeometrySequence, []string{"SQ"}, "CT Geometry Sequence", "CTGeometrySequence", "1", false}, - DataCollectionCenterPatient: Info{DataCollectionCenterPatient, []string{"FD"}, "Data Collection Center (Patient)", "DataCollectionCenterPatient", "3", false}, - CTReconstructionSequence: Info{CTReconstructionSequence, []string{"SQ"}, "CT Reconstruction Sequence", "CTReconstructionSequence", "1", false}, - ReconstructionAlgorithm: Info{ReconstructionAlgorithm, []string{"CS"}, "Reconstruction Algorithm", "ReconstructionAlgorithm", "1", false}, - ConvolutionKernelGroup: Info{ConvolutionKernelGroup, []string{"CS"}, "Convolution Kernel Group", "ConvolutionKernelGroup", "1", false}, - ReconstructionFieldOfView: Info{ReconstructionFieldOfView, []string{"FD"}, "Reconstruction Field of View", "ReconstructionFieldOfView", "2", false}, - ReconstructionTargetCenterPatient: Info{ReconstructionTargetCenterPatient, []string{"FD"}, "Reconstruction Target Center (Patient)", "ReconstructionTargetCenterPatient", "3", false}, - ReconstructionAngle: Info{ReconstructionAngle, []string{"FD"}, "Reconstruction Angle", "ReconstructionAngle", "1", false}, - ImageFilter: Info{ImageFilter, []string{"SH"}, "Image Filter", "ImageFilter", "1", false}, - CTExposureSequence: Info{CTExposureSequence, []string{"SQ"}, "CT Exposure Sequence", "CTExposureSequence", "1", false}, - ReconstructionPixelSpacing: Info{ReconstructionPixelSpacing, []string{"FD"}, "Reconstruction Pixel Spacing", "ReconstructionPixelSpacing", "2", false}, - ExposureModulationType: Info{ExposureModulationType, []string{"CS"}, "Exposure Modulation Type", "ExposureModulationType", "1-n", false}, - EstimatedDoseSaving: Info{EstimatedDoseSaving, []string{"FD"}, "Estimated Dose Saving", "EstimatedDoseSaving", "1", true}, - CTXRayDetailsSequence: Info{CTXRayDetailsSequence, []string{"SQ"}, "CT X-Ray Details Sequence", "CTXRayDetailsSequence", "1", false}, - CTPositionSequence: Info{CTPositionSequence, []string{"SQ"}, "CT Position Sequence", "CTPositionSequence", "1", false}, - TablePosition: Info{TablePosition, []string{"FD"}, "Table Position", "TablePosition", "1", false}, - ExposureTimeInms: Info{ExposureTimeInms, []string{"FD"}, "Exposure Time in ms", "ExposureTimeInms", "1", false}, - CTImageFrameTypeSequence: Info{CTImageFrameTypeSequence, []string{"SQ"}, "CT Image Frame Type Sequence", "CTImageFrameTypeSequence", "1", false}, - XRayTubeCurrentInmA: Info{XRayTubeCurrentInmA, []string{"FD"}, "X-Ray Tube Current in mA", "XRayTubeCurrentInmA", "1", false}, - ExposureInmAs: Info{ExposureInmAs, []string{"FD"}, "Exposure in mAs", "ExposureInmAs", "1", false}, - ConstantVolumeFlag: Info{ConstantVolumeFlag, []string{"CS"}, "Constant Volume Flag", "ConstantVolumeFlag", "1", false}, - FluoroscopyFlag: Info{FluoroscopyFlag, []string{"CS"}, "Fluoroscopy Flag", "FluoroscopyFlag", "1", false}, - DistanceSourceToDataCollectionCenter: Info{DistanceSourceToDataCollectionCenter, []string{"FD"}, "Distance Source to Data Collection Center", "DistanceSourceToDataCollectionCenter", "1", false}, - ContrastBolusAgentNumber: Info{ContrastBolusAgentNumber, []string{"US"}, "Contrast/Bolus Agent Number", "ContrastBolusAgentNumber", "1", false}, - ContrastBolusIngredientCodeSequence: Info{ContrastBolusIngredientCodeSequence, []string{"SQ"}, "Contrast/Bolus Ingredient Code Sequence", "ContrastBolusIngredientCodeSequence", "1", false}, - ContrastAdministrationProfileSequence: Info{ContrastAdministrationProfileSequence, []string{"SQ"}, "Contrast Administration Profile Sequence", "ContrastAdministrationProfileSequence", "1", false}, - ContrastBolusUsageSequence: Info{ContrastBolusUsageSequence, []string{"SQ"}, "Contrast/Bolus Usage Sequence", "ContrastBolusUsageSequence", "1", false}, - ContrastBolusAgentAdministered: Info{ContrastBolusAgentAdministered, []string{"CS"}, "Contrast/Bolus Agent Administered", "ContrastBolusAgentAdministered", "1", false}, - ContrastBolusAgentDetected: Info{ContrastBolusAgentDetected, []string{"CS"}, "Contrast/Bolus Agent Detected", "ContrastBolusAgentDetected", "1", false}, - ContrastBolusAgentPhase: Info{ContrastBolusAgentPhase, []string{"CS"}, "Contrast/Bolus Agent Phase", "ContrastBolusAgentPhase", "1", false}, - CTDIvol: Info{CTDIvol, []string{"FD"}, "CTDIvol", "CTDIvol", "1", false}, - CTDIPhantomTypeCodeSequence: Info{CTDIPhantomTypeCodeSequence, []string{"SQ"}, "CTDI Phantom Type Code Sequence", "CTDIPhantomTypeCodeSequence", "1", false}, - CalciumScoringMassFactorPatient: Info{CalciumScoringMassFactorPatient, []string{"FL"}, "Calcium Scoring Mass Factor Patient", "CalciumScoringMassFactorPatient", "1", false}, - CalciumScoringMassFactorDevice: Info{CalciumScoringMassFactorDevice, []string{"FL"}, "Calcium Scoring Mass Factor Device", "CalciumScoringMassFactorDevice", "3", false}, - EnergyWeightingFactor: Info{EnergyWeightingFactor, []string{"FL"}, "Energy Weighting Factor", "EnergyWeightingFactor", "1", false}, - CTAdditionalXRaySourceSequence: Info{CTAdditionalXRaySourceSequence, []string{"SQ"}, "CT Additional X-Ray Source Sequence", "CTAdditionalXRaySourceSequence", "1", false}, - MultienergyCTAcquisition: Info{MultienergyCTAcquisition, []string{"CS"}, "Multi-energy CT Acquisition", "MultienergyCTAcquisition", "1", false}, - MultienergyCTAcquisitionSequence: Info{MultienergyCTAcquisitionSequence, []string{"SQ"}, "Multi-energy CT Acquisition Sequence", "MultienergyCTAcquisitionSequence", "1", false}, - MultienergyCTProcessingSequence: Info{MultienergyCTProcessingSequence, []string{"SQ"}, "Multi-energy CT Processing Sequence", "MultienergyCTProcessingSequence", "1", false}, - MultienergyCTCharacteristicsSequence: Info{MultienergyCTCharacteristicsSequence, []string{"SQ"}, "Multi-energy CT Characteristics Sequence", "MultienergyCTCharacteristicsSequence", "1", false}, - MultienergyCTXRaySourceSequence: Info{MultienergyCTXRaySourceSequence, []string{"SQ"}, "Multi-energy CT X-Ray Source Sequence", "MultienergyCTXRaySourceSequence", "1", false}, - XRaySourceIndex: Info{XRaySourceIndex, []string{"US"}, "X-Ray Source Index", "XRaySourceIndex", "1", false}, - XRaySourceID: Info{XRaySourceID, []string{"UC"}, "X-Ray Source ID", "XRaySourceID", "1", false}, - MultienergySourceTechnique: Info{MultienergySourceTechnique, []string{"CS"}, "Multi-energy Source Technique", "MultienergySourceTechnique", "1", false}, - SourceStartDateTime: Info{SourceStartDateTime, []string{"DT"}, "Source Start DateTime", "SourceStartDateTime", "1", false}, - SourceEndDateTime: Info{SourceEndDateTime, []string{"DT"}, "Source End DateTime", "SourceEndDateTime", "1", false}, - SwitchingPhaseNumber: Info{SwitchingPhaseNumber, []string{"US"}, "Switching Phase Number", "SwitchingPhaseNumber", "1", false}, - SwitchingPhaseNominalDuration: Info{SwitchingPhaseNominalDuration, []string{"DS"}, "Switching Phase Nominal Duration", "SwitchingPhaseNominalDuration", "1", false}, - SwitchingPhaseTransitionDuration: Info{SwitchingPhaseTransitionDuration, []string{"DS"}, "Switching Phase Transition Duration", "SwitchingPhaseTransitionDuration", "1", false}, - EffectiveBinEnergy: Info{EffectiveBinEnergy, []string{"DS"}, "Effective Bin Energy", "EffectiveBinEnergy", "1", false}, - MultienergyCTXRayDetectorSequence: Info{MultienergyCTXRayDetectorSequence, []string{"SQ"}, "Multi-energy CT X-Ray Detector Sequence", "MultienergyCTXRayDetectorSequence", "1", false}, - XRayDetectorIndex: Info{XRayDetectorIndex, []string{"US"}, "X-Ray Detector Index", "XRayDetectorIndex", "1", false}, - XRayDetectorID: Info{XRayDetectorID, []string{"UC"}, "X-Ray Detector ID", "XRayDetectorID", "1", false}, - MultienergyDetectorType: Info{MultienergyDetectorType, []string{"CS"}, "Multi-energy Detector Type", "MultienergyDetectorType", "1", false}, - XRayDetectorLabel: Info{XRayDetectorLabel, []string{"ST"}, "X-Ray Detector Label", "XRayDetectorLabel", "1", false}, - NominalMaxEnergy: Info{NominalMaxEnergy, []string{"DS"}, "Nominal Max Energy", "NominalMaxEnergy", "1", false}, - NominalMinEnergy: Info{NominalMinEnergy, []string{"DS"}, "Nominal Min Energy", "NominalMinEnergy", "1", false}, - ReferencedXRayDetectorIndex: Info{ReferencedXRayDetectorIndex, []string{"US"}, "Referenced X-Ray Detector Index", "ReferencedXRayDetectorIndex", "1-n", false}, - ReferencedXRaySourceIndex: Info{ReferencedXRaySourceIndex, []string{"US"}, "Referenced X-Ray Source Index", "ReferencedXRaySourceIndex", "1-n", false}, - ReferencedPathIndex: Info{ReferencedPathIndex, []string{"US"}, "Referenced Path Index", "ReferencedPathIndex", "1-n", false}, - MultienergyCTPathSequence: Info{MultienergyCTPathSequence, []string{"SQ"}, "Multi-energy CT Path Sequence", "MultienergyCTPathSequence", "1", false}, - MultienergyCTPathIndex: Info{MultienergyCTPathIndex, []string{"US"}, "Multi-energy CT Path Index", "MultienergyCTPathIndex", "1", false}, - MultienergyAcquisitionDescription: Info{MultienergyAcquisitionDescription, []string{"UT"}, "Multi-energy Acquisition Description", "MultienergyAcquisitionDescription", "1", false}, - MonoenergeticEnergyEquivalent: Info{MonoenergeticEnergyEquivalent, []string{"FD"}, "Monoenergetic Energy Equivalent", "MonoenergeticEnergyEquivalent", "1", false}, - MaterialCodeSequence: Info{MaterialCodeSequence, []string{"SQ"}, "Material Code Sequence", "MaterialCodeSequence", "1", false}, - DecompositionMethod: Info{DecompositionMethod, []string{"CS"}, "Decomposition Method", "DecompositionMethod", "1", false}, - DecompositionDescription: Info{DecompositionDescription, []string{"UT"}, "Decomposition Description", "DecompositionDescription", "1", false}, - DecompositionAlgorithmIdentificationSequence: Info{DecompositionAlgorithmIdentificationSequence, []string{"SQ"}, "Decomposition Algorithm Identification Sequence", "DecompositionAlgorithmIdentificationSequence", "1", false}, - DecompositionMaterialSequence: Info{DecompositionMaterialSequence, []string{"SQ"}, "Decomposition Material Sequence", "DecompositionMaterialSequence", "1", false}, - MaterialAttenuationSequence: Info{MaterialAttenuationSequence, []string{"SQ"}, "Material Attenuation Sequence", "MaterialAttenuationSequence", "1", false}, - PhotonEnergy: Info{PhotonEnergy, []string{"DS"}, "Photon Energy", "PhotonEnergy", "1", false}, - XRayMassAttenuationCoefficient: Info{XRayMassAttenuationCoefficient, []string{"DS"}, "X-Ray Mass Attenuation Coefficient", "XRayMassAttenuationCoefficient", "1", false}, - ProjectionPixelCalibrationSequence: Info{ProjectionPixelCalibrationSequence, []string{"SQ"}, "Projection Pixel Calibration Sequence", "ProjectionPixelCalibrationSequence", "1", false}, - DistanceSourceToIsocenter: Info{DistanceSourceToIsocenter, []string{"FL"}, "Distance Source to Isocenter", "DistanceSourceToIsocenter", "1", false}, - DistanceObjectToTableTop: Info{DistanceObjectToTableTop, []string{"FL"}, "Distance Object to Table Top", "DistanceObjectToTableTop", "1", false}, - ObjectPixelSpacingInCenterOfBeam: Info{ObjectPixelSpacingInCenterOfBeam, []string{"FL"}, "Object Pixel Spacing in Center of Beam", "ObjectPixelSpacingInCenterOfBeam", "2", false}, - PositionerPositionSequence: Info{PositionerPositionSequence, []string{"SQ"}, "Positioner Position Sequence", "PositionerPositionSequence", "1", false}, - TablePositionSequence: Info{TablePositionSequence, []string{"SQ"}, "Table Position Sequence", "TablePositionSequence", "1", false}, - CollimatorShapeSequence: Info{CollimatorShapeSequence, []string{"SQ"}, "Collimator Shape Sequence", "CollimatorShapeSequence", "1", false}, - PlanesInAcquisition: Info{PlanesInAcquisition, []string{"CS"}, "Planes in Acquisition", "PlanesInAcquisition", "1", false}, - XAXRFFrameCharacteristicsSequence: Info{XAXRFFrameCharacteristicsSequence, []string{"SQ"}, "XA/XRF Frame Characteristics Sequence", "XAXRFFrameCharacteristicsSequence", "1", false}, - FrameAcquisitionSequence: Info{FrameAcquisitionSequence, []string{"SQ"}, "Frame Acquisition Sequence", "FrameAcquisitionSequence", "1", false}, - XRayReceptorType: Info{XRayReceptorType, []string{"CS"}, "X-Ray Receptor Type", "XRayReceptorType", "1", false}, - AcquisitionProtocolName: Info{AcquisitionProtocolName, []string{"LO"}, "Acquisition Protocol Name", "AcquisitionProtocolName", "1", false}, - AcquisitionProtocolDescription: Info{AcquisitionProtocolDescription, []string{"LT"}, "Acquisition Protocol Description", "AcquisitionProtocolDescription", "1", false}, - ContrastBolusIngredientOpaque: Info{ContrastBolusIngredientOpaque, []string{"CS"}, "Contrast/Bolus Ingredient Opaque", "ContrastBolusIngredientOpaque", "1", false}, - DistanceReceptorPlaneToDetectorHousing: Info{DistanceReceptorPlaneToDetectorHousing, []string{"FL"}, "Distance Receptor Plane to Detector Housing", "DistanceReceptorPlaneToDetectorHousing", "1", false}, - IntensifierActiveShape: Info{IntensifierActiveShape, []string{"CS"}, "Intensifier Active Shape", "IntensifierActiveShape", "1", false}, - IntensifierActiveDimensions: Info{IntensifierActiveDimensions, []string{"FL"}, "Intensifier Active Dimension(s)", "IntensifierActiveDimensions", "1-2", false}, - PhysicalDetectorSize: Info{PhysicalDetectorSize, []string{"FL"}, "Physical Detector Size", "PhysicalDetectorSize", "2", false}, - PositionOfIsocenterProjection: Info{PositionOfIsocenterProjection, []string{"FL"}, "Position of Isocenter Projection", "PositionOfIsocenterProjection", "2", false}, - FieldOfViewSequence: Info{FieldOfViewSequence, []string{"SQ"}, "Field of View Sequence", "FieldOfViewSequence", "1", false}, - FieldOfViewDescription: Info{FieldOfViewDescription, []string{"LO"}, "Field of View Description", "FieldOfViewDescription", "1", false}, - ExposureControlSensingRegionsSequence: Info{ExposureControlSensingRegionsSequence, []string{"SQ"}, "Exposure Control Sensing Regions Sequence", "ExposureControlSensingRegionsSequence", "1", false}, - ExposureControlSensingRegionShape: Info{ExposureControlSensingRegionShape, []string{"CS"}, "Exposure Control Sensing Region Shape", "ExposureControlSensingRegionShape", "1", false}, - ExposureControlSensingRegionLeftVerticalEdge: Info{ExposureControlSensingRegionLeftVerticalEdge, []string{"SS"}, "Exposure Control Sensing Region Left Vertical Edge", "ExposureControlSensingRegionLeftVerticalEdge", "1", false}, - ExposureControlSensingRegionRightVerticalEdge: Info{ExposureControlSensingRegionRightVerticalEdge, []string{"SS"}, "Exposure Control Sensing Region Right Vertical Edge", "ExposureControlSensingRegionRightVerticalEdge", "1", false}, - ExposureControlSensingRegionUpperHorizontalEdge: Info{ExposureControlSensingRegionUpperHorizontalEdge, []string{"SS"}, "Exposure Control Sensing Region Upper Horizontal Edge", "ExposureControlSensingRegionUpperHorizontalEdge", "1", false}, - ExposureControlSensingRegionLowerHorizontalEdge: Info{ExposureControlSensingRegionLowerHorizontalEdge, []string{"SS"}, "Exposure Control Sensing Region Lower Horizontal Edge", "ExposureControlSensingRegionLowerHorizontalEdge", "1", false}, - CenterOfCircularExposureControlSensingRegion: Info{CenterOfCircularExposureControlSensingRegion, []string{"SS"}, "Center of Circular Exposure Control Sensing Region", "CenterOfCircularExposureControlSensingRegion", "2", false}, - RadiusOfCircularExposureControlSensingRegion: Info{RadiusOfCircularExposureControlSensingRegion, []string{"US"}, "Radius of Circular Exposure Control Sensing Region", "RadiusOfCircularExposureControlSensingRegion", "1", false}, + ScanVelocity: Info{ScanVelocity, []string{"DS"}, "Scan Velocity", "ScanVelocity", "1", false}, + WholeBodyTechnique: Info{WholeBodyTechnique, []string{"CS"}, "Whole Body Technique", "WholeBodyTechnique", "1-n", false}, + ScanLength: Info{ScanLength, []string{"IS"}, "Scan Length", "ScanLength", "1", false}, + AcquisitionMatrix: Info{AcquisitionMatrix, []string{"US"}, "Acquisition Matrix", "AcquisitionMatrix", "4", false}, + InPlanePhaseEncodingDirection: Info{InPlanePhaseEncodingDirection, []string{"CS"}, "In-plane Phase Encoding Direction", "InPlanePhaseEncodingDirection", "1", false}, + FlipAngle: Info{FlipAngle, []string{"DS"}, "Flip Angle", "FlipAngle", "1", false}, + VariableFlipAngleFlag: Info{VariableFlipAngleFlag, []string{"CS"}, "Variable Flip Angle Flag", "VariableFlipAngleFlag", "1", false}, + SAR: Info{SAR, []string{"DS"}, "SAR", "SAR", "1", false}, + dBdt: Info{dBdt, []string{"DS"}, "dB/dt", "dBdt", "1", false}, + B1rms: Info{B1rms, []string{"FL"}, "B1rms", "B1rms", "1", false}, + AcquisitionDeviceProcessingDescription: Info{AcquisitionDeviceProcessingDescription, []string{"LO"}, "Acquisition Device Processing Description", "AcquisitionDeviceProcessingDescription", "1", false}, + AcquisitionDeviceProcessingCode: Info{AcquisitionDeviceProcessingCode, []string{"LO"}, "Acquisition Device Processing Code", "AcquisitionDeviceProcessingCode", "1", false}, + CassetteOrientation: Info{CassetteOrientation, []string{"CS"}, "Cassette Orientation", "CassetteOrientation", "1", false}, + CassetteSize: Info{CassetteSize, []string{"CS"}, "Cassette Size", "CassetteSize", "1", false}, + ExposuresOnPlate: Info{ExposuresOnPlate, []string{"US"}, "Exposures on Plate", "ExposuresOnPlate", "1", false}, + RelativeXRayExposure: Info{RelativeXRayExposure, []string{"IS"}, "Relative X-Ray Exposure", "RelativeXRayExposure", "1", false}, + ExposureIndex: Info{ExposureIndex, []string{"DS"}, "Exposure Index", "ExposureIndex", "1", false}, + TargetExposureIndex: Info{TargetExposureIndex, []string{"DS"}, "Target Exposure Index", "TargetExposureIndex", "1", false}, + DeviationIndex: Info{DeviationIndex, []string{"DS"}, "Deviation Index", "DeviationIndex", "1", false}, + ColumnAngulation: Info{ColumnAngulation, []string{"DS"}, "Column Angulation", "ColumnAngulation", "1", false}, + TomoLayerHeight: Info{TomoLayerHeight, []string{"DS"}, "Tomo Layer Height", "TomoLayerHeight", "1", false}, + TomoAngle: Info{TomoAngle, []string{"DS"}, "Tomo Angle", "TomoAngle", "1", false}, + TomoTime: Info{TomoTime, []string{"DS"}, "Tomo Time", "TomoTime", "1", false}, + TomoType: Info{TomoType, []string{"CS"}, "Tomo Type", "TomoType", "1", false}, + TomoClass: Info{TomoClass, []string{"CS"}, "Tomo Class", "TomoClass", "1", false}, + NumberOfTomosynthesisSourceImages: Info{NumberOfTomosynthesisSourceImages, []string{"IS"}, "Number of Tomosynthesis Source Images", "NumberOfTomosynthesisSourceImages", "1", false}, + PositionerMotion: Info{PositionerMotion, []string{"CS"}, "Positioner Motion", "PositionerMotion", "1", false}, + PositionerType: Info{PositionerType, []string{"CS"}, "Positioner Type", "PositionerType", "1", false}, + PositionerPrimaryAngle: Info{PositionerPrimaryAngle, []string{"DS"}, "Positioner Primary Angle", "PositionerPrimaryAngle", "1", false}, + PositionerSecondaryAngle: Info{PositionerSecondaryAngle, []string{"DS"}, "Positioner Secondary Angle", "PositionerSecondaryAngle", "1", false}, + PositionerPrimaryAngleIncrement: Info{PositionerPrimaryAngleIncrement, []string{"DS"}, "Positioner Primary Angle Increment", "PositionerPrimaryAngleIncrement", "1-n", false}, + PositionerSecondaryAngleIncrement: Info{PositionerSecondaryAngleIncrement, []string{"DS"}, "Positioner Secondary Angle Increment", "PositionerSecondaryAngleIncrement", "1-n", false}, + DetectorPrimaryAngle: Info{DetectorPrimaryAngle, []string{"DS"}, "Detector Primary Angle", "DetectorPrimaryAngle", "1", false}, + DetectorSecondaryAngle: Info{DetectorSecondaryAngle, []string{"DS"}, "Detector Secondary Angle", "DetectorSecondaryAngle", "1", false}, + ShutterShape: Info{ShutterShape, []string{"CS"}, "Shutter Shape", "ShutterShape", "1-3", false}, + ShutterLeftVerticalEdge: Info{ShutterLeftVerticalEdge, []string{"IS"}, "Shutter Left Vertical Edge", "ShutterLeftVerticalEdge", "1", false}, + ShutterRightVerticalEdge: Info{ShutterRightVerticalEdge, []string{"IS"}, "Shutter Right Vertical Edge", "ShutterRightVerticalEdge", "1", false}, + ShutterUpperHorizontalEdge: Info{ShutterUpperHorizontalEdge, []string{"IS"}, "Shutter Upper Horizontal Edge", "ShutterUpperHorizontalEdge", "1", false}, + ShutterLowerHorizontalEdge: Info{ShutterLowerHorizontalEdge, []string{"IS"}, "Shutter Lower Horizontal Edge", "ShutterLowerHorizontalEdge", "1", false}, + CenterOfCircularShutter: Info{CenterOfCircularShutter, []string{"IS"}, "Center of Circular Shutter", "CenterOfCircularShutter", "2", false}, + RadiusOfCircularShutter: Info{RadiusOfCircularShutter, []string{"IS"}, "Radius of Circular Shutter", "RadiusOfCircularShutter", "1", false}, + VerticesOfThePolygonalShutter: Info{VerticesOfThePolygonalShutter, []string{"IS"}, "Vertices of the Polygonal Shutter", "VerticesOfThePolygonalShutter", "2-2n", false}, + ShutterPresentationValue: Info{ShutterPresentationValue, []string{"US"}, "Shutter Presentation Value", "ShutterPresentationValue", "1", false}, + ShutterOverlayGroup: Info{ShutterOverlayGroup, []string{"US"}, "Shutter Overlay Group", "ShutterOverlayGroup", "1", false}, + ShutterPresentationColorCIELabValue: Info{ShutterPresentationColorCIELabValue, []string{"US"}, "Shutter Presentation Color CIELab Value", "ShutterPresentationColorCIELabValue", "3", false}, + OutlineShapeType: Info{OutlineShapeType, []string{"CS"}, "Outline Shape Type", "OutlineShapeType", "1", false}, + OutlineLeftVerticalEdge: Info{OutlineLeftVerticalEdge, []string{"FD"}, "Outline Left Vertical Edge", "OutlineLeftVerticalEdge", "1", false}, + OutlineRightVerticalEdge: Info{OutlineRightVerticalEdge, []string{"FD"}, "Outline Right Vertical Edge", "OutlineRightVerticalEdge", "1", false}, + OutlineUpperHorizontalEdge: Info{OutlineUpperHorizontalEdge, []string{"FD"}, "Outline Upper Horizontal Edge", "OutlineUpperHorizontalEdge", "1", false}, + OutlineLowerHorizontalEdge: Info{OutlineLowerHorizontalEdge, []string{"FD"}, "Outline Lower Horizontal Edge", "OutlineLowerHorizontalEdge", "1", false}, + CenterOfCircularOutline: Info{CenterOfCircularOutline, []string{"FD"}, "Center of Circular Outline", "CenterOfCircularOutline", "2", false}, + DiameterOfCircularOutline: Info{DiameterOfCircularOutline, []string{"FD"}, "Diameter of Circular Outline", "DiameterOfCircularOutline", "1", false}, + NumberOfPolygonalVertices: Info{NumberOfPolygonalVertices, []string{"UL"}, "Number of Polygonal Vertices", "NumberOfPolygonalVertices", "1", false}, + VerticesOfThePolygonalOutline: Info{VerticesOfThePolygonalOutline, []string{"OF"}, "Vertices of the Polygonal Outline", "VerticesOfThePolygonalOutline", "1", false}, + CollimatorShape: Info{CollimatorShape, []string{"CS"}, "Collimator Shape", "CollimatorShape", "1-3", false}, + CollimatorLeftVerticalEdge: Info{CollimatorLeftVerticalEdge, []string{"IS"}, "Collimator Left Vertical Edge", "CollimatorLeftVerticalEdge", "1", false}, + CollimatorRightVerticalEdge: Info{CollimatorRightVerticalEdge, []string{"IS"}, "Collimator Right Vertical Edge", "CollimatorRightVerticalEdge", "1", false}, + CollimatorUpperHorizontalEdge: Info{CollimatorUpperHorizontalEdge, []string{"IS"}, "Collimator Upper Horizontal Edge", "CollimatorUpperHorizontalEdge", "1", false}, + CollimatorLowerHorizontalEdge: Info{CollimatorLowerHorizontalEdge, []string{"IS"}, "Collimator Lower Horizontal Edge", "CollimatorLowerHorizontalEdge", "1", false}, + CenterOfCircularCollimator: Info{CenterOfCircularCollimator, []string{"IS"}, "Center of Circular Collimator", "CenterOfCircularCollimator", "2", false}, + RadiusOfCircularCollimator: Info{RadiusOfCircularCollimator, []string{"IS"}, "Radius of Circular Collimator", "RadiusOfCircularCollimator", "1", false}, + VerticesOfThePolygonalCollimator: Info{VerticesOfThePolygonalCollimator, []string{"IS"}, "Vertices of the Polygonal Collimator", "VerticesOfThePolygonalCollimator", "2-2n", false}, + AcquisitionTimeSynchronized: Info{AcquisitionTimeSynchronized, []string{"CS"}, "Acquisition Time Synchronized", "AcquisitionTimeSynchronized", "1", false}, + TimeSource: Info{TimeSource, []string{"SH"}, "Time Source", "TimeSource", "1", false}, + TimeDistributionProtocol: Info{TimeDistributionProtocol, []string{"CS"}, "Time Distribution Protocol", "TimeDistributionProtocol", "1", false}, + NTPSourceAddress: Info{NTPSourceAddress, []string{"LO"}, "NTP Source Address", "NTPSourceAddress", "1", false}, + PageNumberVector: Info{PageNumberVector, []string{"IS"}, "Page Number Vector", "PageNumberVector", "1-n", false}, + FrameLabelVector: Info{FrameLabelVector, []string{"SH"}, "Frame Label Vector", "FrameLabelVector", "1-n", false}, + FramePrimaryAngleVector: Info{FramePrimaryAngleVector, []string{"DS"}, "Frame Primary Angle Vector", "FramePrimaryAngleVector", "1-n", false}, + FrameSecondaryAngleVector: Info{FrameSecondaryAngleVector, []string{"DS"}, "Frame Secondary Angle Vector", "FrameSecondaryAngleVector", "1-n", false}, + SliceLocationVector: Info{SliceLocationVector, []string{"DS"}, "Slice Location Vector", "SliceLocationVector", "1-n", false}, + DisplayWindowLabelVector: Info{DisplayWindowLabelVector, []string{"SH"}, "Display Window Label Vector", "DisplayWindowLabelVector", "1-n", false}, + NominalScannedPixelSpacing: Info{NominalScannedPixelSpacing, []string{"DS"}, "Nominal Scanned Pixel Spacing", "NominalScannedPixelSpacing", "2", false}, + DigitizingDeviceTransportDirection: Info{DigitizingDeviceTransportDirection, []string{"CS"}, "Digitizing Device Transport Direction", "DigitizingDeviceTransportDirection", "1", false}, + RotationOfScannedFilm: Info{RotationOfScannedFilm, []string{"DS"}, "Rotation of Scanned Film", "RotationOfScannedFilm", "1", false}, + BiopsyTargetSequence: Info{BiopsyTargetSequence, []string{"SQ"}, "Biopsy Target Sequence", "BiopsyTargetSequence", "1", false}, + TargetUID: Info{TargetUID, []string{"UI"}, "Target UID", "TargetUID", "1", false}, + LocalizingCursorPosition: Info{LocalizingCursorPosition, []string{"FL"}, "Localizing Cursor Position", "LocalizingCursorPosition", "2", false}, + CalculatedTargetPosition: Info{CalculatedTargetPosition, []string{"FL"}, "Calculated Target Position", "CalculatedTargetPosition", "3", false}, + TargetLabel: Info{TargetLabel, []string{"SH"}, "Target Label", "TargetLabel", "1", false}, + DisplayedZValue: Info{DisplayedZValue, []string{"FL"}, "Displayed Z Value", "DisplayedZValue", "1", false}, + IVUSAcquisition: Info{IVUSAcquisition, []string{"CS"}, "IVUS Acquisition", "IVUSAcquisition", "1", false}, + IVUSPullbackRate: Info{IVUSPullbackRate, []string{"DS"}, "IVUS Pullback Rate", "IVUSPullbackRate", "1", false}, + IVUSGatedRate: Info{IVUSGatedRate, []string{"DS"}, "IVUS Gated Rate", "IVUSGatedRate", "1", false}, + IVUSPullbackStartFrameNumber: Info{IVUSPullbackStartFrameNumber, []string{"IS"}, "IVUS Pullback Start Frame Number", "IVUSPullbackStartFrameNumber", "1", false}, + IVUSPullbackStopFrameNumber: Info{IVUSPullbackStopFrameNumber, []string{"IS"}, "IVUS Pullback Stop Frame Number", "IVUSPullbackStopFrameNumber", "1", false}, + LesionNumber: Info{LesionNumber, []string{"IS"}, "Lesion Number", "LesionNumber", "1-n", false}, + AcquisitionComments: Info{AcquisitionComments, []string{"LT"}, "Acquisition Comments", "AcquisitionComments", "1", true}, + OutputPower: Info{OutputPower, []string{"SH"}, "Output Power", "OutputPower", "1-n", false}, + TransducerData: Info{TransducerData, []string{"LO"}, "Transducer Data", "TransducerData", "1-n", false}, + TransducerIdentificationSequence: Info{TransducerIdentificationSequence, []string{"SQ"}, "Transducer Identification Sequence", "TransducerIdentificationSequence", "1", false}, + FocusDepth: Info{FocusDepth, []string{"DS"}, "Focus Depth", "FocusDepth", "1", false}, + ProcessingFunction: Info{ProcessingFunction, []string{"LO"}, "Processing Function", "ProcessingFunction", "1", false}, + PostprocessingFunction: Info{PostprocessingFunction, []string{"LO"}, "Postprocessing Function", "PostprocessingFunction", "1", true}, + MechanicalIndex: Info{MechanicalIndex, []string{"DS"}, "Mechanical Index", "MechanicalIndex", "1", false}, + BoneThermalIndex: Info{BoneThermalIndex, []string{"DS"}, "Bone Thermal Index", "BoneThermalIndex", "1", false}, + CranialThermalIndex: Info{CranialThermalIndex, []string{"DS"}, "Cranial Thermal Index", "CranialThermalIndex", "1", false}, + SoftTissueThermalIndex: Info{SoftTissueThermalIndex, []string{"DS"}, "Soft Tissue Thermal Index", "SoftTissueThermalIndex", "1", false}, + SoftTissueFocusThermalIndex: Info{SoftTissueFocusThermalIndex, []string{"DS"}, "Soft Tissue-focus Thermal Index", "SoftTissueFocusThermalIndex", "1", false}, + SoftTissueSurfaceThermalIndex: Info{SoftTissueSurfaceThermalIndex, []string{"DS"}, "Soft Tissue-surface Thermal Index", "SoftTissueSurfaceThermalIndex", "1", false}, + DynamicRange: Info{DynamicRange, []string{"DS"}, "Dynamic Range", "DynamicRange", "1", true}, + TotalGain: Info{TotalGain, []string{"DS"}, "Total Gain", "TotalGain", "1", true}, + DepthOfScanField: Info{DepthOfScanField, []string{"IS"}, "Depth of Scan Field", "DepthOfScanField", "1", false}, + PatientPosition: Info{PatientPosition, []string{"CS"}, "Patient Position", "PatientPosition", "1", false}, + ViewPosition: Info{ViewPosition, []string{"CS"}, "View Position", "ViewPosition", "1", false}, + ProjectionEponymousNameCodeSequence: Info{ProjectionEponymousNameCodeSequence, []string{"SQ"}, "Projection Eponymous Name Code Sequence", "ProjectionEponymousNameCodeSequence", "1", false}, + ImageTransformationMatrix: Info{ImageTransformationMatrix, []string{"DS"}, "Image Transformation Matrix", "ImageTransformationMatrix", "6", true}, + ImageTranslationVector: Info{ImageTranslationVector, []string{"DS"}, "Image Translation Vector", "ImageTranslationVector", "3", true}, + Sensitivity: Info{Sensitivity, []string{"DS"}, "Sensitivity", "Sensitivity", "1", false}, + SequenceOfUltrasoundRegions: Info{SequenceOfUltrasoundRegions, []string{"SQ"}, "Sequence of Ultrasound Regions", "SequenceOfUltrasoundRegions", "1", false}, + RegionSpatialFormat: Info{RegionSpatialFormat, []string{"US"}, "Region Spatial Format", "RegionSpatialFormat", "1", false}, + RegionDataType: Info{RegionDataType, []string{"US"}, "Region Data Type", "RegionDataType", "1", false}, + RegionFlags: Info{RegionFlags, []string{"UL"}, "Region Flags", "RegionFlags", "1", false}, + RegionLocationMinX0: Info{RegionLocationMinX0, []string{"UL"}, "Region Location Min X0", "RegionLocationMinX0", "1", false}, + RegionLocationMinY0: Info{RegionLocationMinY0, []string{"UL"}, "Region Location Min Y0", "RegionLocationMinY0", "1", false}, + RegionLocationMaxX1: Info{RegionLocationMaxX1, []string{"UL"}, "Region Location Max X1", "RegionLocationMaxX1", "1", false}, + RegionLocationMaxY1: Info{RegionLocationMaxY1, []string{"UL"}, "Region Location Max Y1", "RegionLocationMaxY1", "1", false}, + ReferencePixelX0: Info{ReferencePixelX0, []string{"SL"}, "Reference Pixel X0", "ReferencePixelX0", "1", false}, + ReferencePixelY0: Info{ReferencePixelY0, []string{"SL"}, "Reference Pixel Y0", "ReferencePixelY0", "1", false}, + PhysicalUnitsXDirection: Info{PhysicalUnitsXDirection, []string{"US"}, "Physical Units X Direction", "PhysicalUnitsXDirection", "1", false}, + PhysicalUnitsYDirection: Info{PhysicalUnitsYDirection, []string{"US"}, "Physical Units Y Direction", "PhysicalUnitsYDirection", "1", false}, + ReferencePixelPhysicalValueX: Info{ReferencePixelPhysicalValueX, []string{"FD"}, "Reference Pixel Physical Value X", "ReferencePixelPhysicalValueX", "1", false}, + ReferencePixelPhysicalValueY: Info{ReferencePixelPhysicalValueY, []string{"FD"}, "Reference Pixel Physical Value Y", "ReferencePixelPhysicalValueY", "1", false}, + PhysicalDeltaX: Info{PhysicalDeltaX, []string{"FD"}, "Physical Delta X", "PhysicalDeltaX", "1", false}, + PhysicalDeltaY: Info{PhysicalDeltaY, []string{"FD"}, "Physical Delta Y", "PhysicalDeltaY", "1", false}, + TransducerFrequency: Info{TransducerFrequency, []string{"UL"}, "Transducer Frequency", "TransducerFrequency", "1", false}, + TransducerType: Info{TransducerType, []string{"CS"}, "Transducer Type", "TransducerType", "1", false}, + PulseRepetitionFrequency: Info{PulseRepetitionFrequency, []string{"UL"}, "Pulse Repetition Frequency", "PulseRepetitionFrequency", "1", false}, + DopplerCorrectionAngle: Info{DopplerCorrectionAngle, []string{"FD"}, "Doppler Correction Angle", "DopplerCorrectionAngle", "1", false}, + SteeringAngle: Info{SteeringAngle, []string{"FD"}, "Steering Angle", "SteeringAngle", "1", false}, + DopplerSampleVolumeXPositionRetired: Info{DopplerSampleVolumeXPositionRetired, []string{"UL"}, "Doppler Sample Volume X Position (Retired)", "DopplerSampleVolumeXPositionRetired", "1", true}, + DopplerSampleVolumeXPosition: Info{DopplerSampleVolumeXPosition, []string{"SL"}, "Doppler Sample Volume X Position", "DopplerSampleVolumeXPosition", "1", false}, + DopplerSampleVolumeYPositionRetired: Info{DopplerSampleVolumeYPositionRetired, []string{"UL"}, "Doppler Sample Volume Y Position (Retired)", "DopplerSampleVolumeYPositionRetired", "1", true}, + DopplerSampleVolumeYPosition: Info{DopplerSampleVolumeYPosition, []string{"SL"}, "Doppler Sample Volume Y Position", "DopplerSampleVolumeYPosition", "1", false}, + TMLinePositionX0Retired: Info{TMLinePositionX0Retired, []string{"UL"}, "TM-Line Position X0 (Retired)", "TMLinePositionX0Retired", "1", true}, + TMLinePositionX0: Info{TMLinePositionX0, []string{"SL"}, "TM-Line Position X0", "TMLinePositionX0", "1", false}, + TMLinePositionY0Retired: Info{TMLinePositionY0Retired, []string{"UL"}, "TM-Line Position Y0 (Retired)", "TMLinePositionY0Retired", "1", true}, + TMLinePositionY0: Info{TMLinePositionY0, []string{"SL"}, "TM-Line Position Y0", "TMLinePositionY0", "1", false}, + TMLinePositionX1Retired: Info{TMLinePositionX1Retired, []string{"UL"}, "TM-Line Position X1 (Retired)", "TMLinePositionX1Retired", "1", true}, + TMLinePositionX1: Info{TMLinePositionX1, []string{"SL"}, "TM-Line Position X1", "TMLinePositionX1", "1", false}, + TMLinePositionY1Retired: Info{TMLinePositionY1Retired, []string{"UL"}, "TM-Line Position Y1 (Retired)", "TMLinePositionY1Retired", "1", true}, + TMLinePositionY1: Info{TMLinePositionY1, []string{"SL"}, "TM-Line Position Y1", "TMLinePositionY1", "1", false}, + PixelComponentOrganization: Info{PixelComponentOrganization, []string{"US"}, "Pixel Component Organization", "PixelComponentOrganization", "1", false}, + PixelComponentMask: Info{PixelComponentMask, []string{"UL"}, "Pixel Component Mask", "PixelComponentMask", "1", false}, + PixelComponentRangeStart: Info{PixelComponentRangeStart, []string{"UL"}, "Pixel Component Range Start", "PixelComponentRangeStart", "1", false}, + PixelComponentRangeStop: Info{PixelComponentRangeStop, []string{"UL"}, "Pixel Component Range Stop", "PixelComponentRangeStop", "1", false}, + PixelComponentPhysicalUnits: Info{PixelComponentPhysicalUnits, []string{"US"}, "Pixel Component Physical Units", "PixelComponentPhysicalUnits", "1", false}, + PixelComponentDataType: Info{PixelComponentDataType, []string{"US"}, "Pixel Component Data Type", "PixelComponentDataType", "1", false}, + NumberOfTableBreakPoints: Info{NumberOfTableBreakPoints, []string{"UL"}, "Number of Table Break Points", "NumberOfTableBreakPoints", "1", false}, + TableOfXBreakPoints: Info{TableOfXBreakPoints, []string{"UL"}, "Table of X Break Points", "TableOfXBreakPoints", "1-n", false}, + TableOfYBreakPoints: Info{TableOfYBreakPoints, []string{"FD"}, "Table of Y Break Points", "TableOfYBreakPoints", "1-n", false}, + NumberOfTableEntries: Info{NumberOfTableEntries, []string{"UL"}, "Number of Table Entries", "NumberOfTableEntries", "1", false}, + TableOfPixelValues: Info{TableOfPixelValues, []string{"UL"}, "Table of Pixel Values", "TableOfPixelValues", "1-n", false}, + TableOfParameterValues: Info{TableOfParameterValues, []string{"FL"}, "Table of Parameter Values", "TableOfParameterValues", "1-n", false}, + RWaveTimeVector: Info{RWaveTimeVector, []string{"FL"}, "R Wave Time Vector", "RWaveTimeVector", "1-n", false}, + ActiveImageAreaOverlayGroup: Info{ActiveImageAreaOverlayGroup, []string{"US"}, "Active Image Area Overlay Group", "ActiveImageAreaOverlayGroup", "1", false}, + DetectorConditionsNominalFlag: Info{DetectorConditionsNominalFlag, []string{"CS"}, "Detector Conditions Nominal Flag", "DetectorConditionsNominalFlag", "1", false}, + DetectorTemperature: Info{DetectorTemperature, []string{"DS"}, "Detector Temperature", "DetectorTemperature", "1", false}, + DetectorType: Info{DetectorType, []string{"CS"}, "Detector Type", "DetectorType", "1", false}, + DetectorConfiguration: Info{DetectorConfiguration, []string{"CS"}, "Detector Configuration", "DetectorConfiguration", "1", false}, + DetectorDescription: Info{DetectorDescription, []string{"LT"}, "Detector Description", "DetectorDescription", "1", false}, + DetectorMode: Info{DetectorMode, []string{"LT"}, "Detector Mode", "DetectorMode", "1", false}, + DetectorID: Info{DetectorID, []string{"SH"}, "Detector ID", "DetectorID", "1", false}, + DateOfLastDetectorCalibration: Info{DateOfLastDetectorCalibration, []string{"DA"}, "Date of Last Detector Calibration", "DateOfLastDetectorCalibration", "1", false}, + TimeOfLastDetectorCalibration: Info{TimeOfLastDetectorCalibration, []string{"TM"}, "Time of Last Detector Calibration", "TimeOfLastDetectorCalibration", "1", false}, + ExposuresOnDetectorSinceLastCalibration: Info{ExposuresOnDetectorSinceLastCalibration, []string{"IS"}, "Exposures on Detector Since Last Calibration", "ExposuresOnDetectorSinceLastCalibration", "1", false}, + ExposuresOnDetectorSinceManufactured: Info{ExposuresOnDetectorSinceManufactured, []string{"IS"}, "Exposures on Detector Since Manufactured", "ExposuresOnDetectorSinceManufactured", "1", false}, + DetectorTimeSinceLastExposure: Info{DetectorTimeSinceLastExposure, []string{"DS"}, "Detector Time Since Last Exposure", "DetectorTimeSinceLastExposure", "1", false}, + DetectorActiveTime: Info{DetectorActiveTime, []string{"DS"}, "Detector Active Time", "DetectorActiveTime", "1", false}, + DetectorActivationOffsetFromExposure: Info{DetectorActivationOffsetFromExposure, []string{"DS"}, "Detector Activation Offset From Exposure", "DetectorActivationOffsetFromExposure", "1", false}, + DetectorBinning: Info{DetectorBinning, []string{"DS"}, "Detector Binning", "DetectorBinning", "2", false}, + DetectorElementPhysicalSize: Info{DetectorElementPhysicalSize, []string{"DS"}, "Detector Element Physical Size", "DetectorElementPhysicalSize", "2", false}, + DetectorElementSpacing: Info{DetectorElementSpacing, []string{"DS"}, "Detector Element Spacing", "DetectorElementSpacing", "2", false}, + DetectorActiveShape: Info{DetectorActiveShape, []string{"CS"}, "Detector Active Shape", "DetectorActiveShape", "1", false}, + DetectorActiveDimensions: Info{DetectorActiveDimensions, []string{"DS"}, "Detector Active Dimension(s)", "DetectorActiveDimensions", "1-2", false}, + DetectorActiveOrigin: Info{DetectorActiveOrigin, []string{"DS"}, "Detector Active Origin", "DetectorActiveOrigin", "2", false}, + DetectorManufacturerName: Info{DetectorManufacturerName, []string{"LO"}, "Detector Manufacturer Name", "DetectorManufacturerName", "1", false}, + DetectorManufacturerModelName: Info{DetectorManufacturerModelName, []string{"LO"}, "Detector Manufacturer's Model Name", "DetectorManufacturerModelName", "1", false}, + FieldOfViewOrigin: Info{FieldOfViewOrigin, []string{"DS"}, "Field of View Origin", "FieldOfViewOrigin", "2", false}, + FieldOfViewRotation: Info{FieldOfViewRotation, []string{"DS"}, "Field of View Rotation", "FieldOfViewRotation", "1", false}, + FieldOfViewHorizontalFlip: Info{FieldOfViewHorizontalFlip, []string{"CS"}, "Field of View Horizontal Flip", "FieldOfViewHorizontalFlip", "1", false}, + PixelDataAreaOriginRelativeToFOV: Info{PixelDataAreaOriginRelativeToFOV, []string{"FL"}, "Pixel Data Area Origin Relative To FOV", "PixelDataAreaOriginRelativeToFOV", "2", false}, + PixelDataAreaRotationAngleRelativeToFOV: Info{PixelDataAreaRotationAngleRelativeToFOV, []string{"FL"}, "Pixel Data Area Rotation Angle Relative To FOV", "PixelDataAreaRotationAngleRelativeToFOV", "1", false}, + GridAbsorbingMaterial: Info{GridAbsorbingMaterial, []string{"LT"}, "Grid Absorbing Material", "GridAbsorbingMaterial", "1", false}, + GridSpacingMaterial: Info{GridSpacingMaterial, []string{"LT"}, "Grid Spacing Material", "GridSpacingMaterial", "1", false}, + GridThickness: Info{GridThickness, []string{"DS"}, "Grid Thickness", "GridThickness", "1", false}, + GridPitch: Info{GridPitch, []string{"DS"}, "Grid Pitch", "GridPitch", "1", false}, + GridAspectRatio: Info{GridAspectRatio, []string{"IS"}, "Grid Aspect Ratio", "GridAspectRatio", "2", false}, + GridPeriod: Info{GridPeriod, []string{"DS"}, "Grid Period", "GridPeriod", "1", false}, + GridFocalDistance: Info{GridFocalDistance, []string{"DS"}, "Grid Focal Distance", "GridFocalDistance", "1", false}, + FilterMaterial: Info{FilterMaterial, []string{"CS"}, "Filter Material", "FilterMaterial", "1-n", false}, + FilterThicknessMinimum: Info{FilterThicknessMinimum, []string{"DS"}, "Filter Thickness Minimum", "FilterThicknessMinimum", "1-n", false}, + FilterThicknessMaximum: Info{FilterThicknessMaximum, []string{"DS"}, "Filter Thickness Maximum", "FilterThicknessMaximum", "1-n", false}, + FilterBeamPathLengthMinimum: Info{FilterBeamPathLengthMinimum, []string{"FL"}, "Filter Beam Path Length Minimum", "FilterBeamPathLengthMinimum", "1-n", false}, + FilterBeamPathLengthMaximum: Info{FilterBeamPathLengthMaximum, []string{"FL"}, "Filter Beam Path Length Maximum", "FilterBeamPathLengthMaximum", "1-n", false}, + ExposureControlMode: Info{ExposureControlMode, []string{"CS"}, "Exposure Control Mode", "ExposureControlMode", "1", false}, + ExposureControlModeDescription: Info{ExposureControlModeDescription, []string{"LT"}, "Exposure Control Mode Description", "ExposureControlModeDescription", "1", false}, + ExposureStatus: Info{ExposureStatus, []string{"CS"}, "Exposure Status", "ExposureStatus", "1", false}, + PhototimerSetting: Info{PhototimerSetting, []string{"DS"}, "Phototimer Setting", "PhototimerSetting", "1", false}, + ExposureTimeInuS: Info{ExposureTimeInuS, []string{"DS"}, "Exposure Time in µS", "ExposureTimeInuS", "1", false}, + XRayTubeCurrentInuA: Info{XRayTubeCurrentInuA, []string{"DS"}, "X-Ray Tube Current in µA", "XRayTubeCurrentInuA", "1", false}, + ContentQualification: Info{ContentQualification, []string{"CS"}, "Content Qualification", "ContentQualification", "1", false}, + PulseSequenceName: Info{PulseSequenceName, []string{"SH"}, "Pulse Sequence Name", "PulseSequenceName", "1", false}, + MRImagingModifierSequence: Info{MRImagingModifierSequence, []string{"SQ"}, "MR Imaging Modifier Sequence", "MRImagingModifierSequence", "1", false}, + EchoPulseSequence: Info{EchoPulseSequence, []string{"CS"}, "Echo Pulse Sequence", "EchoPulseSequence", "1", false}, + InversionRecovery: Info{InversionRecovery, []string{"CS"}, "Inversion Recovery", "InversionRecovery", "1", false}, + FlowCompensation: Info{FlowCompensation, []string{"CS"}, "Flow Compensation", "FlowCompensation", "1", false}, + MultipleSpinEcho: Info{MultipleSpinEcho, []string{"CS"}, "Multiple Spin Echo", "MultipleSpinEcho", "1", false}, + MultiPlanarExcitation: Info{MultiPlanarExcitation, []string{"CS"}, "Multi-planar Excitation", "MultiPlanarExcitation", "1", false}, + PhaseContrast: Info{PhaseContrast, []string{"CS"}, "Phase Contrast", "PhaseContrast", "1", false}, + TimeOfFlightContrast: Info{TimeOfFlightContrast, []string{"CS"}, "Time of Flight Contrast", "TimeOfFlightContrast", "1", false}, + Spoiling: Info{Spoiling, []string{"CS"}, "Spoiling", "Spoiling", "1", false}, + SteadyStatePulseSequence: Info{SteadyStatePulseSequence, []string{"CS"}, "Steady State Pulse Sequence", "SteadyStatePulseSequence", "1", false}, + EchoPlanarPulseSequence: Info{EchoPlanarPulseSequence, []string{"CS"}, "Echo Planar Pulse Sequence", "EchoPlanarPulseSequence", "1", false}, + TagAngleFirstAxis: Info{TagAngleFirstAxis, []string{"FD"}, "Tag Angle First Axis", "TagAngleFirstAxis", "1", false}, + MagnetizationTransfer: Info{MagnetizationTransfer, []string{"CS"}, "Magnetization Transfer", "MagnetizationTransfer", "1", false}, + T2Preparation: Info{T2Preparation, []string{"CS"}, "T2 Preparation", "T2Preparation", "1", false}, + BloodSignalNulling: Info{BloodSignalNulling, []string{"CS"}, "Blood Signal Nulling", "BloodSignalNulling", "1", false}, + SaturationRecovery: Info{SaturationRecovery, []string{"CS"}, "Saturation Recovery", "SaturationRecovery", "1", false}, + SpectrallySelectedSuppression: Info{SpectrallySelectedSuppression, []string{"CS"}, "Spectrally Selected Suppression", "SpectrallySelectedSuppression", "1", false}, + SpectrallySelectedExcitation: Info{SpectrallySelectedExcitation, []string{"CS"}, "Spectrally Selected Excitation", "SpectrallySelectedExcitation", "1", false}, + SpatialPresaturation: Info{SpatialPresaturation, []string{"CS"}, "Spatial Pre-saturation", "SpatialPresaturation", "1", false}, + Tagging: Info{Tagging, []string{"CS"}, "Tagging", "Tagging", "1", false}, + OversamplingPhase: Info{OversamplingPhase, []string{"CS"}, "Oversampling Phase", "OversamplingPhase", "1", false}, + TagSpacingFirstDimension: Info{TagSpacingFirstDimension, []string{"FD"}, "Tag Spacing First Dimension", "TagSpacingFirstDimension", "1", false}, + GeometryOfKSpaceTraversal: Info{GeometryOfKSpaceTraversal, []string{"CS"}, "Geometry of k-Space Traversal", "GeometryOfKSpaceTraversal", "1", false}, + SegmentedKSpaceTraversal: Info{SegmentedKSpaceTraversal, []string{"CS"}, "Segmented k-Space Traversal", "SegmentedKSpaceTraversal", "1", false}, + RectilinearPhaseEncodeReordering: Info{RectilinearPhaseEncodeReordering, []string{"CS"}, "Rectilinear Phase Encode Reordering", "RectilinearPhaseEncodeReordering", "1", false}, + TagThickness: Info{TagThickness, []string{"FD"}, "Tag Thickness", "TagThickness", "1", false}, + PartialFourierDirection: Info{PartialFourierDirection, []string{"CS"}, "Partial Fourier Direction", "PartialFourierDirection", "1", false}, + CardiacSynchronizationTechnique: Info{CardiacSynchronizationTechnique, []string{"CS"}, "Cardiac Synchronization Technique", "CardiacSynchronizationTechnique", "1", false}, + ReceiveCoilManufacturerName: Info{ReceiveCoilManufacturerName, []string{"LO"}, "Receive Coil Manufacturer Name", "ReceiveCoilManufacturerName", "1", false}, + MRReceiveCoilSequence: Info{MRReceiveCoilSequence, []string{"SQ"}, "MR Receive Coil Sequence", "MRReceiveCoilSequence", "1", false}, + ReceiveCoilType: Info{ReceiveCoilType, []string{"CS"}, "Receive Coil Type", "ReceiveCoilType", "1", false}, + QuadratureReceiveCoil: Info{QuadratureReceiveCoil, []string{"CS"}, "Quadrature Receive Coil", "QuadratureReceiveCoil", "1", false}, + MultiCoilDefinitionSequence: Info{MultiCoilDefinitionSequence, []string{"SQ"}, "Multi-Coil Definition Sequence", "MultiCoilDefinitionSequence", "1", false}, + MultiCoilConfiguration: Info{MultiCoilConfiguration, []string{"LO"}, "Multi-Coil Configuration", "MultiCoilConfiguration", "1", false}, + MultiCoilElementName: Info{MultiCoilElementName, []string{"SH"}, "Multi-Coil Element Name", "MultiCoilElementName", "1", false}, + MultiCoilElementUsed: Info{MultiCoilElementUsed, []string{"CS"}, "Multi-Coil Element Used", "MultiCoilElementUsed", "1", false}, + MRTransmitCoilSequence: Info{MRTransmitCoilSequence, []string{"SQ"}, "MR Transmit Coil Sequence", "MRTransmitCoilSequence", "1", false}, + TransmitCoilManufacturerName: Info{TransmitCoilManufacturerName, []string{"LO"}, "Transmit Coil Manufacturer Name", "TransmitCoilManufacturerName", "1", false}, + TransmitCoilType: Info{TransmitCoilType, []string{"CS"}, "Transmit Coil Type", "TransmitCoilType", "1", false}, + SpectralWidth: Info{SpectralWidth, []string{"FD"}, "Spectral Width", "SpectralWidth", "1-2", false}, + ChemicalShiftReference: Info{ChemicalShiftReference, []string{"FD"}, "Chemical Shift Reference", "ChemicalShiftReference", "1-2", false}, + VolumeLocalizationTechnique: Info{VolumeLocalizationTechnique, []string{"CS"}, "Volume Localization Technique", "VolumeLocalizationTechnique", "1", false}, + MRAcquisitionFrequencyEncodingSteps: Info{MRAcquisitionFrequencyEncodingSteps, []string{"US"}, "MR Acquisition Frequency Encoding Steps", "MRAcquisitionFrequencyEncodingSteps", "1", false}, + Decoupling: Info{Decoupling, []string{"CS"}, "De-coupling", "Decoupling", "1", false}, + DecoupledNucleus: Info{DecoupledNucleus, []string{"CS"}, "De-coupled Nucleus", "DecoupledNucleus", "1-2", false}, + DecouplingFrequency: Info{DecouplingFrequency, []string{"FD"}, "De-coupling Frequency", "DecouplingFrequency", "1-2", false}, + DecouplingMethod: Info{DecouplingMethod, []string{"CS"}, "De-coupling Method", "DecouplingMethod", "1", false}, + DecouplingChemicalShiftReference: Info{DecouplingChemicalShiftReference, []string{"FD"}, "De-coupling Chemical Shift Reference", "DecouplingChemicalShiftReference", "1-2", false}, + KSpaceFiltering: Info{KSpaceFiltering, []string{"CS"}, "k-space Filtering", "KSpaceFiltering", "1", false}, + TimeDomainFiltering: Info{TimeDomainFiltering, []string{"CS"}, "Time Domain Filtering", "TimeDomainFiltering", "1-2", false}, + NumberOfZeroFills: Info{NumberOfZeroFills, []string{"US"}, "Number of Zero Fills", "NumberOfZeroFills", "1-2", false}, + BaselineCorrection: Info{BaselineCorrection, []string{"CS"}, "Baseline Correction", "BaselineCorrection", "1", false}, + ParallelReductionFactorInPlane: Info{ParallelReductionFactorInPlane, []string{"FD"}, "Parallel Reduction Factor In-plane", "ParallelReductionFactorInPlane", "1", false}, + CardiacRRIntervalSpecified: Info{CardiacRRIntervalSpecified, []string{"FD"}, "Cardiac R-R Interval Specified", "CardiacRRIntervalSpecified", "1", false}, + AcquisitionDuration: Info{AcquisitionDuration, []string{"FD"}, "Acquisition Duration", "AcquisitionDuration", "1", false}, + FrameAcquisitionDateTime: Info{FrameAcquisitionDateTime, []string{"DT"}, "Frame Acquisition DateTime", "FrameAcquisitionDateTime", "1", false}, + DiffusionDirectionality: Info{DiffusionDirectionality, []string{"CS"}, "Diffusion Directionality", "DiffusionDirectionality", "1", false}, + DiffusionGradientDirectionSequence: Info{DiffusionGradientDirectionSequence, []string{"SQ"}, "Diffusion Gradient Direction Sequence", "DiffusionGradientDirectionSequence", "1", false}, + ParallelAcquisition: Info{ParallelAcquisition, []string{"CS"}, "Parallel Acquisition", "ParallelAcquisition", "1", false}, + ParallelAcquisitionTechnique: Info{ParallelAcquisitionTechnique, []string{"CS"}, "Parallel Acquisition Technique", "ParallelAcquisitionTechnique", "1", false}, + InversionTimes: Info{InversionTimes, []string{"FD"}, "Inversion Times", "InversionTimes", "1-n", false}, + MetaboliteMapDescription: Info{MetaboliteMapDescription, []string{"ST"}, "Metabolite Map Description", "MetaboliteMapDescription", "1", false}, + PartialFourier: Info{PartialFourier, []string{"CS"}, "Partial Fourier", "PartialFourier", "1", false}, + EffectiveEchoTime: Info{EffectiveEchoTime, []string{"FD"}, "Effective Echo Time", "EffectiveEchoTime", "1", false}, + MetaboliteMapCodeSequence: Info{MetaboliteMapCodeSequence, []string{"SQ"}, "Metabolite Map Code Sequence", "MetaboliteMapCodeSequence", "1", false}, + ChemicalShiftSequence: Info{ChemicalShiftSequence, []string{"SQ"}, "Chemical Shift Sequence", "ChemicalShiftSequence", "1", false}, + CardiacSignalSource: Info{CardiacSignalSource, []string{"CS"}, "Cardiac Signal Source", "CardiacSignalSource", "1", false}, + DiffusionBValue: Info{DiffusionBValue, []string{"FD"}, "Diffusion b-value", "DiffusionBValue", "1", false}, + DiffusionGradientOrientation: Info{DiffusionGradientOrientation, []string{"FD"}, "Diffusion Gradient Orientation", "DiffusionGradientOrientation", "3", false}, + VelocityEncodingDirection: Info{VelocityEncodingDirection, []string{"FD"}, "Velocity Encoding Direction", "VelocityEncodingDirection", "3", false}, + VelocityEncodingMinimumValue: Info{VelocityEncodingMinimumValue, []string{"FD"}, "Velocity Encoding Minimum Value", "VelocityEncodingMinimumValue", "1", false}, + VelocityEncodingAcquisitionSequence: Info{VelocityEncodingAcquisitionSequence, []string{"SQ"}, "Velocity Encoding Acquisition Sequence", "VelocityEncodingAcquisitionSequence", "1", false}, + NumberOfKSpaceTrajectories: Info{NumberOfKSpaceTrajectories, []string{"US"}, "Number of k-Space Trajectories", "NumberOfKSpaceTrajectories", "1", false}, + CoverageOfKSpace: Info{CoverageOfKSpace, []string{"CS"}, "Coverage of k-Space", "CoverageOfKSpace", "1", false}, + SpectroscopyAcquisitionPhaseRows: Info{SpectroscopyAcquisitionPhaseRows, []string{"UL"}, "Spectroscopy Acquisition Phase Rows", "SpectroscopyAcquisitionPhaseRows", "1", false}, + ParallelReductionFactorInPlaneRetired: Info{ParallelReductionFactorInPlaneRetired, []string{"FD"}, "Parallel Reduction Factor In-plane (Retired)", "ParallelReductionFactorInPlaneRetired", "1", true}, + TransmitterFrequency: Info{TransmitterFrequency, []string{"FD"}, "Transmitter Frequency", "TransmitterFrequency", "1-2", false}, + ResonantNucleus: Info{ResonantNucleus, []string{"CS"}, "Resonant Nucleus", "ResonantNucleus", "1-2", false}, + FrequencyCorrection: Info{FrequencyCorrection, []string{"CS"}, "Frequency Correction", "FrequencyCorrection", "1", false}, + MRSpectroscopyFOVGeometrySequence: Info{MRSpectroscopyFOVGeometrySequence, []string{"SQ"}, "MR Spectroscopy FOV/Geometry Sequence", "MRSpectroscopyFOVGeometrySequence", "1", false}, + SlabThickness: Info{SlabThickness, []string{"FD"}, "Slab Thickness", "SlabThickness", "1", false}, + SlabOrientation: Info{SlabOrientation, []string{"FD"}, "Slab Orientation", "SlabOrientation", "3", false}, + MidSlabPosition: Info{MidSlabPosition, []string{"FD"}, "Mid Slab Position", "MidSlabPosition", "3", false}, + MRSpatialSaturationSequence: Info{MRSpatialSaturationSequence, []string{"SQ"}, "MR Spatial Saturation Sequence", "MRSpatialSaturationSequence", "1", false}, + MRTimingAndRelatedParametersSequence: Info{MRTimingAndRelatedParametersSequence, []string{"SQ"}, "MR Timing and Related Parameters Sequence", "MRTimingAndRelatedParametersSequence", "1", false}, + MREchoSequence: Info{MREchoSequence, []string{"SQ"}, "MR Echo Sequence", "MREchoSequence", "1", false}, + MRModifierSequence: Info{MRModifierSequence, []string{"SQ"}, "MR Modifier Sequence", "MRModifierSequence", "1", false}, + MRDiffusionSequence: Info{MRDiffusionSequence, []string{"SQ"}, "MR Diffusion Sequence", "MRDiffusionSequence", "1", false}, + CardiacSynchronizationSequence: Info{CardiacSynchronizationSequence, []string{"SQ"}, "Cardiac Synchronization Sequence", "CardiacSynchronizationSequence", "1", false}, + MRAveragesSequence: Info{MRAveragesSequence, []string{"SQ"}, "MR Averages Sequence", "MRAveragesSequence", "1", false}, + MRFOVGeometrySequence: Info{MRFOVGeometrySequence, []string{"SQ"}, "MR FOV/Geometry Sequence", "MRFOVGeometrySequence", "1", false}, + VolumeLocalizationSequence: Info{VolumeLocalizationSequence, []string{"SQ"}, "Volume Localization Sequence", "VolumeLocalizationSequence", "1", false}, + SpectroscopyAcquisitionDataColumns: Info{SpectroscopyAcquisitionDataColumns, []string{"UL"}, "Spectroscopy Acquisition Data Columns", "SpectroscopyAcquisitionDataColumns", "1", false}, + DiffusionAnisotropyType: Info{DiffusionAnisotropyType, []string{"CS"}, "Diffusion Anisotropy Type", "DiffusionAnisotropyType", "1", false}, + FrameReferenceDateTime: Info{FrameReferenceDateTime, []string{"DT"}, "Frame Reference DateTime", "FrameReferenceDateTime", "1", false}, + MRMetaboliteMapSequence: Info{MRMetaboliteMapSequence, []string{"SQ"}, "MR Metabolite Map Sequence", "MRMetaboliteMapSequence", "1", false}, + ParallelReductionFactorOutOfPlane: Info{ParallelReductionFactorOutOfPlane, []string{"FD"}, "Parallel Reduction Factor out-of-plane", "ParallelReductionFactorOutOfPlane", "1", false}, + SpectroscopyAcquisitionOutOfPlanePhaseSteps: Info{SpectroscopyAcquisitionOutOfPlanePhaseSteps, []string{"UL"}, "Spectroscopy Acquisition Out-of-plane Phase Steps", "SpectroscopyAcquisitionOutOfPlanePhaseSteps", "1", false}, + BulkMotionStatus: Info{BulkMotionStatus, []string{"CS"}, "Bulk Motion Status", "BulkMotionStatus", "1", true}, + ParallelReductionFactorSecondInPlane: Info{ParallelReductionFactorSecondInPlane, []string{"FD"}, "Parallel Reduction Factor Second In-plane", "ParallelReductionFactorSecondInPlane", "1", false}, + CardiacBeatRejectionTechnique: Info{CardiacBeatRejectionTechnique, []string{"CS"}, "Cardiac Beat Rejection Technique", "CardiacBeatRejectionTechnique", "1", false}, + RespiratoryMotionCompensationTechnique: Info{RespiratoryMotionCompensationTechnique, []string{"CS"}, "Respiratory Motion Compensation Technique", "RespiratoryMotionCompensationTechnique", "1", false}, + RespiratorySignalSource: Info{RespiratorySignalSource, []string{"CS"}, "Respiratory Signal Source", "RespiratorySignalSource", "1", false}, + BulkMotionCompensationTechnique: Info{BulkMotionCompensationTechnique, []string{"CS"}, "Bulk Motion Compensation Technique", "BulkMotionCompensationTechnique", "1", false}, + BulkMotionSignalSource: Info{BulkMotionSignalSource, []string{"CS"}, "Bulk Motion Signal Source", "BulkMotionSignalSource", "1", false}, + ApplicableSafetyStandardAgency: Info{ApplicableSafetyStandardAgency, []string{"CS"}, "Applicable Safety Standard Agency", "ApplicableSafetyStandardAgency", "1", false}, + ApplicableSafetyStandardDescription: Info{ApplicableSafetyStandardDescription, []string{"LO"}, "Applicable Safety Standard Description", "ApplicableSafetyStandardDescription", "1", false}, + OperatingModeSequence: Info{OperatingModeSequence, []string{"SQ"}, "Operating Mode Sequence", "OperatingModeSequence", "1", false}, + OperatingModeType: Info{OperatingModeType, []string{"CS"}, "Operating Mode Type", "OperatingModeType", "1", false}, + OperatingMode: Info{OperatingMode, []string{"CS"}, "Operating Mode", "OperatingMode", "1", false}, + SpecificAbsorptionRateDefinition: Info{SpecificAbsorptionRateDefinition, []string{"CS"}, "Specific Absorption Rate Definition", "SpecificAbsorptionRateDefinition", "1", false}, + GradientOutputType: Info{GradientOutputType, []string{"CS"}, "Gradient Output Type", "GradientOutputType", "1", false}, + SpecificAbsorptionRateValue: Info{SpecificAbsorptionRateValue, []string{"FD"}, "Specific Absorption Rate Value", "SpecificAbsorptionRateValue", "1", false}, + GradientOutput: Info{GradientOutput, []string{"FD"}, "Gradient Output", "GradientOutput", "1", false}, + FlowCompensationDirection: Info{FlowCompensationDirection, []string{"CS"}, "Flow Compensation Direction", "FlowCompensationDirection", "1", false}, + TaggingDelay: Info{TaggingDelay, []string{"FD"}, "Tagging Delay", "TaggingDelay", "1", false}, + RespiratoryMotionCompensationTechniqueDescription: Info{RespiratoryMotionCompensationTechniqueDescription, []string{"ST"}, "Respiratory Motion Compensation Technique Description", "RespiratoryMotionCompensationTechniqueDescription", "1", false}, + RespiratorySignalSourceID: Info{RespiratorySignalSourceID, []string{"SH"}, "Respiratory Signal Source ID", "RespiratorySignalSourceID", "1", false}, + ChemicalShiftMinimumIntegrationLimitInHz: Info{ChemicalShiftMinimumIntegrationLimitInHz, []string{"FD"}, "Chemical Shift Minimum Integration Limit in Hz", "ChemicalShiftMinimumIntegrationLimitInHz", "1", true}, + ChemicalShiftMaximumIntegrationLimitInHz: Info{ChemicalShiftMaximumIntegrationLimitInHz, []string{"FD"}, "Chemical Shift Maximum Integration Limit in Hz", "ChemicalShiftMaximumIntegrationLimitInHz", "1", true}, + MRVelocityEncodingSequence: Info{MRVelocityEncodingSequence, []string{"SQ"}, "MR Velocity Encoding Sequence", "MRVelocityEncodingSequence", "1", false}, + FirstOrderPhaseCorrection: Info{FirstOrderPhaseCorrection, []string{"CS"}, "First Order Phase Correction", "FirstOrderPhaseCorrection", "1", false}, + WaterReferencedPhaseCorrection: Info{WaterReferencedPhaseCorrection, []string{"CS"}, "Water Referenced Phase Correction", "WaterReferencedPhaseCorrection", "1", false}, + MRSpectroscopyAcquisitionType: Info{MRSpectroscopyAcquisitionType, []string{"CS"}, "MR Spectroscopy Acquisition Type", "MRSpectroscopyAcquisitionType", "1", false}, + RespiratoryCyclePosition: Info{RespiratoryCyclePosition, []string{"CS"}, "Respiratory Cycle Position", "RespiratoryCyclePosition", "1", false}, + VelocityEncodingMaximumValue: Info{VelocityEncodingMaximumValue, []string{"FD"}, "Velocity Encoding Maximum Value", "VelocityEncodingMaximumValue", "1", false}, + TagSpacingSecondDimension: Info{TagSpacingSecondDimension, []string{"FD"}, "Tag Spacing Second Dimension", "TagSpacingSecondDimension", "1", false}, + TagAngleSecondAxis: Info{TagAngleSecondAxis, []string{"SS"}, "Tag Angle Second Axis", "TagAngleSecondAxis", "1", false}, + FrameAcquisitionDuration: Info{FrameAcquisitionDuration, []string{"FD"}, "Frame Acquisition Duration", "FrameAcquisitionDuration", "1", false}, + MRImageFrameTypeSequence: Info{MRImageFrameTypeSequence, []string{"SQ"}, "MR Image Frame Type Sequence", "MRImageFrameTypeSequence", "1", false}, + MRSpectroscopyFrameTypeSequence: Info{MRSpectroscopyFrameTypeSequence, []string{"SQ"}, "MR Spectroscopy Frame Type Sequence", "MRSpectroscopyFrameTypeSequence", "1", false}, + MRAcquisitionPhaseEncodingStepsInPlane: Info{MRAcquisitionPhaseEncodingStepsInPlane, []string{"US"}, "MR Acquisition Phase Encoding Steps in-plane", "MRAcquisitionPhaseEncodingStepsInPlane", "1", false}, + MRAcquisitionPhaseEncodingStepsOutOfPlane: Info{MRAcquisitionPhaseEncodingStepsOutOfPlane, []string{"US"}, "MR Acquisition Phase Encoding Steps out-of-plane", "MRAcquisitionPhaseEncodingStepsOutOfPlane", "1", false}, + SpectroscopyAcquisitionPhaseColumns: Info{SpectroscopyAcquisitionPhaseColumns, []string{"UL"}, "Spectroscopy Acquisition Phase Columns", "SpectroscopyAcquisitionPhaseColumns", "1", false}, + CardiacCyclePosition: Info{CardiacCyclePosition, []string{"CS"}, "Cardiac Cycle Position", "CardiacCyclePosition", "1", false}, + SpecificAbsorptionRateSequence: Info{SpecificAbsorptionRateSequence, []string{"SQ"}, "Specific Absorption Rate Sequence", "SpecificAbsorptionRateSequence", "1", false}, + RFEchoTrainLength: Info{RFEchoTrainLength, []string{"US"}, "RF Echo Train Length", "RFEchoTrainLength", "1", false}, + GradientEchoTrainLength: Info{GradientEchoTrainLength, []string{"US"}, "Gradient Echo Train Length", "GradientEchoTrainLength", "1", false}, + ArterialSpinLabelingContrast: Info{ArterialSpinLabelingContrast, []string{"CS"}, "Arterial Spin Labeling Contrast", "ArterialSpinLabelingContrast", "1", false}, + MRArterialSpinLabelingSequence: Info{MRArterialSpinLabelingSequence, []string{"SQ"}, "MR Arterial Spin Labeling Sequence", "MRArterialSpinLabelingSequence", "1", false}, + ASLTechniqueDescription: Info{ASLTechniqueDescription, []string{"LO"}, "ASL Technique Description", "ASLTechniqueDescription", "1", false}, + ASLSlabNumber: Info{ASLSlabNumber, []string{"US"}, "ASL Slab Number", "ASLSlabNumber", "1", false}, + ASLSlabThickness: Info{ASLSlabThickness, []string{"FD"}, "ASL Slab Thickness", "ASLSlabThickness", "1", false}, + ASLSlabOrientation: Info{ASLSlabOrientation, []string{"FD"}, "ASL Slab Orientation", "ASLSlabOrientation", "3", false}, + ASLMidSlabPosition: Info{ASLMidSlabPosition, []string{"FD"}, "ASL Mid Slab Position", "ASLMidSlabPosition", "3", false}, + ASLContext: Info{ASLContext, []string{"CS"}, "ASL Context", "ASLContext", "1", false}, + ASLPulseTrainDuration: Info{ASLPulseTrainDuration, []string{"UL"}, "ASL Pulse Train Duration", "ASLPulseTrainDuration", "1", false}, + ASLCrusherFlag: Info{ASLCrusherFlag, []string{"CS"}, "ASL Crusher Flag", "ASLCrusherFlag", "1", false}, + ASLCrusherFlowLimit: Info{ASLCrusherFlowLimit, []string{"FD"}, "ASL Crusher Flow Limit", "ASLCrusherFlowLimit", "1", false}, + ASLCrusherDescription: Info{ASLCrusherDescription, []string{"LO"}, "ASL Crusher Description", "ASLCrusherDescription", "1", false}, + ASLBolusCutoffFlag: Info{ASLBolusCutoffFlag, []string{"CS"}, "ASL Bolus Cut-off Flag", "ASLBolusCutoffFlag", "1", false}, + ASLBolusCutoffTimingSequence: Info{ASLBolusCutoffTimingSequence, []string{"SQ"}, "ASL Bolus Cut-off Timing Sequence", "ASLBolusCutoffTimingSequence", "1", false}, + ASLBolusCutoffTechnique: Info{ASLBolusCutoffTechnique, []string{"LO"}, "ASL Bolus Cut-off Technique", "ASLBolusCutoffTechnique", "1", false}, + ASLBolusCutoffDelayTime: Info{ASLBolusCutoffDelayTime, []string{"UL"}, "ASL Bolus Cut-off Delay Time", "ASLBolusCutoffDelayTime", "1", false}, + ASLSlabSequence: Info{ASLSlabSequence, []string{"SQ"}, "ASL Slab Sequence", "ASLSlabSequence", "1", false}, + ChemicalShiftMinimumIntegrationLimitInppm: Info{ChemicalShiftMinimumIntegrationLimitInppm, []string{"FD"}, "Chemical Shift Minimum Integration Limit in ppm", "ChemicalShiftMinimumIntegrationLimitInppm", "1", false}, + ChemicalShiftMaximumIntegrationLimitInppm: Info{ChemicalShiftMaximumIntegrationLimitInppm, []string{"FD"}, "Chemical Shift Maximum Integration Limit in ppm", "ChemicalShiftMaximumIntegrationLimitInppm", "1", false}, + WaterReferenceAcquisition: Info{WaterReferenceAcquisition, []string{"CS"}, "Water Reference Acquisition", "WaterReferenceAcquisition", "1", false}, + EchoPeakPosition: Info{EchoPeakPosition, []string{"IS"}, "Echo Peak Position", "EchoPeakPosition", "1", false}, + CTAcquisitionTypeSequence: Info{CTAcquisitionTypeSequence, []string{"SQ"}, "CT Acquisition Type Sequence", "CTAcquisitionTypeSequence", "1", false}, + AcquisitionType: Info{AcquisitionType, []string{"CS"}, "Acquisition Type", "AcquisitionType", "1", false}, + TubeAngle: Info{TubeAngle, []string{"FD"}, "Tube Angle", "TubeAngle", "1", false}, + CTAcquisitionDetailsSequence: Info{CTAcquisitionDetailsSequence, []string{"SQ"}, "CT Acquisition Details Sequence", "CTAcquisitionDetailsSequence", "1", false}, + RevolutionTime: Info{RevolutionTime, []string{"FD"}, "Revolution Time", "RevolutionTime", "1", false}, + SingleCollimationWidth: Info{SingleCollimationWidth, []string{"FD"}, "Single Collimation Width", "SingleCollimationWidth", "1", false}, + TotalCollimationWidth: Info{TotalCollimationWidth, []string{"FD"}, "Total Collimation Width", "TotalCollimationWidth", "1", false}, + CTTableDynamicsSequence: Info{CTTableDynamicsSequence, []string{"SQ"}, "CT Table Dynamics Sequence", "CTTableDynamicsSequence", "1", false}, + TableSpeed: Info{TableSpeed, []string{"FD"}, "Table Speed", "TableSpeed", "1", false}, + TableFeedPerRotation: Info{TableFeedPerRotation, []string{"FD"}, "Table Feed per Rotation", "TableFeedPerRotation", "1", false}, + SpiralPitchFactor: Info{SpiralPitchFactor, []string{"FD"}, "Spiral Pitch Factor", "SpiralPitchFactor", "1", false}, + CTGeometrySequence: Info{CTGeometrySequence, []string{"SQ"}, "CT Geometry Sequence", "CTGeometrySequence", "1", false}, + DataCollectionCenterPatient: Info{DataCollectionCenterPatient, []string{"FD"}, "Data Collection Center (Patient)", "DataCollectionCenterPatient", "3", false}, + CTReconstructionSequence: Info{CTReconstructionSequence, []string{"SQ"}, "CT Reconstruction Sequence", "CTReconstructionSequence", "1", false}, + ReconstructionAlgorithm: Info{ReconstructionAlgorithm, []string{"CS"}, "Reconstruction Algorithm", "ReconstructionAlgorithm", "1", false}, + ConvolutionKernelGroup: Info{ConvolutionKernelGroup, []string{"CS"}, "Convolution Kernel Group", "ConvolutionKernelGroup", "1", false}, + ReconstructionFieldOfView: Info{ReconstructionFieldOfView, []string{"FD"}, "Reconstruction Field of View", "ReconstructionFieldOfView", "2", false}, + ReconstructionTargetCenterPatient: Info{ReconstructionTargetCenterPatient, []string{"FD"}, "Reconstruction Target Center (Patient)", "ReconstructionTargetCenterPatient", "3", false}, + ReconstructionAngle: Info{ReconstructionAngle, []string{"FD"}, "Reconstruction Angle", "ReconstructionAngle", "1", false}, + ImageFilter: Info{ImageFilter, []string{"SH"}, "Image Filter", "ImageFilter", "1", false}, + CTExposureSequence: Info{CTExposureSequence, []string{"SQ"}, "CT Exposure Sequence", "CTExposureSequence", "1", false}, + ReconstructionPixelSpacing: Info{ReconstructionPixelSpacing, []string{"FD"}, "Reconstruction Pixel Spacing", "ReconstructionPixelSpacing", "2", false}, + ExposureModulationType: Info{ExposureModulationType, []string{"CS"}, "Exposure Modulation Type", "ExposureModulationType", "1-n", false}, + EstimatedDoseSaving: Info{EstimatedDoseSaving, []string{"FD"}, "Estimated Dose Saving", "EstimatedDoseSaving", "1", true}, + CTXRayDetailsSequence: Info{CTXRayDetailsSequence, []string{"SQ"}, "CT X-Ray Details Sequence", "CTXRayDetailsSequence", "1", false}, + CTPositionSequence: Info{CTPositionSequence, []string{"SQ"}, "CT Position Sequence", "CTPositionSequence", "1", false}, + TablePosition: Info{TablePosition, []string{"FD"}, "Table Position", "TablePosition", "1", false}, + ExposureTimeInms: Info{ExposureTimeInms, []string{"FD"}, "Exposure Time in ms", "ExposureTimeInms", "1", false}, + CTImageFrameTypeSequence: Info{CTImageFrameTypeSequence, []string{"SQ"}, "CT Image Frame Type Sequence", "CTImageFrameTypeSequence", "1", false}, + XRayTubeCurrentInmA: Info{XRayTubeCurrentInmA, []string{"FD"}, "X-Ray Tube Current in mA", "XRayTubeCurrentInmA", "1", false}, + ExposureInmAs: Info{ExposureInmAs, []string{"FD"}, "Exposure in mAs", "ExposureInmAs", "1", false}, + ConstantVolumeFlag: Info{ConstantVolumeFlag, []string{"CS"}, "Constant Volume Flag", "ConstantVolumeFlag", "1", false}, + FluoroscopyFlag: Info{FluoroscopyFlag, []string{"CS"}, "Fluoroscopy Flag", "FluoroscopyFlag", "1", false}, + DistanceSourceToDataCollectionCenter: Info{DistanceSourceToDataCollectionCenter, []string{"FD"}, "Distance Source to Data Collection Center", "DistanceSourceToDataCollectionCenter", "1", false}, + ContrastBolusAgentNumber: Info{ContrastBolusAgentNumber, []string{"US"}, "Contrast/Bolus Agent Number", "ContrastBolusAgentNumber", "1", false}, + ContrastBolusIngredientCodeSequence: Info{ContrastBolusIngredientCodeSequence, []string{"SQ"}, "Contrast/Bolus Ingredient Code Sequence", "ContrastBolusIngredientCodeSequence", "1", false}, + ContrastAdministrationProfileSequence: Info{ContrastAdministrationProfileSequence, []string{"SQ"}, "Contrast Administration Profile Sequence", "ContrastAdministrationProfileSequence", "1", false}, + ContrastBolusUsageSequence: Info{ContrastBolusUsageSequence, []string{"SQ"}, "Contrast/Bolus Usage Sequence", "ContrastBolusUsageSequence", "1", false}, + ContrastBolusAgentAdministered: Info{ContrastBolusAgentAdministered, []string{"CS"}, "Contrast/Bolus Agent Administered", "ContrastBolusAgentAdministered", "1", false}, + ContrastBolusAgentDetected: Info{ContrastBolusAgentDetected, []string{"CS"}, "Contrast/Bolus Agent Detected", "ContrastBolusAgentDetected", "1", false}, + ContrastBolusAgentPhase: Info{ContrastBolusAgentPhase, []string{"CS"}, "Contrast/Bolus Agent Phase", "ContrastBolusAgentPhase", "1", false}, + CTDIvol: Info{CTDIvol, []string{"FD"}, "CTDIvol", "CTDIvol", "1", false}, + CTDIPhantomTypeCodeSequence: Info{CTDIPhantomTypeCodeSequence, []string{"SQ"}, "CTDI Phantom Type Code Sequence", "CTDIPhantomTypeCodeSequence", "1", false}, + CalciumScoringMassFactorPatient: Info{CalciumScoringMassFactorPatient, []string{"FL"}, "Calcium Scoring Mass Factor Patient", "CalciumScoringMassFactorPatient", "1", false}, + CalciumScoringMassFactorDevice: Info{CalciumScoringMassFactorDevice, []string{"FL"}, "Calcium Scoring Mass Factor Device", "CalciumScoringMassFactorDevice", "3", false}, + EnergyWeightingFactor: Info{EnergyWeightingFactor, []string{"FL"}, "Energy Weighting Factor", "EnergyWeightingFactor", "1", false}, + CTAdditionalXRaySourceSequence: Info{CTAdditionalXRaySourceSequence, []string{"SQ"}, "CT Additional X-Ray Source Sequence", "CTAdditionalXRaySourceSequence", "1", false}, + MultienergyCTAcquisition: Info{MultienergyCTAcquisition, []string{"CS"}, "Multi-energy CT Acquisition", "MultienergyCTAcquisition", "1", false}, + MultienergyCTAcquisitionSequence: Info{MultienergyCTAcquisitionSequence, []string{"SQ"}, "Multi-energy CT Acquisition Sequence", "MultienergyCTAcquisitionSequence", "1", false}, + MultienergyCTProcessingSequence: Info{MultienergyCTProcessingSequence, []string{"SQ"}, "Multi-energy CT Processing Sequence", "MultienergyCTProcessingSequence", "1", false}, + MultienergyCTCharacteristicsSequence: Info{MultienergyCTCharacteristicsSequence, []string{"SQ"}, "Multi-energy CT Characteristics Sequence", "MultienergyCTCharacteristicsSequence", "1", false}, + MultienergyCTXRaySourceSequence: Info{MultienergyCTXRaySourceSequence, []string{"SQ"}, "Multi-energy CT X-Ray Source Sequence", "MultienergyCTXRaySourceSequence", "1", false}, + XRaySourceIndex: Info{XRaySourceIndex, []string{"US"}, "X-Ray Source Index", "XRaySourceIndex", "1", false}, + XRaySourceID: Info{XRaySourceID, []string{"UC"}, "X-Ray Source ID", "XRaySourceID", "1", false}, + MultienergySourceTechnique: Info{MultienergySourceTechnique, []string{"CS"}, "Multi-energy Source Technique", "MultienergySourceTechnique", "1", false}, + SourceStartDateTime: Info{SourceStartDateTime, []string{"DT"}, "Source Start DateTime", "SourceStartDateTime", "1", false}, + SourceEndDateTime: Info{SourceEndDateTime, []string{"DT"}, "Source End DateTime", "SourceEndDateTime", "1", false}, + SwitchingPhaseNumber: Info{SwitchingPhaseNumber, []string{"US"}, "Switching Phase Number", "SwitchingPhaseNumber", "1", false}, + SwitchingPhaseNominalDuration: Info{SwitchingPhaseNominalDuration, []string{"DS"}, "Switching Phase Nominal Duration", "SwitchingPhaseNominalDuration", "1", false}, + SwitchingPhaseTransitionDuration: Info{SwitchingPhaseTransitionDuration, []string{"DS"}, "Switching Phase Transition Duration", "SwitchingPhaseTransitionDuration", "1", false}, + EffectiveBinEnergy: Info{EffectiveBinEnergy, []string{"DS"}, "Effective Bin Energy", "EffectiveBinEnergy", "1", false}, + MultienergyCTXRayDetectorSequence: Info{MultienergyCTXRayDetectorSequence, []string{"SQ"}, "Multi-energy CT X-Ray Detector Sequence", "MultienergyCTXRayDetectorSequence", "1", false}, + XRayDetectorIndex: Info{XRayDetectorIndex, []string{"US"}, "X-Ray Detector Index", "XRayDetectorIndex", "1", false}, + XRayDetectorID: Info{XRayDetectorID, []string{"UC"}, "X-Ray Detector ID", "XRayDetectorID", "1", false}, + MultienergyDetectorType: Info{MultienergyDetectorType, []string{"CS"}, "Multi-energy Detector Type", "MultienergyDetectorType", "1", false}, + XRayDetectorLabel: Info{XRayDetectorLabel, []string{"ST"}, "X-Ray Detector Label", "XRayDetectorLabel", "1", false}, + NominalMaxEnergy: Info{NominalMaxEnergy, []string{"DS"}, "Nominal Max Energy", "NominalMaxEnergy", "1", false}, + NominalMinEnergy: Info{NominalMinEnergy, []string{"DS"}, "Nominal Min Energy", "NominalMinEnergy", "1", false}, + ReferencedXRayDetectorIndex: Info{ReferencedXRayDetectorIndex, []string{"US"}, "Referenced X-Ray Detector Index", "ReferencedXRayDetectorIndex", "1-n", false}, + ReferencedXRaySourceIndex: Info{ReferencedXRaySourceIndex, []string{"US"}, "Referenced X-Ray Source Index", "ReferencedXRaySourceIndex", "1-n", false}, + ReferencedPathIndex: Info{ReferencedPathIndex, []string{"US"}, "Referenced Path Index", "ReferencedPathIndex", "1-n", false}, + MultienergyCTPathSequence: Info{MultienergyCTPathSequence, []string{"SQ"}, "Multi-energy CT Path Sequence", "MultienergyCTPathSequence", "1", false}, + MultienergyCTPathIndex: Info{MultienergyCTPathIndex, []string{"US"}, "Multi-energy CT Path Index", "MultienergyCTPathIndex", "1", false}, + MultienergyAcquisitionDescription: Info{MultienergyAcquisitionDescription, []string{"UT"}, "Multi-energy Acquisition Description", "MultienergyAcquisitionDescription", "1", false}, + MonoenergeticEnergyEquivalent: Info{MonoenergeticEnergyEquivalent, []string{"FD"}, "Monoenergetic Energy Equivalent", "MonoenergeticEnergyEquivalent", "1", false}, + MaterialCodeSequence: Info{MaterialCodeSequence, []string{"SQ"}, "Material Code Sequence", "MaterialCodeSequence", "1", false}, + DecompositionMethod: Info{DecompositionMethod, []string{"CS"}, "Decomposition Method", "DecompositionMethod", "1", false}, + DecompositionDescription: Info{DecompositionDescription, []string{"UT"}, "Decomposition Description", "DecompositionDescription", "1", false}, + DecompositionAlgorithmIdentificationSequence: Info{DecompositionAlgorithmIdentificationSequence, []string{"SQ"}, "Decomposition Algorithm Identification Sequence", "DecompositionAlgorithmIdentificationSequence", "1", false}, + DecompositionMaterialSequence: Info{DecompositionMaterialSequence, []string{"SQ"}, "Decomposition Material Sequence", "DecompositionMaterialSequence", "1", false}, + MaterialAttenuationSequence: Info{MaterialAttenuationSequence, []string{"SQ"}, "Material Attenuation Sequence", "MaterialAttenuationSequence", "1", false}, + PhotonEnergy: Info{PhotonEnergy, []string{"DS"}, "Photon Energy", "PhotonEnergy", "1", false}, + XRayMassAttenuationCoefficient: Info{XRayMassAttenuationCoefficient, []string{"DS"}, "X-Ray Mass Attenuation Coefficient", "XRayMassAttenuationCoefficient", "1", false}, + ProjectionPixelCalibrationSequence: Info{ProjectionPixelCalibrationSequence, []string{"SQ"}, "Projection Pixel Calibration Sequence", "ProjectionPixelCalibrationSequence", "1", false}, + DistanceSourceToIsocenter: Info{DistanceSourceToIsocenter, []string{"FL"}, "Distance Source to Isocenter", "DistanceSourceToIsocenter", "1", false}, + DistanceObjectToTableTop: Info{DistanceObjectToTableTop, []string{"FL"}, "Distance Object to Table Top", "DistanceObjectToTableTop", "1", false}, + ObjectPixelSpacingInCenterOfBeam: Info{ObjectPixelSpacingInCenterOfBeam, []string{"FL"}, "Object Pixel Spacing in Center of Beam", "ObjectPixelSpacingInCenterOfBeam", "2", false}, + PositionerPositionSequence: Info{PositionerPositionSequence, []string{"SQ"}, "Positioner Position Sequence", "PositionerPositionSequence", "1", false}, + TablePositionSequence: Info{TablePositionSequence, []string{"SQ"}, "Table Position Sequence", "TablePositionSequence", "1", false}, + CollimatorShapeSequence: Info{CollimatorShapeSequence, []string{"SQ"}, "Collimator Shape Sequence", "CollimatorShapeSequence", "1", false}, + PlanesInAcquisition: Info{PlanesInAcquisition, []string{"CS"}, "Planes in Acquisition", "PlanesInAcquisition", "1", false}, + XAXRFFrameCharacteristicsSequence: Info{XAXRFFrameCharacteristicsSequence, []string{"SQ"}, "XA/XRF Frame Characteristics Sequence", "XAXRFFrameCharacteristicsSequence", "1", false}, + FrameAcquisitionSequence: Info{FrameAcquisitionSequence, []string{"SQ"}, "Frame Acquisition Sequence", "FrameAcquisitionSequence", "1", false}, + XRayReceptorType: Info{XRayReceptorType, []string{"CS"}, "X-Ray Receptor Type", "XRayReceptorType", "1", false}, + AcquisitionProtocolName: Info{AcquisitionProtocolName, []string{"LO"}, "Acquisition Protocol Name", "AcquisitionProtocolName", "1", false}, + AcquisitionProtocolDescription: Info{AcquisitionProtocolDescription, []string{"LT"}, "Acquisition Protocol Description", "AcquisitionProtocolDescription", "1", false}, + ContrastBolusIngredientOpaque: Info{ContrastBolusIngredientOpaque, []string{"CS"}, "Contrast/Bolus Ingredient Opaque", "ContrastBolusIngredientOpaque", "1", false}, + DistanceReceptorPlaneToDetectorHousing: Info{DistanceReceptorPlaneToDetectorHousing, []string{"FL"}, "Distance Receptor Plane to Detector Housing", "DistanceReceptorPlaneToDetectorHousing", "1", false}, + IntensifierActiveShape: Info{IntensifierActiveShape, []string{"CS"}, "Intensifier Active Shape", "IntensifierActiveShape", "1", false}, + IntensifierActiveDimensions: Info{IntensifierActiveDimensions, []string{"FL"}, "Intensifier Active Dimension(s)", "IntensifierActiveDimensions", "1-2", false}, + PhysicalDetectorSize: Info{PhysicalDetectorSize, []string{"FL"}, "Physical Detector Size", "PhysicalDetectorSize", "2", false}, + PositionOfIsocenterProjection: Info{PositionOfIsocenterProjection, []string{"FL"}, "Position of Isocenter Projection", "PositionOfIsocenterProjection", "2", false}, + FieldOfViewSequence: Info{FieldOfViewSequence, []string{"SQ"}, "Field of View Sequence", "FieldOfViewSequence", "1", false}, + FieldOfViewDescription: Info{FieldOfViewDescription, []string{"LO"}, "Field of View Description", "FieldOfViewDescription", "1", false}, + ExposureControlSensingRegionsSequence: Info{ExposureControlSensingRegionsSequence, []string{"SQ"}, "Exposure Control Sensing Regions Sequence", "ExposureControlSensingRegionsSequence", "1", false}, + ExposureControlSensingRegionShape: Info{ExposureControlSensingRegionShape, []string{"CS"}, "Exposure Control Sensing Region Shape", "ExposureControlSensingRegionShape", "1", false}, + ExposureControlSensingRegionLeftVerticalEdge: Info{ExposureControlSensingRegionLeftVerticalEdge, []string{"SS"}, "Exposure Control Sensing Region Left Vertical Edge", "ExposureControlSensingRegionLeftVerticalEdge", "1", false}, + ExposureControlSensingRegionRightVerticalEdge: Info{ExposureControlSensingRegionRightVerticalEdge, []string{"SS"}, "Exposure Control Sensing Region Right Vertical Edge", "ExposureControlSensingRegionRightVerticalEdge", "1", false}, + ExposureControlSensingRegionUpperHorizontalEdge: Info{ExposureControlSensingRegionUpperHorizontalEdge, []string{"SS"}, "Exposure Control Sensing Region Upper Horizontal Edge", "ExposureControlSensingRegionUpperHorizontalEdge", "1", false}, + ExposureControlSensingRegionLowerHorizontalEdge: Info{ExposureControlSensingRegionLowerHorizontalEdge, []string{"SS"}, "Exposure Control Sensing Region Lower Horizontal Edge", "ExposureControlSensingRegionLowerHorizontalEdge", "1", false}, + CenterOfCircularExposureControlSensingRegion: Info{CenterOfCircularExposureControlSensingRegion, []string{"SS"}, "Center of Circular Exposure Control Sensing Region", "CenterOfCircularExposureControlSensingRegion", "2", false}, + RadiusOfCircularExposureControlSensingRegion: Info{RadiusOfCircularExposureControlSensingRegion, []string{"US"}, "Radius of Circular Exposure Control Sensing Region", "RadiusOfCircularExposureControlSensingRegion", "1", false}, VerticesOfThePolygonalExposureControlSensingRegion: Info{VerticesOfThePolygonalExposureControlSensingRegion, []string{"SS"}, "Vertices of the Polygonal Exposure Control Sensing Region", "VerticesOfThePolygonalExposureControlSensingRegion", "2-n", false}, - ColumnAngulationPatient: Info{ColumnAngulationPatient, []string{"FL"}, "Column Angulation (Patient)", "ColumnAngulationPatient", "1", false}, - BeamAngle: Info{BeamAngle, []string{"FL"}, "Beam Angle", "BeamAngle", "1", false}, - FrameDetectorParametersSequence: Info{FrameDetectorParametersSequence, []string{"SQ"}, "Frame Detector Parameters Sequence", "FrameDetectorParametersSequence", "1", false}, - CalculatedAnatomyThickness: Info{CalculatedAnatomyThickness, []string{"FL"}, "Calculated Anatomy Thickness", "CalculatedAnatomyThickness", "1", false}, - CalibrationSequence: Info{CalibrationSequence, []string{"SQ"}, "Calibration Sequence", "CalibrationSequence", "1", false}, - ObjectThicknessSequence: Info{ObjectThicknessSequence, []string{"SQ"}, "Object Thickness Sequence", "ObjectThicknessSequence", "1", false}, - PlaneIdentification: Info{PlaneIdentification, []string{"CS"}, "Plane Identification", "PlaneIdentification", "1", false}, - FieldOfViewDimensionsInFloat: Info{FieldOfViewDimensionsInFloat, []string{"FL"}, "Field of View Dimension(s) in Float", "FieldOfViewDimensionsInFloat", "1-2", false}, - IsocenterReferenceSystemSequence: Info{IsocenterReferenceSystemSequence, []string{"SQ"}, "Isocenter Reference System Sequence", "IsocenterReferenceSystemSequence", "1", false}, - PositionerIsocenterPrimaryAngle: Info{PositionerIsocenterPrimaryAngle, []string{"FL"}, "Positioner Isocenter Primary Angle", "PositionerIsocenterPrimaryAngle", "1", false}, - PositionerIsocenterSecondaryAngle: Info{PositionerIsocenterSecondaryAngle, []string{"FL"}, "Positioner Isocenter Secondary Angle", "PositionerIsocenterSecondaryAngle", "1", false}, - PositionerIsocenterDetectorRotationAngle: Info{PositionerIsocenterDetectorRotationAngle, []string{"FL"}, "Positioner Isocenter Detector Rotation Angle", "PositionerIsocenterDetectorRotationAngle", "1", false}, - TableXPositionToIsocenter: Info{TableXPositionToIsocenter, []string{"FL"}, "Table X Position to Isocenter", "TableXPositionToIsocenter", "1", false}, - TableYPositionToIsocenter: Info{TableYPositionToIsocenter, []string{"FL"}, "Table Y Position to Isocenter", "TableYPositionToIsocenter", "1", false}, - TableZPositionToIsocenter: Info{TableZPositionToIsocenter, []string{"FL"}, "Table Z Position to Isocenter", "TableZPositionToIsocenter", "1", false}, - TableHorizontalRotationAngle: Info{TableHorizontalRotationAngle, []string{"FL"}, "Table Horizontal Rotation Angle", "TableHorizontalRotationAngle", "1", false}, - TableHeadTiltAngle: Info{TableHeadTiltAngle, []string{"FL"}, "Table Head Tilt Angle", "TableHeadTiltAngle", "1", false}, - TableCradleTiltAngle: Info{TableCradleTiltAngle, []string{"FL"}, "Table Cradle Tilt Angle", "TableCradleTiltAngle", "1", false}, - FrameDisplayShutterSequence: Info{FrameDisplayShutterSequence, []string{"SQ"}, "Frame Display Shutter Sequence", "FrameDisplayShutterSequence", "1", false}, - AcquiredImageAreaDoseProduct: Info{AcquiredImageAreaDoseProduct, []string{"FL"}, "Acquired Image Area Dose Product", "AcquiredImageAreaDoseProduct", "1", false}, - CArmPositionerTabletopRelationship: Info{CArmPositionerTabletopRelationship, []string{"CS"}, "C-arm Positioner Tabletop Relationship", "CArmPositionerTabletopRelationship", "1", false}, - XRayGeometrySequence: Info{XRayGeometrySequence, []string{"SQ"}, "X-Ray Geometry Sequence", "XRayGeometrySequence", "1", false}, - IrradiationEventIdentificationSequence: Info{IrradiationEventIdentificationSequence, []string{"SQ"}, "Irradiation Event Identification Sequence", "IrradiationEventIdentificationSequence", "1", false}, - XRay3DFrameTypeSequence: Info{XRay3DFrameTypeSequence, []string{"SQ"}, "X-Ray 3D Frame Type Sequence", "XRay3DFrameTypeSequence", "1", false}, - ContributingSourcesSequence: Info{ContributingSourcesSequence, []string{"SQ"}, "Contributing Sources Sequence", "ContributingSourcesSequence", "1", false}, - XRay3DAcquisitionSequence: Info{XRay3DAcquisitionSequence, []string{"SQ"}, "X-Ray 3D Acquisition Sequence", "XRay3DAcquisitionSequence", "1", false}, - PrimaryPositionerScanArc: Info{PrimaryPositionerScanArc, []string{"FL"}, "Primary Positioner Scan Arc", "PrimaryPositionerScanArc", "1", false}, - SecondaryPositionerScanArc: Info{SecondaryPositionerScanArc, []string{"FL"}, "Secondary Positioner Scan Arc", "SecondaryPositionerScanArc", "1", false}, - PrimaryPositionerScanStartAngle: Info{PrimaryPositionerScanStartAngle, []string{"FL"}, "Primary Positioner Scan Start Angle", "PrimaryPositionerScanStartAngle", "1", false}, - SecondaryPositionerScanStartAngle: Info{SecondaryPositionerScanStartAngle, []string{"FL"}, "Secondary Positioner Scan Start Angle", "SecondaryPositionerScanStartAngle", "1", false}, - PrimaryPositionerIncrement: Info{PrimaryPositionerIncrement, []string{"FL"}, "Primary Positioner Increment", "PrimaryPositionerIncrement", "1", false}, - SecondaryPositionerIncrement: Info{SecondaryPositionerIncrement, []string{"FL"}, "Secondary Positioner Increment", "SecondaryPositionerIncrement", "1", false}, - StartAcquisitionDateTime: Info{StartAcquisitionDateTime, []string{"DT"}, "Start Acquisition DateTime", "StartAcquisitionDateTime", "1", false}, - EndAcquisitionDateTime: Info{EndAcquisitionDateTime, []string{"DT"}, "End Acquisition DateTime", "EndAcquisitionDateTime", "1", false}, - PrimaryPositionerIncrementSign: Info{PrimaryPositionerIncrementSign, []string{"SS"}, "Primary Positioner Increment Sign", "PrimaryPositionerIncrementSign", "1", false}, - SecondaryPositionerIncrementSign: Info{SecondaryPositionerIncrementSign, []string{"SS"}, "Secondary Positioner Increment Sign", "SecondaryPositionerIncrementSign", "1", false}, - ApplicationName: Info{ApplicationName, []string{"LO"}, "Application Name", "ApplicationName", "1", false}, - ApplicationVersion: Info{ApplicationVersion, []string{"LO"}, "Application Version", "ApplicationVersion", "1", false}, - ApplicationManufacturer: Info{ApplicationManufacturer, []string{"LO"}, "Application Manufacturer", "ApplicationManufacturer", "1", false}, - AlgorithmType: Info{AlgorithmType, []string{"CS"}, "Algorithm Type", "AlgorithmType", "1", false}, - AlgorithmDescription: Info{AlgorithmDescription, []string{"LO"}, "Algorithm Description", "AlgorithmDescription", "1", false}, - XRay3DReconstructionSequence: Info{XRay3DReconstructionSequence, []string{"SQ"}, "X-Ray 3D Reconstruction Sequence", "XRay3DReconstructionSequence", "1", false}, - ReconstructionDescription: Info{ReconstructionDescription, []string{"LO"}, "Reconstruction Description", "ReconstructionDescription", "1", false}, - PerProjectionAcquisitionSequence: Info{PerProjectionAcquisitionSequence, []string{"SQ"}, "Per Projection Acquisition Sequence", "PerProjectionAcquisitionSequence", "1", false}, - DetectorPositionSequence: Info{DetectorPositionSequence, []string{"SQ"}, "Detector Position Sequence", "DetectorPositionSequence", "1", false}, - XRayAcquisitionDoseSequence: Info{XRayAcquisitionDoseSequence, []string{"SQ"}, "X-Ray Acquisition Dose Sequence", "XRayAcquisitionDoseSequence", "1", false}, - XRaySourceIsocenterPrimaryAngle: Info{XRaySourceIsocenterPrimaryAngle, []string{"FD"}, "X-Ray Source Isocenter Primary Angle", "XRaySourceIsocenterPrimaryAngle", "1", false}, - XRaySourceIsocenterSecondaryAngle: Info{XRaySourceIsocenterSecondaryAngle, []string{"FD"}, "X-Ray Source Isocenter Secondary Angle", "XRaySourceIsocenterSecondaryAngle", "1", false}, - BreastSupportIsocenterPrimaryAngle: Info{BreastSupportIsocenterPrimaryAngle, []string{"FD"}, "Breast Support Isocenter Primary Angle", "BreastSupportIsocenterPrimaryAngle", "1", false}, - BreastSupportIsocenterSecondaryAngle: Info{BreastSupportIsocenterSecondaryAngle, []string{"FD"}, "Breast Support Isocenter Secondary Angle", "BreastSupportIsocenterSecondaryAngle", "1", false}, - BreastSupportXPositionToIsocenter: Info{BreastSupportXPositionToIsocenter, []string{"FD"}, "Breast Support X Position to Isocenter", "BreastSupportXPositionToIsocenter", "1", false}, - BreastSupportYPositionToIsocenter: Info{BreastSupportYPositionToIsocenter, []string{"FD"}, "Breast Support Y Position to Isocenter", "BreastSupportYPositionToIsocenter", "1", false}, - BreastSupportZPositionToIsocenter: Info{BreastSupportZPositionToIsocenter, []string{"FD"}, "Breast Support Z Position to Isocenter", "BreastSupportZPositionToIsocenter", "1", false}, - DetectorIsocenterPrimaryAngle: Info{DetectorIsocenterPrimaryAngle, []string{"FD"}, "Detector Isocenter Primary Angle", "DetectorIsocenterPrimaryAngle", "1", false}, - DetectorIsocenterSecondaryAngle: Info{DetectorIsocenterSecondaryAngle, []string{"FD"}, "Detector Isocenter Secondary Angle", "DetectorIsocenterSecondaryAngle", "1", false}, - DetectorXPositionToIsocenter: Info{DetectorXPositionToIsocenter, []string{"FD"}, "Detector X Position to Isocenter", "DetectorXPositionToIsocenter", "1", false}, - DetectorYPositionToIsocenter: Info{DetectorYPositionToIsocenter, []string{"FD"}, "Detector Y Position to Isocenter", "DetectorYPositionToIsocenter", "1", false}, - DetectorZPositionToIsocenter: Info{DetectorZPositionToIsocenter, []string{"FD"}, "Detector Z Position to Isocenter", "DetectorZPositionToIsocenter", "1", false}, - XRayGridSequence: Info{XRayGridSequence, []string{"SQ"}, "X-Ray Grid Sequence", "XRayGridSequence", "1", false}, - XRayFilterSequence: Info{XRayFilterSequence, []string{"SQ"}, "X-Ray Filter Sequence", "XRayFilterSequence", "1", false}, - DetectorActiveAreaTLHCPosition: Info{DetectorActiveAreaTLHCPosition, []string{"FD"}, "Detector Active Area TLHC Position", "DetectorActiveAreaTLHCPosition", "3", false}, - DetectorActiveAreaOrientation: Info{DetectorActiveAreaOrientation, []string{"FD"}, "Detector Active Area Orientation", "DetectorActiveAreaOrientation", "6", false}, - PositionerPrimaryAngleDirection: Info{PositionerPrimaryAngleDirection, []string{"CS"}, "Positioner Primary Angle Direction", "PositionerPrimaryAngleDirection", "1", false}, - DiffusionBMatrixSequence: Info{DiffusionBMatrixSequence, []string{"SQ"}, "Diffusion b-matrix Sequence", "DiffusionBMatrixSequence", "1", false}, - DiffusionBValueXX: Info{DiffusionBValueXX, []string{"FD"}, "Diffusion b-value XX", "DiffusionBValueXX", "1", false}, - DiffusionBValueXY: Info{DiffusionBValueXY, []string{"FD"}, "Diffusion b-value XY", "DiffusionBValueXY", "1", false}, - DiffusionBValueXZ: Info{DiffusionBValueXZ, []string{"FD"}, "Diffusion b-value XZ", "DiffusionBValueXZ", "1", false}, - DiffusionBValueYY: Info{DiffusionBValueYY, []string{"FD"}, "Diffusion b-value YY", "DiffusionBValueYY", "1", false}, - DiffusionBValueYZ: Info{DiffusionBValueYZ, []string{"FD"}, "Diffusion b-value YZ", "DiffusionBValueYZ", "1", false}, - DiffusionBValueZZ: Info{DiffusionBValueZZ, []string{"FD"}, "Diffusion b-value ZZ", "DiffusionBValueZZ", "1", false}, - FunctionalMRSequence: Info{FunctionalMRSequence, []string{"SQ"}, "Functional MR Sequence", "FunctionalMRSequence", "1", false}, - FunctionalSettlingPhaseFramesPresent: Info{FunctionalSettlingPhaseFramesPresent, []string{"CS"}, "Functional Settling Phase Frames Present", "FunctionalSettlingPhaseFramesPresent", "1", false}, - FunctionalSyncPulse: Info{FunctionalSyncPulse, []string{"DT"}, "Functional Sync Pulse", "FunctionalSyncPulse", "1", false}, - SettlingPhaseFrame: Info{SettlingPhaseFrame, []string{"CS"}, "Settling Phase Frame", "SettlingPhaseFrame", "1", false}, - DecayCorrectionDateTime: Info{DecayCorrectionDateTime, []string{"DT"}, "Decay Correction DateTime", "DecayCorrectionDateTime", "1", false}, - StartDensityThreshold: Info{StartDensityThreshold, []string{"FD"}, "Start Density Threshold", "StartDensityThreshold", "1", false}, - StartRelativeDensityDifferenceThreshold: Info{StartRelativeDensityDifferenceThreshold, []string{"FD"}, "Start Relative Density Difference Threshold", "StartRelativeDensityDifferenceThreshold", "1", false}, - StartCardiacTriggerCountThreshold: Info{StartCardiacTriggerCountThreshold, []string{"FD"}, "Start Cardiac Trigger Count Threshold", "StartCardiacTriggerCountThreshold", "1", false}, - StartRespiratoryTriggerCountThreshold: Info{StartRespiratoryTriggerCountThreshold, []string{"FD"}, "Start Respiratory Trigger Count Threshold", "StartRespiratoryTriggerCountThreshold", "1", false}, - TerminationCountsThreshold: Info{TerminationCountsThreshold, []string{"FD"}, "Termination Counts Threshold", "TerminationCountsThreshold", "1", false}, - TerminationDensityThreshold: Info{TerminationDensityThreshold, []string{"FD"}, "Termination Density Threshold", "TerminationDensityThreshold", "1", false}, - TerminationRelativeDensityThreshold: Info{TerminationRelativeDensityThreshold, []string{"FD"}, "Termination Relative Density Threshold", "TerminationRelativeDensityThreshold", "1", false}, - TerminationTimeThreshold: Info{TerminationTimeThreshold, []string{"FD"}, "Termination Time Threshold", "TerminationTimeThreshold", "1", false}, - TerminationCardiacTriggerCountThreshold: Info{TerminationCardiacTriggerCountThreshold, []string{"FD"}, "Termination Cardiac Trigger Count Threshold", "TerminationCardiacTriggerCountThreshold", "1", false}, - TerminationRespiratoryTriggerCountThreshold: Info{TerminationRespiratoryTriggerCountThreshold, []string{"FD"}, "Termination Respiratory Trigger Count Threshold", "TerminationRespiratoryTriggerCountThreshold", "1", false}, - DetectorGeometry: Info{DetectorGeometry, []string{"CS"}, "Detector Geometry", "DetectorGeometry", "1", false}, - TransverseDetectorSeparation: Info{TransverseDetectorSeparation, []string{"FD"}, "Transverse Detector Separation", "TransverseDetectorSeparation", "1", false}, - AxialDetectorDimension: Info{AxialDetectorDimension, []string{"FD"}, "Axial Detector Dimension", "AxialDetectorDimension", "1", false}, - RadiopharmaceuticalAgentNumber: Info{RadiopharmaceuticalAgentNumber, []string{"US"}, "Radiopharmaceutical Agent Number", "RadiopharmaceuticalAgentNumber", "1", false}, - PETFrameAcquisitionSequence: Info{PETFrameAcquisitionSequence, []string{"SQ"}, "PET Frame Acquisition Sequence", "PETFrameAcquisitionSequence", "1", false}, - PETDetectorMotionDetailsSequence: Info{PETDetectorMotionDetailsSequence, []string{"SQ"}, "PET Detector Motion Details Sequence", "PETDetectorMotionDetailsSequence", "1", false}, - PETTableDynamicsSequence: Info{PETTableDynamicsSequence, []string{"SQ"}, "PET Table Dynamics Sequence", "PETTableDynamicsSequence", "1", false}, - PETPositionSequence: Info{PETPositionSequence, []string{"SQ"}, "PET Position Sequence", "PETPositionSequence", "1", false}, - PETFrameCorrectionFactorsSequence: Info{PETFrameCorrectionFactorsSequence, []string{"SQ"}, "PET Frame Correction Factors Sequence", "PETFrameCorrectionFactorsSequence", "1", false}, - RadiopharmaceuticalUsageSequence: Info{RadiopharmaceuticalUsageSequence, []string{"SQ"}, "Radiopharmaceutical Usage Sequence", "RadiopharmaceuticalUsageSequence", "1", false}, - AttenuationCorrectionSource: Info{AttenuationCorrectionSource, []string{"CS"}, "Attenuation Correction Source", "AttenuationCorrectionSource", "1", false}, - NumberOfIterations: Info{NumberOfIterations, []string{"US"}, "Number of Iterations", "NumberOfIterations", "1", false}, - NumberOfSubsets: Info{NumberOfSubsets, []string{"US"}, "Number of Subsets", "NumberOfSubsets", "1", false}, - PETReconstructionSequence: Info{PETReconstructionSequence, []string{"SQ"}, "PET Reconstruction Sequence", "PETReconstructionSequence", "1", false}, - PETFrameTypeSequence: Info{PETFrameTypeSequence, []string{"SQ"}, "PET Frame Type Sequence", "PETFrameTypeSequence", "1", false}, - TimeOfFlightInformationUsed: Info{TimeOfFlightInformationUsed, []string{"CS"}, "Time of Flight Information Used", "TimeOfFlightInformationUsed", "1", false}, - ReconstructionType: Info{ReconstructionType, []string{"CS"}, "Reconstruction Type", "ReconstructionType", "1", false}, - DecayCorrected: Info{DecayCorrected, []string{"CS"}, "Decay Corrected", "DecayCorrected", "1", false}, - AttenuationCorrected: Info{AttenuationCorrected, []string{"CS"}, "Attenuation Corrected", "AttenuationCorrected", "1", false}, - ScatterCorrected: Info{ScatterCorrected, []string{"CS"}, "Scatter Corrected", "ScatterCorrected", "1", false}, - DeadTimeCorrected: Info{DeadTimeCorrected, []string{"CS"}, "Dead Time Corrected", "DeadTimeCorrected", "1", false}, - GantryMotionCorrected: Info{GantryMotionCorrected, []string{"CS"}, "Gantry Motion Corrected", "GantryMotionCorrected", "1", false}, - PatientMotionCorrected: Info{PatientMotionCorrected, []string{"CS"}, "Patient Motion Corrected", "PatientMotionCorrected", "1", false}, - CountLossNormalizationCorrected: Info{CountLossNormalizationCorrected, []string{"CS"}, "Count Loss Normalization Corrected", "CountLossNormalizationCorrected", "1", false}, - RandomsCorrected: Info{RandomsCorrected, []string{"CS"}, "Randoms Corrected", "RandomsCorrected", "1", false}, - NonUniformRadialSamplingCorrected: Info{NonUniformRadialSamplingCorrected, []string{"CS"}, "Non-uniform Radial Sampling Corrected", "NonUniformRadialSamplingCorrected", "1", false}, - SensitivityCalibrated: Info{SensitivityCalibrated, []string{"CS"}, "Sensitivity Calibrated", "SensitivityCalibrated", "1", false}, - DetectorNormalizationCorrection: Info{DetectorNormalizationCorrection, []string{"CS"}, "Detector Normalization Correction", "DetectorNormalizationCorrection", "1", false}, - IterativeReconstructionMethod: Info{IterativeReconstructionMethod, []string{"CS"}, "Iterative Reconstruction Method", "IterativeReconstructionMethod", "1", false}, - AttenuationCorrectionTemporalRelationship: Info{AttenuationCorrectionTemporalRelationship, []string{"CS"}, "Attenuation Correction Temporal Relationship", "AttenuationCorrectionTemporalRelationship", "1", false}, - PatientPhysiologicalStateSequence: Info{PatientPhysiologicalStateSequence, []string{"SQ"}, "Patient Physiological State Sequence", "PatientPhysiologicalStateSequence", "1", false}, - PatientPhysiologicalStateCodeSequence: Info{PatientPhysiologicalStateCodeSequence, []string{"SQ"}, "Patient Physiological State Code Sequence", "PatientPhysiologicalStateCodeSequence", "1", false}, - DepthsOfFocus: Info{DepthsOfFocus, []string{"FD"}, "Depth(s) of Focus", "DepthsOfFocus", "1-n", false}, - ExcludedIntervalsSequence: Info{ExcludedIntervalsSequence, []string{"SQ"}, "Excluded Intervals Sequence", "ExcludedIntervalsSequence", "1", false}, - ExclusionStartDateTime: Info{ExclusionStartDateTime, []string{"DT"}, "Exclusion Start DateTime", "ExclusionStartDateTime", "1", false}, - ExclusionDuration: Info{ExclusionDuration, []string{"FD"}, "Exclusion Duration", "ExclusionDuration", "1", false}, - USImageDescriptionSequence: Info{USImageDescriptionSequence, []string{"SQ"}, "US Image Description Sequence", "USImageDescriptionSequence", "1", false}, - ImageDataTypeSequence: Info{ImageDataTypeSequence, []string{"SQ"}, "Image Data Type Sequence", "ImageDataTypeSequence", "1", false}, - DataType: Info{DataType, []string{"CS"}, "Data Type", "DataType", "1", false}, - TransducerScanPatternCodeSequence: Info{TransducerScanPatternCodeSequence, []string{"SQ"}, "Transducer Scan Pattern Code Sequence", "TransducerScanPatternCodeSequence", "1", false}, - AliasedDataType: Info{AliasedDataType, []string{"CS"}, "Aliased Data Type", "AliasedDataType", "1", false}, - PositionMeasuringDeviceUsed: Info{PositionMeasuringDeviceUsed, []string{"CS"}, "Position Measuring Device Used", "PositionMeasuringDeviceUsed", "1", false}, - TransducerGeometryCodeSequence: Info{TransducerGeometryCodeSequence, []string{"SQ"}, "Transducer Geometry Code Sequence", "TransducerGeometryCodeSequence", "1", false}, - TransducerBeamSteeringCodeSequence: Info{TransducerBeamSteeringCodeSequence, []string{"SQ"}, "Transducer Beam Steering Code Sequence", "TransducerBeamSteeringCodeSequence", "1", false}, - TransducerApplicationCodeSequence: Info{TransducerApplicationCodeSequence, []string{"SQ"}, "Transducer Application Code Sequence", "TransducerApplicationCodeSequence", "1", false}, - ZeroVelocityPixelValue: Info{ZeroVelocityPixelValue, []string{"US", "SS"}, "Zero Velocity Pixel Value", "ZeroVelocityPixelValue", "1", false}, - PhotoacousticExcitationCharacteristicsSequence: Info{PhotoacousticExcitationCharacteristicsSequence, []string{"SQ"}, "Photoacoustic Excitation Characteristics Sequence", "PhotoacousticExcitationCharacteristicsSequence", "1", false}, - ExcitationSpectralWidth: Info{ExcitationSpectralWidth, []string{"FD"}, "Excitation Spectral Width", "ExcitationSpectralWidth", "1", false}, - ExcitationEnergy: Info{ExcitationEnergy, []string{"FD"}, "Excitation Energy", "ExcitationEnergy", "1", false}, - ExcitationPulseDuration: Info{ExcitationPulseDuration, []string{"FD"}, "Excitation Pulse Duration", "ExcitationPulseDuration", "1", false}, - ExcitationWavelengthSequence: Info{ExcitationWavelengthSequence, []string{"SQ"}, "Excitation Wavelength Sequence", "ExcitationWavelengthSequence", "1", false}, - ExcitationWavelength: Info{ExcitationWavelength, []string{"FD"}, "Excitation Wavelength", "ExcitationWavelength", "1", false}, - IlluminationTranslationFlag: Info{IlluminationTranslationFlag, []string{"CS"}, "Illumination Translation Flag", "IlluminationTranslationFlag", "1", false}, - AcousticCouplingMediumFlag: Info{AcousticCouplingMediumFlag, []string{"CS"}, "Acoustic Coupling Medium Flag", "AcousticCouplingMediumFlag", "1", false}, - AcousticCouplingMediumCodeSequence: Info{AcousticCouplingMediumCodeSequence, []string{"SQ"}, "Acoustic Coupling Medium Code Sequence", "AcousticCouplingMediumCodeSequence", "1", false}, - AcousticCouplingMediumTemperature: Info{AcousticCouplingMediumTemperature, []string{"FD"}, "Acoustic Coupling Medium Temperature", "AcousticCouplingMediumTemperature", "1", false}, - TransducerResponseSequence: Info{TransducerResponseSequence, []string{"SQ"}, "Transducer Response Sequence", "TransducerResponseSequence", "1", false}, - CenterFrequency: Info{CenterFrequency, []string{"FD"}, "Center Frequency", "CenterFrequency", "1", false}, - FractionalBandwidth: Info{FractionalBandwidth, []string{"FD"}, "Fractional Bandwidth", "FractionalBandwidth", "1", false}, - LowerCutoffFrequency: Info{LowerCutoffFrequency, []string{"FD"}, "Lower Cutoff Frequency", "LowerCutoffFrequency", "1", false}, - UpperCutoffFrequency: Info{UpperCutoffFrequency, []string{"FD"}, "Upper Cutoff Frequency", "UpperCutoffFrequency", "1", false}, - TransducerTechnologySequence: Info{TransducerTechnologySequence, []string{"SQ"}, "Transducer Technology Sequence", "TransducerTechnologySequence", "1", false}, - SoundSpeedCorrectionMechanismCodeSequence: Info{SoundSpeedCorrectionMechanismCodeSequence, []string{"SQ"}, "Sound Speed Correction Mechanism Code Sequence", "SoundSpeedCorrectionMechanismCodeSequence", "1", false}, - ObjectSoundSpeed: Info{ObjectSoundSpeed, []string{"FD"}, "Object Sound Speed", "ObjectSoundSpeed", "1", false}, - AcousticCouplingMediumSoundSpeed: Info{AcousticCouplingMediumSoundSpeed, []string{"FD"}, "Acoustic Coupling Medium Sound Speed", "AcousticCouplingMediumSoundSpeed", "1", false}, - PhotoacousticImageFrameTypeSequence: Info{PhotoacousticImageFrameTypeSequence, []string{"SQ"}, "Photoacoustic Image Frame Type Sequence", "PhotoacousticImageFrameTypeSequence", "1", false}, - ImageDataTypeCodeSequence: Info{ImageDataTypeCodeSequence, []string{"SQ"}, "Image Data Type Code Sequence", "ImageDataTypeCodeSequence", "1", false}, - ReferenceLocationLabel: Info{ReferenceLocationLabel, []string{"LO"}, "Reference Location Label", "ReferenceLocationLabel", "1", false}, - ReferenceLocationDescription: Info{ReferenceLocationDescription, []string{"UT"}, "Reference Location Description", "ReferenceLocationDescription", "1", false}, - ReferenceBasisCodeSequence: Info{ReferenceBasisCodeSequence, []string{"SQ"}, "Reference Basis Code Sequence", "ReferenceBasisCodeSequence", "1", false}, - ReferenceGeometryCodeSequence: Info{ReferenceGeometryCodeSequence, []string{"SQ"}, "Reference Geometry Code Sequence", "ReferenceGeometryCodeSequence", "1", false}, - OffsetDistance: Info{OffsetDistance, []string{"DS"}, "Offset Distance", "OffsetDistance", "1", false}, - OffsetDirection: Info{OffsetDirection, []string{"CS"}, "Offset Direction", "OffsetDirection", "1", false}, - PotentialScheduledProtocolCodeSequence: Info{PotentialScheduledProtocolCodeSequence, []string{"SQ"}, "Potential Scheduled Protocol Code Sequence", "PotentialScheduledProtocolCodeSequence", "1", false}, - PotentialRequestedProcedureCodeSequence: Info{PotentialRequestedProcedureCodeSequence, []string{"SQ"}, "Potential Requested Procedure Code Sequence", "PotentialRequestedProcedureCodeSequence", "1", false}, - PotentialReasonsForProcedure: Info{PotentialReasonsForProcedure, []string{"UC"}, "Potential Reasons for Procedure", "PotentialReasonsForProcedure", "1-n", false}, - PotentialReasonsForProcedureCodeSequence: Info{PotentialReasonsForProcedureCodeSequence, []string{"SQ"}, "Potential Reasons for Procedure Code Sequence", "PotentialReasonsForProcedureCodeSequence", "1", false}, - PotentialDiagnosticTasks: Info{PotentialDiagnosticTasks, []string{"UC"}, "Potential Diagnostic Tasks", "PotentialDiagnosticTasks", "1-n", false}, - ContraindicationsCodeSequence: Info{ContraindicationsCodeSequence, []string{"SQ"}, "Contraindications Code Sequence", "ContraindicationsCodeSequence", "1", false}, - ReferencedDefinedProtocolSequence: Info{ReferencedDefinedProtocolSequence, []string{"SQ"}, "Referenced Defined Protocol Sequence", "ReferencedDefinedProtocolSequence", "1", false}, - ReferencedPerformedProtocolSequence: Info{ReferencedPerformedProtocolSequence, []string{"SQ"}, "Referenced Performed Protocol Sequence", "ReferencedPerformedProtocolSequence", "1", false}, - PredecessorProtocolSequence: Info{PredecessorProtocolSequence, []string{"SQ"}, "Predecessor Protocol Sequence", "PredecessorProtocolSequence", "1", false}, - ProtocolPlanningInformation: Info{ProtocolPlanningInformation, []string{"UT"}, "Protocol Planning Information", "ProtocolPlanningInformation", "1", false}, - ProtocolDesignRationale: Info{ProtocolDesignRationale, []string{"UT"}, "Protocol Design Rationale", "ProtocolDesignRationale", "1", false}, - PatientSpecificationSequence: Info{PatientSpecificationSequence, []string{"SQ"}, "Patient Specification Sequence", "PatientSpecificationSequence", "1", false}, - ModelSpecificationSequence: Info{ModelSpecificationSequence, []string{"SQ"}, "Model Specification Sequence", "ModelSpecificationSequence", "1", false}, - ParametersSpecificationSequence: Info{ParametersSpecificationSequence, []string{"SQ"}, "Parameters Specification Sequence", "ParametersSpecificationSequence", "1", false}, - InstructionSequence: Info{InstructionSequence, []string{"SQ"}, "Instruction Sequence", "InstructionSequence", "1", false}, - InstructionIndex: Info{InstructionIndex, []string{"US"}, "Instruction Index", "InstructionIndex", "1", false}, - InstructionText: Info{InstructionText, []string{"LO"}, "Instruction Text", "InstructionText", "1", false}, - InstructionDescription: Info{InstructionDescription, []string{"UT"}, "Instruction Description", "InstructionDescription", "1", false}, - InstructionPerformedFlag: Info{InstructionPerformedFlag, []string{"CS"}, "Instruction Performed Flag", "InstructionPerformedFlag", "1", false}, - InstructionPerformedDateTime: Info{InstructionPerformedDateTime, []string{"DT"}, "Instruction Performed DateTime", "InstructionPerformedDateTime", "1", false}, - InstructionPerformanceComment: Info{InstructionPerformanceComment, []string{"UT"}, "Instruction Performance Comment", "InstructionPerformanceComment", "1", false}, - PatientPositioningInstructionSequence: Info{PatientPositioningInstructionSequence, []string{"SQ"}, "Patient Positioning Instruction Sequence", "PatientPositioningInstructionSequence", "1", false}, - PositioningMethodCodeSequence: Info{PositioningMethodCodeSequence, []string{"SQ"}, "Positioning Method Code Sequence", "PositioningMethodCodeSequence", "1", false}, - PositioningLandmarkSequence: Info{PositioningLandmarkSequence, []string{"SQ"}, "Positioning Landmark Sequence", "PositioningLandmarkSequence", "1", false}, - TargetFrameOfReferenceUID: Info{TargetFrameOfReferenceUID, []string{"UI"}, "Target Frame of Reference UID", "TargetFrameOfReferenceUID", "1", false}, - AcquisitionProtocolElementSpecificationSequence: Info{AcquisitionProtocolElementSpecificationSequence, []string{"SQ"}, "Acquisition Protocol Element Specification Sequence", "AcquisitionProtocolElementSpecificationSequence", "1", false}, - AcquisitionProtocolElementSequence: Info{AcquisitionProtocolElementSequence, []string{"SQ"}, "Acquisition Protocol Element Sequence", "AcquisitionProtocolElementSequence", "1", false}, - ProtocolElementNumber: Info{ProtocolElementNumber, []string{"US"}, "Protocol Element Number", "ProtocolElementNumber", "1", false}, - ProtocolElementName: Info{ProtocolElementName, []string{"LO"}, "Protocol Element Name", "ProtocolElementName", "1", false}, - ProtocolElementCharacteristicsSummary: Info{ProtocolElementCharacteristicsSummary, []string{"UT"}, "Protocol Element Characteristics Summary", "ProtocolElementCharacteristicsSummary", "1", false}, - ProtocolElementPurpose: Info{ProtocolElementPurpose, []string{"UT"}, "Protocol Element Purpose", "ProtocolElementPurpose", "1", false}, - AcquisitionMotion: Info{AcquisitionMotion, []string{"CS"}, "Acquisition Motion", "AcquisitionMotion", "1", false}, - AcquisitionStartLocationSequence: Info{AcquisitionStartLocationSequence, []string{"SQ"}, "Acquisition Start Location Sequence", "AcquisitionStartLocationSequence", "1", false}, - AcquisitionEndLocationSequence: Info{AcquisitionEndLocationSequence, []string{"SQ"}, "Acquisition End Location Sequence", "AcquisitionEndLocationSequence", "1", false}, + ColumnAngulationPatient: Info{ColumnAngulationPatient, []string{"FL"}, "Column Angulation (Patient)", "ColumnAngulationPatient", "1", false}, + BeamAngle: Info{BeamAngle, []string{"FL"}, "Beam Angle", "BeamAngle", "1", false}, + FrameDetectorParametersSequence: Info{FrameDetectorParametersSequence, []string{"SQ"}, "Frame Detector Parameters Sequence", "FrameDetectorParametersSequence", "1", false}, + CalculatedAnatomyThickness: Info{CalculatedAnatomyThickness, []string{"FL"}, "Calculated Anatomy Thickness", "CalculatedAnatomyThickness", "1", false}, + CalibrationSequence: Info{CalibrationSequence, []string{"SQ"}, "Calibration Sequence", "CalibrationSequence", "1", false}, + ObjectThicknessSequence: Info{ObjectThicknessSequence, []string{"SQ"}, "Object Thickness Sequence", "ObjectThicknessSequence", "1", false}, + PlaneIdentification: Info{PlaneIdentification, []string{"CS"}, "Plane Identification", "PlaneIdentification", "1", false}, + FieldOfViewDimensionsInFloat: Info{FieldOfViewDimensionsInFloat, []string{"FL"}, "Field of View Dimension(s) in Float", "FieldOfViewDimensionsInFloat", "1-2", false}, + IsocenterReferenceSystemSequence: Info{IsocenterReferenceSystemSequence, []string{"SQ"}, "Isocenter Reference System Sequence", "IsocenterReferenceSystemSequence", "1", false}, + PositionerIsocenterPrimaryAngle: Info{PositionerIsocenterPrimaryAngle, []string{"FL"}, "Positioner Isocenter Primary Angle", "PositionerIsocenterPrimaryAngle", "1", false}, + PositionerIsocenterSecondaryAngle: Info{PositionerIsocenterSecondaryAngle, []string{"FL"}, "Positioner Isocenter Secondary Angle", "PositionerIsocenterSecondaryAngle", "1", false}, + PositionerIsocenterDetectorRotationAngle: Info{PositionerIsocenterDetectorRotationAngle, []string{"FL"}, "Positioner Isocenter Detector Rotation Angle", "PositionerIsocenterDetectorRotationAngle", "1", false}, + TableXPositionToIsocenter: Info{TableXPositionToIsocenter, []string{"FL"}, "Table X Position to Isocenter", "TableXPositionToIsocenter", "1", false}, + TableYPositionToIsocenter: Info{TableYPositionToIsocenter, []string{"FL"}, "Table Y Position to Isocenter", "TableYPositionToIsocenter", "1", false}, + TableZPositionToIsocenter: Info{TableZPositionToIsocenter, []string{"FL"}, "Table Z Position to Isocenter", "TableZPositionToIsocenter", "1", false}, + TableHorizontalRotationAngle: Info{TableHorizontalRotationAngle, []string{"FL"}, "Table Horizontal Rotation Angle", "TableHorizontalRotationAngle", "1", false}, + TableHeadTiltAngle: Info{TableHeadTiltAngle, []string{"FL"}, "Table Head Tilt Angle", "TableHeadTiltAngle", "1", false}, + TableCradleTiltAngle: Info{TableCradleTiltAngle, []string{"FL"}, "Table Cradle Tilt Angle", "TableCradleTiltAngle", "1", false}, + FrameDisplayShutterSequence: Info{FrameDisplayShutterSequence, []string{"SQ"}, "Frame Display Shutter Sequence", "FrameDisplayShutterSequence", "1", false}, + AcquiredImageAreaDoseProduct: Info{AcquiredImageAreaDoseProduct, []string{"FL"}, "Acquired Image Area Dose Product", "AcquiredImageAreaDoseProduct", "1", false}, + CArmPositionerTabletopRelationship: Info{CArmPositionerTabletopRelationship, []string{"CS"}, "C-arm Positioner Tabletop Relationship", "CArmPositionerTabletopRelationship", "1", false}, + XRayGeometrySequence: Info{XRayGeometrySequence, []string{"SQ"}, "X-Ray Geometry Sequence", "XRayGeometrySequence", "1", false}, + IrradiationEventIdentificationSequence: Info{IrradiationEventIdentificationSequence, []string{"SQ"}, "Irradiation Event Identification Sequence", "IrradiationEventIdentificationSequence", "1", false}, + XRay3DFrameTypeSequence: Info{XRay3DFrameTypeSequence, []string{"SQ"}, "X-Ray 3D Frame Type Sequence", "XRay3DFrameTypeSequence", "1", false}, + ContributingSourcesSequence: Info{ContributingSourcesSequence, []string{"SQ"}, "Contributing Sources Sequence", "ContributingSourcesSequence", "1", false}, + XRay3DAcquisitionSequence: Info{XRay3DAcquisitionSequence, []string{"SQ"}, "X-Ray 3D Acquisition Sequence", "XRay3DAcquisitionSequence", "1", false}, + PrimaryPositionerScanArc: Info{PrimaryPositionerScanArc, []string{"FL"}, "Primary Positioner Scan Arc", "PrimaryPositionerScanArc", "1", false}, + SecondaryPositionerScanArc: Info{SecondaryPositionerScanArc, []string{"FL"}, "Secondary Positioner Scan Arc", "SecondaryPositionerScanArc", "1", false}, + PrimaryPositionerScanStartAngle: Info{PrimaryPositionerScanStartAngle, []string{"FL"}, "Primary Positioner Scan Start Angle", "PrimaryPositionerScanStartAngle", "1", false}, + SecondaryPositionerScanStartAngle: Info{SecondaryPositionerScanStartAngle, []string{"FL"}, "Secondary Positioner Scan Start Angle", "SecondaryPositionerScanStartAngle", "1", false}, + PrimaryPositionerIncrement: Info{PrimaryPositionerIncrement, []string{"FL"}, "Primary Positioner Increment", "PrimaryPositionerIncrement", "1", false}, + SecondaryPositionerIncrement: Info{SecondaryPositionerIncrement, []string{"FL"}, "Secondary Positioner Increment", "SecondaryPositionerIncrement", "1", false}, + StartAcquisitionDateTime: Info{StartAcquisitionDateTime, []string{"DT"}, "Start Acquisition DateTime", "StartAcquisitionDateTime", "1", false}, + EndAcquisitionDateTime: Info{EndAcquisitionDateTime, []string{"DT"}, "End Acquisition DateTime", "EndAcquisitionDateTime", "1", false}, + PrimaryPositionerIncrementSign: Info{PrimaryPositionerIncrementSign, []string{"SS"}, "Primary Positioner Increment Sign", "PrimaryPositionerIncrementSign", "1", false}, + SecondaryPositionerIncrementSign: Info{SecondaryPositionerIncrementSign, []string{"SS"}, "Secondary Positioner Increment Sign", "SecondaryPositionerIncrementSign", "1", false}, + ApplicationName: Info{ApplicationName, []string{"LO"}, "Application Name", "ApplicationName", "1", false}, + ApplicationVersion: Info{ApplicationVersion, []string{"LO"}, "Application Version", "ApplicationVersion", "1", false}, + ApplicationManufacturer: Info{ApplicationManufacturer, []string{"LO"}, "Application Manufacturer", "ApplicationManufacturer", "1", false}, + AlgorithmType: Info{AlgorithmType, []string{"CS"}, "Algorithm Type", "AlgorithmType", "1", false}, + AlgorithmDescription: Info{AlgorithmDescription, []string{"LO"}, "Algorithm Description", "AlgorithmDescription", "1", false}, + XRay3DReconstructionSequence: Info{XRay3DReconstructionSequence, []string{"SQ"}, "X-Ray 3D Reconstruction Sequence", "XRay3DReconstructionSequence", "1", false}, + ReconstructionDescription: Info{ReconstructionDescription, []string{"LO"}, "Reconstruction Description", "ReconstructionDescription", "1", false}, + PerProjectionAcquisitionSequence: Info{PerProjectionAcquisitionSequence, []string{"SQ"}, "Per Projection Acquisition Sequence", "PerProjectionAcquisitionSequence", "1", false}, + DetectorPositionSequence: Info{DetectorPositionSequence, []string{"SQ"}, "Detector Position Sequence", "DetectorPositionSequence", "1", false}, + XRayAcquisitionDoseSequence: Info{XRayAcquisitionDoseSequence, []string{"SQ"}, "X-Ray Acquisition Dose Sequence", "XRayAcquisitionDoseSequence", "1", false}, + XRaySourceIsocenterPrimaryAngle: Info{XRaySourceIsocenterPrimaryAngle, []string{"FD"}, "X-Ray Source Isocenter Primary Angle", "XRaySourceIsocenterPrimaryAngle", "1", false}, + XRaySourceIsocenterSecondaryAngle: Info{XRaySourceIsocenterSecondaryAngle, []string{"FD"}, "X-Ray Source Isocenter Secondary Angle", "XRaySourceIsocenterSecondaryAngle", "1", false}, + BreastSupportIsocenterPrimaryAngle: Info{BreastSupportIsocenterPrimaryAngle, []string{"FD"}, "Breast Support Isocenter Primary Angle", "BreastSupportIsocenterPrimaryAngle", "1", false}, + BreastSupportIsocenterSecondaryAngle: Info{BreastSupportIsocenterSecondaryAngle, []string{"FD"}, "Breast Support Isocenter Secondary Angle", "BreastSupportIsocenterSecondaryAngle", "1", false}, + BreastSupportXPositionToIsocenter: Info{BreastSupportXPositionToIsocenter, []string{"FD"}, "Breast Support X Position to Isocenter", "BreastSupportXPositionToIsocenter", "1", false}, + BreastSupportYPositionToIsocenter: Info{BreastSupportYPositionToIsocenter, []string{"FD"}, "Breast Support Y Position to Isocenter", "BreastSupportYPositionToIsocenter", "1", false}, + BreastSupportZPositionToIsocenter: Info{BreastSupportZPositionToIsocenter, []string{"FD"}, "Breast Support Z Position to Isocenter", "BreastSupportZPositionToIsocenter", "1", false}, + DetectorIsocenterPrimaryAngle: Info{DetectorIsocenterPrimaryAngle, []string{"FD"}, "Detector Isocenter Primary Angle", "DetectorIsocenterPrimaryAngle", "1", false}, + DetectorIsocenterSecondaryAngle: Info{DetectorIsocenterSecondaryAngle, []string{"FD"}, "Detector Isocenter Secondary Angle", "DetectorIsocenterSecondaryAngle", "1", false}, + DetectorXPositionToIsocenter: Info{DetectorXPositionToIsocenter, []string{"FD"}, "Detector X Position to Isocenter", "DetectorXPositionToIsocenter", "1", false}, + DetectorYPositionToIsocenter: Info{DetectorYPositionToIsocenter, []string{"FD"}, "Detector Y Position to Isocenter", "DetectorYPositionToIsocenter", "1", false}, + DetectorZPositionToIsocenter: Info{DetectorZPositionToIsocenter, []string{"FD"}, "Detector Z Position to Isocenter", "DetectorZPositionToIsocenter", "1", false}, + XRayGridSequence: Info{XRayGridSequence, []string{"SQ"}, "X-Ray Grid Sequence", "XRayGridSequence", "1", false}, + XRayFilterSequence: Info{XRayFilterSequence, []string{"SQ"}, "X-Ray Filter Sequence", "XRayFilterSequence", "1", false}, + DetectorActiveAreaTLHCPosition: Info{DetectorActiveAreaTLHCPosition, []string{"FD"}, "Detector Active Area TLHC Position", "DetectorActiveAreaTLHCPosition", "3", false}, + DetectorActiveAreaOrientation: Info{DetectorActiveAreaOrientation, []string{"FD"}, "Detector Active Area Orientation", "DetectorActiveAreaOrientation", "6", false}, + PositionerPrimaryAngleDirection: Info{PositionerPrimaryAngleDirection, []string{"CS"}, "Positioner Primary Angle Direction", "PositionerPrimaryAngleDirection", "1", false}, + DiffusionBMatrixSequence: Info{DiffusionBMatrixSequence, []string{"SQ"}, "Diffusion b-matrix Sequence", "DiffusionBMatrixSequence", "1", false}, + DiffusionBValueXX: Info{DiffusionBValueXX, []string{"FD"}, "Diffusion b-value XX", "DiffusionBValueXX", "1", false}, + DiffusionBValueXY: Info{DiffusionBValueXY, []string{"FD"}, "Diffusion b-value XY", "DiffusionBValueXY", "1", false}, + DiffusionBValueXZ: Info{DiffusionBValueXZ, []string{"FD"}, "Diffusion b-value XZ", "DiffusionBValueXZ", "1", false}, + DiffusionBValueYY: Info{DiffusionBValueYY, []string{"FD"}, "Diffusion b-value YY", "DiffusionBValueYY", "1", false}, + DiffusionBValueYZ: Info{DiffusionBValueYZ, []string{"FD"}, "Diffusion b-value YZ", "DiffusionBValueYZ", "1", false}, + DiffusionBValueZZ: Info{DiffusionBValueZZ, []string{"FD"}, "Diffusion b-value ZZ", "DiffusionBValueZZ", "1", false}, + FunctionalMRSequence: Info{FunctionalMRSequence, []string{"SQ"}, "Functional MR Sequence", "FunctionalMRSequence", "1", false}, + FunctionalSettlingPhaseFramesPresent: Info{FunctionalSettlingPhaseFramesPresent, []string{"CS"}, "Functional Settling Phase Frames Present", "FunctionalSettlingPhaseFramesPresent", "1", false}, + FunctionalSyncPulse: Info{FunctionalSyncPulse, []string{"DT"}, "Functional Sync Pulse", "FunctionalSyncPulse", "1", false}, + SettlingPhaseFrame: Info{SettlingPhaseFrame, []string{"CS"}, "Settling Phase Frame", "SettlingPhaseFrame", "1", false}, + DecayCorrectionDateTime: Info{DecayCorrectionDateTime, []string{"DT"}, "Decay Correction DateTime", "DecayCorrectionDateTime", "1", false}, + StartDensityThreshold: Info{StartDensityThreshold, []string{"FD"}, "Start Density Threshold", "StartDensityThreshold", "1", false}, + StartRelativeDensityDifferenceThreshold: Info{StartRelativeDensityDifferenceThreshold, []string{"FD"}, "Start Relative Density Difference Threshold", "StartRelativeDensityDifferenceThreshold", "1", false}, + StartCardiacTriggerCountThreshold: Info{StartCardiacTriggerCountThreshold, []string{"FD"}, "Start Cardiac Trigger Count Threshold", "StartCardiacTriggerCountThreshold", "1", false}, + StartRespiratoryTriggerCountThreshold: Info{StartRespiratoryTriggerCountThreshold, []string{"FD"}, "Start Respiratory Trigger Count Threshold", "StartRespiratoryTriggerCountThreshold", "1", false}, + TerminationCountsThreshold: Info{TerminationCountsThreshold, []string{"FD"}, "Termination Counts Threshold", "TerminationCountsThreshold", "1", false}, + TerminationDensityThreshold: Info{TerminationDensityThreshold, []string{"FD"}, "Termination Density Threshold", "TerminationDensityThreshold", "1", false}, + TerminationRelativeDensityThreshold: Info{TerminationRelativeDensityThreshold, []string{"FD"}, "Termination Relative Density Threshold", "TerminationRelativeDensityThreshold", "1", false}, + TerminationTimeThreshold: Info{TerminationTimeThreshold, []string{"FD"}, "Termination Time Threshold", "TerminationTimeThreshold", "1", false}, + TerminationCardiacTriggerCountThreshold: Info{TerminationCardiacTriggerCountThreshold, []string{"FD"}, "Termination Cardiac Trigger Count Threshold", "TerminationCardiacTriggerCountThreshold", "1", false}, + TerminationRespiratoryTriggerCountThreshold: Info{TerminationRespiratoryTriggerCountThreshold, []string{"FD"}, "Termination Respiratory Trigger Count Threshold", "TerminationRespiratoryTriggerCountThreshold", "1", false}, + DetectorGeometry: Info{DetectorGeometry, []string{"CS"}, "Detector Geometry", "DetectorGeometry", "1", false}, + TransverseDetectorSeparation: Info{TransverseDetectorSeparation, []string{"FD"}, "Transverse Detector Separation", "TransverseDetectorSeparation", "1", false}, + AxialDetectorDimension: Info{AxialDetectorDimension, []string{"FD"}, "Axial Detector Dimension", "AxialDetectorDimension", "1", false}, + RadiopharmaceuticalAgentNumber: Info{RadiopharmaceuticalAgentNumber, []string{"US"}, "Radiopharmaceutical Agent Number", "RadiopharmaceuticalAgentNumber", "1", false}, + PETFrameAcquisitionSequence: Info{PETFrameAcquisitionSequence, []string{"SQ"}, "PET Frame Acquisition Sequence", "PETFrameAcquisitionSequence", "1", false}, + PETDetectorMotionDetailsSequence: Info{PETDetectorMotionDetailsSequence, []string{"SQ"}, "PET Detector Motion Details Sequence", "PETDetectorMotionDetailsSequence", "1", false}, + PETTableDynamicsSequence: Info{PETTableDynamicsSequence, []string{"SQ"}, "PET Table Dynamics Sequence", "PETTableDynamicsSequence", "1", false}, + PETPositionSequence: Info{PETPositionSequence, []string{"SQ"}, "PET Position Sequence", "PETPositionSequence", "1", false}, + PETFrameCorrectionFactorsSequence: Info{PETFrameCorrectionFactorsSequence, []string{"SQ"}, "PET Frame Correction Factors Sequence", "PETFrameCorrectionFactorsSequence", "1", false}, + RadiopharmaceuticalUsageSequence: Info{RadiopharmaceuticalUsageSequence, []string{"SQ"}, "Radiopharmaceutical Usage Sequence", "RadiopharmaceuticalUsageSequence", "1", false}, + AttenuationCorrectionSource: Info{AttenuationCorrectionSource, []string{"CS"}, "Attenuation Correction Source", "AttenuationCorrectionSource", "1", false}, + NumberOfIterations: Info{NumberOfIterations, []string{"US"}, "Number of Iterations", "NumberOfIterations", "1", false}, + NumberOfSubsets: Info{NumberOfSubsets, []string{"US"}, "Number of Subsets", "NumberOfSubsets", "1", false}, + PETReconstructionSequence: Info{PETReconstructionSequence, []string{"SQ"}, "PET Reconstruction Sequence", "PETReconstructionSequence", "1", false}, + PETFrameTypeSequence: Info{PETFrameTypeSequence, []string{"SQ"}, "PET Frame Type Sequence", "PETFrameTypeSequence", "1", false}, + TimeOfFlightInformationUsed: Info{TimeOfFlightInformationUsed, []string{"CS"}, "Time of Flight Information Used", "TimeOfFlightInformationUsed", "1", false}, + ReconstructionType: Info{ReconstructionType, []string{"CS"}, "Reconstruction Type", "ReconstructionType", "1", false}, + DecayCorrected: Info{DecayCorrected, []string{"CS"}, "Decay Corrected", "DecayCorrected", "1", false}, + AttenuationCorrected: Info{AttenuationCorrected, []string{"CS"}, "Attenuation Corrected", "AttenuationCorrected", "1", false}, + ScatterCorrected: Info{ScatterCorrected, []string{"CS"}, "Scatter Corrected", "ScatterCorrected", "1", false}, + DeadTimeCorrected: Info{DeadTimeCorrected, []string{"CS"}, "Dead Time Corrected", "DeadTimeCorrected", "1", false}, + GantryMotionCorrected: Info{GantryMotionCorrected, []string{"CS"}, "Gantry Motion Corrected", "GantryMotionCorrected", "1", false}, + PatientMotionCorrected: Info{PatientMotionCorrected, []string{"CS"}, "Patient Motion Corrected", "PatientMotionCorrected", "1", false}, + CountLossNormalizationCorrected: Info{CountLossNormalizationCorrected, []string{"CS"}, "Count Loss Normalization Corrected", "CountLossNormalizationCorrected", "1", false}, + RandomsCorrected: Info{RandomsCorrected, []string{"CS"}, "Randoms Corrected", "RandomsCorrected", "1", false}, + NonUniformRadialSamplingCorrected: Info{NonUniformRadialSamplingCorrected, []string{"CS"}, "Non-uniform Radial Sampling Corrected", "NonUniformRadialSamplingCorrected", "1", false}, + SensitivityCalibrated: Info{SensitivityCalibrated, []string{"CS"}, "Sensitivity Calibrated", "SensitivityCalibrated", "1", false}, + DetectorNormalizationCorrection: Info{DetectorNormalizationCorrection, []string{"CS"}, "Detector Normalization Correction", "DetectorNormalizationCorrection", "1", false}, + IterativeReconstructionMethod: Info{IterativeReconstructionMethod, []string{"CS"}, "Iterative Reconstruction Method", "IterativeReconstructionMethod", "1", false}, + AttenuationCorrectionTemporalRelationship: Info{AttenuationCorrectionTemporalRelationship, []string{"CS"}, "Attenuation Correction Temporal Relationship", "AttenuationCorrectionTemporalRelationship", "1", false}, + PatientPhysiologicalStateSequence: Info{PatientPhysiologicalStateSequence, []string{"SQ"}, "Patient Physiological State Sequence", "PatientPhysiologicalStateSequence", "1", false}, + PatientPhysiologicalStateCodeSequence: Info{PatientPhysiologicalStateCodeSequence, []string{"SQ"}, "Patient Physiological State Code Sequence", "PatientPhysiologicalStateCodeSequence", "1", false}, + DepthsOfFocus: Info{DepthsOfFocus, []string{"FD"}, "Depth(s) of Focus", "DepthsOfFocus", "1-n", false}, + ExcludedIntervalsSequence: Info{ExcludedIntervalsSequence, []string{"SQ"}, "Excluded Intervals Sequence", "ExcludedIntervalsSequence", "1", false}, + ExclusionStartDateTime: Info{ExclusionStartDateTime, []string{"DT"}, "Exclusion Start DateTime", "ExclusionStartDateTime", "1", false}, + ExclusionDuration: Info{ExclusionDuration, []string{"FD"}, "Exclusion Duration", "ExclusionDuration", "1", false}, + USImageDescriptionSequence: Info{USImageDescriptionSequence, []string{"SQ"}, "US Image Description Sequence", "USImageDescriptionSequence", "1", false}, + ImageDataTypeSequence: Info{ImageDataTypeSequence, []string{"SQ"}, "Image Data Type Sequence", "ImageDataTypeSequence", "1", false}, + DataType: Info{DataType, []string{"CS"}, "Data Type", "DataType", "1", false}, + TransducerScanPatternCodeSequence: Info{TransducerScanPatternCodeSequence, []string{"SQ"}, "Transducer Scan Pattern Code Sequence", "TransducerScanPatternCodeSequence", "1", false}, + AliasedDataType: Info{AliasedDataType, []string{"CS"}, "Aliased Data Type", "AliasedDataType", "1", false}, + PositionMeasuringDeviceUsed: Info{PositionMeasuringDeviceUsed, []string{"CS"}, "Position Measuring Device Used", "PositionMeasuringDeviceUsed", "1", false}, + TransducerGeometryCodeSequence: Info{TransducerGeometryCodeSequence, []string{"SQ"}, "Transducer Geometry Code Sequence", "TransducerGeometryCodeSequence", "1", false}, + TransducerBeamSteeringCodeSequence: Info{TransducerBeamSteeringCodeSequence, []string{"SQ"}, "Transducer Beam Steering Code Sequence", "TransducerBeamSteeringCodeSequence", "1", false}, + TransducerApplicationCodeSequence: Info{TransducerApplicationCodeSequence, []string{"SQ"}, "Transducer Application Code Sequence", "TransducerApplicationCodeSequence", "1", false}, + ZeroVelocityPixelValue: Info{ZeroVelocityPixelValue, []string{"US", "SS"}, "Zero Velocity Pixel Value", "ZeroVelocityPixelValue", "1", false}, + PhotoacousticExcitationCharacteristicsSequence: Info{PhotoacousticExcitationCharacteristicsSequence, []string{"SQ"}, "Photoacoustic Excitation Characteristics Sequence", "PhotoacousticExcitationCharacteristicsSequence", "1", false}, + ExcitationSpectralWidth: Info{ExcitationSpectralWidth, []string{"FD"}, "Excitation Spectral Width", "ExcitationSpectralWidth", "1", false}, + ExcitationEnergy: Info{ExcitationEnergy, []string{"FD"}, "Excitation Energy", "ExcitationEnergy", "1", false}, + ExcitationPulseDuration: Info{ExcitationPulseDuration, []string{"FD"}, "Excitation Pulse Duration", "ExcitationPulseDuration", "1", false}, + ExcitationWavelengthSequence: Info{ExcitationWavelengthSequence, []string{"SQ"}, "Excitation Wavelength Sequence", "ExcitationWavelengthSequence", "1", false}, + ExcitationWavelength: Info{ExcitationWavelength, []string{"FD"}, "Excitation Wavelength", "ExcitationWavelength", "1", false}, + IlluminationTranslationFlag: Info{IlluminationTranslationFlag, []string{"CS"}, "Illumination Translation Flag", "IlluminationTranslationFlag", "1", false}, + AcousticCouplingMediumFlag: Info{AcousticCouplingMediumFlag, []string{"CS"}, "Acoustic Coupling Medium Flag", "AcousticCouplingMediumFlag", "1", false}, + AcousticCouplingMediumCodeSequence: Info{AcousticCouplingMediumCodeSequence, []string{"SQ"}, "Acoustic Coupling Medium Code Sequence", "AcousticCouplingMediumCodeSequence", "1", false}, + AcousticCouplingMediumTemperature: Info{AcousticCouplingMediumTemperature, []string{"FD"}, "Acoustic Coupling Medium Temperature", "AcousticCouplingMediumTemperature", "1", false}, + TransducerResponseSequence: Info{TransducerResponseSequence, []string{"SQ"}, "Transducer Response Sequence", "TransducerResponseSequence", "1", false}, + CenterFrequency: Info{CenterFrequency, []string{"FD"}, "Center Frequency", "CenterFrequency", "1", false}, + FractionalBandwidth: Info{FractionalBandwidth, []string{"FD"}, "Fractional Bandwidth", "FractionalBandwidth", "1", false}, + LowerCutoffFrequency: Info{LowerCutoffFrequency, []string{"FD"}, "Lower Cutoff Frequency", "LowerCutoffFrequency", "1", false}, + UpperCutoffFrequency: Info{UpperCutoffFrequency, []string{"FD"}, "Upper Cutoff Frequency", "UpperCutoffFrequency", "1", false}, + TransducerTechnologySequence: Info{TransducerTechnologySequence, []string{"SQ"}, "Transducer Technology Sequence", "TransducerTechnologySequence", "1", false}, + SoundSpeedCorrectionMechanismCodeSequence: Info{SoundSpeedCorrectionMechanismCodeSequence, []string{"SQ"}, "Sound Speed Correction Mechanism Code Sequence", "SoundSpeedCorrectionMechanismCodeSequence", "1", false}, + ObjectSoundSpeed: Info{ObjectSoundSpeed, []string{"FD"}, "Object Sound Speed", "ObjectSoundSpeed", "1", false}, + AcousticCouplingMediumSoundSpeed: Info{AcousticCouplingMediumSoundSpeed, []string{"FD"}, "Acoustic Coupling Medium Sound Speed", "AcousticCouplingMediumSoundSpeed", "1", false}, + PhotoacousticImageFrameTypeSequence: Info{PhotoacousticImageFrameTypeSequence, []string{"SQ"}, "Photoacoustic Image Frame Type Sequence", "PhotoacousticImageFrameTypeSequence", "1", false}, + ImageDataTypeCodeSequence: Info{ImageDataTypeCodeSequence, []string{"SQ"}, "Image Data Type Code Sequence", "ImageDataTypeCodeSequence", "1", false}, + ReferenceLocationLabel: Info{ReferenceLocationLabel, []string{"LO"}, "Reference Location Label", "ReferenceLocationLabel", "1", false}, + ReferenceLocationDescription: Info{ReferenceLocationDescription, []string{"UT"}, "Reference Location Description", "ReferenceLocationDescription", "1", false}, + ReferenceBasisCodeSequence: Info{ReferenceBasisCodeSequence, []string{"SQ"}, "Reference Basis Code Sequence", "ReferenceBasisCodeSequence", "1", false}, + ReferenceGeometryCodeSequence: Info{ReferenceGeometryCodeSequence, []string{"SQ"}, "Reference Geometry Code Sequence", "ReferenceGeometryCodeSequence", "1", false}, + OffsetDistance: Info{OffsetDistance, []string{"DS"}, "Offset Distance", "OffsetDistance", "1", false}, + OffsetDirection: Info{OffsetDirection, []string{"CS"}, "Offset Direction", "OffsetDirection", "1", false}, + PotentialScheduledProtocolCodeSequence: Info{PotentialScheduledProtocolCodeSequence, []string{"SQ"}, "Potential Scheduled Protocol Code Sequence", "PotentialScheduledProtocolCodeSequence", "1", false}, + PotentialRequestedProcedureCodeSequence: Info{PotentialRequestedProcedureCodeSequence, []string{"SQ"}, "Potential Requested Procedure Code Sequence", "PotentialRequestedProcedureCodeSequence", "1", false}, + PotentialReasonsForProcedure: Info{PotentialReasonsForProcedure, []string{"UC"}, "Potential Reasons for Procedure", "PotentialReasonsForProcedure", "1-n", false}, + PotentialReasonsForProcedureCodeSequence: Info{PotentialReasonsForProcedureCodeSequence, []string{"SQ"}, "Potential Reasons for Procedure Code Sequence", "PotentialReasonsForProcedureCodeSequence", "1", false}, + PotentialDiagnosticTasks: Info{PotentialDiagnosticTasks, []string{"UC"}, "Potential Diagnostic Tasks", "PotentialDiagnosticTasks", "1-n", false}, + ContraindicationsCodeSequence: Info{ContraindicationsCodeSequence, []string{"SQ"}, "Contraindications Code Sequence", "ContraindicationsCodeSequence", "1", false}, + ReferencedDefinedProtocolSequence: Info{ReferencedDefinedProtocolSequence, []string{"SQ"}, "Referenced Defined Protocol Sequence", "ReferencedDefinedProtocolSequence", "1", false}, + ReferencedPerformedProtocolSequence: Info{ReferencedPerformedProtocolSequence, []string{"SQ"}, "Referenced Performed Protocol Sequence", "ReferencedPerformedProtocolSequence", "1", false}, + PredecessorProtocolSequence: Info{PredecessorProtocolSequence, []string{"SQ"}, "Predecessor Protocol Sequence", "PredecessorProtocolSequence", "1", false}, + ProtocolPlanningInformation: Info{ProtocolPlanningInformation, []string{"UT"}, "Protocol Planning Information", "ProtocolPlanningInformation", "1", false}, + ProtocolDesignRationale: Info{ProtocolDesignRationale, []string{"UT"}, "Protocol Design Rationale", "ProtocolDesignRationale", "1", false}, + PatientSpecificationSequence: Info{PatientSpecificationSequence, []string{"SQ"}, "Patient Specification Sequence", "PatientSpecificationSequence", "1", false}, + ModelSpecificationSequence: Info{ModelSpecificationSequence, []string{"SQ"}, "Model Specification Sequence", "ModelSpecificationSequence", "1", false}, + ParametersSpecificationSequence: Info{ParametersSpecificationSequence, []string{"SQ"}, "Parameters Specification Sequence", "ParametersSpecificationSequence", "1", false}, + InstructionSequence: Info{InstructionSequence, []string{"SQ"}, "Instruction Sequence", "InstructionSequence", "1", false}, + InstructionIndex: Info{InstructionIndex, []string{"US"}, "Instruction Index", "InstructionIndex", "1", false}, + InstructionText: Info{InstructionText, []string{"LO"}, "Instruction Text", "InstructionText", "1", false}, + InstructionDescription: Info{InstructionDescription, []string{"UT"}, "Instruction Description", "InstructionDescription", "1", false}, + InstructionPerformedFlag: Info{InstructionPerformedFlag, []string{"CS"}, "Instruction Performed Flag", "InstructionPerformedFlag", "1", false}, + InstructionPerformedDateTime: Info{InstructionPerformedDateTime, []string{"DT"}, "Instruction Performed DateTime", "InstructionPerformedDateTime", "1", false}, + InstructionPerformanceComment: Info{InstructionPerformanceComment, []string{"UT"}, "Instruction Performance Comment", "InstructionPerformanceComment", "1", false}, + PatientPositioningInstructionSequence: Info{PatientPositioningInstructionSequence, []string{"SQ"}, "Patient Positioning Instruction Sequence", "PatientPositioningInstructionSequence", "1", false}, + PositioningMethodCodeSequence: Info{PositioningMethodCodeSequence, []string{"SQ"}, "Positioning Method Code Sequence", "PositioningMethodCodeSequence", "1", false}, + PositioningLandmarkSequence: Info{PositioningLandmarkSequence, []string{"SQ"}, "Positioning Landmark Sequence", "PositioningLandmarkSequence", "1", false}, + TargetFrameOfReferenceUID: Info{TargetFrameOfReferenceUID, []string{"UI"}, "Target Frame of Reference UID", "TargetFrameOfReferenceUID", "1", false}, + AcquisitionProtocolElementSpecificationSequence: Info{AcquisitionProtocolElementSpecificationSequence, []string{"SQ"}, "Acquisition Protocol Element Specification Sequence", "AcquisitionProtocolElementSpecificationSequence", "1", false}, + AcquisitionProtocolElementSequence: Info{AcquisitionProtocolElementSequence, []string{"SQ"}, "Acquisition Protocol Element Sequence", "AcquisitionProtocolElementSequence", "1", false}, + ProtocolElementNumber: Info{ProtocolElementNumber, []string{"US"}, "Protocol Element Number", "ProtocolElementNumber", "1", false}, + ProtocolElementName: Info{ProtocolElementName, []string{"LO"}, "Protocol Element Name", "ProtocolElementName", "1", false}, + ProtocolElementCharacteristicsSummary: Info{ProtocolElementCharacteristicsSummary, []string{"UT"}, "Protocol Element Characteristics Summary", "ProtocolElementCharacteristicsSummary", "1", false}, + ProtocolElementPurpose: Info{ProtocolElementPurpose, []string{"UT"}, "Protocol Element Purpose", "ProtocolElementPurpose", "1", false}, + AcquisitionMotion: Info{AcquisitionMotion, []string{"CS"}, "Acquisition Motion", "AcquisitionMotion", "1", false}, + AcquisitionStartLocationSequence: Info{AcquisitionStartLocationSequence, []string{"SQ"}, "Acquisition Start Location Sequence", "AcquisitionStartLocationSequence", "1", false}, + AcquisitionEndLocationSequence: Info{AcquisitionEndLocationSequence, []string{"SQ"}, "Acquisition End Location Sequence", "AcquisitionEndLocationSequence", "1", false}, ReconstructionProtocolElementSpecificationSequence: Info{ReconstructionProtocolElementSpecificationSequence, []string{"SQ"}, "Reconstruction Protocol Element Specification Sequence", "ReconstructionProtocolElementSpecificationSequence", "1", false}, - ReconstructionProtocolElementSequence: Info{ReconstructionProtocolElementSequence, []string{"SQ"}, "Reconstruction Protocol Element Sequence", "ReconstructionProtocolElementSequence", "1", false}, - StorageProtocolElementSpecificationSequence: Info{StorageProtocolElementSpecificationSequence, []string{"SQ"}, "Storage Protocol Element Specification Sequence", "StorageProtocolElementSpecificationSequence", "1", false}, - StorageProtocolElementSequence: Info{StorageProtocolElementSequence, []string{"SQ"}, "Storage Protocol Element Sequence", "StorageProtocolElementSequence", "1", false}, - RequestedSeriesDescription: Info{RequestedSeriesDescription, []string{"LO"}, "Requested Series Description", "RequestedSeriesDescription", "1", false}, - SourceAcquisitionProtocolElementNumber: Info{SourceAcquisitionProtocolElementNumber, []string{"US"}, "Source Acquisition Protocol Element Number", "SourceAcquisitionProtocolElementNumber", "1-n", false}, - SourceAcquisitionBeamNumber: Info{SourceAcquisitionBeamNumber, []string{"US"}, "Source Acquisition Beam Number", "SourceAcquisitionBeamNumber", "1-n", false}, - SourceReconstructionProtocolElementNumber: Info{SourceReconstructionProtocolElementNumber, []string{"US"}, "Source Reconstruction Protocol Element Number", "SourceReconstructionProtocolElementNumber", "1-n", false}, - ReconstructionStartLocationSequence: Info{ReconstructionStartLocationSequence, []string{"SQ"}, "Reconstruction Start Location Sequence", "ReconstructionStartLocationSequence", "1", false}, - ReconstructionEndLocationSequence: Info{ReconstructionEndLocationSequence, []string{"SQ"}, "Reconstruction End Location Sequence", "ReconstructionEndLocationSequence", "1", false}, - ReconstructionAlgorithmSequence: Info{ReconstructionAlgorithmSequence, []string{"SQ"}, "Reconstruction Algorithm Sequence", "ReconstructionAlgorithmSequence", "1", false}, - ReconstructionTargetCenterLocationSequence: Info{ReconstructionTargetCenterLocationSequence, []string{"SQ"}, "Reconstruction Target Center Location Sequence", "ReconstructionTargetCenterLocationSequence", "1", false}, - ImageFilterDescription: Info{ImageFilterDescription, []string{"UT"}, "Image Filter Description", "ImageFilterDescription", "1", false}, - CTDIvolNotificationTrigger: Info{CTDIvolNotificationTrigger, []string{"FD"}, "CTDIvol Notification Trigger", "CTDIvolNotificationTrigger", "1", false}, - DLPNotificationTrigger: Info{DLPNotificationTrigger, []string{"FD"}, "DLP Notification Trigger", "DLPNotificationTrigger", "1", false}, - AutoKVPSelectionType: Info{AutoKVPSelectionType, []string{"CS"}, "Auto KVP Selection Type", "AutoKVPSelectionType", "1", false}, - AutoKVPUpperBound: Info{AutoKVPUpperBound, []string{"FD"}, "Auto KVP Upper Bound", "AutoKVPUpperBound", "1", false}, - AutoKVPLowerBound: Info{AutoKVPLowerBound, []string{"FD"}, "Auto KVP Lower Bound", "AutoKVPLowerBound", "1", false}, - ProtocolDefinedPatientPosition: Info{ProtocolDefinedPatientPosition, []string{"CS"}, "Protocol Defined Patient Position", "ProtocolDefinedPatientPosition", "1", false}, - ContributingEquipmentSequence: Info{ContributingEquipmentSequence, []string{"SQ"}, "Contributing Equipment Sequence", "ContributingEquipmentSequence", "1", false}, - ContributionDateTime: Info{ContributionDateTime, []string{"DT"}, "Contribution DateTime", "ContributionDateTime", "1", false}, - ContributionDescription: Info{ContributionDescription, []string{"ST"}, "Contribution Description", "ContributionDescription", "1", false}, - StudyInstanceUID: Info{StudyInstanceUID, []string{"UI"}, "Study Instance UID", "StudyInstanceUID", "1", false}, - SeriesInstanceUID: Info{SeriesInstanceUID, []string{"UI"}, "Series Instance UID", "SeriesInstanceUID", "1", false}, - StudyID: Info{StudyID, []string{"SH"}, "Study ID", "StudyID", "1", false}, - SeriesNumber: Info{SeriesNumber, []string{"IS"}, "Series Number", "SeriesNumber", "1", false}, - AcquisitionNumber: Info{AcquisitionNumber, []string{"IS"}, "Acquisition Number", "AcquisitionNumber", "1", false}, - InstanceNumber: Info{InstanceNumber, []string{"IS"}, "Instance Number", "InstanceNumber", "1", false}, - IsotopeNumber: Info{IsotopeNumber, []string{"IS"}, "Isotope Number", "IsotopeNumber", "1", true}, - PhaseNumber: Info{PhaseNumber, []string{"IS"}, "Phase Number", "PhaseNumber", "1", true}, - IntervalNumber: Info{IntervalNumber, []string{"IS"}, "Interval Number", "IntervalNumber", "1", true}, - TimeSlotNumber: Info{TimeSlotNumber, []string{"IS"}, "Time Slot Number", "TimeSlotNumber", "1", true}, - AngleNumber: Info{AngleNumber, []string{"IS"}, "Angle Number", "AngleNumber", "1", true}, - ItemNumber: Info{ItemNumber, []string{"IS"}, "Item Number", "ItemNumber", "1", false}, - PatientOrientation: Info{PatientOrientation, []string{"CS"}, "Patient Orientation", "PatientOrientation", "2", false}, - OverlayNumber: Info{OverlayNumber, []string{"IS"}, "Overlay Number", "OverlayNumber", "1", true}, - CurveNumber: Info{CurveNumber, []string{"IS"}, "Curve Number", "CurveNumber", "1", true}, - LUTNumber: Info{LUTNumber, []string{"IS"}, "LUT Number", "LUTNumber", "1", true}, - PyramidLabel: Info{PyramidLabel, []string{"LO"}, "Pyramid Label", "PyramidLabel", "1", false}, - ImagePosition: Info{ImagePosition, []string{"DS"}, "Image Position", "ImagePosition", "3", true}, - ImagePositionPatient: Info{ImagePositionPatient, []string{"DS"}, "Image Position (Patient)", "ImagePositionPatient", "3", false}, - ImageOrientation: Info{ImageOrientation, []string{"DS"}, "Image Orientation", "ImageOrientation", "6", true}, - ImageOrientationPatient: Info{ImageOrientationPatient, []string{"DS"}, "Image Orientation (Patient)", "ImageOrientationPatient", "6", false}, - Location: Info{Location, []string{"DS"}, "Location", "Location", "1", true}, - FrameOfReferenceUID: Info{FrameOfReferenceUID, []string{"UI"}, "Frame of Reference UID", "FrameOfReferenceUID", "1", false}, - Laterality: Info{Laterality, []string{"CS"}, "Laterality", "Laterality", "1", false}, - ImageLaterality: Info{ImageLaterality, []string{"CS"}, "Image Laterality", "ImageLaterality", "1", false}, - ImageGeometryType: Info{ImageGeometryType, []string{"LO"}, "Image Geometry Type", "ImageGeometryType", "1", true}, - MaskingImage: Info{MaskingImage, []string{"CS"}, "Masking Image", "MaskingImage", "1-n", true}, - ReportNumber: Info{ReportNumber, []string{"IS"}, "Report Number", "ReportNumber", "1", true}, - TemporalPositionIdentifier: Info{TemporalPositionIdentifier, []string{"IS"}, "Temporal Position Identifier", "TemporalPositionIdentifier", "1", false}, - NumberOfTemporalPositions: Info{NumberOfTemporalPositions, []string{"IS"}, "Number of Temporal Positions", "NumberOfTemporalPositions", "1", false}, - TemporalResolution: Info{TemporalResolution, []string{"DS"}, "Temporal Resolution", "TemporalResolution", "1", false}, - SynchronizationFrameOfReferenceUID: Info{SynchronizationFrameOfReferenceUID, []string{"UI"}, "Synchronization Frame of Reference UID", "SynchronizationFrameOfReferenceUID", "1", false}, - SOPInstanceUIDOfConcatenationSource: Info{SOPInstanceUIDOfConcatenationSource, []string{"UI"}, "SOP Instance UID of Concatenation Source", "SOPInstanceUIDOfConcatenationSource", "1", false}, - SeriesInStudy: Info{SeriesInStudy, []string{"IS"}, "Series in Study", "SeriesInStudy", "1", true}, - AcquisitionsInSeries: Info{AcquisitionsInSeries, []string{"IS"}, "Acquisitions in Series", "AcquisitionsInSeries", "1", true}, - ImagesInAcquisition: Info{ImagesInAcquisition, []string{"IS"}, "Images in Acquisition", "ImagesInAcquisition", "1", false}, - ImagesInSeries: Info{ImagesInSeries, []string{"IS"}, "Images in Series", "ImagesInSeries", "1", true}, - AcquisitionsInStudy: Info{AcquisitionsInStudy, []string{"IS"}, "Acquisitions in Study", "AcquisitionsInStudy", "1", true}, - ImagesInStudy: Info{ImagesInStudy, []string{"IS"}, "Images in Study", "ImagesInStudy", "1", true}, - Reference: Info{Reference, []string{"LO"}, "Reference", "Reference", "1-n", true}, - TargetPositionReferenceIndicator: Info{TargetPositionReferenceIndicator, []string{"LO"}, "Target Position Reference Indicator", "TargetPositionReferenceIndicator", "1", false}, - PositionReferenceIndicator: Info{PositionReferenceIndicator, []string{"LO"}, "Position Reference Indicator", "PositionReferenceIndicator", "1", false}, - SliceLocation: Info{SliceLocation, []string{"DS"}, "Slice Location", "SliceLocation", "1", false}, - OtherStudyNumbers: Info{OtherStudyNumbers, []string{"IS"}, "Other Study Numbers", "OtherStudyNumbers", "1-n", true}, - NumberOfPatientRelatedStudies: Info{NumberOfPatientRelatedStudies, []string{"IS"}, "Number of Patient Related Studies", "NumberOfPatientRelatedStudies", "1", false}, - NumberOfPatientRelatedSeries: Info{NumberOfPatientRelatedSeries, []string{"IS"}, "Number of Patient Related Series", "NumberOfPatientRelatedSeries", "1", false}, - NumberOfPatientRelatedInstances: Info{NumberOfPatientRelatedInstances, []string{"IS"}, "Number of Patient Related Instances", "NumberOfPatientRelatedInstances", "1", false}, - NumberOfStudyRelatedSeries: Info{NumberOfStudyRelatedSeries, []string{"IS"}, "Number of Study Related Series", "NumberOfStudyRelatedSeries", "1", false}, - NumberOfStudyRelatedInstances: Info{NumberOfStudyRelatedInstances, []string{"IS"}, "Number of Study Related Instances", "NumberOfStudyRelatedInstances", "1", false}, - NumberOfSeriesRelatedInstances: Info{NumberOfSeriesRelatedInstances, []string{"IS"}, "Number of Series Related Instances", "NumberOfSeriesRelatedInstances", "1", false}, - SourceImageIDs: Info{SourceImageIDs, []string{"CS"}, "Source Image IDs", "SourceImageIDs", "1-n", true}, - ModifyingDeviceID: Info{ModifyingDeviceID, []string{"CS"}, "Modifying Device ID", "ModifyingDeviceID", "1", true}, - ModifiedImageID: Info{ModifiedImageID, []string{"CS"}, "Modified Image ID", "ModifiedImageID", "1", true}, - ModifiedImageDate: Info{ModifiedImageDate, []string{"DA"}, "Modified Image Date", "ModifiedImageDate", "1", true}, - ModifyingDeviceManufacturer: Info{ModifyingDeviceManufacturer, []string{"LO"}, "Modifying Device Manufacturer", "ModifyingDeviceManufacturer", "1", true}, - ModifiedImageTime: Info{ModifiedImageTime, []string{"TM"}, "Modified Image Time", "ModifiedImageTime", "1", true}, - ModifiedImageDescription: Info{ModifiedImageDescription, []string{"LO"}, "Modified Image Description", "ModifiedImageDescription", "1", true}, - ImageComments: Info{ImageComments, []string{"LT"}, "Image Comments", "ImageComments", "1", false}, - OriginalImageIdentification: Info{OriginalImageIdentification, []string{"AT"}, "Original Image Identification", "OriginalImageIdentification", "1-n", true}, - OriginalImageIdentificationNomenclature: Info{OriginalImageIdentificationNomenclature, []string{"LO"}, "Original Image Identification Nomenclature", "OriginalImageIdentificationNomenclature", "1-n", true}, - StackID: Info{StackID, []string{"SH"}, "Stack ID", "StackID", "1", false}, - InStackPositionNumber: Info{InStackPositionNumber, []string{"UL"}, "In-Stack Position Number", "InStackPositionNumber", "1", false}, - FrameAnatomySequence: Info{FrameAnatomySequence, []string{"SQ"}, "Frame Anatomy Sequence", "FrameAnatomySequence", "1", false}, - FrameLaterality: Info{FrameLaterality, []string{"CS"}, "Frame Laterality", "FrameLaterality", "1", false}, - FrameContentSequence: Info{FrameContentSequence, []string{"SQ"}, "Frame Content Sequence", "FrameContentSequence", "1", false}, - PlanePositionSequence: Info{PlanePositionSequence, []string{"SQ"}, "Plane Position Sequence", "PlanePositionSequence", "1", false}, - PlaneOrientationSequence: Info{PlaneOrientationSequence, []string{"SQ"}, "Plane Orientation Sequence", "PlaneOrientationSequence", "1", false}, - TemporalPositionIndex: Info{TemporalPositionIndex, []string{"UL"}, "Temporal Position Index", "TemporalPositionIndex", "1", false}, - NominalCardiacTriggerDelayTime: Info{NominalCardiacTriggerDelayTime, []string{"FD"}, "Nominal Cardiac Trigger Delay Time", "NominalCardiacTriggerDelayTime", "1", false}, - NominalCardiacTriggerTimePriorToRPeak: Info{NominalCardiacTriggerTimePriorToRPeak, []string{"FL"}, "Nominal Cardiac Trigger Time Prior To R-Peak", "NominalCardiacTriggerTimePriorToRPeak", "1", false}, - ActualCardiacTriggerTimePriorToRPeak: Info{ActualCardiacTriggerTimePriorToRPeak, []string{"FL"}, "Actual Cardiac Trigger Time Prior To R-Peak", "ActualCardiacTriggerTimePriorToRPeak", "1", false}, - FrameAcquisitionNumber: Info{FrameAcquisitionNumber, []string{"US"}, "Frame Acquisition Number", "FrameAcquisitionNumber", "1", false}, - DimensionIndexValues: Info{DimensionIndexValues, []string{"UL"}, "Dimension Index Values", "DimensionIndexValues", "1-n", false}, - FrameComments: Info{FrameComments, []string{"LT"}, "Frame Comments", "FrameComments", "1", false}, - ConcatenationUID: Info{ConcatenationUID, []string{"UI"}, "Concatenation UID", "ConcatenationUID", "1", false}, - InConcatenationNumber: Info{InConcatenationNumber, []string{"US"}, "In-concatenation Number", "InConcatenationNumber", "1", false}, - InConcatenationTotalNumber: Info{InConcatenationTotalNumber, []string{"US"}, "In-concatenation Total Number", "InConcatenationTotalNumber", "1", false}, - DimensionOrganizationUID: Info{DimensionOrganizationUID, []string{"UI"}, "Dimension Organization UID", "DimensionOrganizationUID", "1", false}, - DimensionIndexPointer: Info{DimensionIndexPointer, []string{"AT"}, "Dimension Index Pointer", "DimensionIndexPointer", "1", false}, - FunctionalGroupPointer: Info{FunctionalGroupPointer, []string{"AT"}, "Functional Group Pointer", "FunctionalGroupPointer", "1", false}, - UnassignedSharedConvertedAttributesSequence: Info{UnassignedSharedConvertedAttributesSequence, []string{"SQ"}, "Unassigned Shared Converted Attributes Sequence", "UnassignedSharedConvertedAttributesSequence", "1", false}, - UnassignedPerFrameConvertedAttributesSequence: Info{UnassignedPerFrameConvertedAttributesSequence, []string{"SQ"}, "Unassigned Per-Frame Converted Attributes Sequence", "UnassignedPerFrameConvertedAttributesSequence", "1", false}, - ConversionSourceAttributesSequence: Info{ConversionSourceAttributesSequence, []string{"SQ"}, "Conversion Source Attributes Sequence", "ConversionSourceAttributesSequence", "1", false}, - DimensionIndexPrivateCreator: Info{DimensionIndexPrivateCreator, []string{"LO"}, "Dimension Index Private Creator", "DimensionIndexPrivateCreator", "1", false}, - DimensionOrganizationSequence: Info{DimensionOrganizationSequence, []string{"SQ"}, "Dimension Organization Sequence", "DimensionOrganizationSequence", "1", false}, - DimensionIndexSequence: Info{DimensionIndexSequence, []string{"SQ"}, "Dimension Index Sequence", "DimensionIndexSequence", "1", false}, - ConcatenationFrameOffsetNumber: Info{ConcatenationFrameOffsetNumber, []string{"UL"}, "Concatenation Frame Offset Number", "ConcatenationFrameOffsetNumber", "1", false}, - FunctionalGroupPrivateCreator: Info{FunctionalGroupPrivateCreator, []string{"LO"}, "Functional Group Private Creator", "FunctionalGroupPrivateCreator", "1", false}, - NominalPercentageOfCardiacPhase: Info{NominalPercentageOfCardiacPhase, []string{"FL"}, "Nominal Percentage of Cardiac Phase", "NominalPercentageOfCardiacPhase", "1", false}, - NominalPercentageOfRespiratoryPhase: Info{NominalPercentageOfRespiratoryPhase, []string{"FL"}, "Nominal Percentage of Respiratory Phase", "NominalPercentageOfRespiratoryPhase", "1", false}, - StartingRespiratoryAmplitude: Info{StartingRespiratoryAmplitude, []string{"FL"}, "Starting Respiratory Amplitude", "StartingRespiratoryAmplitude", "1", false}, - StartingRespiratoryPhase: Info{StartingRespiratoryPhase, []string{"CS"}, "Starting Respiratory Phase", "StartingRespiratoryPhase", "1", false}, - EndingRespiratoryAmplitude: Info{EndingRespiratoryAmplitude, []string{"FL"}, "Ending Respiratory Amplitude", "EndingRespiratoryAmplitude", "1", false}, - EndingRespiratoryPhase: Info{EndingRespiratoryPhase, []string{"CS"}, "Ending Respiratory Phase", "EndingRespiratoryPhase", "1", false}, - RespiratoryTriggerType: Info{RespiratoryTriggerType, []string{"CS"}, "Respiratory Trigger Type", "RespiratoryTriggerType", "1", false}, - RRIntervalTimeNominal: Info{RRIntervalTimeNominal, []string{"FD"}, "R-R Interval Time Nominal", "RRIntervalTimeNominal", "1", false}, - ActualCardiacTriggerDelayTime: Info{ActualCardiacTriggerDelayTime, []string{"FD"}, "Actual Cardiac Trigger Delay Time", "ActualCardiacTriggerDelayTime", "1", false}, - RespiratorySynchronizationSequence: Info{RespiratorySynchronizationSequence, []string{"SQ"}, "Respiratory Synchronization Sequence", "RespiratorySynchronizationSequence", "1", false}, - RespiratoryIntervalTime: Info{RespiratoryIntervalTime, []string{"FD"}, "Respiratory Interval Time", "RespiratoryIntervalTime", "1", false}, - NominalRespiratoryTriggerDelayTime: Info{NominalRespiratoryTriggerDelayTime, []string{"FD"}, "Nominal Respiratory Trigger Delay Time", "NominalRespiratoryTriggerDelayTime", "1", false}, - RespiratoryTriggerDelayThreshold: Info{RespiratoryTriggerDelayThreshold, []string{"FD"}, "Respiratory Trigger Delay Threshold", "RespiratoryTriggerDelayThreshold", "1", false}, - ActualRespiratoryTriggerDelayTime: Info{ActualRespiratoryTriggerDelayTime, []string{"FD"}, "Actual Respiratory Trigger Delay Time", "ActualRespiratoryTriggerDelayTime", "1", false}, - ImagePositionVolume: Info{ImagePositionVolume, []string{"FD"}, "Image Position (Volume)", "ImagePositionVolume", "3", false}, - ImageOrientationVolume: Info{ImageOrientationVolume, []string{"FD"}, "Image Orientation (Volume)", "ImageOrientationVolume", "6", false}, - UltrasoundAcquisitionGeometry: Info{UltrasoundAcquisitionGeometry, []string{"CS"}, "Ultrasound Acquisition Geometry", "UltrasoundAcquisitionGeometry", "1", false}, - ApexPosition: Info{ApexPosition, []string{"FD"}, "Apex Position", "ApexPosition", "3", false}, - VolumeToTransducerMappingMatrix: Info{VolumeToTransducerMappingMatrix, []string{"FD"}, "Volume to Transducer Mapping Matrix", "VolumeToTransducerMappingMatrix", "16", false}, - VolumeToTableMappingMatrix: Info{VolumeToTableMappingMatrix, []string{"FD"}, "Volume to Table Mapping Matrix", "VolumeToTableMappingMatrix", "16", false}, - VolumeToTransducerRelationship: Info{VolumeToTransducerRelationship, []string{"CS"}, "Volume to Transducer Relationship", "VolumeToTransducerRelationship", "1", false}, - PatientFrameOfReferenceSource: Info{PatientFrameOfReferenceSource, []string{"CS"}, "Patient Frame of Reference Source", "PatientFrameOfReferenceSource", "1", false}, - TemporalPositionTimeOffset: Info{TemporalPositionTimeOffset, []string{"FD"}, "Temporal Position Time Offset", "TemporalPositionTimeOffset", "1", false}, - PlanePositionVolumeSequence: Info{PlanePositionVolumeSequence, []string{"SQ"}, "Plane Position (Volume) Sequence", "PlanePositionVolumeSequence", "1", false}, - PlaneOrientationVolumeSequence: Info{PlaneOrientationVolumeSequence, []string{"SQ"}, "Plane Orientation (Volume) Sequence", "PlaneOrientationVolumeSequence", "1", false}, - TemporalPositionSequence: Info{TemporalPositionSequence, []string{"SQ"}, "Temporal Position Sequence", "TemporalPositionSequence", "1", false}, - DimensionOrganizationType: Info{DimensionOrganizationType, []string{"CS"}, "Dimension Organization Type", "DimensionOrganizationType", "1", false}, - VolumeFrameOfReferenceUID: Info{VolumeFrameOfReferenceUID, []string{"UI"}, "Volume Frame of Reference UID", "VolumeFrameOfReferenceUID", "1", false}, - TableFrameOfReferenceUID: Info{TableFrameOfReferenceUID, []string{"UI"}, "Table Frame of Reference UID", "TableFrameOfReferenceUID", "1", false}, - DimensionDescriptionLabel: Info{DimensionDescriptionLabel, []string{"LO"}, "Dimension Description Label", "DimensionDescriptionLabel", "1", false}, - PatientOrientationInFrameSequence: Info{PatientOrientationInFrameSequence, []string{"SQ"}, "Patient Orientation in Frame Sequence", "PatientOrientationInFrameSequence", "1", false}, - FrameLabel: Info{FrameLabel, []string{"LO"}, "Frame Label", "FrameLabel", "1", false}, - AcquisitionIndex: Info{AcquisitionIndex, []string{"US"}, "Acquisition Index", "AcquisitionIndex", "1-n", false}, - ContributingSOPInstancesReferenceSequence: Info{ContributingSOPInstancesReferenceSequence, []string{"SQ"}, "Contributing SOP Instances Reference Sequence", "ContributingSOPInstancesReferenceSequence", "1", false}, - ReconstructionIndex: Info{ReconstructionIndex, []string{"US"}, "Reconstruction Index", "ReconstructionIndex", "1", false}, - LightPathFilterPassThroughWavelength: Info{LightPathFilterPassThroughWavelength, []string{"US"}, "Light Path Filter Pass-Through Wavelength", "LightPathFilterPassThroughWavelength", "1", false}, - LightPathFilterPassBand: Info{LightPathFilterPassBand, []string{"US"}, "Light Path Filter Pass Band", "LightPathFilterPassBand", "2", false}, - ImagePathFilterPassThroughWavelength: Info{ImagePathFilterPassThroughWavelength, []string{"US"}, "Image Path Filter Pass-Through Wavelength", "ImagePathFilterPassThroughWavelength", "1", false}, - ImagePathFilterPassBand: Info{ImagePathFilterPassBand, []string{"US"}, "Image Path Filter Pass Band", "ImagePathFilterPassBand", "2", false}, - PatientEyeMovementCommanded: Info{PatientEyeMovementCommanded, []string{"CS"}, "Patient Eye Movement Commanded", "PatientEyeMovementCommanded", "1", false}, - PatientEyeMovementCommandCodeSequence: Info{PatientEyeMovementCommandCodeSequence, []string{"SQ"}, "Patient Eye Movement Command Code Sequence", "PatientEyeMovementCommandCodeSequence", "1", false}, - SphericalLensPower: Info{SphericalLensPower, []string{"FL"}, "Spherical Lens Power", "SphericalLensPower", "1", false}, - CylinderLensPower: Info{CylinderLensPower, []string{"FL"}, "Cylinder Lens Power", "CylinderLensPower", "1", false}, - CylinderAxis: Info{CylinderAxis, []string{"FL"}, "Cylinder Axis", "CylinderAxis", "1", false}, - EmmetropicMagnification: Info{EmmetropicMagnification, []string{"FL"}, "Emmetropic Magnification", "EmmetropicMagnification", "1", false}, - IntraOcularPressure: Info{IntraOcularPressure, []string{"FL"}, "Intra Ocular Pressure", "IntraOcularPressure", "1", false}, - HorizontalFieldOfView: Info{HorizontalFieldOfView, []string{"FL"}, "Horizontal Field of View", "HorizontalFieldOfView", "1", false}, - PupilDilated: Info{PupilDilated, []string{"CS"}, "Pupil Dilated", "PupilDilated", "1", false}, - DegreeOfDilation: Info{DegreeOfDilation, []string{"FL"}, "Degree of Dilation", "DegreeOfDilation", "1", false}, - VertexDistance: Info{VertexDistance, []string{"FD"}, "Vertex Distance", "VertexDistance", "1", false}, - StereoBaselineAngle: Info{StereoBaselineAngle, []string{"FL"}, "Stereo Baseline Angle", "StereoBaselineAngle", "1", false}, - StereoBaselineDisplacement: Info{StereoBaselineDisplacement, []string{"FL"}, "Stereo Baseline Displacement", "StereoBaselineDisplacement", "1", false}, - StereoHorizontalPixelOffset: Info{StereoHorizontalPixelOffset, []string{"FL"}, "Stereo Horizontal Pixel Offset", "StereoHorizontalPixelOffset", "1", false}, - StereoVerticalPixelOffset: Info{StereoVerticalPixelOffset, []string{"FL"}, "Stereo Vertical Pixel Offset", "StereoVerticalPixelOffset", "1", false}, - StereoRotation: Info{StereoRotation, []string{"FL"}, "Stereo Rotation", "StereoRotation", "1", false}, - AcquisitionDeviceTypeCodeSequence: Info{AcquisitionDeviceTypeCodeSequence, []string{"SQ"}, "Acquisition Device Type Code Sequence", "AcquisitionDeviceTypeCodeSequence", "1", false}, - IlluminationTypeCodeSequence: Info{IlluminationTypeCodeSequence, []string{"SQ"}, "Illumination Type Code Sequence", "IlluminationTypeCodeSequence", "1", false}, - LightPathFilterTypeStackCodeSequence: Info{LightPathFilterTypeStackCodeSequence, []string{"SQ"}, "Light Path Filter Type Stack Code Sequence", "LightPathFilterTypeStackCodeSequence", "1", false}, - ImagePathFilterTypeStackCodeSequence: Info{ImagePathFilterTypeStackCodeSequence, []string{"SQ"}, "Image Path Filter Type Stack Code Sequence", "ImagePathFilterTypeStackCodeSequence", "1", false}, - LensesCodeSequence: Info{LensesCodeSequence, []string{"SQ"}, "Lenses Code Sequence", "LensesCodeSequence", "1", false}, - ChannelDescriptionCodeSequence: Info{ChannelDescriptionCodeSequence, []string{"SQ"}, "Channel Description Code Sequence", "ChannelDescriptionCodeSequence", "1", false}, - RefractiveStateSequence: Info{RefractiveStateSequence, []string{"SQ"}, "Refractive State Sequence", "RefractiveStateSequence", "1", false}, - MydriaticAgentCodeSequence: Info{MydriaticAgentCodeSequence, []string{"SQ"}, "Mydriatic Agent Code Sequence", "MydriaticAgentCodeSequence", "1", false}, - RelativeImagePositionCodeSequence: Info{RelativeImagePositionCodeSequence, []string{"SQ"}, "Relative Image Position Code Sequence", "RelativeImagePositionCodeSequence", "1", false}, - CameraAngleOfView: Info{CameraAngleOfView, []string{"FL"}, "Camera Angle of View", "CameraAngleOfView", "1", false}, - StereoPairsSequence: Info{StereoPairsSequence, []string{"SQ"}, "Stereo Pairs Sequence", "StereoPairsSequence", "1", false}, - LeftImageSequence: Info{LeftImageSequence, []string{"SQ"}, "Left Image Sequence", "LeftImageSequence", "1", false}, - RightImageSequence: Info{RightImageSequence, []string{"SQ"}, "Right Image Sequence", "RightImageSequence", "1", false}, - StereoPairsPresent: Info{StereoPairsPresent, []string{"CS"}, "Stereo Pairs Present", "StereoPairsPresent", "1", false}, - AxialLengthOfTheEye: Info{AxialLengthOfTheEye, []string{"FL"}, "Axial Length of the Eye", "AxialLengthOfTheEye", "1", false}, - OphthalmicFrameLocationSequence: Info{OphthalmicFrameLocationSequence, []string{"SQ"}, "Ophthalmic Frame Location Sequence", "OphthalmicFrameLocationSequence", "1", false}, - ReferenceCoordinates: Info{ReferenceCoordinates, []string{"FL"}, "Reference Coordinates", "ReferenceCoordinates", "2-2n", false}, - DepthSpatialResolution: Info{DepthSpatialResolution, []string{"FL"}, "Depth Spatial Resolution", "DepthSpatialResolution", "1", false}, - MaximumDepthDistortion: Info{MaximumDepthDistortion, []string{"FL"}, "Maximum Depth Distortion", "MaximumDepthDistortion", "1", false}, - AlongScanSpatialResolution: Info{AlongScanSpatialResolution, []string{"FL"}, "Along-scan Spatial Resolution", "AlongScanSpatialResolution", "1", false}, - MaximumAlongScanDistortion: Info{MaximumAlongScanDistortion, []string{"FL"}, "Maximum Along-scan Distortion", "MaximumAlongScanDistortion", "1", false}, - OphthalmicImageOrientation: Info{OphthalmicImageOrientation, []string{"CS"}, "Ophthalmic Image Orientation", "OphthalmicImageOrientation", "1", false}, - DepthOfTransverseImage: Info{DepthOfTransverseImage, []string{"FL"}, "Depth of Transverse Image", "DepthOfTransverseImage", "1", false}, - MydriaticAgentConcentrationUnitsSequence: Info{MydriaticAgentConcentrationUnitsSequence, []string{"SQ"}, "Mydriatic Agent Concentration Units Sequence", "MydriaticAgentConcentrationUnitsSequence", "1", false}, - AcrossScanSpatialResolution: Info{AcrossScanSpatialResolution, []string{"FL"}, "Across-scan Spatial Resolution", "AcrossScanSpatialResolution", "1", false}, - MaximumAcrossScanDistortion: Info{MaximumAcrossScanDistortion, []string{"FL"}, "Maximum Across-scan Distortion", "MaximumAcrossScanDistortion", "1", false}, - MydriaticAgentConcentration: Info{MydriaticAgentConcentration, []string{"DS"}, "Mydriatic Agent Concentration", "MydriaticAgentConcentration", "1", false}, - IlluminationWaveLength: Info{IlluminationWaveLength, []string{"FL"}, "Illumination Wave Length", "IlluminationWaveLength", "1", false}, - IlluminationPower: Info{IlluminationPower, []string{"FL"}, "Illumination Power", "IlluminationPower", "1", false}, - IlluminationBandwidth: Info{IlluminationBandwidth, []string{"FL"}, "Illumination Bandwidth", "IlluminationBandwidth", "1", false}, - MydriaticAgentSequence: Info{MydriaticAgentSequence, []string{"SQ"}, "Mydriatic Agent Sequence", "MydriaticAgentSequence", "1", false}, - OphthalmicAxialMeasurementsRightEyeSequence: Info{OphthalmicAxialMeasurementsRightEyeSequence, []string{"SQ"}, "Ophthalmic Axial Measurements Right Eye Sequence", "OphthalmicAxialMeasurementsRightEyeSequence", "1", false}, - OphthalmicAxialMeasurementsLeftEyeSequence: Info{OphthalmicAxialMeasurementsLeftEyeSequence, []string{"SQ"}, "Ophthalmic Axial Measurements Left Eye Sequence", "OphthalmicAxialMeasurementsLeftEyeSequence", "1", false}, - OphthalmicAxialMeasurementsDeviceType: Info{OphthalmicAxialMeasurementsDeviceType, []string{"CS"}, "Ophthalmic Axial Measurements Device Type", "OphthalmicAxialMeasurementsDeviceType", "1", false}, - OphthalmicAxialLengthMeasurementsType: Info{OphthalmicAxialLengthMeasurementsType, []string{"CS"}, "Ophthalmic Axial Length Measurements Type", "OphthalmicAxialLengthMeasurementsType", "1", false}, - OphthalmicAxialLengthSequence: Info{OphthalmicAxialLengthSequence, []string{"SQ"}, "Ophthalmic Axial Length Sequence", "OphthalmicAxialLengthSequence", "1", false}, - OphthalmicAxialLength: Info{OphthalmicAxialLength, []string{"FL"}, "Ophthalmic Axial Length", "OphthalmicAxialLength", "1", false}, - LensStatusCodeSequence: Info{LensStatusCodeSequence, []string{"SQ"}, "Lens Status Code Sequence", "LensStatusCodeSequence", "1", false}, - VitreousStatusCodeSequence: Info{VitreousStatusCodeSequence, []string{"SQ"}, "Vitreous Status Code Sequence", "VitreousStatusCodeSequence", "1", false}, - IOLFormulaCodeSequence: Info{IOLFormulaCodeSequence, []string{"SQ"}, "IOL Formula Code Sequence", "IOLFormulaCodeSequence", "1", false}, - IOLFormulaDetail: Info{IOLFormulaDetail, []string{"LO"}, "IOL Formula Detail", "IOLFormulaDetail", "1", false}, - KeratometerIndex: Info{KeratometerIndex, []string{"FL"}, "Keratometer Index", "KeratometerIndex", "1", false}, - SourceOfOphthalmicAxialLengthCodeSequence: Info{SourceOfOphthalmicAxialLengthCodeSequence, []string{"SQ"}, "Source of Ophthalmic Axial Length Code Sequence", "SourceOfOphthalmicAxialLengthCodeSequence", "1", false}, - SourceOfCornealSizeDataCodeSequence: Info{SourceOfCornealSizeDataCodeSequence, []string{"SQ"}, "Source of Corneal Size Data Code Sequence", "SourceOfCornealSizeDataCodeSequence", "1", false}, - TargetRefraction: Info{TargetRefraction, []string{"FL"}, "Target Refraction", "TargetRefraction", "1", false}, - RefractiveProcedureOccurred: Info{RefractiveProcedureOccurred, []string{"CS"}, "Refractive Procedure Occurred", "RefractiveProcedureOccurred", "1", false}, - RefractiveSurgeryTypeCodeSequence: Info{RefractiveSurgeryTypeCodeSequence, []string{"SQ"}, "Refractive Surgery Type Code Sequence", "RefractiveSurgeryTypeCodeSequence", "1", false}, - OphthalmicUltrasoundMethodCodeSequence: Info{OphthalmicUltrasoundMethodCodeSequence, []string{"SQ"}, "Ophthalmic Ultrasound Method Code Sequence", "OphthalmicUltrasoundMethodCodeSequence", "1", false}, - SurgicallyInducedAstigmatismSequence: Info{SurgicallyInducedAstigmatismSequence, []string{"SQ"}, "Surgically Induced Astigmatism Sequence", "SurgicallyInducedAstigmatismSequence", "1", false}, - TypeOfOpticalCorrection: Info{TypeOfOpticalCorrection, []string{"CS"}, "Type of Optical Correction", "TypeOfOpticalCorrection", "1", false}, - ToricIOLPowerSequence: Info{ToricIOLPowerSequence, []string{"SQ"}, "Toric IOL Power Sequence", "ToricIOLPowerSequence", "1", false}, - PredictedToricErrorSequence: Info{PredictedToricErrorSequence, []string{"SQ"}, "Predicted Toric Error Sequence", "PredictedToricErrorSequence", "1", false}, - PreSelectedForImplantation: Info{PreSelectedForImplantation, []string{"CS"}, "Pre-Selected for Implantation", "PreSelectedForImplantation", "1", false}, - ToricIOLPowerForExactEmmetropiaSequence: Info{ToricIOLPowerForExactEmmetropiaSequence, []string{"SQ"}, "Toric IOL Power for Exact Emmetropia Sequence", "ToricIOLPowerForExactEmmetropiaSequence", "1", false}, - ToricIOLPowerForExactTargetRefractionSequence: Info{ToricIOLPowerForExactTargetRefractionSequence, []string{"SQ"}, "Toric IOL Power for Exact Target Refraction Sequence", "ToricIOLPowerForExactTargetRefractionSequence", "1", false}, - OphthalmicAxialLengthMeasurementsSequence: Info{OphthalmicAxialLengthMeasurementsSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Sequence", "OphthalmicAxialLengthMeasurementsSequence", "1", false}, - IOLPower: Info{IOLPower, []string{"FL"}, "IOL Power", "IOLPower", "1", false}, - PredictedRefractiveError: Info{PredictedRefractiveError, []string{"FL"}, "Predicted Refractive Error", "PredictedRefractiveError", "1", false}, - OphthalmicAxialLengthVelocity: Info{OphthalmicAxialLengthVelocity, []string{"FL"}, "Ophthalmic Axial Length Velocity", "OphthalmicAxialLengthVelocity", "1", false}, - LensStatusDescription: Info{LensStatusDescription, []string{"LO"}, "Lens Status Description", "LensStatusDescription", "1", false}, - VitreousStatusDescription: Info{VitreousStatusDescription, []string{"LO"}, "Vitreous Status Description", "VitreousStatusDescription", "1", false}, - IOLPowerSequence: Info{IOLPowerSequence, []string{"SQ"}, "IOL Power Sequence", "IOLPowerSequence", "1", false}, - LensConstantSequence: Info{LensConstantSequence, []string{"SQ"}, "Lens Constant Sequence", "LensConstantSequence", "1", false}, - IOLManufacturer: Info{IOLManufacturer, []string{"LO"}, "IOL Manufacturer", "IOLManufacturer", "1", false}, - LensConstantDescription: Info{LensConstantDescription, []string{"LO"}, "Lens Constant Description", "LensConstantDescription", "1", true}, - ImplantName: Info{ImplantName, []string{"LO"}, "Implant Name", "ImplantName", "1", false}, - KeratometryMeasurementTypeCodeSequence: Info{KeratometryMeasurementTypeCodeSequence, []string{"SQ"}, "Keratometry Measurement Type Code Sequence", "KeratometryMeasurementTypeCodeSequence", "1", false}, - ImplantPartNumber: Info{ImplantPartNumber, []string{"LO"}, "Implant Part Number", "ImplantPartNumber", "1", false}, + ReconstructionProtocolElementSequence: Info{ReconstructionProtocolElementSequence, []string{"SQ"}, "Reconstruction Protocol Element Sequence", "ReconstructionProtocolElementSequence", "1", false}, + StorageProtocolElementSpecificationSequence: Info{StorageProtocolElementSpecificationSequence, []string{"SQ"}, "Storage Protocol Element Specification Sequence", "StorageProtocolElementSpecificationSequence", "1", false}, + StorageProtocolElementSequence: Info{StorageProtocolElementSequence, []string{"SQ"}, "Storage Protocol Element Sequence", "StorageProtocolElementSequence", "1", false}, + RequestedSeriesDescription: Info{RequestedSeriesDescription, []string{"LO"}, "Requested Series Description", "RequestedSeriesDescription", "1", false}, + SourceAcquisitionProtocolElementNumber: Info{SourceAcquisitionProtocolElementNumber, []string{"US"}, "Source Acquisition Protocol Element Number", "SourceAcquisitionProtocolElementNumber", "1-n", false}, + SourceAcquisitionBeamNumber: Info{SourceAcquisitionBeamNumber, []string{"US"}, "Source Acquisition Beam Number", "SourceAcquisitionBeamNumber", "1-n", false}, + SourceReconstructionProtocolElementNumber: Info{SourceReconstructionProtocolElementNumber, []string{"US"}, "Source Reconstruction Protocol Element Number", "SourceReconstructionProtocolElementNumber", "1-n", false}, + ReconstructionStartLocationSequence: Info{ReconstructionStartLocationSequence, []string{"SQ"}, "Reconstruction Start Location Sequence", "ReconstructionStartLocationSequence", "1", false}, + ReconstructionEndLocationSequence: Info{ReconstructionEndLocationSequence, []string{"SQ"}, "Reconstruction End Location Sequence", "ReconstructionEndLocationSequence", "1", false}, + ReconstructionAlgorithmSequence: Info{ReconstructionAlgorithmSequence, []string{"SQ"}, "Reconstruction Algorithm Sequence", "ReconstructionAlgorithmSequence", "1", false}, + ReconstructionTargetCenterLocationSequence: Info{ReconstructionTargetCenterLocationSequence, []string{"SQ"}, "Reconstruction Target Center Location Sequence", "ReconstructionTargetCenterLocationSequence", "1", false}, + ImageFilterDescription: Info{ImageFilterDescription, []string{"UT"}, "Image Filter Description", "ImageFilterDescription", "1", false}, + CTDIvolNotificationTrigger: Info{CTDIvolNotificationTrigger, []string{"FD"}, "CTDIvol Notification Trigger", "CTDIvolNotificationTrigger", "1", false}, + DLPNotificationTrigger: Info{DLPNotificationTrigger, []string{"FD"}, "DLP Notification Trigger", "DLPNotificationTrigger", "1", false}, + AutoKVPSelectionType: Info{AutoKVPSelectionType, []string{"CS"}, "Auto KVP Selection Type", "AutoKVPSelectionType", "1", false}, + AutoKVPUpperBound: Info{AutoKVPUpperBound, []string{"FD"}, "Auto KVP Upper Bound", "AutoKVPUpperBound", "1", false}, + AutoKVPLowerBound: Info{AutoKVPLowerBound, []string{"FD"}, "Auto KVP Lower Bound", "AutoKVPLowerBound", "1", false}, + ProtocolDefinedPatientPosition: Info{ProtocolDefinedPatientPosition, []string{"CS"}, "Protocol Defined Patient Position", "ProtocolDefinedPatientPosition", "1", false}, + ContributingEquipmentSequence: Info{ContributingEquipmentSequence, []string{"SQ"}, "Contributing Equipment Sequence", "ContributingEquipmentSequence", "1", false}, + ContributionDateTime: Info{ContributionDateTime, []string{"DT"}, "Contribution DateTime", "ContributionDateTime", "1", false}, + ContributionDescription: Info{ContributionDescription, []string{"ST"}, "Contribution Description", "ContributionDescription", "1", false}, + StudyInstanceUID: Info{StudyInstanceUID, []string{"UI"}, "Study Instance UID", "StudyInstanceUID", "1", false}, + SeriesInstanceUID: Info{SeriesInstanceUID, []string{"UI"}, "Series Instance UID", "SeriesInstanceUID", "1", false}, + StudyID: Info{StudyID, []string{"SH"}, "Study ID", "StudyID", "1", false}, + SeriesNumber: Info{SeriesNumber, []string{"IS"}, "Series Number", "SeriesNumber", "1", false}, + AcquisitionNumber: Info{AcquisitionNumber, []string{"IS"}, "Acquisition Number", "AcquisitionNumber", "1", false}, + InstanceNumber: Info{InstanceNumber, []string{"IS"}, "Instance Number", "InstanceNumber", "1", false}, + IsotopeNumber: Info{IsotopeNumber, []string{"IS"}, "Isotope Number", "IsotopeNumber", "1", true}, + PhaseNumber: Info{PhaseNumber, []string{"IS"}, "Phase Number", "PhaseNumber", "1", true}, + IntervalNumber: Info{IntervalNumber, []string{"IS"}, "Interval Number", "IntervalNumber", "1", true}, + TimeSlotNumber: Info{TimeSlotNumber, []string{"IS"}, "Time Slot Number", "TimeSlotNumber", "1", true}, + AngleNumber: Info{AngleNumber, []string{"IS"}, "Angle Number", "AngleNumber", "1", true}, + ItemNumber: Info{ItemNumber, []string{"IS"}, "Item Number", "ItemNumber", "1", false}, + PatientOrientation: Info{PatientOrientation, []string{"CS"}, "Patient Orientation", "PatientOrientation", "2", false}, + OverlayNumber: Info{OverlayNumber, []string{"IS"}, "Overlay Number", "OverlayNumber", "1", true}, + CurveNumber: Info{CurveNumber, []string{"IS"}, "Curve Number", "CurveNumber", "1", true}, + LUTNumber: Info{LUTNumber, []string{"IS"}, "LUT Number", "LUTNumber", "1", true}, + PyramidLabel: Info{PyramidLabel, []string{"LO"}, "Pyramid Label", "PyramidLabel", "1", false}, + ImagePosition: Info{ImagePosition, []string{"DS"}, "Image Position", "ImagePosition", "3", true}, + ImagePositionPatient: Info{ImagePositionPatient, []string{"DS"}, "Image Position (Patient)", "ImagePositionPatient", "3", false}, + ImageOrientation: Info{ImageOrientation, []string{"DS"}, "Image Orientation", "ImageOrientation", "6", true}, + ImageOrientationPatient: Info{ImageOrientationPatient, []string{"DS"}, "Image Orientation (Patient)", "ImageOrientationPatient", "6", false}, + Location: Info{Location, []string{"DS"}, "Location", "Location", "1", true}, + FrameOfReferenceUID: Info{FrameOfReferenceUID, []string{"UI"}, "Frame of Reference UID", "FrameOfReferenceUID", "1", false}, + Laterality: Info{Laterality, []string{"CS"}, "Laterality", "Laterality", "1", false}, + ImageLaterality: Info{ImageLaterality, []string{"CS"}, "Image Laterality", "ImageLaterality", "1", false}, + ImageGeometryType: Info{ImageGeometryType, []string{"LO"}, "Image Geometry Type", "ImageGeometryType", "1", true}, + MaskingImage: Info{MaskingImage, []string{"CS"}, "Masking Image", "MaskingImage", "1-n", true}, + ReportNumber: Info{ReportNumber, []string{"IS"}, "Report Number", "ReportNumber", "1", true}, + TemporalPositionIdentifier: Info{TemporalPositionIdentifier, []string{"IS"}, "Temporal Position Identifier", "TemporalPositionIdentifier", "1", false}, + NumberOfTemporalPositions: Info{NumberOfTemporalPositions, []string{"IS"}, "Number of Temporal Positions", "NumberOfTemporalPositions", "1", false}, + TemporalResolution: Info{TemporalResolution, []string{"DS"}, "Temporal Resolution", "TemporalResolution", "1", false}, + SynchronizationFrameOfReferenceUID: Info{SynchronizationFrameOfReferenceUID, []string{"UI"}, "Synchronization Frame of Reference UID", "SynchronizationFrameOfReferenceUID", "1", false}, + SOPInstanceUIDOfConcatenationSource: Info{SOPInstanceUIDOfConcatenationSource, []string{"UI"}, "SOP Instance UID of Concatenation Source", "SOPInstanceUIDOfConcatenationSource", "1", false}, + SeriesInStudy: Info{SeriesInStudy, []string{"IS"}, "Series in Study", "SeriesInStudy", "1", true}, + AcquisitionsInSeries: Info{AcquisitionsInSeries, []string{"IS"}, "Acquisitions in Series", "AcquisitionsInSeries", "1", true}, + ImagesInAcquisition: Info{ImagesInAcquisition, []string{"IS"}, "Images in Acquisition", "ImagesInAcquisition", "1", false}, + ImagesInSeries: Info{ImagesInSeries, []string{"IS"}, "Images in Series", "ImagesInSeries", "1", true}, + AcquisitionsInStudy: Info{AcquisitionsInStudy, []string{"IS"}, "Acquisitions in Study", "AcquisitionsInStudy", "1", true}, + ImagesInStudy: Info{ImagesInStudy, []string{"IS"}, "Images in Study", "ImagesInStudy", "1", true}, + Reference: Info{Reference, []string{"LO"}, "Reference", "Reference", "1-n", true}, + TargetPositionReferenceIndicator: Info{TargetPositionReferenceIndicator, []string{"LO"}, "Target Position Reference Indicator", "TargetPositionReferenceIndicator", "1", false}, + PositionReferenceIndicator: Info{PositionReferenceIndicator, []string{"LO"}, "Position Reference Indicator", "PositionReferenceIndicator", "1", false}, + SliceLocation: Info{SliceLocation, []string{"DS"}, "Slice Location", "SliceLocation", "1", false}, + OtherStudyNumbers: Info{OtherStudyNumbers, []string{"IS"}, "Other Study Numbers", "OtherStudyNumbers", "1-n", true}, + NumberOfPatientRelatedStudies: Info{NumberOfPatientRelatedStudies, []string{"IS"}, "Number of Patient Related Studies", "NumberOfPatientRelatedStudies", "1", false}, + NumberOfPatientRelatedSeries: Info{NumberOfPatientRelatedSeries, []string{"IS"}, "Number of Patient Related Series", "NumberOfPatientRelatedSeries", "1", false}, + NumberOfPatientRelatedInstances: Info{NumberOfPatientRelatedInstances, []string{"IS"}, "Number of Patient Related Instances", "NumberOfPatientRelatedInstances", "1", false}, + NumberOfStudyRelatedSeries: Info{NumberOfStudyRelatedSeries, []string{"IS"}, "Number of Study Related Series", "NumberOfStudyRelatedSeries", "1", false}, + NumberOfStudyRelatedInstances: Info{NumberOfStudyRelatedInstances, []string{"IS"}, "Number of Study Related Instances", "NumberOfStudyRelatedInstances", "1", false}, + NumberOfSeriesRelatedInstances: Info{NumberOfSeriesRelatedInstances, []string{"IS"}, "Number of Series Related Instances", "NumberOfSeriesRelatedInstances", "1", false}, + SourceImageIDs: Info{SourceImageIDs, []string{"CS"}, "Source Image IDs", "SourceImageIDs", "1-n", true}, + ModifyingDeviceID: Info{ModifyingDeviceID, []string{"CS"}, "Modifying Device ID", "ModifyingDeviceID", "1", true}, + ModifiedImageID: Info{ModifiedImageID, []string{"CS"}, "Modified Image ID", "ModifiedImageID", "1", true}, + ModifiedImageDate: Info{ModifiedImageDate, []string{"DA"}, "Modified Image Date", "ModifiedImageDate", "1", true}, + ModifyingDeviceManufacturer: Info{ModifyingDeviceManufacturer, []string{"LO"}, "Modifying Device Manufacturer", "ModifyingDeviceManufacturer", "1", true}, + ModifiedImageTime: Info{ModifiedImageTime, []string{"TM"}, "Modified Image Time", "ModifiedImageTime", "1", true}, + ModifiedImageDescription: Info{ModifiedImageDescription, []string{"LO"}, "Modified Image Description", "ModifiedImageDescription", "1", true}, + ImageComments: Info{ImageComments, []string{"LT"}, "Image Comments", "ImageComments", "1", false}, + OriginalImageIdentification: Info{OriginalImageIdentification, []string{"AT"}, "Original Image Identification", "OriginalImageIdentification", "1-n", true}, + OriginalImageIdentificationNomenclature: Info{OriginalImageIdentificationNomenclature, []string{"LO"}, "Original Image Identification Nomenclature", "OriginalImageIdentificationNomenclature", "1-n", true}, + StackID: Info{StackID, []string{"SH"}, "Stack ID", "StackID", "1", false}, + InStackPositionNumber: Info{InStackPositionNumber, []string{"UL"}, "In-Stack Position Number", "InStackPositionNumber", "1", false}, + FrameAnatomySequence: Info{FrameAnatomySequence, []string{"SQ"}, "Frame Anatomy Sequence", "FrameAnatomySequence", "1", false}, + FrameLaterality: Info{FrameLaterality, []string{"CS"}, "Frame Laterality", "FrameLaterality", "1", false}, + FrameContentSequence: Info{FrameContentSequence, []string{"SQ"}, "Frame Content Sequence", "FrameContentSequence", "1", false}, + PlanePositionSequence: Info{PlanePositionSequence, []string{"SQ"}, "Plane Position Sequence", "PlanePositionSequence", "1", false}, + PlaneOrientationSequence: Info{PlaneOrientationSequence, []string{"SQ"}, "Plane Orientation Sequence", "PlaneOrientationSequence", "1", false}, + TemporalPositionIndex: Info{TemporalPositionIndex, []string{"UL"}, "Temporal Position Index", "TemporalPositionIndex", "1", false}, + NominalCardiacTriggerDelayTime: Info{NominalCardiacTriggerDelayTime, []string{"FD"}, "Nominal Cardiac Trigger Delay Time", "NominalCardiacTriggerDelayTime", "1", false}, + NominalCardiacTriggerTimePriorToRPeak: Info{NominalCardiacTriggerTimePriorToRPeak, []string{"FL"}, "Nominal Cardiac Trigger Time Prior To R-Peak", "NominalCardiacTriggerTimePriorToRPeak", "1", false}, + ActualCardiacTriggerTimePriorToRPeak: Info{ActualCardiacTriggerTimePriorToRPeak, []string{"FL"}, "Actual Cardiac Trigger Time Prior To R-Peak", "ActualCardiacTriggerTimePriorToRPeak", "1", false}, + FrameAcquisitionNumber: Info{FrameAcquisitionNumber, []string{"US"}, "Frame Acquisition Number", "FrameAcquisitionNumber", "1", false}, + DimensionIndexValues: Info{DimensionIndexValues, []string{"UL"}, "Dimension Index Values", "DimensionIndexValues", "1-n", false}, + FrameComments: Info{FrameComments, []string{"LT"}, "Frame Comments", "FrameComments", "1", false}, + ConcatenationUID: Info{ConcatenationUID, []string{"UI"}, "Concatenation UID", "ConcatenationUID", "1", false}, + InConcatenationNumber: Info{InConcatenationNumber, []string{"US"}, "In-concatenation Number", "InConcatenationNumber", "1", false}, + InConcatenationTotalNumber: Info{InConcatenationTotalNumber, []string{"US"}, "In-concatenation Total Number", "InConcatenationTotalNumber", "1", false}, + DimensionOrganizationUID: Info{DimensionOrganizationUID, []string{"UI"}, "Dimension Organization UID", "DimensionOrganizationUID", "1", false}, + DimensionIndexPointer: Info{DimensionIndexPointer, []string{"AT"}, "Dimension Index Pointer", "DimensionIndexPointer", "1", false}, + FunctionalGroupPointer: Info{FunctionalGroupPointer, []string{"AT"}, "Functional Group Pointer", "FunctionalGroupPointer", "1", false}, + UnassignedSharedConvertedAttributesSequence: Info{UnassignedSharedConvertedAttributesSequence, []string{"SQ"}, "Unassigned Shared Converted Attributes Sequence", "UnassignedSharedConvertedAttributesSequence", "1", false}, + UnassignedPerFrameConvertedAttributesSequence: Info{UnassignedPerFrameConvertedAttributesSequence, []string{"SQ"}, "Unassigned Per-Frame Converted Attributes Sequence", "UnassignedPerFrameConvertedAttributesSequence", "1", false}, + ConversionSourceAttributesSequence: Info{ConversionSourceAttributesSequence, []string{"SQ"}, "Conversion Source Attributes Sequence", "ConversionSourceAttributesSequence", "1", false}, + DimensionIndexPrivateCreator: Info{DimensionIndexPrivateCreator, []string{"LO"}, "Dimension Index Private Creator", "DimensionIndexPrivateCreator", "1", false}, + DimensionOrganizationSequence: Info{DimensionOrganizationSequence, []string{"SQ"}, "Dimension Organization Sequence", "DimensionOrganizationSequence", "1", false}, + DimensionIndexSequence: Info{DimensionIndexSequence, []string{"SQ"}, "Dimension Index Sequence", "DimensionIndexSequence", "1", false}, + ConcatenationFrameOffsetNumber: Info{ConcatenationFrameOffsetNumber, []string{"UL"}, "Concatenation Frame Offset Number", "ConcatenationFrameOffsetNumber", "1", false}, + FunctionalGroupPrivateCreator: Info{FunctionalGroupPrivateCreator, []string{"LO"}, "Functional Group Private Creator", "FunctionalGroupPrivateCreator", "1", false}, + NominalPercentageOfCardiacPhase: Info{NominalPercentageOfCardiacPhase, []string{"FL"}, "Nominal Percentage of Cardiac Phase", "NominalPercentageOfCardiacPhase", "1", false}, + NominalPercentageOfRespiratoryPhase: Info{NominalPercentageOfRespiratoryPhase, []string{"FL"}, "Nominal Percentage of Respiratory Phase", "NominalPercentageOfRespiratoryPhase", "1", false}, + StartingRespiratoryAmplitude: Info{StartingRespiratoryAmplitude, []string{"FL"}, "Starting Respiratory Amplitude", "StartingRespiratoryAmplitude", "1", false}, + StartingRespiratoryPhase: Info{StartingRespiratoryPhase, []string{"CS"}, "Starting Respiratory Phase", "StartingRespiratoryPhase", "1", false}, + EndingRespiratoryAmplitude: Info{EndingRespiratoryAmplitude, []string{"FL"}, "Ending Respiratory Amplitude", "EndingRespiratoryAmplitude", "1", false}, + EndingRespiratoryPhase: Info{EndingRespiratoryPhase, []string{"CS"}, "Ending Respiratory Phase", "EndingRespiratoryPhase", "1", false}, + RespiratoryTriggerType: Info{RespiratoryTriggerType, []string{"CS"}, "Respiratory Trigger Type", "RespiratoryTriggerType", "1", false}, + RRIntervalTimeNominal: Info{RRIntervalTimeNominal, []string{"FD"}, "R-R Interval Time Nominal", "RRIntervalTimeNominal", "1", false}, + ActualCardiacTriggerDelayTime: Info{ActualCardiacTriggerDelayTime, []string{"FD"}, "Actual Cardiac Trigger Delay Time", "ActualCardiacTriggerDelayTime", "1", false}, + RespiratorySynchronizationSequence: Info{RespiratorySynchronizationSequence, []string{"SQ"}, "Respiratory Synchronization Sequence", "RespiratorySynchronizationSequence", "1", false}, + RespiratoryIntervalTime: Info{RespiratoryIntervalTime, []string{"FD"}, "Respiratory Interval Time", "RespiratoryIntervalTime", "1", false}, + NominalRespiratoryTriggerDelayTime: Info{NominalRespiratoryTriggerDelayTime, []string{"FD"}, "Nominal Respiratory Trigger Delay Time", "NominalRespiratoryTriggerDelayTime", "1", false}, + RespiratoryTriggerDelayThreshold: Info{RespiratoryTriggerDelayThreshold, []string{"FD"}, "Respiratory Trigger Delay Threshold", "RespiratoryTriggerDelayThreshold", "1", false}, + ActualRespiratoryTriggerDelayTime: Info{ActualRespiratoryTriggerDelayTime, []string{"FD"}, "Actual Respiratory Trigger Delay Time", "ActualRespiratoryTriggerDelayTime", "1", false}, + ImagePositionVolume: Info{ImagePositionVolume, []string{"FD"}, "Image Position (Volume)", "ImagePositionVolume", "3", false}, + ImageOrientationVolume: Info{ImageOrientationVolume, []string{"FD"}, "Image Orientation (Volume)", "ImageOrientationVolume", "6", false}, + UltrasoundAcquisitionGeometry: Info{UltrasoundAcquisitionGeometry, []string{"CS"}, "Ultrasound Acquisition Geometry", "UltrasoundAcquisitionGeometry", "1", false}, + ApexPosition: Info{ApexPosition, []string{"FD"}, "Apex Position", "ApexPosition", "3", false}, + VolumeToTransducerMappingMatrix: Info{VolumeToTransducerMappingMatrix, []string{"FD"}, "Volume to Transducer Mapping Matrix", "VolumeToTransducerMappingMatrix", "16", false}, + VolumeToTableMappingMatrix: Info{VolumeToTableMappingMatrix, []string{"FD"}, "Volume to Table Mapping Matrix", "VolumeToTableMappingMatrix", "16", false}, + VolumeToTransducerRelationship: Info{VolumeToTransducerRelationship, []string{"CS"}, "Volume to Transducer Relationship", "VolumeToTransducerRelationship", "1", false}, + PatientFrameOfReferenceSource: Info{PatientFrameOfReferenceSource, []string{"CS"}, "Patient Frame of Reference Source", "PatientFrameOfReferenceSource", "1", false}, + TemporalPositionTimeOffset: Info{TemporalPositionTimeOffset, []string{"FD"}, "Temporal Position Time Offset", "TemporalPositionTimeOffset", "1", false}, + PlanePositionVolumeSequence: Info{PlanePositionVolumeSequence, []string{"SQ"}, "Plane Position (Volume) Sequence", "PlanePositionVolumeSequence", "1", false}, + PlaneOrientationVolumeSequence: Info{PlaneOrientationVolumeSequence, []string{"SQ"}, "Plane Orientation (Volume) Sequence", "PlaneOrientationVolumeSequence", "1", false}, + TemporalPositionSequence: Info{TemporalPositionSequence, []string{"SQ"}, "Temporal Position Sequence", "TemporalPositionSequence", "1", false}, + DimensionOrganizationType: Info{DimensionOrganizationType, []string{"CS"}, "Dimension Organization Type", "DimensionOrganizationType", "1", false}, + VolumeFrameOfReferenceUID: Info{VolumeFrameOfReferenceUID, []string{"UI"}, "Volume Frame of Reference UID", "VolumeFrameOfReferenceUID", "1", false}, + TableFrameOfReferenceUID: Info{TableFrameOfReferenceUID, []string{"UI"}, "Table Frame of Reference UID", "TableFrameOfReferenceUID", "1", false}, + DimensionDescriptionLabel: Info{DimensionDescriptionLabel, []string{"LO"}, "Dimension Description Label", "DimensionDescriptionLabel", "1", false}, + PatientOrientationInFrameSequence: Info{PatientOrientationInFrameSequence, []string{"SQ"}, "Patient Orientation in Frame Sequence", "PatientOrientationInFrameSequence", "1", false}, + FrameLabel: Info{FrameLabel, []string{"LO"}, "Frame Label", "FrameLabel", "1", false}, + AcquisitionIndex: Info{AcquisitionIndex, []string{"US"}, "Acquisition Index", "AcquisitionIndex", "1-n", false}, + ContributingSOPInstancesReferenceSequence: Info{ContributingSOPInstancesReferenceSequence, []string{"SQ"}, "Contributing SOP Instances Reference Sequence", "ContributingSOPInstancesReferenceSequence", "1", false}, + ReconstructionIndex: Info{ReconstructionIndex, []string{"US"}, "Reconstruction Index", "ReconstructionIndex", "1", false}, + LightPathFilterPassThroughWavelength: Info{LightPathFilterPassThroughWavelength, []string{"US"}, "Light Path Filter Pass-Through Wavelength", "LightPathFilterPassThroughWavelength", "1", false}, + LightPathFilterPassBand: Info{LightPathFilterPassBand, []string{"US"}, "Light Path Filter Pass Band", "LightPathFilterPassBand", "2", false}, + ImagePathFilterPassThroughWavelength: Info{ImagePathFilterPassThroughWavelength, []string{"US"}, "Image Path Filter Pass-Through Wavelength", "ImagePathFilterPassThroughWavelength", "1", false}, + ImagePathFilterPassBand: Info{ImagePathFilterPassBand, []string{"US"}, "Image Path Filter Pass Band", "ImagePathFilterPassBand", "2", false}, + PatientEyeMovementCommanded: Info{PatientEyeMovementCommanded, []string{"CS"}, "Patient Eye Movement Commanded", "PatientEyeMovementCommanded", "1", false}, + PatientEyeMovementCommandCodeSequence: Info{PatientEyeMovementCommandCodeSequence, []string{"SQ"}, "Patient Eye Movement Command Code Sequence", "PatientEyeMovementCommandCodeSequence", "1", false}, + SphericalLensPower: Info{SphericalLensPower, []string{"FL"}, "Spherical Lens Power", "SphericalLensPower", "1", false}, + CylinderLensPower: Info{CylinderLensPower, []string{"FL"}, "Cylinder Lens Power", "CylinderLensPower", "1", false}, + CylinderAxis: Info{CylinderAxis, []string{"FL"}, "Cylinder Axis", "CylinderAxis", "1", false}, + EmmetropicMagnification: Info{EmmetropicMagnification, []string{"FL"}, "Emmetropic Magnification", "EmmetropicMagnification", "1", false}, + IntraOcularPressure: Info{IntraOcularPressure, []string{"FL"}, "Intra Ocular Pressure", "IntraOcularPressure", "1", false}, + HorizontalFieldOfView: Info{HorizontalFieldOfView, []string{"FL"}, "Horizontal Field of View", "HorizontalFieldOfView", "1", false}, + PupilDilated: Info{PupilDilated, []string{"CS"}, "Pupil Dilated", "PupilDilated", "1", false}, + DegreeOfDilation: Info{DegreeOfDilation, []string{"FL"}, "Degree of Dilation", "DegreeOfDilation", "1", false}, + VertexDistance: Info{VertexDistance, []string{"FD"}, "Vertex Distance", "VertexDistance", "1", false}, + StereoBaselineAngle: Info{StereoBaselineAngle, []string{"FL"}, "Stereo Baseline Angle", "StereoBaselineAngle", "1", false}, + StereoBaselineDisplacement: Info{StereoBaselineDisplacement, []string{"FL"}, "Stereo Baseline Displacement", "StereoBaselineDisplacement", "1", false}, + StereoHorizontalPixelOffset: Info{StereoHorizontalPixelOffset, []string{"FL"}, "Stereo Horizontal Pixel Offset", "StereoHorizontalPixelOffset", "1", false}, + StereoVerticalPixelOffset: Info{StereoVerticalPixelOffset, []string{"FL"}, "Stereo Vertical Pixel Offset", "StereoVerticalPixelOffset", "1", false}, + StereoRotation: Info{StereoRotation, []string{"FL"}, "Stereo Rotation", "StereoRotation", "1", false}, + AcquisitionDeviceTypeCodeSequence: Info{AcquisitionDeviceTypeCodeSequence, []string{"SQ"}, "Acquisition Device Type Code Sequence", "AcquisitionDeviceTypeCodeSequence", "1", false}, + IlluminationTypeCodeSequence: Info{IlluminationTypeCodeSequence, []string{"SQ"}, "Illumination Type Code Sequence", "IlluminationTypeCodeSequence", "1", false}, + LightPathFilterTypeStackCodeSequence: Info{LightPathFilterTypeStackCodeSequence, []string{"SQ"}, "Light Path Filter Type Stack Code Sequence", "LightPathFilterTypeStackCodeSequence", "1", false}, + ImagePathFilterTypeStackCodeSequence: Info{ImagePathFilterTypeStackCodeSequence, []string{"SQ"}, "Image Path Filter Type Stack Code Sequence", "ImagePathFilterTypeStackCodeSequence", "1", false}, + LensesCodeSequence: Info{LensesCodeSequence, []string{"SQ"}, "Lenses Code Sequence", "LensesCodeSequence", "1", false}, + ChannelDescriptionCodeSequence: Info{ChannelDescriptionCodeSequence, []string{"SQ"}, "Channel Description Code Sequence", "ChannelDescriptionCodeSequence", "1", false}, + RefractiveStateSequence: Info{RefractiveStateSequence, []string{"SQ"}, "Refractive State Sequence", "RefractiveStateSequence", "1", false}, + MydriaticAgentCodeSequence: Info{MydriaticAgentCodeSequence, []string{"SQ"}, "Mydriatic Agent Code Sequence", "MydriaticAgentCodeSequence", "1", false}, + RelativeImagePositionCodeSequence: Info{RelativeImagePositionCodeSequence, []string{"SQ"}, "Relative Image Position Code Sequence", "RelativeImagePositionCodeSequence", "1", false}, + CameraAngleOfView: Info{CameraAngleOfView, []string{"FL"}, "Camera Angle of View", "CameraAngleOfView", "1", false}, + StereoPairsSequence: Info{StereoPairsSequence, []string{"SQ"}, "Stereo Pairs Sequence", "StereoPairsSequence", "1", false}, + LeftImageSequence: Info{LeftImageSequence, []string{"SQ"}, "Left Image Sequence", "LeftImageSequence", "1", false}, + RightImageSequence: Info{RightImageSequence, []string{"SQ"}, "Right Image Sequence", "RightImageSequence", "1", false}, + StereoPairsPresent: Info{StereoPairsPresent, []string{"CS"}, "Stereo Pairs Present", "StereoPairsPresent", "1", false}, + AxialLengthOfTheEye: Info{AxialLengthOfTheEye, []string{"FL"}, "Axial Length of the Eye", "AxialLengthOfTheEye", "1", false}, + OphthalmicFrameLocationSequence: Info{OphthalmicFrameLocationSequence, []string{"SQ"}, "Ophthalmic Frame Location Sequence", "OphthalmicFrameLocationSequence", "1", false}, + ReferenceCoordinates: Info{ReferenceCoordinates, []string{"FL"}, "Reference Coordinates", "ReferenceCoordinates", "2-2n", false}, + DepthSpatialResolution: Info{DepthSpatialResolution, []string{"FL"}, "Depth Spatial Resolution", "DepthSpatialResolution", "1", false}, + MaximumDepthDistortion: Info{MaximumDepthDistortion, []string{"FL"}, "Maximum Depth Distortion", "MaximumDepthDistortion", "1", false}, + AlongScanSpatialResolution: Info{AlongScanSpatialResolution, []string{"FL"}, "Along-scan Spatial Resolution", "AlongScanSpatialResolution", "1", false}, + MaximumAlongScanDistortion: Info{MaximumAlongScanDistortion, []string{"FL"}, "Maximum Along-scan Distortion", "MaximumAlongScanDistortion", "1", false}, + OphthalmicImageOrientation: Info{OphthalmicImageOrientation, []string{"CS"}, "Ophthalmic Image Orientation", "OphthalmicImageOrientation", "1", false}, + DepthOfTransverseImage: Info{DepthOfTransverseImage, []string{"FL"}, "Depth of Transverse Image", "DepthOfTransverseImage", "1", false}, + MydriaticAgentConcentrationUnitsSequence: Info{MydriaticAgentConcentrationUnitsSequence, []string{"SQ"}, "Mydriatic Agent Concentration Units Sequence", "MydriaticAgentConcentrationUnitsSequence", "1", false}, + AcrossScanSpatialResolution: Info{AcrossScanSpatialResolution, []string{"FL"}, "Across-scan Spatial Resolution", "AcrossScanSpatialResolution", "1", false}, + MaximumAcrossScanDistortion: Info{MaximumAcrossScanDistortion, []string{"FL"}, "Maximum Across-scan Distortion", "MaximumAcrossScanDistortion", "1", false}, + MydriaticAgentConcentration: Info{MydriaticAgentConcentration, []string{"DS"}, "Mydriatic Agent Concentration", "MydriaticAgentConcentration", "1", false}, + IlluminationWaveLength: Info{IlluminationWaveLength, []string{"FL"}, "Illumination Wave Length", "IlluminationWaveLength", "1", false}, + IlluminationPower: Info{IlluminationPower, []string{"FL"}, "Illumination Power", "IlluminationPower", "1", false}, + IlluminationBandwidth: Info{IlluminationBandwidth, []string{"FL"}, "Illumination Bandwidth", "IlluminationBandwidth", "1", false}, + MydriaticAgentSequence: Info{MydriaticAgentSequence, []string{"SQ"}, "Mydriatic Agent Sequence", "MydriaticAgentSequence", "1", false}, + OphthalmicAxialMeasurementsRightEyeSequence: Info{OphthalmicAxialMeasurementsRightEyeSequence, []string{"SQ"}, "Ophthalmic Axial Measurements Right Eye Sequence", "OphthalmicAxialMeasurementsRightEyeSequence", "1", false}, + OphthalmicAxialMeasurementsLeftEyeSequence: Info{OphthalmicAxialMeasurementsLeftEyeSequence, []string{"SQ"}, "Ophthalmic Axial Measurements Left Eye Sequence", "OphthalmicAxialMeasurementsLeftEyeSequence", "1", false}, + OphthalmicAxialMeasurementsDeviceType: Info{OphthalmicAxialMeasurementsDeviceType, []string{"CS"}, "Ophthalmic Axial Measurements Device Type", "OphthalmicAxialMeasurementsDeviceType", "1", false}, + OphthalmicAxialLengthMeasurementsType: Info{OphthalmicAxialLengthMeasurementsType, []string{"CS"}, "Ophthalmic Axial Length Measurements Type", "OphthalmicAxialLengthMeasurementsType", "1", false}, + OphthalmicAxialLengthSequence: Info{OphthalmicAxialLengthSequence, []string{"SQ"}, "Ophthalmic Axial Length Sequence", "OphthalmicAxialLengthSequence", "1", false}, + OphthalmicAxialLength: Info{OphthalmicAxialLength, []string{"FL"}, "Ophthalmic Axial Length", "OphthalmicAxialLength", "1", false}, + LensStatusCodeSequence: Info{LensStatusCodeSequence, []string{"SQ"}, "Lens Status Code Sequence", "LensStatusCodeSequence", "1", false}, + VitreousStatusCodeSequence: Info{VitreousStatusCodeSequence, []string{"SQ"}, "Vitreous Status Code Sequence", "VitreousStatusCodeSequence", "1", false}, + IOLFormulaCodeSequence: Info{IOLFormulaCodeSequence, []string{"SQ"}, "IOL Formula Code Sequence", "IOLFormulaCodeSequence", "1", false}, + IOLFormulaDetail: Info{IOLFormulaDetail, []string{"LO"}, "IOL Formula Detail", "IOLFormulaDetail", "1", false}, + KeratometerIndex: Info{KeratometerIndex, []string{"FL"}, "Keratometer Index", "KeratometerIndex", "1", false}, + SourceOfOphthalmicAxialLengthCodeSequence: Info{SourceOfOphthalmicAxialLengthCodeSequence, []string{"SQ"}, "Source of Ophthalmic Axial Length Code Sequence", "SourceOfOphthalmicAxialLengthCodeSequence", "1", false}, + SourceOfCornealSizeDataCodeSequence: Info{SourceOfCornealSizeDataCodeSequence, []string{"SQ"}, "Source of Corneal Size Data Code Sequence", "SourceOfCornealSizeDataCodeSequence", "1", false}, + TargetRefraction: Info{TargetRefraction, []string{"FL"}, "Target Refraction", "TargetRefraction", "1", false}, + RefractiveProcedureOccurred: Info{RefractiveProcedureOccurred, []string{"CS"}, "Refractive Procedure Occurred", "RefractiveProcedureOccurred", "1", false}, + RefractiveSurgeryTypeCodeSequence: Info{RefractiveSurgeryTypeCodeSequence, []string{"SQ"}, "Refractive Surgery Type Code Sequence", "RefractiveSurgeryTypeCodeSequence", "1", false}, + OphthalmicUltrasoundMethodCodeSequence: Info{OphthalmicUltrasoundMethodCodeSequence, []string{"SQ"}, "Ophthalmic Ultrasound Method Code Sequence", "OphthalmicUltrasoundMethodCodeSequence", "1", false}, + SurgicallyInducedAstigmatismSequence: Info{SurgicallyInducedAstigmatismSequence, []string{"SQ"}, "Surgically Induced Astigmatism Sequence", "SurgicallyInducedAstigmatismSequence", "1", false}, + TypeOfOpticalCorrection: Info{TypeOfOpticalCorrection, []string{"CS"}, "Type of Optical Correction", "TypeOfOpticalCorrection", "1", false}, + ToricIOLPowerSequence: Info{ToricIOLPowerSequence, []string{"SQ"}, "Toric IOL Power Sequence", "ToricIOLPowerSequence", "1", false}, + PredictedToricErrorSequence: Info{PredictedToricErrorSequence, []string{"SQ"}, "Predicted Toric Error Sequence", "PredictedToricErrorSequence", "1", false}, + PreSelectedForImplantation: Info{PreSelectedForImplantation, []string{"CS"}, "Pre-Selected for Implantation", "PreSelectedForImplantation", "1", false}, + ToricIOLPowerForExactEmmetropiaSequence: Info{ToricIOLPowerForExactEmmetropiaSequence, []string{"SQ"}, "Toric IOL Power for Exact Emmetropia Sequence", "ToricIOLPowerForExactEmmetropiaSequence", "1", false}, + ToricIOLPowerForExactTargetRefractionSequence: Info{ToricIOLPowerForExactTargetRefractionSequence, []string{"SQ"}, "Toric IOL Power for Exact Target Refraction Sequence", "ToricIOLPowerForExactTargetRefractionSequence", "1", false}, + OphthalmicAxialLengthMeasurementsSequence: Info{OphthalmicAxialLengthMeasurementsSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Sequence", "OphthalmicAxialLengthMeasurementsSequence", "1", false}, + IOLPower: Info{IOLPower, []string{"FL"}, "IOL Power", "IOLPower", "1", false}, + PredictedRefractiveError: Info{PredictedRefractiveError, []string{"FL"}, "Predicted Refractive Error", "PredictedRefractiveError", "1", false}, + OphthalmicAxialLengthVelocity: Info{OphthalmicAxialLengthVelocity, []string{"FL"}, "Ophthalmic Axial Length Velocity", "OphthalmicAxialLengthVelocity", "1", false}, + LensStatusDescription: Info{LensStatusDescription, []string{"LO"}, "Lens Status Description", "LensStatusDescription", "1", false}, + VitreousStatusDescription: Info{VitreousStatusDescription, []string{"LO"}, "Vitreous Status Description", "VitreousStatusDescription", "1", false}, + IOLPowerSequence: Info{IOLPowerSequence, []string{"SQ"}, "IOL Power Sequence", "IOLPowerSequence", "1", false}, + LensConstantSequence: Info{LensConstantSequence, []string{"SQ"}, "Lens Constant Sequence", "LensConstantSequence", "1", false}, + IOLManufacturer: Info{IOLManufacturer, []string{"LO"}, "IOL Manufacturer", "IOLManufacturer", "1", false}, + LensConstantDescription: Info{LensConstantDescription, []string{"LO"}, "Lens Constant Description", "LensConstantDescription", "1", true}, + ImplantName: Info{ImplantName, []string{"LO"}, "Implant Name", "ImplantName", "1", false}, + KeratometryMeasurementTypeCodeSequence: Info{KeratometryMeasurementTypeCodeSequence, []string{"SQ"}, "Keratometry Measurement Type Code Sequence", "KeratometryMeasurementTypeCodeSequence", "1", false}, + ImplantPartNumber: Info{ImplantPartNumber, []string{"LO"}, "Implant Part Number", "ImplantPartNumber", "1", false}, ReferencedOphthalmicAxialMeasurementsSequence: Info{ReferencedOphthalmicAxialMeasurementsSequence, []string{"SQ"}, "Referenced Ophthalmic Axial Measurements Sequence", "ReferencedOphthalmicAxialMeasurementsSequence", "1", false}, - OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence: Info{OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Segment Name Code Sequence", "OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence", "1", false}, - RefractiveErrorBeforeRefractiveSurgeryCodeSequence: Info{RefractiveErrorBeforeRefractiveSurgeryCodeSequence, []string{"SQ"}, "Refractive Error Before Refractive Surgery Code Sequence", "RefractiveErrorBeforeRefractiveSurgeryCodeSequence", "1", false}, - IOLPowerForExactEmmetropia: Info{IOLPowerForExactEmmetropia, []string{"FL"}, "IOL Power For Exact Emmetropia", "IOLPowerForExactEmmetropia", "1", false}, - IOLPowerForExactTargetRefraction: Info{IOLPowerForExactTargetRefraction, []string{"FL"}, "IOL Power For Exact Target Refraction", "IOLPowerForExactTargetRefraction", "1", false}, - AnteriorChamberDepthDefinitionCodeSequence: Info{AnteriorChamberDepthDefinitionCodeSequence, []string{"SQ"}, "Anterior Chamber Depth Definition Code Sequence", "AnteriorChamberDepthDefinitionCodeSequence", "1", false}, - LensThicknessSequence: Info{LensThicknessSequence, []string{"SQ"}, "Lens Thickness Sequence", "LensThicknessSequence", "1", false}, - AnteriorChamberDepthSequence: Info{AnteriorChamberDepthSequence, []string{"SQ"}, "Anterior Chamber Depth Sequence", "AnteriorChamberDepthSequence", "1", false}, - CalculationCommentSequence: Info{CalculationCommentSequence, []string{"SQ"}, "Calculation Comment Sequence", "CalculationCommentSequence", "1", false}, - CalculationCommentType: Info{CalculationCommentType, []string{"CS"}, "Calculation Comment Type", "CalculationCommentType", "1", false}, - CalculationComment: Info{CalculationComment, []string{"LT"}, "Calculation Comment", "CalculationComment", "1", false}, - LensThickness: Info{LensThickness, []string{"FL"}, "Lens Thickness", "LensThickness", "1", false}, - AnteriorChamberDepth: Info{AnteriorChamberDepth, []string{"FL"}, "Anterior Chamber Depth", "AnteriorChamberDepth", "1", false}, - SourceOfLensThicknessDataCodeSequence: Info{SourceOfLensThicknessDataCodeSequence, []string{"SQ"}, "Source of Lens Thickness Data Code Sequence", "SourceOfLensThicknessDataCodeSequence", "1", false}, - SourceOfAnteriorChamberDepthDataCodeSequence: Info{SourceOfAnteriorChamberDepthDataCodeSequence, []string{"SQ"}, "Source of Anterior Chamber Depth Data Code Sequence", "SourceOfAnteriorChamberDepthDataCodeSequence", "1", false}, - SourceOfRefractiveMeasurementsSequence: Info{SourceOfRefractiveMeasurementsSequence, []string{"SQ"}, "Source of Refractive Measurements Sequence", "SourceOfRefractiveMeasurementsSequence", "1", false}, - SourceOfRefractiveMeasurementsCodeSequence: Info{SourceOfRefractiveMeasurementsCodeSequence, []string{"SQ"}, "Source of Refractive Measurements Code Sequence", "SourceOfRefractiveMeasurementsCodeSequence", "1", false}, - OphthalmicAxialLengthMeasurementModified: Info{OphthalmicAxialLengthMeasurementModified, []string{"CS"}, "Ophthalmic Axial Length Measurement Modified", "OphthalmicAxialLengthMeasurementModified", "1", false}, - OphthalmicAxialLengthDataSourceCodeSequence: Info{OphthalmicAxialLengthDataSourceCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Data Source Code Sequence", "OphthalmicAxialLengthDataSourceCodeSequence", "1", false}, - OphthalmicAxialLengthAcquisitionMethodCodeSequence: Info{OphthalmicAxialLengthAcquisitionMethodCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Acquisition Method Code Sequence", "OphthalmicAxialLengthAcquisitionMethodCodeSequence", "1", true}, - SignalToNoiseRatio: Info{SignalToNoiseRatio, []string{"FL"}, "Signal to Noise Ratio", "SignalToNoiseRatio", "1", false}, - OphthalmicAxialLengthDataSourceDescription: Info{OphthalmicAxialLengthDataSourceDescription, []string{"LO"}, "Ophthalmic Axial Length Data Source Description", "OphthalmicAxialLengthDataSourceDescription", "1", false}, - OphthalmicAxialLengthMeasurementsTotalLengthSequence: Info{OphthalmicAxialLengthMeasurementsTotalLengthSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Total Length Sequence", "OphthalmicAxialLengthMeasurementsTotalLengthSequence", "1", false}, - OphthalmicAxialLengthMeasurementsSegmentalLengthSequence: Info{OphthalmicAxialLengthMeasurementsSegmentalLengthSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Segmental Length Sequence", "OphthalmicAxialLengthMeasurementsSegmentalLengthSequence", "1", false}, - OphthalmicAxialLengthMeasurementsLengthSummationSequence: Info{OphthalmicAxialLengthMeasurementsLengthSummationSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Length Summation Sequence", "OphthalmicAxialLengthMeasurementsLengthSummationSequence", "1", false}, - UltrasoundOphthalmicAxialLengthMeasurementsSequence: Info{UltrasoundOphthalmicAxialLengthMeasurementsSequence, []string{"SQ"}, "Ultrasound Ophthalmic Axial Length Measurements Sequence", "UltrasoundOphthalmicAxialLengthMeasurementsSequence", "1", false}, - OpticalOphthalmicAxialLengthMeasurementsSequence: Info{OpticalOphthalmicAxialLengthMeasurementsSequence, []string{"SQ"}, "Optical Ophthalmic Axial Length Measurements Sequence", "OpticalOphthalmicAxialLengthMeasurementsSequence", "1", false}, - UltrasoundSelectedOphthalmicAxialLengthSequence: Info{UltrasoundSelectedOphthalmicAxialLengthSequence, []string{"SQ"}, "Ultrasound Selected Ophthalmic Axial Length Sequence", "UltrasoundSelectedOphthalmicAxialLengthSequence", "1", false}, - OphthalmicAxialLengthSelectionMethodCodeSequence: Info{OphthalmicAxialLengthSelectionMethodCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Selection Method Code Sequence", "OphthalmicAxialLengthSelectionMethodCodeSequence", "1", false}, - OpticalSelectedOphthalmicAxialLengthSequence: Info{OpticalSelectedOphthalmicAxialLengthSequence, []string{"SQ"}, "Optical Selected Ophthalmic Axial Length Sequence", "OpticalSelectedOphthalmicAxialLengthSequence", "1", false}, - SelectedSegmentalOphthalmicAxialLengthSequence: Info{SelectedSegmentalOphthalmicAxialLengthSequence, []string{"SQ"}, "Selected Segmental Ophthalmic Axial Length Sequence", "SelectedSegmentalOphthalmicAxialLengthSequence", "1", false}, - SelectedTotalOphthalmicAxialLengthSequence: Info{SelectedTotalOphthalmicAxialLengthSequence, []string{"SQ"}, "Selected Total Ophthalmic Axial Length Sequence", "SelectedTotalOphthalmicAxialLengthSequence", "1", false}, - OphthalmicAxialLengthQualityMetricSequence: Info{OphthalmicAxialLengthQualityMetricSequence, []string{"SQ"}, "Ophthalmic Axial Length Quality Metric Sequence", "OphthalmicAxialLengthQualityMetricSequence", "1", false}, - OphthalmicAxialLengthQualityMetricTypeCodeSequence: Info{OphthalmicAxialLengthQualityMetricTypeCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Quality Metric Type Code Sequence", "OphthalmicAxialLengthQualityMetricTypeCodeSequence", "1", true}, - OphthalmicAxialLengthQualityMetricTypeDescription: Info{OphthalmicAxialLengthQualityMetricTypeDescription, []string{"LO"}, "Ophthalmic Axial Length Quality Metric Type Description", "OphthalmicAxialLengthQualityMetricTypeDescription", "1", true}, - IntraocularLensCalculationsRightEyeSequence: Info{IntraocularLensCalculationsRightEyeSequence, []string{"SQ"}, "Intraocular Lens Calculations Right Eye Sequence", "IntraocularLensCalculationsRightEyeSequence", "1", false}, - IntraocularLensCalculationsLeftEyeSequence: Info{IntraocularLensCalculationsLeftEyeSequence, []string{"SQ"}, "Intraocular Lens Calculations Left Eye Sequence", "IntraocularLensCalculationsLeftEyeSequence", "1", false}, - ReferencedOphthalmicAxialLengthMeasurementQCImageSequence: Info{ReferencedOphthalmicAxialLengthMeasurementQCImageSequence, []string{"SQ"}, "Referenced Ophthalmic Axial Length Measurement QC Image Sequence", "ReferencedOphthalmicAxialLengthMeasurementQCImageSequence", "1", false}, - OphthalmicMappingDeviceType: Info{OphthalmicMappingDeviceType, []string{"CS"}, "Ophthalmic Mapping Device Type", "OphthalmicMappingDeviceType", "1", false}, - AcquisitionMethodCodeSequence: Info{AcquisitionMethodCodeSequence, []string{"SQ"}, "Acquisition Method Code Sequence", "AcquisitionMethodCodeSequence", "1", false}, - AcquisitionMethodAlgorithmSequence: Info{AcquisitionMethodAlgorithmSequence, []string{"SQ"}, "Acquisition Method Algorithm Sequence", "AcquisitionMethodAlgorithmSequence", "1", false}, - OphthalmicThicknessMapTypeCodeSequence: Info{OphthalmicThicknessMapTypeCodeSequence, []string{"SQ"}, "Ophthalmic Thickness Map Type Code Sequence", "OphthalmicThicknessMapTypeCodeSequence", "1", false}, - OphthalmicThicknessMappingNormalsSequence: Info{OphthalmicThicknessMappingNormalsSequence, []string{"SQ"}, "Ophthalmic Thickness Mapping Normals Sequence", "OphthalmicThicknessMappingNormalsSequence", "1", false}, - RetinalThicknessDefinitionCodeSequence: Info{RetinalThicknessDefinitionCodeSequence, []string{"SQ"}, "Retinal Thickness Definition Code Sequence", "RetinalThicknessDefinitionCodeSequence", "1", false}, - PixelValueMappingToCodedConceptSequence: Info{PixelValueMappingToCodedConceptSequence, []string{"SQ"}, "Pixel Value Mapping to Coded Concept Sequence", "PixelValueMappingToCodedConceptSequence", "1", false}, - MappedPixelValue: Info{MappedPixelValue, []string{"US", "SS"}, "Mapped Pixel Value", "MappedPixelValue", "1", false}, - PixelValueMappingExplanation: Info{PixelValueMappingExplanation, []string{"LO"}, "Pixel Value Mapping Explanation", "PixelValueMappingExplanation", "1", false}, - OphthalmicThicknessMapQualityThresholdSequence: Info{OphthalmicThicknessMapQualityThresholdSequence, []string{"SQ"}, "Ophthalmic Thickness Map Quality Threshold Sequence", "OphthalmicThicknessMapQualityThresholdSequence", "1", false}, - OphthalmicThicknessMapThresholdQualityRating: Info{OphthalmicThicknessMapThresholdQualityRating, []string{"FL"}, "Ophthalmic Thickness Map Threshold Quality Rating", "OphthalmicThicknessMapThresholdQualityRating", "1", false}, - AnatomicStructureReferencePoint: Info{AnatomicStructureReferencePoint, []string{"FL"}, "Anatomic Structure Reference Point", "AnatomicStructureReferencePoint", "2", false}, - RegistrationToLocalizerSequence: Info{RegistrationToLocalizerSequence, []string{"SQ"}, "Registration to Localizer Sequence", "RegistrationToLocalizerSequence", "1", false}, - RegisteredLocalizerUnits: Info{RegisteredLocalizerUnits, []string{"CS"}, "Registered Localizer Units", "RegisteredLocalizerUnits", "1", false}, - RegisteredLocalizerTopLeftHandCorner: Info{RegisteredLocalizerTopLeftHandCorner, []string{"FL"}, "Registered Localizer Top Left Hand Corner", "RegisteredLocalizerTopLeftHandCorner", "2", false}, - RegisteredLocalizerBottomRightHandCorner: Info{RegisteredLocalizerBottomRightHandCorner, []string{"FL"}, "Registered Localizer Bottom Right Hand Corner", "RegisteredLocalizerBottomRightHandCorner", "2", false}, - OphthalmicThicknessMapQualityRatingSequence: Info{OphthalmicThicknessMapQualityRatingSequence, []string{"SQ"}, "Ophthalmic Thickness Map Quality Rating Sequence", "OphthalmicThicknessMapQualityRatingSequence", "1", false}, - RelevantOPTAttributesSequence: Info{RelevantOPTAttributesSequence, []string{"SQ"}, "Relevant OPT Attributes Sequence", "RelevantOPTAttributesSequence", "1", false}, - TransformationMethodCodeSequence: Info{TransformationMethodCodeSequence, []string{"SQ"}, "Transformation Method Code Sequence", "TransformationMethodCodeSequence", "1", false}, - TransformationAlgorithmSequence: Info{TransformationAlgorithmSequence, []string{"SQ"}, "Transformation Algorithm Sequence", "TransformationAlgorithmSequence", "1", false}, - OphthalmicAxialLengthMethod: Info{OphthalmicAxialLengthMethod, []string{"CS"}, "Ophthalmic Axial Length Method", "OphthalmicAxialLengthMethod", "1", false}, - OphthalmicFOV: Info{OphthalmicFOV, []string{"FL"}, "Ophthalmic FOV", "OphthalmicFOV", "1", false}, - TwoDimensionalToThreeDimensionalMapSequence: Info{TwoDimensionalToThreeDimensionalMapSequence, []string{"SQ"}, "Two Dimensional to Three Dimensional Map Sequence", "TwoDimensionalToThreeDimensionalMapSequence", "1", false}, - WideFieldOphthalmicPhotographyQualityRatingSequence: Info{WideFieldOphthalmicPhotographyQualityRatingSequence, []string{"SQ"}, "Wide Field Ophthalmic Photography Quality Rating Sequence", "WideFieldOphthalmicPhotographyQualityRatingSequence", "1", false}, - WideFieldOphthalmicPhotographyQualityThresholdSequence: Info{WideFieldOphthalmicPhotographyQualityThresholdSequence, []string{"SQ"}, "Wide Field Ophthalmic Photography Quality Threshold Sequence", "WideFieldOphthalmicPhotographyQualityThresholdSequence", "1", false}, - WideFieldOphthalmicPhotographyThresholdQualityRating: Info{WideFieldOphthalmicPhotographyThresholdQualityRating, []string{"FL"}, "Wide Field Ophthalmic Photography Threshold Quality Rating", "WideFieldOphthalmicPhotographyThresholdQualityRating", "1", false}, - XCoordinatesCenterPixelViewAngle: Info{XCoordinatesCenterPixelViewAngle, []string{"FL"}, "X Coordinates Center Pixel View Angle", "XCoordinatesCenterPixelViewAngle", "1", false}, - YCoordinatesCenterPixelViewAngle: Info{YCoordinatesCenterPixelViewAngle, []string{"FL"}, "Y Coordinates Center Pixel View Angle", "YCoordinatesCenterPixelViewAngle", "1", false}, - NumberOfMapPoints: Info{NumberOfMapPoints, []string{"UL"}, "Number of Map Points", "NumberOfMapPoints", "1", false}, - TwoDimensionalToThreeDimensionalMapData: Info{TwoDimensionalToThreeDimensionalMapData, []string{"OF"}, "Two Dimensional to Three Dimensional Map Data", "TwoDimensionalToThreeDimensionalMapData", "1", false}, - DerivationAlgorithmSequence: Info{DerivationAlgorithmSequence, []string{"SQ"}, "Derivation Algorithm Sequence", "DerivationAlgorithmSequence", "1", false}, - OphthalmicImageTypeCodeSequence: Info{OphthalmicImageTypeCodeSequence, []string{"SQ"}, "Ophthalmic Image Type Code Sequence", "OphthalmicImageTypeCodeSequence", "1", false}, - OphthalmicImageTypeDescription: Info{OphthalmicImageTypeDescription, []string{"LO"}, "Ophthalmic Image Type Description", "OphthalmicImageTypeDescription", "1", false}, - ScanPatternTypeCodeSequence: Info{ScanPatternTypeCodeSequence, []string{"SQ"}, "Scan Pattern Type Code Sequence", "ScanPatternTypeCodeSequence", "1", false}, - ReferencedSurfaceMeshIdentificationSequence: Info{ReferencedSurfaceMeshIdentificationSequence, []string{"SQ"}, "Referenced Surface Mesh Identification Sequence", "ReferencedSurfaceMeshIdentificationSequence", "1", false}, - OphthalmicVolumetricPropertiesFlag: Info{OphthalmicVolumetricPropertiesFlag, []string{"CS"}, "Ophthalmic Volumetric Properties Flag", "OphthalmicVolumetricPropertiesFlag", "1", false}, - OphthalmicAnatomicReferencePointXCoordinate: Info{OphthalmicAnatomicReferencePointXCoordinate, []string{"FL"}, "Ophthalmic Anatomic Reference Point X-Coordinate", "OphthalmicAnatomicReferencePointXCoordinate", "1", false}, - OphthalmicAnatomicReferencePointYCoordinate: Info{OphthalmicAnatomicReferencePointYCoordinate, []string{"FL"}, "Ophthalmic Anatomic Reference Point Y-Coordinate", "OphthalmicAnatomicReferencePointYCoordinate", "1", false}, - OphthalmicEnFaceImageQualityRatingSequence: Info{OphthalmicEnFaceImageQualityRatingSequence, []string{"SQ"}, "Ophthalmic En Face Image Quality Rating Sequence", "OphthalmicEnFaceImageQualityRatingSequence", "1", false}, - QualityThreshold: Info{QualityThreshold, []string{"DS"}, "Quality Threshold", "QualityThreshold", "1", false}, - OCTBscanAnalysisAcquisitionParametersSequence: Info{OCTBscanAnalysisAcquisitionParametersSequence, []string{"SQ"}, "OCT B-scan Analysis Acquisition Parameters Sequence", "OCTBscanAnalysisAcquisitionParametersSequence", "1", false}, - NumberOfBscansPerFrame: Info{NumberOfBscansPerFrame, []string{"UL"}, "Number of B-scans Per Frame", "NumberOfBscansPerFrame", "1", false}, - BscanSlabThickness: Info{BscanSlabThickness, []string{"FL"}, "B-scan Slab Thickness", "BscanSlabThickness", "1", false}, - DistanceBetweenBscanSlabs: Info{DistanceBetweenBscanSlabs, []string{"FL"}, "Distance Between B-scan Slabs", "DistanceBetweenBscanSlabs", "1", false}, - BscanCycleTime: Info{BscanCycleTime, []string{"FL"}, "B-scan Cycle Time", "BscanCycleTime", "1", false}, - BscanCycleTimeVector: Info{BscanCycleTimeVector, []string{"FL"}, "B-scan Cycle Time Vector", "BscanCycleTimeVector", "1-n", false}, - AscanRate: Info{AscanRate, []string{"FL"}, "A-scan Rate", "AscanRate", "1", false}, - BscanRate: Info{BscanRate, []string{"FL"}, "B-scan Rate", "BscanRate", "1", false}, - SurfaceMeshZPixelOffset: Info{SurfaceMeshZPixelOffset, []string{"UL"}, "Surface Mesh Z-Pixel Offset", "SurfaceMeshZPixelOffset", "1", false}, - VisualFieldHorizontalExtent: Info{VisualFieldHorizontalExtent, []string{"FL"}, "Visual Field Horizontal Extent", "VisualFieldHorizontalExtent", "1", false}, - VisualFieldVerticalExtent: Info{VisualFieldVerticalExtent, []string{"FL"}, "Visual Field Vertical Extent", "VisualFieldVerticalExtent", "1", false}, - VisualFieldShape: Info{VisualFieldShape, []string{"CS"}, "Visual Field Shape", "VisualFieldShape", "1", false}, - ScreeningTestModeCodeSequence: Info{ScreeningTestModeCodeSequence, []string{"SQ"}, "Screening Test Mode Code Sequence", "ScreeningTestModeCodeSequence", "1", false}, - MaximumStimulusLuminance: Info{MaximumStimulusLuminance, []string{"FL"}, "Maximum Stimulus Luminance", "MaximumStimulusLuminance", "1", false}, - BackgroundLuminance: Info{BackgroundLuminance, []string{"FL"}, "Background Luminance", "BackgroundLuminance", "1", false}, - StimulusColorCodeSequence: Info{StimulusColorCodeSequence, []string{"SQ"}, "Stimulus Color Code Sequence", "StimulusColorCodeSequence", "1", false}, - BackgroundIlluminationColorCodeSequence: Info{BackgroundIlluminationColorCodeSequence, []string{"SQ"}, "Background Illumination Color Code Sequence", "BackgroundIlluminationColorCodeSequence", "1", false}, - StimulusArea: Info{StimulusArea, []string{"FL"}, "Stimulus Area", "StimulusArea", "1", false}, - StimulusPresentationTime: Info{StimulusPresentationTime, []string{"FL"}, "Stimulus Presentation Time", "StimulusPresentationTime", "1", false}, - FixationSequence: Info{FixationSequence, []string{"SQ"}, "Fixation Sequence", "FixationSequence", "1", false}, - FixationMonitoringCodeSequence: Info{FixationMonitoringCodeSequence, []string{"SQ"}, "Fixation Monitoring Code Sequence", "FixationMonitoringCodeSequence", "1", false}, - VisualFieldCatchTrialSequence: Info{VisualFieldCatchTrialSequence, []string{"SQ"}, "Visual Field Catch Trial Sequence", "VisualFieldCatchTrialSequence", "1", false}, - FixationCheckedQuantity: Info{FixationCheckedQuantity, []string{"US"}, "Fixation Checked Quantity", "FixationCheckedQuantity", "1", false}, - PatientNotProperlyFixatedQuantity: Info{PatientNotProperlyFixatedQuantity, []string{"US"}, "Patient Not Properly Fixated Quantity", "PatientNotProperlyFixatedQuantity", "1", false}, - PresentedVisualStimuliDataFlag: Info{PresentedVisualStimuliDataFlag, []string{"CS"}, "Presented Visual Stimuli Data Flag", "PresentedVisualStimuliDataFlag", "1", false}, - NumberOfVisualStimuli: Info{NumberOfVisualStimuli, []string{"US"}, "Number of Visual Stimuli", "NumberOfVisualStimuli", "1", false}, - ExcessiveFixationLossesDataFlag: Info{ExcessiveFixationLossesDataFlag, []string{"CS"}, "Excessive Fixation Losses Data Flag", "ExcessiveFixationLossesDataFlag", "1", false}, - ExcessiveFixationLosses: Info{ExcessiveFixationLosses, []string{"CS"}, "Excessive Fixation Losses", "ExcessiveFixationLosses", "1", false}, - StimuliRetestingQuantity: Info{StimuliRetestingQuantity, []string{"US"}, "Stimuli Retesting Quantity", "StimuliRetestingQuantity", "1", false}, - CommentsOnPatientPerformanceOfVisualField: Info{CommentsOnPatientPerformanceOfVisualField, []string{"LT"}, "Comments on Patient's Performance of Visual Field", "CommentsOnPatientPerformanceOfVisualField", "1", false}, - FalseNegativesEstimateFlag: Info{FalseNegativesEstimateFlag, []string{"CS"}, "False Negatives Estimate Flag", "FalseNegativesEstimateFlag", "1", false}, - FalseNegativesEstimate: Info{FalseNegativesEstimate, []string{"FL"}, "False Negatives Estimate", "FalseNegativesEstimate", "1", false}, - NegativeCatchTrialsQuantity: Info{NegativeCatchTrialsQuantity, []string{"US"}, "Negative Catch Trials Quantity", "NegativeCatchTrialsQuantity", "1", false}, - FalseNegativesQuantity: Info{FalseNegativesQuantity, []string{"US"}, "False Negatives Quantity", "FalseNegativesQuantity", "1", false}, - ExcessiveFalseNegativesDataFlag: Info{ExcessiveFalseNegativesDataFlag, []string{"CS"}, "Excessive False Negatives Data Flag", "ExcessiveFalseNegativesDataFlag", "1", false}, - ExcessiveFalseNegatives: Info{ExcessiveFalseNegatives, []string{"CS"}, "Excessive False Negatives", "ExcessiveFalseNegatives", "1", false}, - FalsePositivesEstimateFlag: Info{FalsePositivesEstimateFlag, []string{"CS"}, "False Positives Estimate Flag", "FalsePositivesEstimateFlag", "1", false}, - FalsePositivesEstimate: Info{FalsePositivesEstimate, []string{"FL"}, "False Positives Estimate", "FalsePositivesEstimate", "1", false}, - CatchTrialsDataFlag: Info{CatchTrialsDataFlag, []string{"CS"}, "Catch Trials Data Flag", "CatchTrialsDataFlag", "1", false}, - PositiveCatchTrialsQuantity: Info{PositiveCatchTrialsQuantity, []string{"US"}, "Positive Catch Trials Quantity", "PositiveCatchTrialsQuantity", "1", false}, - TestPointNormalsDataFlag: Info{TestPointNormalsDataFlag, []string{"CS"}, "Test Point Normals Data Flag", "TestPointNormalsDataFlag", "1", false}, - TestPointNormalsSequence: Info{TestPointNormalsSequence, []string{"SQ"}, "Test Point Normals Sequence", "TestPointNormalsSequence", "1", false}, - GlobalDeviationProbabilityNormalsFlag: Info{GlobalDeviationProbabilityNormalsFlag, []string{"CS"}, "Global Deviation Probability Normals Flag", "GlobalDeviationProbabilityNormalsFlag", "1", false}, - FalsePositivesQuantity: Info{FalsePositivesQuantity, []string{"US"}, "False Positives Quantity", "FalsePositivesQuantity", "1", false}, - ExcessiveFalsePositivesDataFlag: Info{ExcessiveFalsePositivesDataFlag, []string{"CS"}, "Excessive False Positives Data Flag", "ExcessiveFalsePositivesDataFlag", "1", false}, - ExcessiveFalsePositives: Info{ExcessiveFalsePositives, []string{"CS"}, "Excessive False Positives", "ExcessiveFalsePositives", "1", false}, - VisualFieldTestNormalsFlag: Info{VisualFieldTestNormalsFlag, []string{"CS"}, "Visual Field Test Normals Flag", "VisualFieldTestNormalsFlag", "1", false}, - ResultsNormalsSequence: Info{ResultsNormalsSequence, []string{"SQ"}, "Results Normals Sequence", "ResultsNormalsSequence", "1", false}, - AgeCorrectedSensitivityDeviationAlgorithmSequence: Info{AgeCorrectedSensitivityDeviationAlgorithmSequence, []string{"SQ"}, "Age Corrected Sensitivity Deviation Algorithm Sequence", "AgeCorrectedSensitivityDeviationAlgorithmSequence", "1", false}, - GlobalDeviationFromNormal: Info{GlobalDeviationFromNormal, []string{"FL"}, "Global Deviation From Normal", "GlobalDeviationFromNormal", "1", false}, - GeneralizedDefectSensitivityDeviationAlgorithmSequence: Info{GeneralizedDefectSensitivityDeviationAlgorithmSequence, []string{"SQ"}, "Generalized Defect Sensitivity Deviation Algorithm Sequence", "GeneralizedDefectSensitivityDeviationAlgorithmSequence", "1", false}, - LocalizedDeviationFromNormal: Info{LocalizedDeviationFromNormal, []string{"FL"}, "Localized Deviation From Normal", "LocalizedDeviationFromNormal", "1", false}, - PatientReliabilityIndicator: Info{PatientReliabilityIndicator, []string{"LO"}, "Patient Reliability Indicator", "PatientReliabilityIndicator", "1", false}, - VisualFieldMeanSensitivity: Info{VisualFieldMeanSensitivity, []string{"FL"}, "Visual Field Mean Sensitivity", "VisualFieldMeanSensitivity", "1", false}, - GlobalDeviationProbability: Info{GlobalDeviationProbability, []string{"FL"}, "Global Deviation Probability", "GlobalDeviationProbability", "1", false}, - LocalDeviationProbabilityNormalsFlag: Info{LocalDeviationProbabilityNormalsFlag, []string{"CS"}, "Local Deviation Probability Normals Flag", "LocalDeviationProbabilityNormalsFlag", "1", false}, - LocalizedDeviationProbability: Info{LocalizedDeviationProbability, []string{"FL"}, "Localized Deviation Probability", "LocalizedDeviationProbability", "1", false}, - ShortTermFluctuationCalculated: Info{ShortTermFluctuationCalculated, []string{"CS"}, "Short Term Fluctuation Calculated", "ShortTermFluctuationCalculated", "1", false}, - ShortTermFluctuation: Info{ShortTermFluctuation, []string{"FL"}, "Short Term Fluctuation", "ShortTermFluctuation", "1", false}, - ShortTermFluctuationProbabilityCalculated: Info{ShortTermFluctuationProbabilityCalculated, []string{"CS"}, "Short Term Fluctuation Probability Calculated", "ShortTermFluctuationProbabilityCalculated", "1", false}, - ShortTermFluctuationProbability: Info{ShortTermFluctuationProbability, []string{"FL"}, "Short Term Fluctuation Probability", "ShortTermFluctuationProbability", "1", false}, - CorrectedLocalizedDeviationFromNormalCalculated: Info{CorrectedLocalizedDeviationFromNormalCalculated, []string{"CS"}, "Corrected Localized Deviation From Normal Calculated", "CorrectedLocalizedDeviationFromNormalCalculated", "1", false}, - CorrectedLocalizedDeviationFromNormal: Info{CorrectedLocalizedDeviationFromNormal, []string{"FL"}, "Corrected Localized Deviation From Normal", "CorrectedLocalizedDeviationFromNormal", "1", false}, - CorrectedLocalizedDeviationFromNormalProbabilityCalculated: Info{CorrectedLocalizedDeviationFromNormalProbabilityCalculated, []string{"CS"}, "Corrected Localized Deviation From Normal Probability Calculated", "CorrectedLocalizedDeviationFromNormalProbabilityCalculated", "1", false}, - CorrectedLocalizedDeviationFromNormalProbability: Info{CorrectedLocalizedDeviationFromNormalProbability, []string{"FL"}, "Corrected Localized Deviation From Normal Probability", "CorrectedLocalizedDeviationFromNormalProbability", "1", false}, - GlobalDeviationProbabilitySequence: Info{GlobalDeviationProbabilitySequence, []string{"SQ"}, "Global Deviation Probability Sequence", "GlobalDeviationProbabilitySequence", "1", false}, - LocalizedDeviationProbabilitySequence: Info{LocalizedDeviationProbabilitySequence, []string{"SQ"}, "Localized Deviation Probability Sequence", "LocalizedDeviationProbabilitySequence", "1", false}, - FovealSensitivityMeasured: Info{FovealSensitivityMeasured, []string{"CS"}, "Foveal Sensitivity Measured", "FovealSensitivityMeasured", "1", false}, - FovealSensitivity: Info{FovealSensitivity, []string{"FL"}, "Foveal Sensitivity", "FovealSensitivity", "1", false}, - VisualFieldTestDuration: Info{VisualFieldTestDuration, []string{"FL"}, "Visual Field Test Duration", "VisualFieldTestDuration", "1", false}, - VisualFieldTestPointSequence: Info{VisualFieldTestPointSequence, []string{"SQ"}, "Visual Field Test Point Sequence", "VisualFieldTestPointSequence", "1", false}, - VisualFieldTestPointXCoordinate: Info{VisualFieldTestPointXCoordinate, []string{"FL"}, "Visual Field Test Point X-Coordinate", "VisualFieldTestPointXCoordinate", "1", false}, - VisualFieldTestPointYCoordinate: Info{VisualFieldTestPointYCoordinate, []string{"FL"}, "Visual Field Test Point Y-Coordinate", "VisualFieldTestPointYCoordinate", "1", false}, - AgeCorrectedSensitivityDeviationValue: Info{AgeCorrectedSensitivityDeviationValue, []string{"FL"}, "Age Corrected Sensitivity Deviation Value", "AgeCorrectedSensitivityDeviationValue", "1", false}, - StimulusResults: Info{StimulusResults, []string{"CS"}, "Stimulus Results", "StimulusResults", "1", false}, - SensitivityValue: Info{SensitivityValue, []string{"FL"}, "Sensitivity Value", "SensitivityValue", "1", false}, - RetestStimulusSeen: Info{RetestStimulusSeen, []string{"CS"}, "Retest Stimulus Seen", "RetestStimulusSeen", "1", false}, - RetestSensitivityValue: Info{RetestSensitivityValue, []string{"FL"}, "Retest Sensitivity Value", "RetestSensitivityValue", "1", false}, - VisualFieldTestPointNormalsSequence: Info{VisualFieldTestPointNormalsSequence, []string{"SQ"}, "Visual Field Test Point Normals Sequence", "VisualFieldTestPointNormalsSequence", "1", false}, - QuantifiedDefect: Info{QuantifiedDefect, []string{"FL"}, "Quantified Defect", "QuantifiedDefect", "1", false}, - AgeCorrectedSensitivityDeviationProbabilityValue: Info{AgeCorrectedSensitivityDeviationProbabilityValue, []string{"FL"}, "Age Corrected Sensitivity Deviation Probability Value", "AgeCorrectedSensitivityDeviationProbabilityValue", "1", false}, - GeneralizedDefectCorrectedSensitivityDeviationFlag: Info{GeneralizedDefectCorrectedSensitivityDeviationFlag, []string{"CS"}, "Generalized Defect Corrected Sensitivity Deviation Flag", "GeneralizedDefectCorrectedSensitivityDeviationFlag", "1", false}, - GeneralizedDefectCorrectedSensitivityDeviationValue: Info{GeneralizedDefectCorrectedSensitivityDeviationValue, []string{"FL"}, "Generalized Defect Corrected Sensitivity Deviation Value", "GeneralizedDefectCorrectedSensitivityDeviationValue", "1", false}, + OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence: Info{OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Segment Name Code Sequence", "OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence", "1", false}, + RefractiveErrorBeforeRefractiveSurgeryCodeSequence: Info{RefractiveErrorBeforeRefractiveSurgeryCodeSequence, []string{"SQ"}, "Refractive Error Before Refractive Surgery Code Sequence", "RefractiveErrorBeforeRefractiveSurgeryCodeSequence", "1", false}, + IOLPowerForExactEmmetropia: Info{IOLPowerForExactEmmetropia, []string{"FL"}, "IOL Power For Exact Emmetropia", "IOLPowerForExactEmmetropia", "1", false}, + IOLPowerForExactTargetRefraction: Info{IOLPowerForExactTargetRefraction, []string{"FL"}, "IOL Power For Exact Target Refraction", "IOLPowerForExactTargetRefraction", "1", false}, + AnteriorChamberDepthDefinitionCodeSequence: Info{AnteriorChamberDepthDefinitionCodeSequence, []string{"SQ"}, "Anterior Chamber Depth Definition Code Sequence", "AnteriorChamberDepthDefinitionCodeSequence", "1", false}, + LensThicknessSequence: Info{LensThicknessSequence, []string{"SQ"}, "Lens Thickness Sequence", "LensThicknessSequence", "1", false}, + AnteriorChamberDepthSequence: Info{AnteriorChamberDepthSequence, []string{"SQ"}, "Anterior Chamber Depth Sequence", "AnteriorChamberDepthSequence", "1", false}, + CalculationCommentSequence: Info{CalculationCommentSequence, []string{"SQ"}, "Calculation Comment Sequence", "CalculationCommentSequence", "1", false}, + CalculationCommentType: Info{CalculationCommentType, []string{"CS"}, "Calculation Comment Type", "CalculationCommentType", "1", false}, + CalculationComment: Info{CalculationComment, []string{"LT"}, "Calculation Comment", "CalculationComment", "1", false}, + LensThickness: Info{LensThickness, []string{"FL"}, "Lens Thickness", "LensThickness", "1", false}, + AnteriorChamberDepth: Info{AnteriorChamberDepth, []string{"FL"}, "Anterior Chamber Depth", "AnteriorChamberDepth", "1", false}, + SourceOfLensThicknessDataCodeSequence: Info{SourceOfLensThicknessDataCodeSequence, []string{"SQ"}, "Source of Lens Thickness Data Code Sequence", "SourceOfLensThicknessDataCodeSequence", "1", false}, + SourceOfAnteriorChamberDepthDataCodeSequence: Info{SourceOfAnteriorChamberDepthDataCodeSequence, []string{"SQ"}, "Source of Anterior Chamber Depth Data Code Sequence", "SourceOfAnteriorChamberDepthDataCodeSequence", "1", false}, + SourceOfRefractiveMeasurementsSequence: Info{SourceOfRefractiveMeasurementsSequence, []string{"SQ"}, "Source of Refractive Measurements Sequence", "SourceOfRefractiveMeasurementsSequence", "1", false}, + SourceOfRefractiveMeasurementsCodeSequence: Info{SourceOfRefractiveMeasurementsCodeSequence, []string{"SQ"}, "Source of Refractive Measurements Code Sequence", "SourceOfRefractiveMeasurementsCodeSequence", "1", false}, + OphthalmicAxialLengthMeasurementModified: Info{OphthalmicAxialLengthMeasurementModified, []string{"CS"}, "Ophthalmic Axial Length Measurement Modified", "OphthalmicAxialLengthMeasurementModified", "1", false}, + OphthalmicAxialLengthDataSourceCodeSequence: Info{OphthalmicAxialLengthDataSourceCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Data Source Code Sequence", "OphthalmicAxialLengthDataSourceCodeSequence", "1", false}, + OphthalmicAxialLengthAcquisitionMethodCodeSequence: Info{OphthalmicAxialLengthAcquisitionMethodCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Acquisition Method Code Sequence", "OphthalmicAxialLengthAcquisitionMethodCodeSequence", "1", true}, + SignalToNoiseRatio: Info{SignalToNoiseRatio, []string{"FL"}, "Signal to Noise Ratio", "SignalToNoiseRatio", "1", false}, + OphthalmicAxialLengthDataSourceDescription: Info{OphthalmicAxialLengthDataSourceDescription, []string{"LO"}, "Ophthalmic Axial Length Data Source Description", "OphthalmicAxialLengthDataSourceDescription", "1", false}, + OphthalmicAxialLengthMeasurementsTotalLengthSequence: Info{OphthalmicAxialLengthMeasurementsTotalLengthSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Total Length Sequence", "OphthalmicAxialLengthMeasurementsTotalLengthSequence", "1", false}, + OphthalmicAxialLengthMeasurementsSegmentalLengthSequence: Info{OphthalmicAxialLengthMeasurementsSegmentalLengthSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Segmental Length Sequence", "OphthalmicAxialLengthMeasurementsSegmentalLengthSequence", "1", false}, + OphthalmicAxialLengthMeasurementsLengthSummationSequence: Info{OphthalmicAxialLengthMeasurementsLengthSummationSequence, []string{"SQ"}, "Ophthalmic Axial Length Measurements Length Summation Sequence", "OphthalmicAxialLengthMeasurementsLengthSummationSequence", "1", false}, + UltrasoundOphthalmicAxialLengthMeasurementsSequence: Info{UltrasoundOphthalmicAxialLengthMeasurementsSequence, []string{"SQ"}, "Ultrasound Ophthalmic Axial Length Measurements Sequence", "UltrasoundOphthalmicAxialLengthMeasurementsSequence", "1", false}, + OpticalOphthalmicAxialLengthMeasurementsSequence: Info{OpticalOphthalmicAxialLengthMeasurementsSequence, []string{"SQ"}, "Optical Ophthalmic Axial Length Measurements Sequence", "OpticalOphthalmicAxialLengthMeasurementsSequence", "1", false}, + UltrasoundSelectedOphthalmicAxialLengthSequence: Info{UltrasoundSelectedOphthalmicAxialLengthSequence, []string{"SQ"}, "Ultrasound Selected Ophthalmic Axial Length Sequence", "UltrasoundSelectedOphthalmicAxialLengthSequence", "1", false}, + OphthalmicAxialLengthSelectionMethodCodeSequence: Info{OphthalmicAxialLengthSelectionMethodCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Selection Method Code Sequence", "OphthalmicAxialLengthSelectionMethodCodeSequence", "1", false}, + OpticalSelectedOphthalmicAxialLengthSequence: Info{OpticalSelectedOphthalmicAxialLengthSequence, []string{"SQ"}, "Optical Selected Ophthalmic Axial Length Sequence", "OpticalSelectedOphthalmicAxialLengthSequence", "1", false}, + SelectedSegmentalOphthalmicAxialLengthSequence: Info{SelectedSegmentalOphthalmicAxialLengthSequence, []string{"SQ"}, "Selected Segmental Ophthalmic Axial Length Sequence", "SelectedSegmentalOphthalmicAxialLengthSequence", "1", false}, + SelectedTotalOphthalmicAxialLengthSequence: Info{SelectedTotalOphthalmicAxialLengthSequence, []string{"SQ"}, "Selected Total Ophthalmic Axial Length Sequence", "SelectedTotalOphthalmicAxialLengthSequence", "1", false}, + OphthalmicAxialLengthQualityMetricSequence: Info{OphthalmicAxialLengthQualityMetricSequence, []string{"SQ"}, "Ophthalmic Axial Length Quality Metric Sequence", "OphthalmicAxialLengthQualityMetricSequence", "1", false}, + OphthalmicAxialLengthQualityMetricTypeCodeSequence: Info{OphthalmicAxialLengthQualityMetricTypeCodeSequence, []string{"SQ"}, "Ophthalmic Axial Length Quality Metric Type Code Sequence", "OphthalmicAxialLengthQualityMetricTypeCodeSequence", "1", true}, + OphthalmicAxialLengthQualityMetricTypeDescription: Info{OphthalmicAxialLengthQualityMetricTypeDescription, []string{"LO"}, "Ophthalmic Axial Length Quality Metric Type Description", "OphthalmicAxialLengthQualityMetricTypeDescription", "1", true}, + IntraocularLensCalculationsRightEyeSequence: Info{IntraocularLensCalculationsRightEyeSequence, []string{"SQ"}, "Intraocular Lens Calculations Right Eye Sequence", "IntraocularLensCalculationsRightEyeSequence", "1", false}, + IntraocularLensCalculationsLeftEyeSequence: Info{IntraocularLensCalculationsLeftEyeSequence, []string{"SQ"}, "Intraocular Lens Calculations Left Eye Sequence", "IntraocularLensCalculationsLeftEyeSequence", "1", false}, + ReferencedOphthalmicAxialLengthMeasurementQCImageSequence: Info{ReferencedOphthalmicAxialLengthMeasurementQCImageSequence, []string{"SQ"}, "Referenced Ophthalmic Axial Length Measurement QC Image Sequence", "ReferencedOphthalmicAxialLengthMeasurementQCImageSequence", "1", false}, + OphthalmicMappingDeviceType: Info{OphthalmicMappingDeviceType, []string{"CS"}, "Ophthalmic Mapping Device Type", "OphthalmicMappingDeviceType", "1", false}, + AcquisitionMethodCodeSequence: Info{AcquisitionMethodCodeSequence, []string{"SQ"}, "Acquisition Method Code Sequence", "AcquisitionMethodCodeSequence", "1", false}, + AcquisitionMethodAlgorithmSequence: Info{AcquisitionMethodAlgorithmSequence, []string{"SQ"}, "Acquisition Method Algorithm Sequence", "AcquisitionMethodAlgorithmSequence", "1", false}, + OphthalmicThicknessMapTypeCodeSequence: Info{OphthalmicThicknessMapTypeCodeSequence, []string{"SQ"}, "Ophthalmic Thickness Map Type Code Sequence", "OphthalmicThicknessMapTypeCodeSequence", "1", false}, + OphthalmicThicknessMappingNormalsSequence: Info{OphthalmicThicknessMappingNormalsSequence, []string{"SQ"}, "Ophthalmic Thickness Mapping Normals Sequence", "OphthalmicThicknessMappingNormalsSequence", "1", false}, + RetinalThicknessDefinitionCodeSequence: Info{RetinalThicknessDefinitionCodeSequence, []string{"SQ"}, "Retinal Thickness Definition Code Sequence", "RetinalThicknessDefinitionCodeSequence", "1", false}, + PixelValueMappingToCodedConceptSequence: Info{PixelValueMappingToCodedConceptSequence, []string{"SQ"}, "Pixel Value Mapping to Coded Concept Sequence", "PixelValueMappingToCodedConceptSequence", "1", false}, + MappedPixelValue: Info{MappedPixelValue, []string{"US", "SS"}, "Mapped Pixel Value", "MappedPixelValue", "1", false}, + PixelValueMappingExplanation: Info{PixelValueMappingExplanation, []string{"LO"}, "Pixel Value Mapping Explanation", "PixelValueMappingExplanation", "1", false}, + OphthalmicThicknessMapQualityThresholdSequence: Info{OphthalmicThicknessMapQualityThresholdSequence, []string{"SQ"}, "Ophthalmic Thickness Map Quality Threshold Sequence", "OphthalmicThicknessMapQualityThresholdSequence", "1", false}, + OphthalmicThicknessMapThresholdQualityRating: Info{OphthalmicThicknessMapThresholdQualityRating, []string{"FL"}, "Ophthalmic Thickness Map Threshold Quality Rating", "OphthalmicThicknessMapThresholdQualityRating", "1", false}, + AnatomicStructureReferencePoint: Info{AnatomicStructureReferencePoint, []string{"FL"}, "Anatomic Structure Reference Point", "AnatomicStructureReferencePoint", "2", false}, + RegistrationToLocalizerSequence: Info{RegistrationToLocalizerSequence, []string{"SQ"}, "Registration to Localizer Sequence", "RegistrationToLocalizerSequence", "1", false}, + RegisteredLocalizerUnits: Info{RegisteredLocalizerUnits, []string{"CS"}, "Registered Localizer Units", "RegisteredLocalizerUnits", "1", false}, + RegisteredLocalizerTopLeftHandCorner: Info{RegisteredLocalizerTopLeftHandCorner, []string{"FL"}, "Registered Localizer Top Left Hand Corner", "RegisteredLocalizerTopLeftHandCorner", "2", false}, + RegisteredLocalizerBottomRightHandCorner: Info{RegisteredLocalizerBottomRightHandCorner, []string{"FL"}, "Registered Localizer Bottom Right Hand Corner", "RegisteredLocalizerBottomRightHandCorner", "2", false}, + OphthalmicThicknessMapQualityRatingSequence: Info{OphthalmicThicknessMapQualityRatingSequence, []string{"SQ"}, "Ophthalmic Thickness Map Quality Rating Sequence", "OphthalmicThicknessMapQualityRatingSequence", "1", false}, + RelevantOPTAttributesSequence: Info{RelevantOPTAttributesSequence, []string{"SQ"}, "Relevant OPT Attributes Sequence", "RelevantOPTAttributesSequence", "1", false}, + TransformationMethodCodeSequence: Info{TransformationMethodCodeSequence, []string{"SQ"}, "Transformation Method Code Sequence", "TransformationMethodCodeSequence", "1", false}, + TransformationAlgorithmSequence: Info{TransformationAlgorithmSequence, []string{"SQ"}, "Transformation Algorithm Sequence", "TransformationAlgorithmSequence", "1", false}, + OphthalmicAxialLengthMethod: Info{OphthalmicAxialLengthMethod, []string{"CS"}, "Ophthalmic Axial Length Method", "OphthalmicAxialLengthMethod", "1", false}, + OphthalmicFOV: Info{OphthalmicFOV, []string{"FL"}, "Ophthalmic FOV", "OphthalmicFOV", "1", false}, + TwoDimensionalToThreeDimensionalMapSequence: Info{TwoDimensionalToThreeDimensionalMapSequence, []string{"SQ"}, "Two Dimensional to Three Dimensional Map Sequence", "TwoDimensionalToThreeDimensionalMapSequence", "1", false}, + WideFieldOphthalmicPhotographyQualityRatingSequence: Info{WideFieldOphthalmicPhotographyQualityRatingSequence, []string{"SQ"}, "Wide Field Ophthalmic Photography Quality Rating Sequence", "WideFieldOphthalmicPhotographyQualityRatingSequence", "1", false}, + WideFieldOphthalmicPhotographyQualityThresholdSequence: Info{WideFieldOphthalmicPhotographyQualityThresholdSequence, []string{"SQ"}, "Wide Field Ophthalmic Photography Quality Threshold Sequence", "WideFieldOphthalmicPhotographyQualityThresholdSequence", "1", false}, + WideFieldOphthalmicPhotographyThresholdQualityRating: Info{WideFieldOphthalmicPhotographyThresholdQualityRating, []string{"FL"}, "Wide Field Ophthalmic Photography Threshold Quality Rating", "WideFieldOphthalmicPhotographyThresholdQualityRating", "1", false}, + XCoordinatesCenterPixelViewAngle: Info{XCoordinatesCenterPixelViewAngle, []string{"FL"}, "X Coordinates Center Pixel View Angle", "XCoordinatesCenterPixelViewAngle", "1", false}, + YCoordinatesCenterPixelViewAngle: Info{YCoordinatesCenterPixelViewAngle, []string{"FL"}, "Y Coordinates Center Pixel View Angle", "YCoordinatesCenterPixelViewAngle", "1", false}, + NumberOfMapPoints: Info{NumberOfMapPoints, []string{"UL"}, "Number of Map Points", "NumberOfMapPoints", "1", false}, + TwoDimensionalToThreeDimensionalMapData: Info{TwoDimensionalToThreeDimensionalMapData, []string{"OF"}, "Two Dimensional to Three Dimensional Map Data", "TwoDimensionalToThreeDimensionalMapData", "1", false}, + DerivationAlgorithmSequence: Info{DerivationAlgorithmSequence, []string{"SQ"}, "Derivation Algorithm Sequence", "DerivationAlgorithmSequence", "1", false}, + OphthalmicImageTypeCodeSequence: Info{OphthalmicImageTypeCodeSequence, []string{"SQ"}, "Ophthalmic Image Type Code Sequence", "OphthalmicImageTypeCodeSequence", "1", false}, + OphthalmicImageTypeDescription: Info{OphthalmicImageTypeDescription, []string{"LO"}, "Ophthalmic Image Type Description", "OphthalmicImageTypeDescription", "1", false}, + ScanPatternTypeCodeSequence: Info{ScanPatternTypeCodeSequence, []string{"SQ"}, "Scan Pattern Type Code Sequence", "ScanPatternTypeCodeSequence", "1", false}, + ReferencedSurfaceMeshIdentificationSequence: Info{ReferencedSurfaceMeshIdentificationSequence, []string{"SQ"}, "Referenced Surface Mesh Identification Sequence", "ReferencedSurfaceMeshIdentificationSequence", "1", false}, + OphthalmicVolumetricPropertiesFlag: Info{OphthalmicVolumetricPropertiesFlag, []string{"CS"}, "Ophthalmic Volumetric Properties Flag", "OphthalmicVolumetricPropertiesFlag", "1", false}, + OphthalmicAnatomicReferencePointXCoordinate: Info{OphthalmicAnatomicReferencePointXCoordinate, []string{"FL"}, "Ophthalmic Anatomic Reference Point X-Coordinate", "OphthalmicAnatomicReferencePointXCoordinate", "1", false}, + OphthalmicAnatomicReferencePointYCoordinate: Info{OphthalmicAnatomicReferencePointYCoordinate, []string{"FL"}, "Ophthalmic Anatomic Reference Point Y-Coordinate", "OphthalmicAnatomicReferencePointYCoordinate", "1", false}, + OphthalmicEnFaceImageQualityRatingSequence: Info{OphthalmicEnFaceImageQualityRatingSequence, []string{"SQ"}, "Ophthalmic En Face Image Quality Rating Sequence", "OphthalmicEnFaceImageQualityRatingSequence", "1", false}, + QualityThreshold: Info{QualityThreshold, []string{"DS"}, "Quality Threshold", "QualityThreshold", "1", false}, + OCTBscanAnalysisAcquisitionParametersSequence: Info{OCTBscanAnalysisAcquisitionParametersSequence, []string{"SQ"}, "OCT B-scan Analysis Acquisition Parameters Sequence", "OCTBscanAnalysisAcquisitionParametersSequence", "1", false}, + NumberOfBscansPerFrame: Info{NumberOfBscansPerFrame, []string{"UL"}, "Number of B-scans Per Frame", "NumberOfBscansPerFrame", "1", false}, + BscanSlabThickness: Info{BscanSlabThickness, []string{"FL"}, "B-scan Slab Thickness", "BscanSlabThickness", "1", false}, + DistanceBetweenBscanSlabs: Info{DistanceBetweenBscanSlabs, []string{"FL"}, "Distance Between B-scan Slabs", "DistanceBetweenBscanSlabs", "1", false}, + BscanCycleTime: Info{BscanCycleTime, []string{"FL"}, "B-scan Cycle Time", "BscanCycleTime", "1", false}, + BscanCycleTimeVector: Info{BscanCycleTimeVector, []string{"FL"}, "B-scan Cycle Time Vector", "BscanCycleTimeVector", "1-n", false}, + AscanRate: Info{AscanRate, []string{"FL"}, "A-scan Rate", "AscanRate", "1", false}, + BscanRate: Info{BscanRate, []string{"FL"}, "B-scan Rate", "BscanRate", "1", false}, + SurfaceMeshZPixelOffset: Info{SurfaceMeshZPixelOffset, []string{"UL"}, "Surface Mesh Z-Pixel Offset", "SurfaceMeshZPixelOffset", "1", false}, + VisualFieldHorizontalExtent: Info{VisualFieldHorizontalExtent, []string{"FL"}, "Visual Field Horizontal Extent", "VisualFieldHorizontalExtent", "1", false}, + VisualFieldVerticalExtent: Info{VisualFieldVerticalExtent, []string{"FL"}, "Visual Field Vertical Extent", "VisualFieldVerticalExtent", "1", false}, + VisualFieldShape: Info{VisualFieldShape, []string{"CS"}, "Visual Field Shape", "VisualFieldShape", "1", false}, + ScreeningTestModeCodeSequence: Info{ScreeningTestModeCodeSequence, []string{"SQ"}, "Screening Test Mode Code Sequence", "ScreeningTestModeCodeSequence", "1", false}, + MaximumStimulusLuminance: Info{MaximumStimulusLuminance, []string{"FL"}, "Maximum Stimulus Luminance", "MaximumStimulusLuminance", "1", false}, + BackgroundLuminance: Info{BackgroundLuminance, []string{"FL"}, "Background Luminance", "BackgroundLuminance", "1", false}, + StimulusColorCodeSequence: Info{StimulusColorCodeSequence, []string{"SQ"}, "Stimulus Color Code Sequence", "StimulusColorCodeSequence", "1", false}, + BackgroundIlluminationColorCodeSequence: Info{BackgroundIlluminationColorCodeSequence, []string{"SQ"}, "Background Illumination Color Code Sequence", "BackgroundIlluminationColorCodeSequence", "1", false}, + StimulusArea: Info{StimulusArea, []string{"FL"}, "Stimulus Area", "StimulusArea", "1", false}, + StimulusPresentationTime: Info{StimulusPresentationTime, []string{"FL"}, "Stimulus Presentation Time", "StimulusPresentationTime", "1", false}, + FixationSequence: Info{FixationSequence, []string{"SQ"}, "Fixation Sequence", "FixationSequence", "1", false}, + FixationMonitoringCodeSequence: Info{FixationMonitoringCodeSequence, []string{"SQ"}, "Fixation Monitoring Code Sequence", "FixationMonitoringCodeSequence", "1", false}, + VisualFieldCatchTrialSequence: Info{VisualFieldCatchTrialSequence, []string{"SQ"}, "Visual Field Catch Trial Sequence", "VisualFieldCatchTrialSequence", "1", false}, + FixationCheckedQuantity: Info{FixationCheckedQuantity, []string{"US"}, "Fixation Checked Quantity", "FixationCheckedQuantity", "1", false}, + PatientNotProperlyFixatedQuantity: Info{PatientNotProperlyFixatedQuantity, []string{"US"}, "Patient Not Properly Fixated Quantity", "PatientNotProperlyFixatedQuantity", "1", false}, + PresentedVisualStimuliDataFlag: Info{PresentedVisualStimuliDataFlag, []string{"CS"}, "Presented Visual Stimuli Data Flag", "PresentedVisualStimuliDataFlag", "1", false}, + NumberOfVisualStimuli: Info{NumberOfVisualStimuli, []string{"US"}, "Number of Visual Stimuli", "NumberOfVisualStimuli", "1", false}, + ExcessiveFixationLossesDataFlag: Info{ExcessiveFixationLossesDataFlag, []string{"CS"}, "Excessive Fixation Losses Data Flag", "ExcessiveFixationLossesDataFlag", "1", false}, + ExcessiveFixationLosses: Info{ExcessiveFixationLosses, []string{"CS"}, "Excessive Fixation Losses", "ExcessiveFixationLosses", "1", false}, + StimuliRetestingQuantity: Info{StimuliRetestingQuantity, []string{"US"}, "Stimuli Retesting Quantity", "StimuliRetestingQuantity", "1", false}, + CommentsOnPatientPerformanceOfVisualField: Info{CommentsOnPatientPerformanceOfVisualField, []string{"LT"}, "Comments on Patient's Performance of Visual Field", "CommentsOnPatientPerformanceOfVisualField", "1", false}, + FalseNegativesEstimateFlag: Info{FalseNegativesEstimateFlag, []string{"CS"}, "False Negatives Estimate Flag", "FalseNegativesEstimateFlag", "1", false}, + FalseNegativesEstimate: Info{FalseNegativesEstimate, []string{"FL"}, "False Negatives Estimate", "FalseNegativesEstimate", "1", false}, + NegativeCatchTrialsQuantity: Info{NegativeCatchTrialsQuantity, []string{"US"}, "Negative Catch Trials Quantity", "NegativeCatchTrialsQuantity", "1", false}, + FalseNegativesQuantity: Info{FalseNegativesQuantity, []string{"US"}, "False Negatives Quantity", "FalseNegativesQuantity", "1", false}, + ExcessiveFalseNegativesDataFlag: Info{ExcessiveFalseNegativesDataFlag, []string{"CS"}, "Excessive False Negatives Data Flag", "ExcessiveFalseNegativesDataFlag", "1", false}, + ExcessiveFalseNegatives: Info{ExcessiveFalseNegatives, []string{"CS"}, "Excessive False Negatives", "ExcessiveFalseNegatives", "1", false}, + FalsePositivesEstimateFlag: Info{FalsePositivesEstimateFlag, []string{"CS"}, "False Positives Estimate Flag", "FalsePositivesEstimateFlag", "1", false}, + FalsePositivesEstimate: Info{FalsePositivesEstimate, []string{"FL"}, "False Positives Estimate", "FalsePositivesEstimate", "1", false}, + CatchTrialsDataFlag: Info{CatchTrialsDataFlag, []string{"CS"}, "Catch Trials Data Flag", "CatchTrialsDataFlag", "1", false}, + PositiveCatchTrialsQuantity: Info{PositiveCatchTrialsQuantity, []string{"US"}, "Positive Catch Trials Quantity", "PositiveCatchTrialsQuantity", "1", false}, + TestPointNormalsDataFlag: Info{TestPointNormalsDataFlag, []string{"CS"}, "Test Point Normals Data Flag", "TestPointNormalsDataFlag", "1", false}, + TestPointNormalsSequence: Info{TestPointNormalsSequence, []string{"SQ"}, "Test Point Normals Sequence", "TestPointNormalsSequence", "1", false}, + GlobalDeviationProbabilityNormalsFlag: Info{GlobalDeviationProbabilityNormalsFlag, []string{"CS"}, "Global Deviation Probability Normals Flag", "GlobalDeviationProbabilityNormalsFlag", "1", false}, + FalsePositivesQuantity: Info{FalsePositivesQuantity, []string{"US"}, "False Positives Quantity", "FalsePositivesQuantity", "1", false}, + ExcessiveFalsePositivesDataFlag: Info{ExcessiveFalsePositivesDataFlag, []string{"CS"}, "Excessive False Positives Data Flag", "ExcessiveFalsePositivesDataFlag", "1", false}, + ExcessiveFalsePositives: Info{ExcessiveFalsePositives, []string{"CS"}, "Excessive False Positives", "ExcessiveFalsePositives", "1", false}, + VisualFieldTestNormalsFlag: Info{VisualFieldTestNormalsFlag, []string{"CS"}, "Visual Field Test Normals Flag", "VisualFieldTestNormalsFlag", "1", false}, + ResultsNormalsSequence: Info{ResultsNormalsSequence, []string{"SQ"}, "Results Normals Sequence", "ResultsNormalsSequence", "1", false}, + AgeCorrectedSensitivityDeviationAlgorithmSequence: Info{AgeCorrectedSensitivityDeviationAlgorithmSequence, []string{"SQ"}, "Age Corrected Sensitivity Deviation Algorithm Sequence", "AgeCorrectedSensitivityDeviationAlgorithmSequence", "1", false}, + GlobalDeviationFromNormal: Info{GlobalDeviationFromNormal, []string{"FL"}, "Global Deviation From Normal", "GlobalDeviationFromNormal", "1", false}, + GeneralizedDefectSensitivityDeviationAlgorithmSequence: Info{GeneralizedDefectSensitivityDeviationAlgorithmSequence, []string{"SQ"}, "Generalized Defect Sensitivity Deviation Algorithm Sequence", "GeneralizedDefectSensitivityDeviationAlgorithmSequence", "1", false}, + LocalizedDeviationFromNormal: Info{LocalizedDeviationFromNormal, []string{"FL"}, "Localized Deviation From Normal", "LocalizedDeviationFromNormal", "1", false}, + PatientReliabilityIndicator: Info{PatientReliabilityIndicator, []string{"LO"}, "Patient Reliability Indicator", "PatientReliabilityIndicator", "1", false}, + VisualFieldMeanSensitivity: Info{VisualFieldMeanSensitivity, []string{"FL"}, "Visual Field Mean Sensitivity", "VisualFieldMeanSensitivity", "1", false}, + GlobalDeviationProbability: Info{GlobalDeviationProbability, []string{"FL"}, "Global Deviation Probability", "GlobalDeviationProbability", "1", false}, + LocalDeviationProbabilityNormalsFlag: Info{LocalDeviationProbabilityNormalsFlag, []string{"CS"}, "Local Deviation Probability Normals Flag", "LocalDeviationProbabilityNormalsFlag", "1", false}, + LocalizedDeviationProbability: Info{LocalizedDeviationProbability, []string{"FL"}, "Localized Deviation Probability", "LocalizedDeviationProbability", "1", false}, + ShortTermFluctuationCalculated: Info{ShortTermFluctuationCalculated, []string{"CS"}, "Short Term Fluctuation Calculated", "ShortTermFluctuationCalculated", "1", false}, + ShortTermFluctuation: Info{ShortTermFluctuation, []string{"FL"}, "Short Term Fluctuation", "ShortTermFluctuation", "1", false}, + ShortTermFluctuationProbabilityCalculated: Info{ShortTermFluctuationProbabilityCalculated, []string{"CS"}, "Short Term Fluctuation Probability Calculated", "ShortTermFluctuationProbabilityCalculated", "1", false}, + ShortTermFluctuationProbability: Info{ShortTermFluctuationProbability, []string{"FL"}, "Short Term Fluctuation Probability", "ShortTermFluctuationProbability", "1", false}, + CorrectedLocalizedDeviationFromNormalCalculated: Info{CorrectedLocalizedDeviationFromNormalCalculated, []string{"CS"}, "Corrected Localized Deviation From Normal Calculated", "CorrectedLocalizedDeviationFromNormalCalculated", "1", false}, + CorrectedLocalizedDeviationFromNormal: Info{CorrectedLocalizedDeviationFromNormal, []string{"FL"}, "Corrected Localized Deviation From Normal", "CorrectedLocalizedDeviationFromNormal", "1", false}, + CorrectedLocalizedDeviationFromNormalProbabilityCalculated: Info{CorrectedLocalizedDeviationFromNormalProbabilityCalculated, []string{"CS"}, "Corrected Localized Deviation From Normal Probability Calculated", "CorrectedLocalizedDeviationFromNormalProbabilityCalculated", "1", false}, + CorrectedLocalizedDeviationFromNormalProbability: Info{CorrectedLocalizedDeviationFromNormalProbability, []string{"FL"}, "Corrected Localized Deviation From Normal Probability", "CorrectedLocalizedDeviationFromNormalProbability", "1", false}, + GlobalDeviationProbabilitySequence: Info{GlobalDeviationProbabilitySequence, []string{"SQ"}, "Global Deviation Probability Sequence", "GlobalDeviationProbabilitySequence", "1", false}, + LocalizedDeviationProbabilitySequence: Info{LocalizedDeviationProbabilitySequence, []string{"SQ"}, "Localized Deviation Probability Sequence", "LocalizedDeviationProbabilitySequence", "1", false}, + FovealSensitivityMeasured: Info{FovealSensitivityMeasured, []string{"CS"}, "Foveal Sensitivity Measured", "FovealSensitivityMeasured", "1", false}, + FovealSensitivity: Info{FovealSensitivity, []string{"FL"}, "Foveal Sensitivity", "FovealSensitivity", "1", false}, + VisualFieldTestDuration: Info{VisualFieldTestDuration, []string{"FL"}, "Visual Field Test Duration", "VisualFieldTestDuration", "1", false}, + VisualFieldTestPointSequence: Info{VisualFieldTestPointSequence, []string{"SQ"}, "Visual Field Test Point Sequence", "VisualFieldTestPointSequence", "1", false}, + VisualFieldTestPointXCoordinate: Info{VisualFieldTestPointXCoordinate, []string{"FL"}, "Visual Field Test Point X-Coordinate", "VisualFieldTestPointXCoordinate", "1", false}, + VisualFieldTestPointYCoordinate: Info{VisualFieldTestPointYCoordinate, []string{"FL"}, "Visual Field Test Point Y-Coordinate", "VisualFieldTestPointYCoordinate", "1", false}, + AgeCorrectedSensitivityDeviationValue: Info{AgeCorrectedSensitivityDeviationValue, []string{"FL"}, "Age Corrected Sensitivity Deviation Value", "AgeCorrectedSensitivityDeviationValue", "1", false}, + StimulusResults: Info{StimulusResults, []string{"CS"}, "Stimulus Results", "StimulusResults", "1", false}, + SensitivityValue: Info{SensitivityValue, []string{"FL"}, "Sensitivity Value", "SensitivityValue", "1", false}, + RetestStimulusSeen: Info{RetestStimulusSeen, []string{"CS"}, "Retest Stimulus Seen", "RetestStimulusSeen", "1", false}, + RetestSensitivityValue: Info{RetestSensitivityValue, []string{"FL"}, "Retest Sensitivity Value", "RetestSensitivityValue", "1", false}, + VisualFieldTestPointNormalsSequence: Info{VisualFieldTestPointNormalsSequence, []string{"SQ"}, "Visual Field Test Point Normals Sequence", "VisualFieldTestPointNormalsSequence", "1", false}, + QuantifiedDefect: Info{QuantifiedDefect, []string{"FL"}, "Quantified Defect", "QuantifiedDefect", "1", false}, + AgeCorrectedSensitivityDeviationProbabilityValue: Info{AgeCorrectedSensitivityDeviationProbabilityValue, []string{"FL"}, "Age Corrected Sensitivity Deviation Probability Value", "AgeCorrectedSensitivityDeviationProbabilityValue", "1", false}, + GeneralizedDefectCorrectedSensitivityDeviationFlag: Info{GeneralizedDefectCorrectedSensitivityDeviationFlag, []string{"CS"}, "Generalized Defect Corrected Sensitivity Deviation Flag", "GeneralizedDefectCorrectedSensitivityDeviationFlag", "1", false}, + GeneralizedDefectCorrectedSensitivityDeviationValue: Info{GeneralizedDefectCorrectedSensitivityDeviationValue, []string{"FL"}, "Generalized Defect Corrected Sensitivity Deviation Value", "GeneralizedDefectCorrectedSensitivityDeviationValue", "1", false}, GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue: Info{GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue, []string{"FL"}, "Generalized Defect Corrected Sensitivity Deviation Probability Value", "GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue", "1", false}, - MinimumSensitivityValue: Info{MinimumSensitivityValue, []string{"FL"}, "Minimum Sensitivity Value", "MinimumSensitivityValue", "1", false}, - BlindSpotLocalized: Info{BlindSpotLocalized, []string{"CS"}, "Blind Spot Localized", "BlindSpotLocalized", "1", false}, - BlindSpotXCoordinate: Info{BlindSpotXCoordinate, []string{"FL"}, "Blind Spot X-Coordinate", "BlindSpotXCoordinate", "1", false}, - BlindSpotYCoordinate: Info{BlindSpotYCoordinate, []string{"FL"}, "Blind Spot Y-Coordinate", "BlindSpotYCoordinate", "1", false}, - VisualAcuityMeasurementSequence: Info{VisualAcuityMeasurementSequence, []string{"SQ"}, "Visual Acuity Measurement Sequence", "VisualAcuityMeasurementSequence", "1", false}, - RefractiveParametersUsedOnPatientSequence: Info{RefractiveParametersUsedOnPatientSequence, []string{"SQ"}, "Refractive Parameters Used on Patient Sequence", "RefractiveParametersUsedOnPatientSequence", "1", false}, - MeasurementLaterality: Info{MeasurementLaterality, []string{"CS"}, "Measurement Laterality", "MeasurementLaterality", "1", false}, - OphthalmicPatientClinicalInformationLeftEyeSequence: Info{OphthalmicPatientClinicalInformationLeftEyeSequence, []string{"SQ"}, "Ophthalmic Patient Clinical Information Left Eye Sequence", "OphthalmicPatientClinicalInformationLeftEyeSequence", "1", false}, - OphthalmicPatientClinicalInformationRightEyeSequence: Info{OphthalmicPatientClinicalInformationRightEyeSequence, []string{"SQ"}, "Ophthalmic Patient Clinical Information Right Eye Sequence", "OphthalmicPatientClinicalInformationRightEyeSequence", "1", false}, - FovealPointNormativeDataFlag: Info{FovealPointNormativeDataFlag, []string{"CS"}, "Foveal Point Normative Data Flag", "FovealPointNormativeDataFlag", "1", false}, - FovealPointProbabilityValue: Info{FovealPointProbabilityValue, []string{"FL"}, "Foveal Point Probability Value", "FovealPointProbabilityValue", "1", false}, - ScreeningBaselineMeasured: Info{ScreeningBaselineMeasured, []string{"CS"}, "Screening Baseline Measured", "ScreeningBaselineMeasured", "1", false}, - ScreeningBaselineMeasuredSequence: Info{ScreeningBaselineMeasuredSequence, []string{"SQ"}, "Screening Baseline Measured Sequence", "ScreeningBaselineMeasuredSequence", "1", false}, - ScreeningBaselineType: Info{ScreeningBaselineType, []string{"CS"}, "Screening Baseline Type", "ScreeningBaselineType", "1", false}, - ScreeningBaselineValue: Info{ScreeningBaselineValue, []string{"FL"}, "Screening Baseline Value", "ScreeningBaselineValue", "1", false}, - AlgorithmSource: Info{AlgorithmSource, []string{"LO"}, "Algorithm Source", "AlgorithmSource", "1", false}, - DataSetName: Info{DataSetName, []string{"LO"}, "Data Set Name", "DataSetName", "1", false}, - DataSetVersion: Info{DataSetVersion, []string{"LO"}, "Data Set Version", "DataSetVersion", "1", false}, - DataSetSource: Info{DataSetSource, []string{"LO"}, "Data Set Source", "DataSetSource", "1", false}, - DataSetDescription: Info{DataSetDescription, []string{"LO"}, "Data Set Description", "DataSetDescription", "1", false}, - VisualFieldTestReliabilityGlobalIndexSequence: Info{VisualFieldTestReliabilityGlobalIndexSequence, []string{"SQ"}, "Visual Field Test Reliability Global Index Sequence", "VisualFieldTestReliabilityGlobalIndexSequence", "1", false}, - VisualFieldGlobalResultsIndexSequence: Info{VisualFieldGlobalResultsIndexSequence, []string{"SQ"}, "Visual Field Global Results Index Sequence", "VisualFieldGlobalResultsIndexSequence", "1", false}, - DataObservationSequence: Info{DataObservationSequence, []string{"SQ"}, "Data Observation Sequence", "DataObservationSequence", "1", false}, - IndexNormalsFlag: Info{IndexNormalsFlag, []string{"CS"}, "Index Normals Flag", "IndexNormalsFlag", "1", false}, - IndexProbability: Info{IndexProbability, []string{"FL"}, "Index Probability", "IndexProbability", "1", false}, - IndexProbabilitySequence: Info{IndexProbabilitySequence, []string{"SQ"}, "Index Probability Sequence", "IndexProbabilitySequence", "1", false}, - SamplesPerPixel: Info{SamplesPerPixel, []string{"US"}, "Samples per Pixel", "SamplesPerPixel", "1", false}, - SamplesPerPixelUsed: Info{SamplesPerPixelUsed, []string{"US"}, "Samples per Pixel Used", "SamplesPerPixelUsed", "1", false}, - PhotometricInterpretation: Info{PhotometricInterpretation, []string{"CS"}, "Photometric Interpretation", "PhotometricInterpretation", "1", false}, - ImageDimensions: Info{ImageDimensions, []string{"US"}, "Image Dimensions", "ImageDimensions", "1", true}, - PlanarConfiguration: Info{PlanarConfiguration, []string{"US"}, "Planar Configuration", "PlanarConfiguration", "1", false}, - NumberOfFrames: Info{NumberOfFrames, []string{"IS"}, "Number of Frames", "NumberOfFrames", "1", false}, - FrameIncrementPointer: Info{FrameIncrementPointer, []string{"AT"}, "Frame Increment Pointer", "FrameIncrementPointer", "1-n", false}, - FrameDimensionPointer: Info{FrameDimensionPointer, []string{"AT"}, "Frame Dimension Pointer", "FrameDimensionPointer", "1-n", false}, - Rows: Info{Rows, []string{"US"}, "Rows", "Rows", "1", false}, - Columns: Info{Columns, []string{"US"}, "Columns", "Columns", "1", false}, - Planes: Info{Planes, []string{"US"}, "Planes", "Planes", "1", true}, - UltrasoundColorDataPresent: Info{UltrasoundColorDataPresent, []string{"US"}, "Ultrasound Color Data Present", "UltrasoundColorDataPresent", "1", false}, - PixelSpacing: Info{PixelSpacing, []string{"DS"}, "Pixel Spacing", "PixelSpacing", "2", false}, - ZoomFactor: Info{ZoomFactor, []string{"DS"}, "Zoom Factor", "ZoomFactor", "2", false}, - ZoomCenter: Info{ZoomCenter, []string{"DS"}, "Zoom Center", "ZoomCenter", "2", false}, - PixelAspectRatio: Info{PixelAspectRatio, []string{"IS"}, "Pixel Aspect Ratio", "PixelAspectRatio", "2", false}, - ImageFormat: Info{ImageFormat, []string{"CS"}, "Image Format", "ImageFormat", "1", true}, - ManipulatedImage: Info{ManipulatedImage, []string{"LO"}, "Manipulated Image", "ManipulatedImage", "1-n", true}, - CorrectedImage: Info{CorrectedImage, []string{"CS"}, "Corrected Image", "CorrectedImage", "1-n", false}, - CompressionRecognitionCode: Info{CompressionRecognitionCode, []string{"LO"}, "Compression Recognition Code", "CompressionRecognitionCode", "1", true}, - CompressionCode: Info{CompressionCode, []string{"CS"}, "Compression Code", "CompressionCode", "1", true}, - CompressionOriginator: Info{CompressionOriginator, []string{"SH"}, "Compression Originator", "CompressionOriginator", "1", true}, - CompressionLabel: Info{CompressionLabel, []string{"LO"}, "Compression Label", "CompressionLabel", "1", true}, - CompressionDescription: Info{CompressionDescription, []string{"SH"}, "Compression Description", "CompressionDescription", "1", true}, - CompressionSequence: Info{CompressionSequence, []string{"CS"}, "Compression Sequence", "CompressionSequence", "1-n", true}, - CompressionStepPointers: Info{CompressionStepPointers, []string{"AT"}, "Compression Step Pointers", "CompressionStepPointers", "1-n", true}, - RepeatInterval: Info{RepeatInterval, []string{"US"}, "Repeat Interval", "RepeatInterval", "1", true}, - BitsGrouped: Info{BitsGrouped, []string{"US"}, "Bits Grouped", "BitsGrouped", "1", true}, - PerimeterTable: Info{PerimeterTable, []string{"US"}, "Perimeter Table", "PerimeterTable", "1-n", true}, - PerimeterValue: Info{PerimeterValue, []string{"US", "SS"}, "Perimeter Value", "PerimeterValue", "1", true}, - PredictorRows: Info{PredictorRows, []string{"US"}, "Predictor Rows", "PredictorRows", "1", true}, - PredictorColumns: Info{PredictorColumns, []string{"US"}, "Predictor Columns", "PredictorColumns", "1", true}, - PredictorConstants: Info{PredictorConstants, []string{"US"}, "Predictor Constants", "PredictorConstants", "1-n", true}, - BlockedPixels: Info{BlockedPixels, []string{"CS"}, "Blocked Pixels", "BlockedPixels", "1", true}, - BlockRows: Info{BlockRows, []string{"US"}, "Block Rows", "BlockRows", "1", true}, - BlockColumns: Info{BlockColumns, []string{"US"}, "Block Columns", "BlockColumns", "1", true}, - RowOverlap: Info{RowOverlap, []string{"US"}, "Row Overlap", "RowOverlap", "1", true}, - ColumnOverlap: Info{ColumnOverlap, []string{"US"}, "Column Overlap", "ColumnOverlap", "1", true}, - BitsAllocated: Info{BitsAllocated, []string{"US"}, "Bits Allocated", "BitsAllocated", "1", false}, - BitsStored: Info{BitsStored, []string{"US"}, "Bits Stored", "BitsStored", "1", false}, - HighBit: Info{HighBit, []string{"US"}, "High Bit", "HighBit", "1", false}, - PixelRepresentation: Info{PixelRepresentation, []string{"US"}, "Pixel Representation", "PixelRepresentation", "1", false}, - SmallestValidPixelValue: Info{SmallestValidPixelValue, []string{"US", "SS"}, "Smallest Valid Pixel Value", "SmallestValidPixelValue", "1", true}, - LargestValidPixelValue: Info{LargestValidPixelValue, []string{"US", "SS"}, "Largest Valid Pixel Value", "LargestValidPixelValue", "1", true}, - SmallestImagePixelValue: Info{SmallestImagePixelValue, []string{"US", "SS"}, "Smallest Image Pixel Value", "SmallestImagePixelValue", "1", false}, - LargestImagePixelValue: Info{LargestImagePixelValue, []string{"US", "SS"}, "Largest Image Pixel Value", "LargestImagePixelValue", "1", false}, - SmallestPixelValueInSeries: Info{SmallestPixelValueInSeries, []string{"US", "SS"}, "Smallest Pixel Value in Series", "SmallestPixelValueInSeries", "1", false}, - LargestPixelValueInSeries: Info{LargestPixelValueInSeries, []string{"US", "SS"}, "Largest Pixel Value in Series", "LargestPixelValueInSeries", "1", false}, - SmallestImagePixelValueInPlane: Info{SmallestImagePixelValueInPlane, []string{"US", "SS"}, "Smallest Image Pixel Value in Plane", "SmallestImagePixelValueInPlane", "1", true}, - LargestImagePixelValueInPlane: Info{LargestImagePixelValueInPlane, []string{"US", "SS"}, "Largest Image Pixel Value in Plane", "LargestImagePixelValueInPlane", "1", true}, - PixelPaddingValue: Info{PixelPaddingValue, []string{"US", "SS"}, "Pixel Padding Value", "PixelPaddingValue", "1", false}, - PixelPaddingRangeLimit: Info{PixelPaddingRangeLimit, []string{"US", "SS"}, "Pixel Padding Range Limit", "PixelPaddingRangeLimit", "1", false}, - FloatPixelPaddingValue: Info{FloatPixelPaddingValue, []string{"FL"}, "Float Pixel Padding Value", "FloatPixelPaddingValue", "1", false}, - DoubleFloatPixelPaddingValue: Info{DoubleFloatPixelPaddingValue, []string{"FD"}, "Double Float Pixel Padding Value", "DoubleFloatPixelPaddingValue", "1", false}, - FloatPixelPaddingRangeLimit: Info{FloatPixelPaddingRangeLimit, []string{"FL"}, "Float Pixel Padding Range Limit", "FloatPixelPaddingRangeLimit", "1", false}, - DoubleFloatPixelPaddingRangeLimit: Info{DoubleFloatPixelPaddingRangeLimit, []string{"FD"}, "Double Float Pixel Padding Range Limit", "DoubleFloatPixelPaddingRangeLimit", "1", false}, - ImageLocation: Info{ImageLocation, []string{"US"}, "Image Location", "ImageLocation", "1", true}, - QualityControlImage: Info{QualityControlImage, []string{"CS"}, "Quality Control Image", "QualityControlImage", "1", false}, - BurnedInAnnotation: Info{BurnedInAnnotation, []string{"CS"}, "Burned In Annotation", "BurnedInAnnotation", "1", false}, - RecognizableVisualFeatures: Info{RecognizableVisualFeatures, []string{"CS"}, "Recognizable Visual Features", "RecognizableVisualFeatures", "1", false}, - LongitudinalTemporalInformationModified: Info{LongitudinalTemporalInformationModified, []string{"CS"}, "Longitudinal Temporal Information Modified", "LongitudinalTemporalInformationModified", "1", false}, - ReferencedColorPaletteInstanceUID: Info{ReferencedColorPaletteInstanceUID, []string{"UI"}, "Referenced Color Palette Instance UID", "ReferencedColorPaletteInstanceUID", "1", false}, - TransformLabel: Info{TransformLabel, []string{"LO"}, "Transform Label", "TransformLabel", "1", true}, - TransformVersionNumber: Info{TransformVersionNumber, []string{"LO"}, "Transform Version Number", "TransformVersionNumber", "1", true}, - NumberOfTransformSteps: Info{NumberOfTransformSteps, []string{"US"}, "Number of Transform Steps", "NumberOfTransformSteps", "1", true}, - SequenceOfCompressedData: Info{SequenceOfCompressedData, []string{"LO"}, "Sequence of Compressed Data", "SequenceOfCompressedData", "1-n", true}, - DetailsOfCoefficients: Info{DetailsOfCoefficients, []string{"AT"}, "Details of Coefficients", "DetailsOfCoefficients", "1-n", true}, - RowsForNthOrderCoefficients: Info{RowsForNthOrderCoefficients, []string{"US"}, "Rows For Nth Order Coefficients", "RowsForNthOrderCoefficients", "1", true}, - ColumnsForNthOrderCoefficients: Info{ColumnsForNthOrderCoefficients, []string{"US"}, "Columns For Nth Order Coefficients", "ColumnsForNthOrderCoefficients", "1", true}, - CoefficientCoding: Info{CoefficientCoding, []string{"LO"}, "Coefficient Coding", "CoefficientCoding", "1-n", true}, - CoefficientCodingPointers: Info{CoefficientCodingPointers, []string{"AT"}, "Coefficient Coding Pointers", "CoefficientCodingPointers", "1-n", true}, - DCTLabel: Info{DCTLabel, []string{"LO"}, "DCT Label", "DCTLabel", "1", true}, - DataBlockDescription: Info{DataBlockDescription, []string{"CS"}, "Data Block Description", "DataBlockDescription", "1-n", true}, - DataBlock: Info{DataBlock, []string{"AT"}, "Data Block", "DataBlock", "1-n", true}, - NormalizationFactorFormat: Info{NormalizationFactorFormat, []string{"US"}, "Normalization Factor Format", "NormalizationFactorFormat", "1", true}, - ZonalMapNumberFormat: Info{ZonalMapNumberFormat, []string{"US"}, "Zonal Map Number Format", "ZonalMapNumberFormat", "1", true}, - ZonalMapLocation: Info{ZonalMapLocation, []string{"AT"}, "Zonal Map Location", "ZonalMapLocation", "1-n", true}, - ZonalMapFormat: Info{ZonalMapFormat, []string{"US"}, "Zonal Map Format", "ZonalMapFormat", "1", true}, - AdaptiveMapFormat: Info{AdaptiveMapFormat, []string{"US"}, "Adaptive Map Format", "AdaptiveMapFormat", "1", true}, - CodeNumberFormat: Info{CodeNumberFormat, []string{"US"}, "Code Number Format", "CodeNumberFormat", "1", true}, - CodeLabel: Info{CodeLabel, []string{"CS"}, "Code Label", "CodeLabel", "1-n", true}, - NumberOfTables: Info{NumberOfTables, []string{"US"}, "Number of Tables", "NumberOfTables", "1", true}, - CodeTableLocation: Info{CodeTableLocation, []string{"AT"}, "Code Table Location", "CodeTableLocation", "1-n", true}, - BitsForCodeWord: Info{BitsForCodeWord, []string{"US"}, "Bits For Code Word", "BitsForCodeWord", "1", true}, - ImageDataLocation: Info{ImageDataLocation, []string{"AT"}, "Image Data Location", "ImageDataLocation", "1-n", true}, - PixelSpacingCalibrationType: Info{PixelSpacingCalibrationType, []string{"CS"}, "Pixel Spacing Calibration Type", "PixelSpacingCalibrationType", "1", false}, - PixelSpacingCalibrationDescription: Info{PixelSpacingCalibrationDescription, []string{"LO"}, "Pixel Spacing Calibration Description", "PixelSpacingCalibrationDescription", "1", false}, - PixelIntensityRelationship: Info{PixelIntensityRelationship, []string{"CS"}, "Pixel Intensity Relationship", "PixelIntensityRelationship", "1", false}, - PixelIntensityRelationshipSign: Info{PixelIntensityRelationshipSign, []string{"SS"}, "Pixel Intensity Relationship Sign", "PixelIntensityRelationshipSign", "1", false}, - WindowCenter: Info{WindowCenter, []string{"DS"}, "Window Center", "WindowCenter", "1-n", false}, - WindowWidth: Info{WindowWidth, []string{"DS"}, "Window Width", "WindowWidth", "1-n", false}, - RescaleIntercept: Info{RescaleIntercept, []string{"DS"}, "Rescale Intercept", "RescaleIntercept", "1", false}, - RescaleSlope: Info{RescaleSlope, []string{"DS"}, "Rescale Slope", "RescaleSlope", "1", false}, - RescaleType: Info{RescaleType, []string{"LO"}, "Rescale Type", "RescaleType", "1", false}, - WindowCenterWidthExplanation: Info{WindowCenterWidthExplanation, []string{"LO"}, "Window Center & Width Explanation", "WindowCenterWidthExplanation", "1-n", false}, - VOILUTFunction: Info{VOILUTFunction, []string{"CS"}, "VOI LUT Function", "VOILUTFunction", "1", false}, - GrayScale: Info{GrayScale, []string{"CS"}, "Gray Scale", "GrayScale", "1", true}, - RecommendedViewingMode: Info{RecommendedViewingMode, []string{"CS"}, "Recommended Viewing Mode", "RecommendedViewingMode", "1", false}, - GrayLookupTableDescriptor: Info{GrayLookupTableDescriptor, []string{"US", "SS"}, "Gray Lookup Table Descriptor", "GrayLookupTableDescriptor", "3", true}, - RedPaletteColorLookupTableDescriptor: Info{RedPaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Red Palette Color Lookup Table Descriptor", "RedPaletteColorLookupTableDescriptor", "3", false}, - GreenPaletteColorLookupTableDescriptor: Info{GreenPaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Green Palette Color Lookup Table Descriptor", "GreenPaletteColorLookupTableDescriptor", "3", false}, - BluePaletteColorLookupTableDescriptor: Info{BluePaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Blue Palette Color Lookup Table Descriptor", "BluePaletteColorLookupTableDescriptor", "3", false}, - AlphaPaletteColorLookupTableDescriptor: Info{AlphaPaletteColorLookupTableDescriptor, []string{"US"}, "Alpha Palette Color Lookup Table Descriptor", "AlphaPaletteColorLookupTableDescriptor", "3", false}, - LargeRedPaletteColorLookupTableDescriptor: Info{LargeRedPaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Large Red Palette Color Lookup Table Descriptor", "LargeRedPaletteColorLookupTableDescriptor", "4", true}, - LargeGreenPaletteColorLookupTableDescriptor: Info{LargeGreenPaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Large Green Palette Color Lookup Table Descriptor", "LargeGreenPaletteColorLookupTableDescriptor", "4", true}, - LargeBluePaletteColorLookupTableDescriptor: Info{LargeBluePaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Large Blue Palette Color Lookup Table Descriptor", "LargeBluePaletteColorLookupTableDescriptor", "4", true}, - PaletteColorLookupTableUID: Info{PaletteColorLookupTableUID, []string{"UI"}, "Palette Color Lookup Table UID", "PaletteColorLookupTableUID", "1", false}, - GrayLookupTableData: Info{GrayLookupTableData, []string{"US", "SS", "OW"}, "Gray Lookup Table Data", "GrayLookupTableData", "1-n or 1", true}, - RedPaletteColorLookupTableData: Info{RedPaletteColorLookupTableData, []string{"OW"}, "Red Palette Color Lookup Table Data", "RedPaletteColorLookupTableData", "1", false}, - GreenPaletteColorLookupTableData: Info{GreenPaletteColorLookupTableData, []string{"OW"}, "Green Palette Color Lookup Table Data", "GreenPaletteColorLookupTableData", "1", false}, - BluePaletteColorLookupTableData: Info{BluePaletteColorLookupTableData, []string{"OW"}, "Blue Palette Color Lookup Table Data", "BluePaletteColorLookupTableData", "1", false}, - AlphaPaletteColorLookupTableData: Info{AlphaPaletteColorLookupTableData, []string{"OW"}, "Alpha Palette Color Lookup Table Data", "AlphaPaletteColorLookupTableData", "1", false}, - LargeRedPaletteColorLookupTableData: Info{LargeRedPaletteColorLookupTableData, []string{"OW"}, "Large Red Palette Color Lookup Table Data", "LargeRedPaletteColorLookupTableData", "1", true}, - LargeGreenPaletteColorLookupTableData: Info{LargeGreenPaletteColorLookupTableData, []string{"OW"}, "Large Green Palette Color Lookup Table Data", "LargeGreenPaletteColorLookupTableData", "1", true}, - LargeBluePaletteColorLookupTableData: Info{LargeBluePaletteColorLookupTableData, []string{"OW"}, "Large Blue Palette Color Lookup Table Data", "LargeBluePaletteColorLookupTableData", "1", true}, - LargePaletteColorLookupTableUID: Info{LargePaletteColorLookupTableUID, []string{"UI"}, "Large Palette Color Lookup Table UID", "LargePaletteColorLookupTableUID", "1", true}, - SegmentedRedPaletteColorLookupTableData: Info{SegmentedRedPaletteColorLookupTableData, []string{"OW"}, "Segmented Red Palette Color Lookup Table Data", "SegmentedRedPaletteColorLookupTableData", "1", false}, - SegmentedGreenPaletteColorLookupTableData: Info{SegmentedGreenPaletteColorLookupTableData, []string{"OW"}, "Segmented Green Palette Color Lookup Table Data", "SegmentedGreenPaletteColorLookupTableData", "1", false}, - SegmentedBluePaletteColorLookupTableData: Info{SegmentedBluePaletteColorLookupTableData, []string{"OW"}, "Segmented Blue Palette Color Lookup Table Data", "SegmentedBluePaletteColorLookupTableData", "1", false}, - SegmentedAlphaPaletteColorLookupTableData: Info{SegmentedAlphaPaletteColorLookupTableData, []string{"OW"}, "Segmented Alpha Palette Color Lookup Table Data", "SegmentedAlphaPaletteColorLookupTableData", "1", false}, - StoredValueColorRangeSequence: Info{StoredValueColorRangeSequence, []string{"SQ"}, "Stored Value Color Range Sequence", "StoredValueColorRangeSequence", "1", false}, - MinimumStoredValueMapped: Info{MinimumStoredValueMapped, []string{"FD"}, "Minimum Stored Value Mapped", "MinimumStoredValueMapped", "1", false}, - MaximumStoredValueMapped: Info{MaximumStoredValueMapped, []string{"FD"}, "Maximum Stored Value Mapped", "MaximumStoredValueMapped", "1", false}, - BreastImplantPresent: Info{BreastImplantPresent, []string{"CS"}, "Breast Implant Present", "BreastImplantPresent", "1", false}, - PartialView: Info{PartialView, []string{"CS"}, "Partial View", "PartialView", "1", false}, - PartialViewDescription: Info{PartialViewDescription, []string{"ST"}, "Partial View Description", "PartialViewDescription", "1", false}, - PartialViewCodeSequence: Info{PartialViewCodeSequence, []string{"SQ"}, "Partial View Code Sequence", "PartialViewCodeSequence", "1", false}, - SpatialLocationsPreserved: Info{SpatialLocationsPreserved, []string{"CS"}, "Spatial Locations Preserved", "SpatialLocationsPreserved", "1", false}, - DataFrameAssignmentSequence: Info{DataFrameAssignmentSequence, []string{"SQ"}, "Data Frame Assignment Sequence", "DataFrameAssignmentSequence", "1", false}, - DataPathAssignment: Info{DataPathAssignment, []string{"CS"}, "Data Path Assignment", "DataPathAssignment", "1", false}, - BitsMappedToColorLookupTable: Info{BitsMappedToColorLookupTable, []string{"US"}, "Bits Mapped to Color Lookup Table", "BitsMappedToColorLookupTable", "1", false}, - BlendingLUT1Sequence: Info{BlendingLUT1Sequence, []string{"SQ"}, "Blending LUT 1 Sequence", "BlendingLUT1Sequence", "1", false}, - BlendingLUT1TransferFunction: Info{BlendingLUT1TransferFunction, []string{"CS"}, "Blending LUT 1 Transfer Function", "BlendingLUT1TransferFunction", "1", false}, - BlendingWeightConstant: Info{BlendingWeightConstant, []string{"FD"}, "Blending Weight Constant", "BlendingWeightConstant", "1", false}, - BlendingLookupTableDescriptor: Info{BlendingLookupTableDescriptor, []string{"US"}, "Blending Lookup Table Descriptor", "BlendingLookupTableDescriptor", "3", false}, - BlendingLookupTableData: Info{BlendingLookupTableData, []string{"OW"}, "Blending Lookup Table Data", "BlendingLookupTableData", "1", false}, - EnhancedPaletteColorLookupTableSequence: Info{EnhancedPaletteColorLookupTableSequence, []string{"SQ"}, "Enhanced Palette Color Lookup Table Sequence", "EnhancedPaletteColorLookupTableSequence", "1", false}, - BlendingLUT2Sequence: Info{BlendingLUT2Sequence, []string{"SQ"}, "Blending LUT 2 Sequence", "BlendingLUT2Sequence", "1", false}, - BlendingLUT2TransferFunction: Info{BlendingLUT2TransferFunction, []string{"CS"}, "Blending LUT 2 Transfer Function", "BlendingLUT2TransferFunction", "1", false}, - DataPathID: Info{DataPathID, []string{"CS"}, "Data Path ID", "DataPathID", "1", false}, - RGBLUTTransferFunction: Info{RGBLUTTransferFunction, []string{"CS"}, "RGB LUT Transfer Function", "RGBLUTTransferFunction", "1", false}, - AlphaLUTTransferFunction: Info{AlphaLUTTransferFunction, []string{"CS"}, "Alpha LUT Transfer Function", "AlphaLUTTransferFunction", "1", false}, - ICCProfile: Info{ICCProfile, []string{"OB"}, "ICC Profile", "ICCProfile", "1", false}, - ColorSpace: Info{ColorSpace, []string{"CS"}, "Color Space", "ColorSpace", "1", false}, - LossyImageCompression: Info{LossyImageCompression, []string{"CS"}, "Lossy Image Compression", "LossyImageCompression", "1", false}, - LossyImageCompressionRatio: Info{LossyImageCompressionRatio, []string{"DS"}, "Lossy Image Compression Ratio", "LossyImageCompressionRatio", "1-n", false}, - LossyImageCompressionMethod: Info{LossyImageCompressionMethod, []string{"CS"}, "Lossy Image Compression Method", "LossyImageCompressionMethod", "1-n", false}, - ModalityLUTSequence: Info{ModalityLUTSequence, []string{"SQ"}, "Modality LUT Sequence", "ModalityLUTSequence", "1", false}, - VariableModalityLUTSequence: Info{VariableModalityLUTSequence, []string{"SQ"}, "Variable Modality LUT Sequence", "VariableModalityLUTSequence", "1", false}, - LUTDescriptor: Info{LUTDescriptor, []string{"US", "SS"}, "LUT Descriptor", "LUTDescriptor", "3", false}, - LUTExplanation: Info{LUTExplanation, []string{"LO"}, "LUT Explanation", "LUTExplanation", "1", false}, - ModalityLUTType: Info{ModalityLUTType, []string{"LO"}, "Modality LUT Type", "ModalityLUTType", "1", false}, - LUTData: Info{LUTData, []string{"US", "OW"}, "LUT Data", "LUTData", "1-n or 1", false}, - VOILUTSequence: Info{VOILUTSequence, []string{"SQ"}, "VOI LUT Sequence", "VOILUTSequence", "1", false}, - SoftcopyVOILUTSequence: Info{SoftcopyVOILUTSequence, []string{"SQ"}, "Softcopy VOI LUT Sequence", "SoftcopyVOILUTSequence", "1", false}, - ImagePresentationComments: Info{ImagePresentationComments, []string{"LT"}, "Image Presentation Comments", "ImagePresentationComments", "1", true}, - BiPlaneAcquisitionSequence: Info{BiPlaneAcquisitionSequence, []string{"SQ"}, "Bi-Plane Acquisition Sequence", "BiPlaneAcquisitionSequence", "1", true}, - RepresentativeFrameNumber: Info{RepresentativeFrameNumber, []string{"US"}, "Representative Frame Number", "RepresentativeFrameNumber", "1", false}, - FrameNumbersOfInterest: Info{FrameNumbersOfInterest, []string{"US"}, "Frame Numbers of Interest (FOI)", "FrameNumbersOfInterest", "1-n", false}, - FrameOfInterestDescription: Info{FrameOfInterestDescription, []string{"LO"}, "Frame of Interest Description", "FrameOfInterestDescription", "1-n", false}, - FrameOfInterestType: Info{FrameOfInterestType, []string{"CS"}, "Frame of Interest Type", "FrameOfInterestType", "1-n", false}, - MaskPointers: Info{MaskPointers, []string{"US"}, "Mask Pointer(s)", "MaskPointers", "1-n", true}, - RWavePointer: Info{RWavePointer, []string{"US"}, "R Wave Pointer", "RWavePointer", "1-n", false}, - MaskSubtractionSequence: Info{MaskSubtractionSequence, []string{"SQ"}, "Mask Subtraction Sequence", "MaskSubtractionSequence", "1", false}, - MaskOperation: Info{MaskOperation, []string{"CS"}, "Mask Operation", "MaskOperation", "1", false}, - ApplicableFrameRange: Info{ApplicableFrameRange, []string{"US"}, "Applicable Frame Range", "ApplicableFrameRange", "2-2n", false}, - MaskFrameNumbers: Info{MaskFrameNumbers, []string{"US"}, "Mask Frame Numbers", "MaskFrameNumbers", "1-n", false}, - ContrastFrameAveraging: Info{ContrastFrameAveraging, []string{"US"}, "Contrast Frame Averaging", "ContrastFrameAveraging", "1", false}, - MaskSubPixelShift: Info{MaskSubPixelShift, []string{"FL"}, "Mask Sub-pixel Shift", "MaskSubPixelShift", "2", false}, - TIDOffset: Info{TIDOffset, []string{"SS"}, "TID Offset", "TIDOffset", "1", false}, - MaskOperationExplanation: Info{MaskOperationExplanation, []string{"ST"}, "Mask Operation Explanation", "MaskOperationExplanation", "1", false}, - EquipmentAdministratorSequence: Info{EquipmentAdministratorSequence, []string{"SQ"}, "Equipment Administrator Sequence", "EquipmentAdministratorSequence", "1", false}, - NumberOfDisplaySubsystems: Info{NumberOfDisplaySubsystems, []string{"US"}, "Number of Display Subsystems", "NumberOfDisplaySubsystems", "1", false}, - CurrentConfigurationID: Info{CurrentConfigurationID, []string{"US"}, "Current Configuration ID", "CurrentConfigurationID", "1", false}, - DisplaySubsystemID: Info{DisplaySubsystemID, []string{"US"}, "Display Subsystem ID", "DisplaySubsystemID", "1", false}, - DisplaySubsystemName: Info{DisplaySubsystemName, []string{"SH"}, "Display Subsystem Name", "DisplaySubsystemName", "1", false}, - DisplaySubsystemDescription: Info{DisplaySubsystemDescription, []string{"LO"}, "Display Subsystem Description", "DisplaySubsystemDescription", "1", false}, - SystemStatus: Info{SystemStatus, []string{"CS"}, "System Status", "SystemStatus", "1", false}, - SystemStatusComment: Info{SystemStatusComment, []string{"LO"}, "System Status Comment", "SystemStatusComment", "1", false}, - TargetLuminanceCharacteristicsSequence: Info{TargetLuminanceCharacteristicsSequence, []string{"SQ"}, "Target Luminance Characteristics Sequence", "TargetLuminanceCharacteristicsSequence", "1", false}, - LuminanceCharacteristicsID: Info{LuminanceCharacteristicsID, []string{"US"}, "Luminance Characteristics ID", "LuminanceCharacteristicsID", "1", false}, - DisplaySubsystemConfigurationSequence: Info{DisplaySubsystemConfigurationSequence, []string{"SQ"}, "Display Subsystem Configuration Sequence", "DisplaySubsystemConfigurationSequence", "1", false}, - ConfigurationID: Info{ConfigurationID, []string{"US"}, "Configuration ID", "ConfigurationID", "1", false}, - ConfigurationName: Info{ConfigurationName, []string{"SH"}, "Configuration Name", "ConfigurationName", "1", false}, - ConfigurationDescription: Info{ConfigurationDescription, []string{"LO"}, "Configuration Description", "ConfigurationDescription", "1", false}, - ReferencedTargetLuminanceCharacteristicsID: Info{ReferencedTargetLuminanceCharacteristicsID, []string{"US"}, "Referenced Target Luminance Characteristics ID", "ReferencedTargetLuminanceCharacteristicsID", "1", false}, - QAResultsSequence: Info{QAResultsSequence, []string{"SQ"}, "QA Results Sequence", "QAResultsSequence", "1", false}, - DisplaySubsystemQAResultsSequence: Info{DisplaySubsystemQAResultsSequence, []string{"SQ"}, "Display Subsystem QA Results Sequence", "DisplaySubsystemQAResultsSequence", "1", false}, - ConfigurationQAResultsSequence: Info{ConfigurationQAResultsSequence, []string{"SQ"}, "Configuration QA Results Sequence", "ConfigurationQAResultsSequence", "1", false}, - MeasurementEquipmentSequence: Info{MeasurementEquipmentSequence, []string{"SQ"}, "Measurement Equipment Sequence", "MeasurementEquipmentSequence", "1", false}, - MeasurementFunctions: Info{MeasurementFunctions, []string{"CS"}, "Measurement Functions", "MeasurementFunctions", "1-n", false}, - MeasurementEquipmentType: Info{MeasurementEquipmentType, []string{"CS"}, "Measurement Equipment Type", "MeasurementEquipmentType", "1", false}, - VisualEvaluationResultSequence: Info{VisualEvaluationResultSequence, []string{"SQ"}, "Visual Evaluation Result Sequence", "VisualEvaluationResultSequence", "1", false}, - DisplayCalibrationResultSequence: Info{DisplayCalibrationResultSequence, []string{"SQ"}, "Display Calibration Result Sequence", "DisplayCalibrationResultSequence", "1", false}, - DDLValue: Info{DDLValue, []string{"US"}, "DDL Value", "DDLValue", "1", false}, - CIExyWhitePoint: Info{CIExyWhitePoint, []string{"FL"}, "CIExy White Point", "CIExyWhitePoint", "2", false}, - DisplayFunctionType: Info{DisplayFunctionType, []string{"CS"}, "Display Function Type", "DisplayFunctionType", "1", false}, - GammaValue: Info{GammaValue, []string{"FL"}, "Gamma Value", "GammaValue", "1", false}, - NumberOfLuminancePoints: Info{NumberOfLuminancePoints, []string{"US"}, "Number of Luminance Points", "NumberOfLuminancePoints", "1", false}, - LuminanceResponseSequence: Info{LuminanceResponseSequence, []string{"SQ"}, "Luminance Response Sequence", "LuminanceResponseSequence", "1", false}, - TargetMinimumLuminance: Info{TargetMinimumLuminance, []string{"FL"}, "Target Minimum Luminance", "TargetMinimumLuminance", "1", false}, - TargetMaximumLuminance: Info{TargetMaximumLuminance, []string{"FL"}, "Target Maximum Luminance", "TargetMaximumLuminance", "1", false}, - LuminanceValue: Info{LuminanceValue, []string{"FL"}, "Luminance Value", "LuminanceValue", "1", false}, - LuminanceResponseDescription: Info{LuminanceResponseDescription, []string{"LO"}, "Luminance Response Description", "LuminanceResponseDescription", "1", false}, - WhitePointFlag: Info{WhitePointFlag, []string{"CS"}, "White Point Flag", "WhitePointFlag", "1", false}, - DisplayDeviceTypeCodeSequence: Info{DisplayDeviceTypeCodeSequence, []string{"SQ"}, "Display Device Type Code Sequence", "DisplayDeviceTypeCodeSequence", "1", false}, - DisplaySubsystemSequence: Info{DisplaySubsystemSequence, []string{"SQ"}, "Display Subsystem Sequence", "DisplaySubsystemSequence", "1", false}, - LuminanceResultSequence: Info{LuminanceResultSequence, []string{"SQ"}, "Luminance Result Sequence", "LuminanceResultSequence", "1", false}, - AmbientLightValueSource: Info{AmbientLightValueSource, []string{"CS"}, "Ambient Light Value Source", "AmbientLightValueSource", "1", false}, - MeasuredCharacteristics: Info{MeasuredCharacteristics, []string{"CS"}, "Measured Characteristics", "MeasuredCharacteristics", "1-n", false}, - LuminanceUniformityResultSequence: Info{LuminanceUniformityResultSequence, []string{"SQ"}, "Luminance Uniformity Result Sequence", "LuminanceUniformityResultSequence", "1", false}, - VisualEvaluationTestSequence: Info{VisualEvaluationTestSequence, []string{"SQ"}, "Visual Evaluation Test Sequence", "VisualEvaluationTestSequence", "1", false}, - TestResult: Info{TestResult, []string{"CS"}, "Test Result", "TestResult", "1", false}, - TestResultComment: Info{TestResultComment, []string{"LO"}, "Test Result Comment", "TestResultComment", "1", false}, - TestImageValidation: Info{TestImageValidation, []string{"CS"}, "Test Image Validation", "TestImageValidation", "1", false}, - TestPatternCodeSequence: Info{TestPatternCodeSequence, []string{"SQ"}, "Test Pattern Code Sequence", "TestPatternCodeSequence", "1", false}, - MeasurementPatternCodeSequence: Info{MeasurementPatternCodeSequence, []string{"SQ"}, "Measurement Pattern Code Sequence", "MeasurementPatternCodeSequence", "1", false}, - VisualEvaluationMethodCodeSequence: Info{VisualEvaluationMethodCodeSequence, []string{"SQ"}, "Visual Evaluation Method Code Sequence", "VisualEvaluationMethodCodeSequence", "1", false}, - PixelDataProviderURL: Info{PixelDataProviderURL, []string{"UR"}, "Pixel Data Provider URL", "PixelDataProviderURL", "1", false}, - DataPointRows: Info{DataPointRows, []string{"UL"}, "Data Point Rows", "DataPointRows", "1", false}, - DataPointColumns: Info{DataPointColumns, []string{"UL"}, "Data Point Columns", "DataPointColumns", "1", false}, - SignalDomainColumns: Info{SignalDomainColumns, []string{"CS"}, "Signal Domain Columns", "SignalDomainColumns", "1", false}, - LargestMonochromePixelValue: Info{LargestMonochromePixelValue, []string{"US"}, "Largest Monochrome Pixel Value", "LargestMonochromePixelValue", "1", true}, - DataRepresentation: Info{DataRepresentation, []string{"CS"}, "Data Representation", "DataRepresentation", "1", false}, - PixelMeasuresSequence: Info{PixelMeasuresSequence, []string{"SQ"}, "Pixel Measures Sequence", "PixelMeasuresSequence", "1", false}, - FrameVOILUTSequence: Info{FrameVOILUTSequence, []string{"SQ"}, "Frame VOI LUT Sequence", "FrameVOILUTSequence", "1", false}, - PixelValueTransformationSequence: Info{PixelValueTransformationSequence, []string{"SQ"}, "Pixel Value Transformation Sequence", "PixelValueTransformationSequence", "1", false}, - SignalDomainRows: Info{SignalDomainRows, []string{"CS"}, "Signal Domain Rows", "SignalDomainRows", "1", false}, - DisplayFilterPercentage: Info{DisplayFilterPercentage, []string{"FL"}, "Display Filter Percentage", "DisplayFilterPercentage", "1", false}, - FramePixelShiftSequence: Info{FramePixelShiftSequence, []string{"SQ"}, "Frame Pixel Shift Sequence", "FramePixelShiftSequence", "1", false}, - SubtractionItemID: Info{SubtractionItemID, []string{"US"}, "Subtraction Item ID", "SubtractionItemID", "1", false}, - PixelIntensityRelationshipLUTSequence: Info{PixelIntensityRelationshipLUTSequence, []string{"SQ"}, "Pixel Intensity Relationship LUT Sequence", "PixelIntensityRelationshipLUTSequence", "1", false}, - FramePixelDataPropertiesSequence: Info{FramePixelDataPropertiesSequence, []string{"SQ"}, "Frame Pixel Data Properties Sequence", "FramePixelDataPropertiesSequence", "1", false}, - GeometricalProperties: Info{GeometricalProperties, []string{"CS"}, "Geometrical Properties", "GeometricalProperties", "1", false}, - GeometricMaximumDistortion: Info{GeometricMaximumDistortion, []string{"FL"}, "Geometric Maximum Distortion", "GeometricMaximumDistortion", "1", false}, - ImageProcessingApplied: Info{ImageProcessingApplied, []string{"CS"}, "Image Processing Applied", "ImageProcessingApplied", "1-n", false}, - MaskSelectionMode: Info{MaskSelectionMode, []string{"CS"}, "Mask Selection Mode", "MaskSelectionMode", "1", false}, - LUTFunction: Info{LUTFunction, []string{"CS"}, "LUT Function", "LUTFunction", "1", false}, - MaskVisibilityPercentage: Info{MaskVisibilityPercentage, []string{"FL"}, "Mask Visibility Percentage", "MaskVisibilityPercentage", "1", false}, - PixelShiftSequence: Info{PixelShiftSequence, []string{"SQ"}, "Pixel Shift Sequence", "PixelShiftSequence", "1", false}, - RegionPixelShiftSequence: Info{RegionPixelShiftSequence, []string{"SQ"}, "Region Pixel Shift Sequence", "RegionPixelShiftSequence", "1", false}, - VerticesOfTheRegion: Info{VerticesOfTheRegion, []string{"SS"}, "Vertices of the Region", "VerticesOfTheRegion", "2-2n", false}, - MultiFramePresentationSequence: Info{MultiFramePresentationSequence, []string{"SQ"}, "Multi-frame Presentation Sequence", "MultiFramePresentationSequence", "1", false}, - PixelShiftFrameRange: Info{PixelShiftFrameRange, []string{"US"}, "Pixel Shift Frame Range", "PixelShiftFrameRange", "2-2n", false}, - LUTFrameRange: Info{LUTFrameRange, []string{"US"}, "LUT Frame Range", "LUTFrameRange", "2-2n", false}, - ImageToEquipmentMappingMatrix: Info{ImageToEquipmentMappingMatrix, []string{"DS"}, "Image to Equipment Mapping Matrix", "ImageToEquipmentMappingMatrix", "16", false}, - EquipmentCoordinateSystemIdentification: Info{EquipmentCoordinateSystemIdentification, []string{"CS"}, "Equipment Coordinate System Identification", "EquipmentCoordinateSystemIdentification", "1", false}, - StudyStatusID: Info{StudyStatusID, []string{"CS"}, "Study Status ID", "StudyStatusID", "1", true}, - StudyPriorityID: Info{StudyPriorityID, []string{"CS"}, "Study Priority ID", "StudyPriorityID", "1", true}, - StudyIDIssuer: Info{StudyIDIssuer, []string{"LO"}, "Study ID Issuer", "StudyIDIssuer", "1", true}, - StudyVerifiedDate: Info{StudyVerifiedDate, []string{"DA"}, "Study Verified Date", "StudyVerifiedDate", "1", true}, - StudyVerifiedTime: Info{StudyVerifiedTime, []string{"TM"}, "Study Verified Time", "StudyVerifiedTime", "1", true}, - StudyReadDate: Info{StudyReadDate, []string{"DA"}, "Study Read Date", "StudyReadDate", "1", true}, - StudyReadTime: Info{StudyReadTime, []string{"TM"}, "Study Read Time", "StudyReadTime", "1", true}, - ScheduledStudyStartDate: Info{ScheduledStudyStartDate, []string{"DA"}, "Scheduled Study Start Date", "ScheduledStudyStartDate", "1", true}, - ScheduledStudyStartTime: Info{ScheduledStudyStartTime, []string{"TM"}, "Scheduled Study Start Time", "ScheduledStudyStartTime", "1", true}, - ScheduledStudyStopDate: Info{ScheduledStudyStopDate, []string{"DA"}, "Scheduled Study Stop Date", "ScheduledStudyStopDate", "1", true}, - ScheduledStudyStopTime: Info{ScheduledStudyStopTime, []string{"TM"}, "Scheduled Study Stop Time", "ScheduledStudyStopTime", "1", true}, - ScheduledStudyLocation: Info{ScheduledStudyLocation, []string{"LO"}, "Scheduled Study Location", "ScheduledStudyLocation", "1", true}, - ScheduledStudyLocationAETitle: Info{ScheduledStudyLocationAETitle, []string{"AE"}, "Scheduled Study Location AE Title", "ScheduledStudyLocationAETitle", "1-n", true}, - ReasonForStudy: Info{ReasonForStudy, []string{"LO"}, "Reason for Study", "ReasonForStudy", "1", true}, - RequestingPhysicianIdentificationSequence: Info{RequestingPhysicianIdentificationSequence, []string{"SQ"}, "Requesting Physician Identification Sequence", "RequestingPhysicianIdentificationSequence", "1", false}, - RequestingPhysician: Info{RequestingPhysician, []string{"PN"}, "Requesting Physician", "RequestingPhysician", "1", false}, - RequestingService: Info{RequestingService, []string{"LO"}, "Requesting Service", "RequestingService", "1", false}, - RequestingServiceCodeSequence: Info{RequestingServiceCodeSequence, []string{"SQ"}, "Requesting Service Code Sequence", "RequestingServiceCodeSequence", "1", false}, - StudyArrivalDate: Info{StudyArrivalDate, []string{"DA"}, "Study Arrival Date", "StudyArrivalDate", "1", true}, - StudyArrivalTime: Info{StudyArrivalTime, []string{"TM"}, "Study Arrival Time", "StudyArrivalTime", "1", true}, - StudyCompletionDate: Info{StudyCompletionDate, []string{"DA"}, "Study Completion Date", "StudyCompletionDate", "1", true}, - StudyCompletionTime: Info{StudyCompletionTime, []string{"TM"}, "Study Completion Time", "StudyCompletionTime", "1", true}, - StudyComponentStatusID: Info{StudyComponentStatusID, []string{"CS"}, "Study Component Status ID", "StudyComponentStatusID", "1", true}, - RequestedProcedureDescription: Info{RequestedProcedureDescription, []string{"LO"}, "Requested Procedure Description", "RequestedProcedureDescription", "1", false}, - RequestedProcedureCodeSequence: Info{RequestedProcedureCodeSequence, []string{"SQ"}, "Requested Procedure Code Sequence", "RequestedProcedureCodeSequence", "1", false}, - RequestedLateralityCodeSequence: Info{RequestedLateralityCodeSequence, []string{"SQ"}, "Requested Laterality Code Sequence", "RequestedLateralityCodeSequence", "1", false}, - ReasonForVisit: Info{ReasonForVisit, []string{"UT"}, "Reason for Visit", "ReasonForVisit", "1", false}, - ReasonForVisitCodeSequence: Info{ReasonForVisitCodeSequence, []string{"SQ"}, "Reason for Visit Code Sequence", "ReasonForVisitCodeSequence", "1", false}, - RequestedContrastAgent: Info{RequestedContrastAgent, []string{"LO"}, "Requested Contrast Agent", "RequestedContrastAgent", "1", false}, - StudyComments: Info{StudyComments, []string{"LT"}, "Study Comments", "StudyComments", "1", true}, - FlowIdentifierSequence: Info{FlowIdentifierSequence, []string{"SQ"}, "Flow Identifier Sequence", "FlowIdentifierSequence", "1", false}, - FlowIdentifier: Info{FlowIdentifier, []string{"OB"}, "Flow Identifier", "FlowIdentifier", "1", false}, - FlowTransferSyntaxUID: Info{FlowTransferSyntaxUID, []string{"UI"}, "Flow Transfer Syntax UID", "FlowTransferSyntaxUID", "1", false}, - FlowRTPSamplingRate: Info{FlowRTPSamplingRate, []string{"UL"}, "Flow RTP Sampling Rate", "FlowRTPSamplingRate", "1", false}, - SourceIdentifier: Info{SourceIdentifier, []string{"OB"}, "Source Identifier", "SourceIdentifier", "1", false}, - FrameOriginTimestamp: Info{FrameOriginTimestamp, []string{"OB"}, "Frame Origin Timestamp", "FrameOriginTimestamp", "1", false}, - IncludesImagingSubject: Info{IncludesImagingSubject, []string{"CS"}, "Includes Imaging Subject", "IncludesImagingSubject", "1", false}, - FrameUsefulnessGroupSequence: Info{FrameUsefulnessGroupSequence, []string{"SQ"}, "Frame Usefulness Group Sequence", "FrameUsefulnessGroupSequence", "1", false}, - RealTimeBulkDataFlowSequence: Info{RealTimeBulkDataFlowSequence, []string{"SQ"}, "Real-Time Bulk Data Flow Sequence", "RealTimeBulkDataFlowSequence", "1", false}, - CameraPositionGroupSequence: Info{CameraPositionGroupSequence, []string{"SQ"}, "Camera Position Group Sequence", "CameraPositionGroupSequence", "1", false}, - IncludesInformation: Info{IncludesInformation, []string{"CS"}, "Includes Information", "IncludesInformation", "1", false}, - TimeOfFrameGroupSequence: Info{TimeOfFrameGroupSequence, []string{"SQ"}, "Time of Frame Group Sequence", "TimeOfFrameGroupSequence", "1", false}, - ReferencedPatientAliasSequence: Info{ReferencedPatientAliasSequence, []string{"SQ"}, "Referenced Patient Alias Sequence", "ReferencedPatientAliasSequence", "1", true}, - VisitStatusID: Info{VisitStatusID, []string{"CS"}, "Visit Status ID", "VisitStatusID", "1", false}, - AdmissionID: Info{AdmissionID, []string{"LO"}, "Admission ID", "AdmissionID", "1", false}, - IssuerOfAdmissionID: Info{IssuerOfAdmissionID, []string{"LO"}, "Issuer of Admission ID", "IssuerOfAdmissionID", "1", true}, - IssuerOfAdmissionIDSequence: Info{IssuerOfAdmissionIDSequence, []string{"SQ"}, "Issuer of Admission ID Sequence", "IssuerOfAdmissionIDSequence", "1", false}, - RouteOfAdmissions: Info{RouteOfAdmissions, []string{"LO"}, "Route of Admissions", "RouteOfAdmissions", "1", false}, - ScheduledAdmissionDate: Info{ScheduledAdmissionDate, []string{"DA"}, "Scheduled Admission Date", "ScheduledAdmissionDate", "1", true}, - ScheduledAdmissionTime: Info{ScheduledAdmissionTime, []string{"TM"}, "Scheduled Admission Time", "ScheduledAdmissionTime", "1", true}, - ScheduledDischargeDate: Info{ScheduledDischargeDate, []string{"DA"}, "Scheduled Discharge Date", "ScheduledDischargeDate", "1", true}, - ScheduledDischargeTime: Info{ScheduledDischargeTime, []string{"TM"}, "Scheduled Discharge Time", "ScheduledDischargeTime", "1", true}, - ScheduledPatientInstitutionResidence: Info{ScheduledPatientInstitutionResidence, []string{"LO"}, "Scheduled Patient Institution Residence", "ScheduledPatientInstitutionResidence", "1", true}, - AdmittingDate: Info{AdmittingDate, []string{"DA"}, "Admitting Date", "AdmittingDate", "1", false}, - AdmittingTime: Info{AdmittingTime, []string{"TM"}, "Admitting Time", "AdmittingTime", "1", false}, - DischargeDate: Info{DischargeDate, []string{"DA"}, "Discharge Date", "DischargeDate", "1", true}, - DischargeTime: Info{DischargeTime, []string{"TM"}, "Discharge Time", "DischargeTime", "1", true}, - DischargeDiagnosisDescription: Info{DischargeDiagnosisDescription, []string{"LO"}, "Discharge Diagnosis Description", "DischargeDiagnosisDescription", "1", true}, - DischargeDiagnosisCodeSequence: Info{DischargeDiagnosisCodeSequence, []string{"SQ"}, "Discharge Diagnosis Code Sequence", "DischargeDiagnosisCodeSequence", "1", true}, - SpecialNeeds: Info{SpecialNeeds, []string{"LO"}, "Special Needs", "SpecialNeeds", "1", false}, - ServiceEpisodeID: Info{ServiceEpisodeID, []string{"LO"}, "Service Episode ID", "ServiceEpisodeID", "1", false}, - IssuerOfServiceEpisodeID: Info{IssuerOfServiceEpisodeID, []string{"LO"}, "Issuer of Service Episode ID", "IssuerOfServiceEpisodeID", "1", true}, - ServiceEpisodeDescription: Info{ServiceEpisodeDescription, []string{"LO"}, "Service Episode Description", "ServiceEpisodeDescription", "1", false}, - IssuerOfServiceEpisodeIDSequence: Info{IssuerOfServiceEpisodeIDSequence, []string{"SQ"}, "Issuer of Service Episode ID Sequence", "IssuerOfServiceEpisodeIDSequence", "1", false}, - PertinentDocumentsSequence: Info{PertinentDocumentsSequence, []string{"SQ"}, "Pertinent Documents Sequence", "PertinentDocumentsSequence", "1", false}, - PertinentResourcesSequence: Info{PertinentResourcesSequence, []string{"SQ"}, "Pertinent Resources Sequence", "PertinentResourcesSequence", "1", false}, - ResourceDescription: Info{ResourceDescription, []string{"LO"}, "Resource Description", "ResourceDescription", "1", false}, - CurrentPatientLocation: Info{CurrentPatientLocation, []string{"LO"}, "Current Patient Location", "CurrentPatientLocation", "1", false}, - PatientInstitutionResidence: Info{PatientInstitutionResidence, []string{"LO"}, "Patient's Institution Residence", "PatientInstitutionResidence", "1", false}, - PatientState: Info{PatientState, []string{"LO"}, "Patient State", "PatientState", "1", false}, - PatientClinicalTrialParticipationSequence: Info{PatientClinicalTrialParticipationSequence, []string{"SQ"}, "Patient Clinical Trial Participation Sequence", "PatientClinicalTrialParticipationSequence", "1", false}, - VisitComments: Info{VisitComments, []string{"LT"}, "Visit Comments", "VisitComments", "1", false}, - WaveformOriginality: Info{WaveformOriginality, []string{"CS"}, "Waveform Originality", "WaveformOriginality", "1", false}, - NumberOfWaveformChannels: Info{NumberOfWaveformChannels, []string{"US"}, "Number of Waveform Channels", "NumberOfWaveformChannels", "1", false}, - NumberOfWaveformSamples: Info{NumberOfWaveformSamples, []string{"UL"}, "Number of Waveform Samples", "NumberOfWaveformSamples", "1", false}, - SamplingFrequency: Info{SamplingFrequency, []string{"DS"}, "Sampling Frequency", "SamplingFrequency", "1", false}, - MultiplexGroupLabel: Info{MultiplexGroupLabel, []string{"SH"}, "Multiplex Group Label", "MultiplexGroupLabel", "1", false}, - ChannelDefinitionSequence: Info{ChannelDefinitionSequence, []string{"SQ"}, "Channel Definition Sequence", "ChannelDefinitionSequence", "1", false}, - WaveformChannelNumber: Info{WaveformChannelNumber, []string{"IS"}, "Waveform Channel Number", "WaveformChannelNumber", "1", false}, - ChannelLabel: Info{ChannelLabel, []string{"SH"}, "Channel Label", "ChannelLabel", "1", false}, - ChannelStatus: Info{ChannelStatus, []string{"CS"}, "Channel Status", "ChannelStatus", "1-n", false}, - ChannelSourceSequence: Info{ChannelSourceSequence, []string{"SQ"}, "Channel Source Sequence", "ChannelSourceSequence", "1", false}, - ChannelSourceModifiersSequence: Info{ChannelSourceModifiersSequence, []string{"SQ"}, "Channel Source Modifiers Sequence", "ChannelSourceModifiersSequence", "1", false}, - SourceWaveformSequence: Info{SourceWaveformSequence, []string{"SQ"}, "Source Waveform Sequence", "SourceWaveformSequence", "1", false}, - ChannelDerivationDescription: Info{ChannelDerivationDescription, []string{"LO"}, "Channel Derivation Description", "ChannelDerivationDescription", "1", false}, - ChannelSensitivity: Info{ChannelSensitivity, []string{"DS"}, "Channel Sensitivity", "ChannelSensitivity", "1", false}, - ChannelSensitivityUnitsSequence: Info{ChannelSensitivityUnitsSequence, []string{"SQ"}, "Channel Sensitivity Units Sequence", "ChannelSensitivityUnitsSequence", "1", false}, - ChannelSensitivityCorrectionFactor: Info{ChannelSensitivityCorrectionFactor, []string{"DS"}, "Channel Sensitivity Correction Factor", "ChannelSensitivityCorrectionFactor", "1", false}, - ChannelBaseline: Info{ChannelBaseline, []string{"DS"}, "Channel Baseline", "ChannelBaseline", "1", false}, - ChannelTimeSkew: Info{ChannelTimeSkew, []string{"DS"}, "Channel Time Skew", "ChannelTimeSkew", "1", false}, - ChannelSampleSkew: Info{ChannelSampleSkew, []string{"DS"}, "Channel Sample Skew", "ChannelSampleSkew", "1", false}, - ChannelOffset: Info{ChannelOffset, []string{"DS"}, "Channel Offset", "ChannelOffset", "1", false}, - WaveformBitsStored: Info{WaveformBitsStored, []string{"US"}, "Waveform Bits Stored", "WaveformBitsStored", "1", false}, - FilterLowFrequency: Info{FilterLowFrequency, []string{"DS"}, "Filter Low Frequency", "FilterLowFrequency", "1", false}, - FilterHighFrequency: Info{FilterHighFrequency, []string{"DS"}, "Filter High Frequency", "FilterHighFrequency", "1", false}, - NotchFilterFrequency: Info{NotchFilterFrequency, []string{"DS"}, "Notch Filter Frequency", "NotchFilterFrequency", "1", false}, - NotchFilterBandwidth: Info{NotchFilterBandwidth, []string{"DS"}, "Notch Filter Bandwidth", "NotchFilterBandwidth", "1", false}, - WaveformDataDisplayScale: Info{WaveformDataDisplayScale, []string{"FL"}, "Waveform Data Display Scale", "WaveformDataDisplayScale", "1", false}, - WaveformDisplayBackgroundCIELabValue: Info{WaveformDisplayBackgroundCIELabValue, []string{"US"}, "Waveform Display Background CIELab Value", "WaveformDisplayBackgroundCIELabValue", "3", false}, - WaveformPresentationGroupSequence: Info{WaveformPresentationGroupSequence, []string{"SQ"}, "Waveform Presentation Group Sequence", "WaveformPresentationGroupSequence", "1", false}, - PresentationGroupNumber: Info{PresentationGroupNumber, []string{"US"}, "Presentation Group Number", "PresentationGroupNumber", "1", false}, - ChannelDisplaySequence: Info{ChannelDisplaySequence, []string{"SQ"}, "Channel Display Sequence", "ChannelDisplaySequence", "1", false}, - ChannelRecommendedDisplayCIELabValue: Info{ChannelRecommendedDisplayCIELabValue, []string{"US"}, "Channel Recommended Display CIELab Value", "ChannelRecommendedDisplayCIELabValue", "3", false}, - ChannelPosition: Info{ChannelPosition, []string{"FL"}, "Channel Position", "ChannelPosition", "1", false}, - DisplayShadingFlag: Info{DisplayShadingFlag, []string{"CS"}, "Display Shading Flag", "DisplayShadingFlag", "1", false}, - FractionalChannelDisplayScale: Info{FractionalChannelDisplayScale, []string{"FL"}, "Fractional Channel Display Scale", "FractionalChannelDisplayScale", "1", false}, - AbsoluteChannelDisplayScale: Info{AbsoluteChannelDisplayScale, []string{"FL"}, "Absolute Channel Display Scale", "AbsoluteChannelDisplayScale", "1", false}, - MultiplexedAudioChannelsDescriptionCodeSequence: Info{MultiplexedAudioChannelsDescriptionCodeSequence, []string{"SQ"}, "Multiplexed Audio Channels Description Code Sequence", "MultiplexedAudioChannelsDescriptionCodeSequence", "1", false}, - ChannelIdentificationCode: Info{ChannelIdentificationCode, []string{"IS"}, "Channel Identification Code", "ChannelIdentificationCode", "1", false}, - ChannelMode: Info{ChannelMode, []string{"CS"}, "Channel Mode", "ChannelMode", "1", false}, - MultiplexGroupUID: Info{MultiplexGroupUID, []string{"UI"}, "Multiplex Group UID", "MultiplexGroupUID", "1", false}, - PowerlineFrequency: Info{PowerlineFrequency, []string{"DS"}, "Powerline Frequency", "PowerlineFrequency", "1", false}, - ChannelImpedanceSequence: Info{ChannelImpedanceSequence, []string{"SQ"}, "Channel Impedance Sequence", "ChannelImpedanceSequence", "1", false}, - ImpedanceValue: Info{ImpedanceValue, []string{"DS"}, "Impedance Value", "ImpedanceValue", "1", false}, - ImpedanceMeasurementDateTime: Info{ImpedanceMeasurementDateTime, []string{"DT"}, "Impedance Measurement DateTime", "ImpedanceMeasurementDateTime", "1", false}, - ImpedanceMeasurementFrequency: Info{ImpedanceMeasurementFrequency, []string{"DS"}, "Impedance Measurement Frequency", "ImpedanceMeasurementFrequency", "1", false}, - ImpedanceMeasurementCurrentType: Info{ImpedanceMeasurementCurrentType, []string{"CS"}, "Impedance Measurement Current Type", "ImpedanceMeasurementCurrentType", "1", false}, - WaveformAmplifierType: Info{WaveformAmplifierType, []string{"CS"}, "Waveform Amplifier Type", "WaveformAmplifierType", "1", false}, - FilterLowFrequencyCharacteristicsSequence: Info{FilterLowFrequencyCharacteristicsSequence, []string{"SQ"}, "Filter Low Frequency Characteristics Sequence", "FilterLowFrequencyCharacteristicsSequence", "1", false}, - FilterHighFrequencyCharacteristicsSequence: Info{FilterHighFrequencyCharacteristicsSequence, []string{"SQ"}, "Filter High Frequency Characteristics Sequence", "FilterHighFrequencyCharacteristicsSequence", "1", false}, - SummarizedFilterLookupTable: Info{SummarizedFilterLookupTable, []string{"SQ"}, "Summarized Filter Lookup Table Sequence", "SummarizedFilterLookupTable", "1", false}, - NotchFilterCharacteristicsSequence: Info{NotchFilterCharacteristicsSequence, []string{"SQ"}, "Notch Filter Characteristics Sequence", "NotchFilterCharacteristicsSequence", "1", false}, - WaveformFilterType: Info{WaveformFilterType, []string{"CS"}, "Waveform Filter Type", "WaveformFilterType", "1", false}, - AnalogFilterCharacteristicsSequence: Info{AnalogFilterCharacteristicsSequence, []string{"SQ"}, "Analog Filter Characteristics Sequence", "AnalogFilterCharacteristicsSequence", "1", false}, - AnalogFilterRollOff: Info{AnalogFilterRollOff, []string{"DS"}, "Analog Filter Roll Off", "AnalogFilterRollOff", "1", false}, - AnalogFilterType: Info{AnalogFilterType, []string{"SQ"}, "Analog Filter Type Code Sequence", "AnalogFilterType", "1", false}, - DigitalFilterCharacteristicsSequence: Info{DigitalFilterCharacteristicsSequence, []string{"SQ"}, "Digital Filter Characteristics Sequence", "DigitalFilterCharacteristicsSequence", "1", false}, - DigitalFilterOrder: Info{DigitalFilterOrder, []string{"IS"}, "Digital Filter Order", "DigitalFilterOrder", "1", false}, - DigitalFilterTypeCodeSequence: Info{DigitalFilterTypeCodeSequence, []string{"SQ"}, "Digital Filter Type Code Sequence", "DigitalFilterTypeCodeSequence", "1", false}, - WaveformFilterDescription: Info{WaveformFilterDescription, []string{"ST"}, "Waveform Filter Description", "WaveformFilterDescription", "1", false}, - FilterLookupTableSequence: Info{FilterLookupTableSequence, []string{"SQ"}, "Filter Lookup Table Sequence", "FilterLookupTableSequence", "1", false}, - FilterLookupTableDescription: Info{FilterLookupTableDescription, []string{"ST"}, "Filter Lookup Table Description", "FilterLookupTableDescription", "1", false}, - FrequencyEncodingCodeSequence: Info{FrequencyEncodingCodeSequence, []string{"SQ"}, "Frequency Encoding Code Sequence", "FrequencyEncodingCodeSequence", "1", false}, - MagnitudeEncodingCodeSequence: Info{MagnitudeEncodingCodeSequence, []string{"SQ"}, "Magnitude Encoding Code Sequence", "MagnitudeEncodingCodeSequence", "1", false}, - FilterLookupTableData: Info{FilterLookupTableData, []string{"OD"}, "Filter Lookup Table Data", "FilterLookupTableData", "1", false}, - ScheduledStationAETitle: Info{ScheduledStationAETitle, []string{"AE"}, "Scheduled Station AE Title", "ScheduledStationAETitle", "1-n", false}, - ScheduledProcedureStepStartDate: Info{ScheduledProcedureStepStartDate, []string{"DA"}, "Scheduled Procedure Step Start Date", "ScheduledProcedureStepStartDate", "1", false}, - ScheduledProcedureStepStartTime: Info{ScheduledProcedureStepStartTime, []string{"TM"}, "Scheduled Procedure Step Start Time", "ScheduledProcedureStepStartTime", "1", false}, - ScheduledProcedureStepEndDate: Info{ScheduledProcedureStepEndDate, []string{"DA"}, "Scheduled Procedure Step End Date", "ScheduledProcedureStepEndDate", "1", false}, - ScheduledProcedureStepEndTime: Info{ScheduledProcedureStepEndTime, []string{"TM"}, "Scheduled Procedure Step End Time", "ScheduledProcedureStepEndTime", "1", false}, - ScheduledPerformingPhysicianName: Info{ScheduledPerformingPhysicianName, []string{"PN"}, "Scheduled Performing Physician's Name", "ScheduledPerformingPhysicianName", "1", false}, - ScheduledProcedureStepDescription: Info{ScheduledProcedureStepDescription, []string{"LO"}, "Scheduled Procedure Step Description", "ScheduledProcedureStepDescription", "1", false}, - ScheduledProtocolCodeSequence: Info{ScheduledProtocolCodeSequence, []string{"SQ"}, "Scheduled Protocol Code Sequence", "ScheduledProtocolCodeSequence", "1", false}, - ScheduledProcedureStepID: Info{ScheduledProcedureStepID, []string{"SH"}, "Scheduled Procedure Step ID", "ScheduledProcedureStepID", "1", false}, - StageCodeSequence: Info{StageCodeSequence, []string{"SQ"}, "Stage Code Sequence", "StageCodeSequence", "1", false}, - ScheduledPerformingPhysicianIdentificationSequence: Info{ScheduledPerformingPhysicianIdentificationSequence, []string{"SQ"}, "Scheduled Performing Physician Identification Sequence", "ScheduledPerformingPhysicianIdentificationSequence", "1", false}, - ScheduledStationName: Info{ScheduledStationName, []string{"SH"}, "Scheduled Station Name", "ScheduledStationName", "1-n", false}, - ScheduledProcedureStepLocation: Info{ScheduledProcedureStepLocation, []string{"SH"}, "Scheduled Procedure Step Location", "ScheduledProcedureStepLocation", "1", false}, - PreMedication: Info{PreMedication, []string{"LO"}, "Pre-Medication", "PreMedication", "1", false}, - ScheduledProcedureStepStatus: Info{ScheduledProcedureStepStatus, []string{"CS"}, "Scheduled Procedure Step Status", "ScheduledProcedureStepStatus", "1", false}, - OrderPlacerIdentifierSequence: Info{OrderPlacerIdentifierSequence, []string{"SQ"}, "Order Placer Identifier Sequence", "OrderPlacerIdentifierSequence", "1", false}, - OrderFillerIdentifierSequence: Info{OrderFillerIdentifierSequence, []string{"SQ"}, "Order Filler Identifier Sequence", "OrderFillerIdentifierSequence", "1", false}, - LocalNamespaceEntityID: Info{LocalNamespaceEntityID, []string{"UT"}, "Local Namespace Entity ID", "LocalNamespaceEntityID", "1", false}, - UniversalEntityID: Info{UniversalEntityID, []string{"UT"}, "Universal Entity ID", "UniversalEntityID", "1", false}, - UniversalEntityIDType: Info{UniversalEntityIDType, []string{"CS"}, "Universal Entity ID Type", "UniversalEntityIDType", "1", false}, - IdentifierTypeCode: Info{IdentifierTypeCode, []string{"CS"}, "Identifier Type Code", "IdentifierTypeCode", "1", false}, - AssigningFacilitySequence: Info{AssigningFacilitySequence, []string{"SQ"}, "Assigning Facility Sequence", "AssigningFacilitySequence", "1", false}, - AssigningJurisdictionCodeSequence: Info{AssigningJurisdictionCodeSequence, []string{"SQ"}, "Assigning Jurisdiction Code Sequence", "AssigningJurisdictionCodeSequence", "1", false}, - AssigningAgencyOrDepartmentCodeSequence: Info{AssigningAgencyOrDepartmentCodeSequence, []string{"SQ"}, "Assigning Agency or Department Code Sequence", "AssigningAgencyOrDepartmentCodeSequence", "1", false}, - ScheduledProcedureStepSequence: Info{ScheduledProcedureStepSequence, []string{"SQ"}, "Scheduled Procedure Step Sequence", "ScheduledProcedureStepSequence", "1", false}, - ReferencedNonImageCompositeSOPInstanceSequence: Info{ReferencedNonImageCompositeSOPInstanceSequence, []string{"SQ"}, "Referenced Non-Image Composite SOP Instance Sequence", "ReferencedNonImageCompositeSOPInstanceSequence", "1", false}, - PerformedStationAETitle: Info{PerformedStationAETitle, []string{"AE"}, "Performed Station AE Title", "PerformedStationAETitle", "1", false}, - PerformedStationName: Info{PerformedStationName, []string{"SH"}, "Performed Station Name", "PerformedStationName", "1", false}, - PerformedLocation: Info{PerformedLocation, []string{"SH"}, "Performed Location", "PerformedLocation", "1", false}, - PerformedProcedureStepStartDate: Info{PerformedProcedureStepStartDate, []string{"DA"}, "Performed Procedure Step Start Date", "PerformedProcedureStepStartDate", "1", false}, - PerformedProcedureStepStartTime: Info{PerformedProcedureStepStartTime, []string{"TM"}, "Performed Procedure Step Start Time", "PerformedProcedureStepStartTime", "1", false}, - PerformedProcedureStepEndDate: Info{PerformedProcedureStepEndDate, []string{"DA"}, "Performed Procedure Step End Date", "PerformedProcedureStepEndDate", "1", false}, - PerformedProcedureStepEndTime: Info{PerformedProcedureStepEndTime, []string{"TM"}, "Performed Procedure Step End Time", "PerformedProcedureStepEndTime", "1", false}, - PerformedProcedureStepStatus: Info{PerformedProcedureStepStatus, []string{"CS"}, "Performed Procedure Step Status", "PerformedProcedureStepStatus", "1", false}, - PerformedProcedureStepID: Info{PerformedProcedureStepID, []string{"SH"}, "Performed Procedure Step ID", "PerformedProcedureStepID", "1", false}, - PerformedProcedureStepDescription: Info{PerformedProcedureStepDescription, []string{"LO"}, "Performed Procedure Step Description", "PerformedProcedureStepDescription", "1", false}, - PerformedProcedureTypeDescription: Info{PerformedProcedureTypeDescription, []string{"LO"}, "Performed Procedure Type Description", "PerformedProcedureTypeDescription", "1", false}, - PerformedProtocolCodeSequence: Info{PerformedProtocolCodeSequence, []string{"SQ"}, "Performed Protocol Code Sequence", "PerformedProtocolCodeSequence", "1", false}, - PerformedProtocolType: Info{PerformedProtocolType, []string{"CS"}, "Performed Protocol Type", "PerformedProtocolType", "1", false}, - ScheduledStepAttributesSequence: Info{ScheduledStepAttributesSequence, []string{"SQ"}, "Scheduled Step Attributes Sequence", "ScheduledStepAttributesSequence", "1", false}, - RequestAttributesSequence: Info{RequestAttributesSequence, []string{"SQ"}, "Request Attributes Sequence", "RequestAttributesSequence", "1", false}, - CommentsOnThePerformedProcedureStep: Info{CommentsOnThePerformedProcedureStep, []string{"ST"}, "Comments on the Performed Procedure Step", "CommentsOnThePerformedProcedureStep", "1", false}, - PerformedProcedureStepDiscontinuationReasonCodeSequence: Info{PerformedProcedureStepDiscontinuationReasonCodeSequence, []string{"SQ"}, "Performed Procedure Step Discontinuation Reason Code Sequence", "PerformedProcedureStepDiscontinuationReasonCodeSequence", "1", false}, - QuantitySequence: Info{QuantitySequence, []string{"SQ"}, "Quantity Sequence", "QuantitySequence", "1", false}, - Quantity: Info{Quantity, []string{"DS"}, "Quantity", "Quantity", "1", false}, - MeasuringUnitsSequence: Info{MeasuringUnitsSequence, []string{"SQ"}, "Measuring Units Sequence", "MeasuringUnitsSequence", "1", false}, - BillingItemSequence: Info{BillingItemSequence, []string{"SQ"}, "Billing Item Sequence", "BillingItemSequence", "1", false}, - TotalTimeOfFluoroscopy: Info{TotalTimeOfFluoroscopy, []string{"US"}, "Total Time of Fluoroscopy", "TotalTimeOfFluoroscopy", "1", true}, - TotalNumberOfExposures: Info{TotalNumberOfExposures, []string{"US"}, "Total Number of Exposures", "TotalNumberOfExposures", "1", true}, - EntranceDose: Info{EntranceDose, []string{"US"}, "Entrance Dose", "EntranceDose", "1", false}, - ExposedArea: Info{ExposedArea, []string{"US"}, "Exposed Area", "ExposedArea", "1-2", false}, - DistanceSourceToEntrance: Info{DistanceSourceToEntrance, []string{"DS"}, "Distance Source to Entrance", "DistanceSourceToEntrance", "1", false}, - DistanceSourceToSupport: Info{DistanceSourceToSupport, []string{"DS"}, "Distance Source to Support", "DistanceSourceToSupport", "1", true}, - ExposureDoseSequence: Info{ExposureDoseSequence, []string{"SQ"}, "Exposure Dose Sequence", "ExposureDoseSequence", "1", true}, - CommentsOnRadiationDose: Info{CommentsOnRadiationDose, []string{"ST"}, "Comments on Radiation Dose", "CommentsOnRadiationDose", "1", false}, - XRayOutput: Info{XRayOutput, []string{"DS"}, "X-Ray Output", "XRayOutput", "1", false}, - HalfValueLayer: Info{HalfValueLayer, []string{"DS"}, "Half Value Layer", "HalfValueLayer", "1", false}, - OrganDose: Info{OrganDose, []string{"DS"}, "Organ Dose", "OrganDose", "1", false}, - OrganExposed: Info{OrganExposed, []string{"CS"}, "Organ Exposed", "OrganExposed", "1", false}, - BillingProcedureStepSequence: Info{BillingProcedureStepSequence, []string{"SQ"}, "Billing Procedure Step Sequence", "BillingProcedureStepSequence", "1", false}, - FilmConsumptionSequence: Info{FilmConsumptionSequence, []string{"SQ"}, "Film Consumption Sequence", "FilmConsumptionSequence", "1", false}, - BillingSuppliesAndDevicesSequence: Info{BillingSuppliesAndDevicesSequence, []string{"SQ"}, "Billing Supplies and Devices Sequence", "BillingSuppliesAndDevicesSequence", "1", false}, - ReferencedProcedureStepSequence: Info{ReferencedProcedureStepSequence, []string{"SQ"}, "Referenced Procedure Step Sequence", "ReferencedProcedureStepSequence", "1", true}, - PerformedSeriesSequence: Info{PerformedSeriesSequence, []string{"SQ"}, "Performed Series Sequence", "PerformedSeriesSequence", "1", false}, - CommentsOnTheScheduledProcedureStep: Info{CommentsOnTheScheduledProcedureStep, []string{"LT"}, "Comments on the Scheduled Procedure Step", "CommentsOnTheScheduledProcedureStep", "1", false}, - ProtocolContextSequence: Info{ProtocolContextSequence, []string{"SQ"}, "Protocol Context Sequence", "ProtocolContextSequence", "1", false}, - ContentItemModifierSequence: Info{ContentItemModifierSequence, []string{"SQ"}, "Content Item Modifier Sequence", "ContentItemModifierSequence", "1", false}, - ScheduledSpecimenSequence: Info{ScheduledSpecimenSequence, []string{"SQ"}, "Scheduled Specimen Sequence", "ScheduledSpecimenSequence", "1", false}, - SpecimenAccessionNumber: Info{SpecimenAccessionNumber, []string{"LO"}, "Specimen Accession Number", "SpecimenAccessionNumber", "1", true}, - ContainerIdentifier: Info{ContainerIdentifier, []string{"LO"}, "Container Identifier", "ContainerIdentifier", "1", false}, - IssuerOfTheContainerIdentifierSequence: Info{IssuerOfTheContainerIdentifierSequence, []string{"SQ"}, "Issuer of the Container Identifier Sequence", "IssuerOfTheContainerIdentifierSequence", "1", false}, - AlternateContainerIdentifierSequence: Info{AlternateContainerIdentifierSequence, []string{"SQ"}, "Alternate Container Identifier Sequence", "AlternateContainerIdentifierSequence", "1", false}, - ContainerTypeCodeSequence: Info{ContainerTypeCodeSequence, []string{"SQ"}, "Container Type Code Sequence", "ContainerTypeCodeSequence", "1", false}, - ContainerDescription: Info{ContainerDescription, []string{"LO"}, "Container Description", "ContainerDescription", "1", false}, - ContainerComponentSequence: Info{ContainerComponentSequence, []string{"SQ"}, "Container Component Sequence", "ContainerComponentSequence", "1", false}, - SpecimenSequence: Info{SpecimenSequence, []string{"SQ"}, "Specimen Sequence", "SpecimenSequence", "1", true}, - SpecimenIdentifier: Info{SpecimenIdentifier, []string{"LO"}, "Specimen Identifier", "SpecimenIdentifier", "1", false}, - SpecimenDescriptionSequenceTrial: Info{SpecimenDescriptionSequenceTrial, []string{"SQ"}, "Specimen Description Sequence (Trial)", "SpecimenDescriptionSequenceTrial", "1", true}, - SpecimenDescriptionTrial: Info{SpecimenDescriptionTrial, []string{"ST"}, "Specimen Description (Trial)", "SpecimenDescriptionTrial", "1", true}, - SpecimenUID: Info{SpecimenUID, []string{"UI"}, "Specimen UID", "SpecimenUID", "1", false}, - AcquisitionContextSequence: Info{AcquisitionContextSequence, []string{"SQ"}, "Acquisition Context Sequence", "AcquisitionContextSequence", "1", false}, - AcquisitionContextDescription: Info{AcquisitionContextDescription, []string{"ST"}, "Acquisition Context Description", "AcquisitionContextDescription", "1", false}, - SpecimenTypeCodeSequence: Info{SpecimenTypeCodeSequence, []string{"SQ"}, "Specimen Type Code Sequence", "SpecimenTypeCodeSequence", "1", false}, - SpecimenDescriptionSequence: Info{SpecimenDescriptionSequence, []string{"SQ"}, "Specimen Description Sequence", "SpecimenDescriptionSequence", "1", false}, - IssuerOfTheSpecimenIdentifierSequence: Info{IssuerOfTheSpecimenIdentifierSequence, []string{"SQ"}, "Issuer of the Specimen Identifier Sequence", "IssuerOfTheSpecimenIdentifierSequence", "1", false}, - SpecimenShortDescription: Info{SpecimenShortDescription, []string{"LO"}, "Specimen Short Description", "SpecimenShortDescription", "1", false}, - SpecimenDetailedDescription: Info{SpecimenDetailedDescription, []string{"UT"}, "Specimen Detailed Description", "SpecimenDetailedDescription", "1", false}, - SpecimenPreparationSequence: Info{SpecimenPreparationSequence, []string{"SQ"}, "Specimen Preparation Sequence", "SpecimenPreparationSequence", "1", false}, - SpecimenPreparationStepContentItemSequence: Info{SpecimenPreparationStepContentItemSequence, []string{"SQ"}, "Specimen Preparation Step Content Item Sequence", "SpecimenPreparationStepContentItemSequence", "1", false}, - SpecimenLocalizationContentItemSequence: Info{SpecimenLocalizationContentItemSequence, []string{"SQ"}, "Specimen Localization Content Item Sequence", "SpecimenLocalizationContentItemSequence", "1", false}, - SlideIdentifier: Info{SlideIdentifier, []string{"LO"}, "Slide Identifier", "SlideIdentifier", "1", true}, - WholeSlideMicroscopyImageFrameTypeSequence: Info{WholeSlideMicroscopyImageFrameTypeSequence, []string{"SQ"}, "Whole Slide Microscopy Image Frame Type Sequence", "WholeSlideMicroscopyImageFrameTypeSequence", "1", false}, - ImageCenterPointCoordinatesSequence: Info{ImageCenterPointCoordinatesSequence, []string{"SQ"}, "Image Center Point Coordinates Sequence", "ImageCenterPointCoordinatesSequence", "1", false}, - XOffsetInSlideCoordinateSystem: Info{XOffsetInSlideCoordinateSystem, []string{"DS"}, "X Offset in Slide Coordinate System", "XOffsetInSlideCoordinateSystem", "1", false}, - YOffsetInSlideCoordinateSystem: Info{YOffsetInSlideCoordinateSystem, []string{"DS"}, "Y Offset in Slide Coordinate System", "YOffsetInSlideCoordinateSystem", "1", false}, - ZOffsetInSlideCoordinateSystem: Info{ZOffsetInSlideCoordinateSystem, []string{"DS"}, "Z Offset in Slide Coordinate System", "ZOffsetInSlideCoordinateSystem", "1", false}, - PixelSpacingSequence: Info{PixelSpacingSequence, []string{"SQ"}, "Pixel Spacing Sequence", "PixelSpacingSequence", "1", true}, - CoordinateSystemAxisCodeSequence: Info{CoordinateSystemAxisCodeSequence, []string{"SQ"}, "Coordinate System Axis Code Sequence", "CoordinateSystemAxisCodeSequence", "1", true}, - MeasurementUnitsCodeSequence: Info{MeasurementUnitsCodeSequence, []string{"SQ"}, "Measurement Units Code Sequence", "MeasurementUnitsCodeSequence", "1", false}, - VitalStainCodeSequenceTrial: Info{VitalStainCodeSequenceTrial, []string{"SQ"}, "Vital Stain Code Sequence (Trial)", "VitalStainCodeSequenceTrial", "1", true}, - RequestedProcedureID: Info{RequestedProcedureID, []string{"SH"}, "Requested Procedure ID", "RequestedProcedureID", "1", false}, - ReasonForTheRequestedProcedure: Info{ReasonForTheRequestedProcedure, []string{"LO"}, "Reason for the Requested Procedure", "ReasonForTheRequestedProcedure", "1", false}, - RequestedProcedurePriority: Info{RequestedProcedurePriority, []string{"SH"}, "Requested Procedure Priority", "RequestedProcedurePriority", "1", false}, - PatientTransportArrangements: Info{PatientTransportArrangements, []string{"LO"}, "Patient Transport Arrangements", "PatientTransportArrangements", "1", false}, - RequestedProcedureLocation: Info{RequestedProcedureLocation, []string{"LO"}, "Requested Procedure Location", "RequestedProcedureLocation", "1", false}, - PlacerOrderNumberProcedure: Info{PlacerOrderNumberProcedure, []string{"SH"}, "Placer Order Number / Procedure", "PlacerOrderNumberProcedure", "1", true}, - FillerOrderNumberProcedure: Info{FillerOrderNumberProcedure, []string{"SH"}, "Filler Order Number / Procedure", "FillerOrderNumberProcedure", "1", true}, - ConfidentialityCode: Info{ConfidentialityCode, []string{"LO"}, "Confidentiality Code", "ConfidentialityCode", "1", false}, - ReportingPriority: Info{ReportingPriority, []string{"SH"}, "Reporting Priority", "ReportingPriority", "1", false}, - ReasonForRequestedProcedureCodeSequence: Info{ReasonForRequestedProcedureCodeSequence, []string{"SQ"}, "Reason for Requested Procedure Code Sequence", "ReasonForRequestedProcedureCodeSequence", "1", false}, - NamesOfIntendedRecipientsOfResults: Info{NamesOfIntendedRecipientsOfResults, []string{"PN"}, "Names of Intended Recipients of Results", "NamesOfIntendedRecipientsOfResults", "1-n", false}, - IntendedRecipientsOfResultsIdentificationSequence: Info{IntendedRecipientsOfResultsIdentificationSequence, []string{"SQ"}, "Intended Recipients of Results Identification Sequence", "IntendedRecipientsOfResultsIdentificationSequence", "1", false}, - ReasonForPerformedProcedureCodeSequence: Info{ReasonForPerformedProcedureCodeSequence, []string{"SQ"}, "Reason For Performed Procedure Code Sequence", "ReasonForPerformedProcedureCodeSequence", "1", false}, - RequestedProcedureDescriptionTrial: Info{RequestedProcedureDescriptionTrial, []string{"LO"}, "Requested Procedure Description (Trial)", "RequestedProcedureDescriptionTrial", "1", true}, - PersonIdentificationCodeSequence: Info{PersonIdentificationCodeSequence, []string{"SQ"}, "Person Identification Code Sequence", "PersonIdentificationCodeSequence", "1", false}, - PersonAddress: Info{PersonAddress, []string{"ST"}, "Person's Address", "PersonAddress", "1", false}, - PersonTelephoneNumbers: Info{PersonTelephoneNumbers, []string{"LO"}, "Person's Telephone Numbers", "PersonTelephoneNumbers", "1-n", false}, - PersonTelecomInformation: Info{PersonTelecomInformation, []string{"LT"}, "Person's Telecom Information", "PersonTelecomInformation", "1", false}, - RequestedProcedureComments: Info{RequestedProcedureComments, []string{"LT"}, "Requested Procedure Comments", "RequestedProcedureComments", "1", false}, - ReasonForTheImagingServiceRequest: Info{ReasonForTheImagingServiceRequest, []string{"LO"}, "Reason for the Imaging Service Request", "ReasonForTheImagingServiceRequest", "1", true}, - IssueDateOfImagingServiceRequest: Info{IssueDateOfImagingServiceRequest, []string{"DA"}, "Issue Date of Imaging Service Request", "IssueDateOfImagingServiceRequest", "1", false}, - IssueTimeOfImagingServiceRequest: Info{IssueTimeOfImagingServiceRequest, []string{"TM"}, "Issue Time of Imaging Service Request", "IssueTimeOfImagingServiceRequest", "1", false}, - PlacerOrderNumberImagingServiceRequestRetired: Info{PlacerOrderNumberImagingServiceRequestRetired, []string{"SH"}, "Placer Order Number / Imaging Service Request (Retired)", "PlacerOrderNumberImagingServiceRequestRetired", "1", true}, - FillerOrderNumberImagingServiceRequestRetired: Info{FillerOrderNumberImagingServiceRequestRetired, []string{"SH"}, "Filler Order Number / Imaging Service Request (Retired)", "FillerOrderNumberImagingServiceRequestRetired", "1", true}, - OrderEnteredBy: Info{OrderEnteredBy, []string{"PN"}, "Order Entered By", "OrderEnteredBy", "1", false}, - OrderEntererLocation: Info{OrderEntererLocation, []string{"SH"}, "Order Enterer's Location", "OrderEntererLocation", "1", false}, - OrderCallbackPhoneNumber: Info{OrderCallbackPhoneNumber, []string{"SH"}, "Order Callback Phone Number", "OrderCallbackPhoneNumber", "1", false}, - OrderCallbackTelecomInformation: Info{OrderCallbackTelecomInformation, []string{"LT"}, "Order Callback Telecom Information", "OrderCallbackTelecomInformation", "1", false}, - PlacerOrderNumberImagingServiceRequest: Info{PlacerOrderNumberImagingServiceRequest, []string{"LO"}, "Placer Order Number / Imaging Service Request", "PlacerOrderNumberImagingServiceRequest", "1", false}, - FillerOrderNumberImagingServiceRequest: Info{FillerOrderNumberImagingServiceRequest, []string{"LO"}, "Filler Order Number / Imaging Service Request", "FillerOrderNumberImagingServiceRequest", "1", false}, - ImagingServiceRequestComments: Info{ImagingServiceRequestComments, []string{"LT"}, "Imaging Service Request Comments", "ImagingServiceRequestComments", "1", false}, - ConfidentialityConstraintOnPatientDataDescription: Info{ConfidentialityConstraintOnPatientDataDescription, []string{"LO"}, "Confidentiality Constraint on Patient Data Description", "ConfidentialityConstraintOnPatientDataDescription", "1", false}, - GeneralPurposeScheduledProcedureStepStatus: Info{GeneralPurposeScheduledProcedureStepStatus, []string{"CS"}, "General Purpose Scheduled Procedure Step Status", "GeneralPurposeScheduledProcedureStepStatus", "1", true}, - GeneralPurposePerformedProcedureStepStatus: Info{GeneralPurposePerformedProcedureStepStatus, []string{"CS"}, "General Purpose Performed Procedure Step Status", "GeneralPurposePerformedProcedureStepStatus", "1", true}, - GeneralPurposeScheduledProcedureStepPriority: Info{GeneralPurposeScheduledProcedureStepPriority, []string{"CS"}, "General Purpose Scheduled Procedure Step Priority", "GeneralPurposeScheduledProcedureStepPriority", "1", true}, - ScheduledProcessingApplicationsCodeSequence: Info{ScheduledProcessingApplicationsCodeSequence, []string{"SQ"}, "Scheduled Processing Applications Code Sequence", "ScheduledProcessingApplicationsCodeSequence", "1", true}, - ScheduledProcedureStepStartDateTime: Info{ScheduledProcedureStepStartDateTime, []string{"DT"}, "Scheduled Procedure Step Start DateTime", "ScheduledProcedureStepStartDateTime", "1", false}, - MultipleCopiesFlag: Info{MultipleCopiesFlag, []string{"CS"}, "Multiple Copies Flag", "MultipleCopiesFlag", "1", true}, - PerformedProcessingApplicationsCodeSequence: Info{PerformedProcessingApplicationsCodeSequence, []string{"SQ"}, "Performed Processing Applications Code Sequence", "PerformedProcessingApplicationsCodeSequence", "1", true}, - ScheduledProcedureStepExpirationDateTime: Info{ScheduledProcedureStepExpirationDateTime, []string{"DT"}, "Scheduled Procedure Step Expiration DateTime", "ScheduledProcedureStepExpirationDateTime", "1", false}, - HumanPerformerCodeSequence: Info{HumanPerformerCodeSequence, []string{"SQ"}, "Human Performer Code Sequence", "HumanPerformerCodeSequence", "1", false}, - ScheduledProcedureStepModificationDateTime: Info{ScheduledProcedureStepModificationDateTime, []string{"DT"}, "Scheduled Procedure Step Modification DateTime", "ScheduledProcedureStepModificationDateTime", "1", false}, - ExpectedCompletionDateTime: Info{ExpectedCompletionDateTime, []string{"DT"}, "Expected Completion DateTime", "ExpectedCompletionDateTime", "1", false}, - ResultingGeneralPurposePerformedProcedureStepsSequence: Info{ResultingGeneralPurposePerformedProcedureStepsSequence, []string{"SQ"}, "Resulting General Purpose Performed Procedure Steps Sequence", "ResultingGeneralPurposePerformedProcedureStepsSequence", "1", true}, - ReferencedGeneralPurposeScheduledProcedureStepSequence: Info{ReferencedGeneralPurposeScheduledProcedureStepSequence, []string{"SQ"}, "Referenced General Purpose Scheduled Procedure Step Sequence", "ReferencedGeneralPurposeScheduledProcedureStepSequence", "1", true}, - ScheduledWorkitemCodeSequence: Info{ScheduledWorkitemCodeSequence, []string{"SQ"}, "Scheduled Workitem Code Sequence", "ScheduledWorkitemCodeSequence", "1", false}, - PerformedWorkitemCodeSequence: Info{PerformedWorkitemCodeSequence, []string{"SQ"}, "Performed Workitem Code Sequence", "PerformedWorkitemCodeSequence", "1", false}, - InputAvailabilityFlag: Info{InputAvailabilityFlag, []string{"CS"}, "Input Availability Flag", "InputAvailabilityFlag", "1", true}, - InputInformationSequence: Info{InputInformationSequence, []string{"SQ"}, "Input Information Sequence", "InputInformationSequence", "1", false}, - RelevantInformationSequence: Info{RelevantInformationSequence, []string{"SQ"}, "Relevant Information Sequence", "RelevantInformationSequence", "1", true}, + MinimumSensitivityValue: Info{MinimumSensitivityValue, []string{"FL"}, "Minimum Sensitivity Value", "MinimumSensitivityValue", "1", false}, + BlindSpotLocalized: Info{BlindSpotLocalized, []string{"CS"}, "Blind Spot Localized", "BlindSpotLocalized", "1", false}, + BlindSpotXCoordinate: Info{BlindSpotXCoordinate, []string{"FL"}, "Blind Spot X-Coordinate", "BlindSpotXCoordinate", "1", false}, + BlindSpotYCoordinate: Info{BlindSpotYCoordinate, []string{"FL"}, "Blind Spot Y-Coordinate", "BlindSpotYCoordinate", "1", false}, + VisualAcuityMeasurementSequence: Info{VisualAcuityMeasurementSequence, []string{"SQ"}, "Visual Acuity Measurement Sequence", "VisualAcuityMeasurementSequence", "1", false}, + RefractiveParametersUsedOnPatientSequence: Info{RefractiveParametersUsedOnPatientSequence, []string{"SQ"}, "Refractive Parameters Used on Patient Sequence", "RefractiveParametersUsedOnPatientSequence", "1", false}, + MeasurementLaterality: Info{MeasurementLaterality, []string{"CS"}, "Measurement Laterality", "MeasurementLaterality", "1", false}, + OphthalmicPatientClinicalInformationLeftEyeSequence: Info{OphthalmicPatientClinicalInformationLeftEyeSequence, []string{"SQ"}, "Ophthalmic Patient Clinical Information Left Eye Sequence", "OphthalmicPatientClinicalInformationLeftEyeSequence", "1", false}, + OphthalmicPatientClinicalInformationRightEyeSequence: Info{OphthalmicPatientClinicalInformationRightEyeSequence, []string{"SQ"}, "Ophthalmic Patient Clinical Information Right Eye Sequence", "OphthalmicPatientClinicalInformationRightEyeSequence", "1", false}, + FovealPointNormativeDataFlag: Info{FovealPointNormativeDataFlag, []string{"CS"}, "Foveal Point Normative Data Flag", "FovealPointNormativeDataFlag", "1", false}, + FovealPointProbabilityValue: Info{FovealPointProbabilityValue, []string{"FL"}, "Foveal Point Probability Value", "FovealPointProbabilityValue", "1", false}, + ScreeningBaselineMeasured: Info{ScreeningBaselineMeasured, []string{"CS"}, "Screening Baseline Measured", "ScreeningBaselineMeasured", "1", false}, + ScreeningBaselineMeasuredSequence: Info{ScreeningBaselineMeasuredSequence, []string{"SQ"}, "Screening Baseline Measured Sequence", "ScreeningBaselineMeasuredSequence", "1", false}, + ScreeningBaselineType: Info{ScreeningBaselineType, []string{"CS"}, "Screening Baseline Type", "ScreeningBaselineType", "1", false}, + ScreeningBaselineValue: Info{ScreeningBaselineValue, []string{"FL"}, "Screening Baseline Value", "ScreeningBaselineValue", "1", false}, + AlgorithmSource: Info{AlgorithmSource, []string{"LO"}, "Algorithm Source", "AlgorithmSource", "1", false}, + DataSetName: Info{DataSetName, []string{"LO"}, "Data Set Name", "DataSetName", "1", false}, + DataSetVersion: Info{DataSetVersion, []string{"LO"}, "Data Set Version", "DataSetVersion", "1", false}, + DataSetSource: Info{DataSetSource, []string{"LO"}, "Data Set Source", "DataSetSource", "1", false}, + DataSetDescription: Info{DataSetDescription, []string{"LO"}, "Data Set Description", "DataSetDescription", "1", false}, + VisualFieldTestReliabilityGlobalIndexSequence: Info{VisualFieldTestReliabilityGlobalIndexSequence, []string{"SQ"}, "Visual Field Test Reliability Global Index Sequence", "VisualFieldTestReliabilityGlobalIndexSequence", "1", false}, + VisualFieldGlobalResultsIndexSequence: Info{VisualFieldGlobalResultsIndexSequence, []string{"SQ"}, "Visual Field Global Results Index Sequence", "VisualFieldGlobalResultsIndexSequence", "1", false}, + DataObservationSequence: Info{DataObservationSequence, []string{"SQ"}, "Data Observation Sequence", "DataObservationSequence", "1", false}, + IndexNormalsFlag: Info{IndexNormalsFlag, []string{"CS"}, "Index Normals Flag", "IndexNormalsFlag", "1", false}, + IndexProbability: Info{IndexProbability, []string{"FL"}, "Index Probability", "IndexProbability", "1", false}, + IndexProbabilitySequence: Info{IndexProbabilitySequence, []string{"SQ"}, "Index Probability Sequence", "IndexProbabilitySequence", "1", false}, + SamplesPerPixel: Info{SamplesPerPixel, []string{"US"}, "Samples per Pixel", "SamplesPerPixel", "1", false}, + SamplesPerPixelUsed: Info{SamplesPerPixelUsed, []string{"US"}, "Samples per Pixel Used", "SamplesPerPixelUsed", "1", false}, + PhotometricInterpretation: Info{PhotometricInterpretation, []string{"CS"}, "Photometric Interpretation", "PhotometricInterpretation", "1", false}, + ImageDimensions: Info{ImageDimensions, []string{"US"}, "Image Dimensions", "ImageDimensions", "1", true}, + PlanarConfiguration: Info{PlanarConfiguration, []string{"US"}, "Planar Configuration", "PlanarConfiguration", "1", false}, + NumberOfFrames: Info{NumberOfFrames, []string{"IS"}, "Number of Frames", "NumberOfFrames", "1", false}, + FrameIncrementPointer: Info{FrameIncrementPointer, []string{"AT"}, "Frame Increment Pointer", "FrameIncrementPointer", "1-n", false}, + FrameDimensionPointer: Info{FrameDimensionPointer, []string{"AT"}, "Frame Dimension Pointer", "FrameDimensionPointer", "1-n", false}, + Rows: Info{Rows, []string{"US"}, "Rows", "Rows", "1", false}, + Columns: Info{Columns, []string{"US"}, "Columns", "Columns", "1", false}, + Planes: Info{Planes, []string{"US"}, "Planes", "Planes", "1", true}, + UltrasoundColorDataPresent: Info{UltrasoundColorDataPresent, []string{"US"}, "Ultrasound Color Data Present", "UltrasoundColorDataPresent", "1", false}, + PixelSpacing: Info{PixelSpacing, []string{"DS"}, "Pixel Spacing", "PixelSpacing", "2", false}, + ZoomFactor: Info{ZoomFactor, []string{"DS"}, "Zoom Factor", "ZoomFactor", "2", false}, + ZoomCenter: Info{ZoomCenter, []string{"DS"}, "Zoom Center", "ZoomCenter", "2", false}, + PixelAspectRatio: Info{PixelAspectRatio, []string{"IS"}, "Pixel Aspect Ratio", "PixelAspectRatio", "2", false}, + ImageFormat: Info{ImageFormat, []string{"CS"}, "Image Format", "ImageFormat", "1", true}, + ManipulatedImage: Info{ManipulatedImage, []string{"LO"}, "Manipulated Image", "ManipulatedImage", "1-n", true}, + CorrectedImage: Info{CorrectedImage, []string{"CS"}, "Corrected Image", "CorrectedImage", "1-n", false}, + CompressionRecognitionCode: Info{CompressionRecognitionCode, []string{"LO"}, "Compression Recognition Code", "CompressionRecognitionCode", "1", true}, + CompressionCode: Info{CompressionCode, []string{"CS"}, "Compression Code", "CompressionCode", "1", true}, + CompressionOriginator: Info{CompressionOriginator, []string{"SH"}, "Compression Originator", "CompressionOriginator", "1", true}, + CompressionLabel: Info{CompressionLabel, []string{"LO"}, "Compression Label", "CompressionLabel", "1", true}, + CompressionDescription: Info{CompressionDescription, []string{"SH"}, "Compression Description", "CompressionDescription", "1", true}, + CompressionSequence: Info{CompressionSequence, []string{"CS"}, "Compression Sequence", "CompressionSequence", "1-n", true}, + CompressionStepPointers: Info{CompressionStepPointers, []string{"AT"}, "Compression Step Pointers", "CompressionStepPointers", "1-n", true}, + RepeatInterval: Info{RepeatInterval, []string{"US"}, "Repeat Interval", "RepeatInterval", "1", true}, + BitsGrouped: Info{BitsGrouped, []string{"US"}, "Bits Grouped", "BitsGrouped", "1", true}, + PerimeterTable: Info{PerimeterTable, []string{"US"}, "Perimeter Table", "PerimeterTable", "1-n", true}, + PerimeterValue: Info{PerimeterValue, []string{"US", "SS"}, "Perimeter Value", "PerimeterValue", "1", true}, + PredictorRows: Info{PredictorRows, []string{"US"}, "Predictor Rows", "PredictorRows", "1", true}, + PredictorColumns: Info{PredictorColumns, []string{"US"}, "Predictor Columns", "PredictorColumns", "1", true}, + PredictorConstants: Info{PredictorConstants, []string{"US"}, "Predictor Constants", "PredictorConstants", "1-n", true}, + BlockedPixels: Info{BlockedPixels, []string{"CS"}, "Blocked Pixels", "BlockedPixels", "1", true}, + BlockRows: Info{BlockRows, []string{"US"}, "Block Rows", "BlockRows", "1", true}, + BlockColumns: Info{BlockColumns, []string{"US"}, "Block Columns", "BlockColumns", "1", true}, + RowOverlap: Info{RowOverlap, []string{"US"}, "Row Overlap", "RowOverlap", "1", true}, + ColumnOverlap: Info{ColumnOverlap, []string{"US"}, "Column Overlap", "ColumnOverlap", "1", true}, + BitsAllocated: Info{BitsAllocated, []string{"US"}, "Bits Allocated", "BitsAllocated", "1", false}, + BitsStored: Info{BitsStored, []string{"US"}, "Bits Stored", "BitsStored", "1", false}, + HighBit: Info{HighBit, []string{"US"}, "High Bit", "HighBit", "1", false}, + PixelRepresentation: Info{PixelRepresentation, []string{"US"}, "Pixel Representation", "PixelRepresentation", "1", false}, + SmallestValidPixelValue: Info{SmallestValidPixelValue, []string{"US", "SS"}, "Smallest Valid Pixel Value", "SmallestValidPixelValue", "1", true}, + LargestValidPixelValue: Info{LargestValidPixelValue, []string{"US", "SS"}, "Largest Valid Pixel Value", "LargestValidPixelValue", "1", true}, + SmallestImagePixelValue: Info{SmallestImagePixelValue, []string{"US", "SS"}, "Smallest Image Pixel Value", "SmallestImagePixelValue", "1", false}, + LargestImagePixelValue: Info{LargestImagePixelValue, []string{"US", "SS"}, "Largest Image Pixel Value", "LargestImagePixelValue", "1", false}, + SmallestPixelValueInSeries: Info{SmallestPixelValueInSeries, []string{"US", "SS"}, "Smallest Pixel Value in Series", "SmallestPixelValueInSeries", "1", false}, + LargestPixelValueInSeries: Info{LargestPixelValueInSeries, []string{"US", "SS"}, "Largest Pixel Value in Series", "LargestPixelValueInSeries", "1", false}, + SmallestImagePixelValueInPlane: Info{SmallestImagePixelValueInPlane, []string{"US", "SS"}, "Smallest Image Pixel Value in Plane", "SmallestImagePixelValueInPlane", "1", true}, + LargestImagePixelValueInPlane: Info{LargestImagePixelValueInPlane, []string{"US", "SS"}, "Largest Image Pixel Value in Plane", "LargestImagePixelValueInPlane", "1", true}, + PixelPaddingValue: Info{PixelPaddingValue, []string{"US", "SS"}, "Pixel Padding Value", "PixelPaddingValue", "1", false}, + PixelPaddingRangeLimit: Info{PixelPaddingRangeLimit, []string{"US", "SS"}, "Pixel Padding Range Limit", "PixelPaddingRangeLimit", "1", false}, + FloatPixelPaddingValue: Info{FloatPixelPaddingValue, []string{"FL"}, "Float Pixel Padding Value", "FloatPixelPaddingValue", "1", false}, + DoubleFloatPixelPaddingValue: Info{DoubleFloatPixelPaddingValue, []string{"FD"}, "Double Float Pixel Padding Value", "DoubleFloatPixelPaddingValue", "1", false}, + FloatPixelPaddingRangeLimit: Info{FloatPixelPaddingRangeLimit, []string{"FL"}, "Float Pixel Padding Range Limit", "FloatPixelPaddingRangeLimit", "1", false}, + DoubleFloatPixelPaddingRangeLimit: Info{DoubleFloatPixelPaddingRangeLimit, []string{"FD"}, "Double Float Pixel Padding Range Limit", "DoubleFloatPixelPaddingRangeLimit", "1", false}, + ImageLocation: Info{ImageLocation, []string{"US"}, "Image Location", "ImageLocation", "1", true}, + QualityControlImage: Info{QualityControlImage, []string{"CS"}, "Quality Control Image", "QualityControlImage", "1", false}, + BurnedInAnnotation: Info{BurnedInAnnotation, []string{"CS"}, "Burned In Annotation", "BurnedInAnnotation", "1", false}, + RecognizableVisualFeatures: Info{RecognizableVisualFeatures, []string{"CS"}, "Recognizable Visual Features", "RecognizableVisualFeatures", "1", false}, + LongitudinalTemporalInformationModified: Info{LongitudinalTemporalInformationModified, []string{"CS"}, "Longitudinal Temporal Information Modified", "LongitudinalTemporalInformationModified", "1", false}, + ReferencedColorPaletteInstanceUID: Info{ReferencedColorPaletteInstanceUID, []string{"UI"}, "Referenced Color Palette Instance UID", "ReferencedColorPaletteInstanceUID", "1", false}, + TransformLabel: Info{TransformLabel, []string{"LO"}, "Transform Label", "TransformLabel", "1", true}, + TransformVersionNumber: Info{TransformVersionNumber, []string{"LO"}, "Transform Version Number", "TransformVersionNumber", "1", true}, + NumberOfTransformSteps: Info{NumberOfTransformSteps, []string{"US"}, "Number of Transform Steps", "NumberOfTransformSteps", "1", true}, + SequenceOfCompressedData: Info{SequenceOfCompressedData, []string{"LO"}, "Sequence of Compressed Data", "SequenceOfCompressedData", "1-n", true}, + DetailsOfCoefficients: Info{DetailsOfCoefficients, []string{"AT"}, "Details of Coefficients", "DetailsOfCoefficients", "1-n", true}, + RowsForNthOrderCoefficients: Info{RowsForNthOrderCoefficients, []string{"US"}, "Rows For Nth Order Coefficients", "RowsForNthOrderCoefficients", "1", true}, + ColumnsForNthOrderCoefficients: Info{ColumnsForNthOrderCoefficients, []string{"US"}, "Columns For Nth Order Coefficients", "ColumnsForNthOrderCoefficients", "1", true}, + CoefficientCoding: Info{CoefficientCoding, []string{"LO"}, "Coefficient Coding", "CoefficientCoding", "1-n", true}, + CoefficientCodingPointers: Info{CoefficientCodingPointers, []string{"AT"}, "Coefficient Coding Pointers", "CoefficientCodingPointers", "1-n", true}, + DCTLabel: Info{DCTLabel, []string{"LO"}, "DCT Label", "DCTLabel", "1", true}, + DataBlockDescription: Info{DataBlockDescription, []string{"CS"}, "Data Block Description", "DataBlockDescription", "1-n", true}, + DataBlock: Info{DataBlock, []string{"AT"}, "Data Block", "DataBlock", "1-n", true}, + NormalizationFactorFormat: Info{NormalizationFactorFormat, []string{"US"}, "Normalization Factor Format", "NormalizationFactorFormat", "1", true}, + ZonalMapNumberFormat: Info{ZonalMapNumberFormat, []string{"US"}, "Zonal Map Number Format", "ZonalMapNumberFormat", "1", true}, + ZonalMapLocation: Info{ZonalMapLocation, []string{"AT"}, "Zonal Map Location", "ZonalMapLocation", "1-n", true}, + ZonalMapFormat: Info{ZonalMapFormat, []string{"US"}, "Zonal Map Format", "ZonalMapFormat", "1", true}, + AdaptiveMapFormat: Info{AdaptiveMapFormat, []string{"US"}, "Adaptive Map Format", "AdaptiveMapFormat", "1", true}, + CodeNumberFormat: Info{CodeNumberFormat, []string{"US"}, "Code Number Format", "CodeNumberFormat", "1", true}, + CodeLabel: Info{CodeLabel, []string{"CS"}, "Code Label", "CodeLabel", "1-n", true}, + NumberOfTables: Info{NumberOfTables, []string{"US"}, "Number of Tables", "NumberOfTables", "1", true}, + CodeTableLocation: Info{CodeTableLocation, []string{"AT"}, "Code Table Location", "CodeTableLocation", "1-n", true}, + BitsForCodeWord: Info{BitsForCodeWord, []string{"US"}, "Bits For Code Word", "BitsForCodeWord", "1", true}, + ImageDataLocation: Info{ImageDataLocation, []string{"AT"}, "Image Data Location", "ImageDataLocation", "1-n", true}, + PixelSpacingCalibrationType: Info{PixelSpacingCalibrationType, []string{"CS"}, "Pixel Spacing Calibration Type", "PixelSpacingCalibrationType", "1", false}, + PixelSpacingCalibrationDescription: Info{PixelSpacingCalibrationDescription, []string{"LO"}, "Pixel Spacing Calibration Description", "PixelSpacingCalibrationDescription", "1", false}, + PixelIntensityRelationship: Info{PixelIntensityRelationship, []string{"CS"}, "Pixel Intensity Relationship", "PixelIntensityRelationship", "1", false}, + PixelIntensityRelationshipSign: Info{PixelIntensityRelationshipSign, []string{"SS"}, "Pixel Intensity Relationship Sign", "PixelIntensityRelationshipSign", "1", false}, + WindowCenter: Info{WindowCenter, []string{"DS"}, "Window Center", "WindowCenter", "1-n", false}, + WindowWidth: Info{WindowWidth, []string{"DS"}, "Window Width", "WindowWidth", "1-n", false}, + RescaleIntercept: Info{RescaleIntercept, []string{"DS"}, "Rescale Intercept", "RescaleIntercept", "1", false}, + RescaleSlope: Info{RescaleSlope, []string{"DS"}, "Rescale Slope", "RescaleSlope", "1", false}, + RescaleType: Info{RescaleType, []string{"LO"}, "Rescale Type", "RescaleType", "1", false}, + WindowCenterWidthExplanation: Info{WindowCenterWidthExplanation, []string{"LO"}, "Window Center & Width Explanation", "WindowCenterWidthExplanation", "1-n", false}, + VOILUTFunction: Info{VOILUTFunction, []string{"CS"}, "VOI LUT Function", "VOILUTFunction", "1", false}, + GrayScale: Info{GrayScale, []string{"CS"}, "Gray Scale", "GrayScale", "1", true}, + RecommendedViewingMode: Info{RecommendedViewingMode, []string{"CS"}, "Recommended Viewing Mode", "RecommendedViewingMode", "1", false}, + GrayLookupTableDescriptor: Info{GrayLookupTableDescriptor, []string{"US", "SS"}, "Gray Lookup Table Descriptor", "GrayLookupTableDescriptor", "3", true}, + RedPaletteColorLookupTableDescriptor: Info{RedPaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Red Palette Color Lookup Table Descriptor", "RedPaletteColorLookupTableDescriptor", "3", false}, + GreenPaletteColorLookupTableDescriptor: Info{GreenPaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Green Palette Color Lookup Table Descriptor", "GreenPaletteColorLookupTableDescriptor", "3", false}, + BluePaletteColorLookupTableDescriptor: Info{BluePaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Blue Palette Color Lookup Table Descriptor", "BluePaletteColorLookupTableDescriptor", "3", false}, + AlphaPaletteColorLookupTableDescriptor: Info{AlphaPaletteColorLookupTableDescriptor, []string{"US"}, "Alpha Palette Color Lookup Table Descriptor", "AlphaPaletteColorLookupTableDescriptor", "3", false}, + LargeRedPaletteColorLookupTableDescriptor: Info{LargeRedPaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Large Red Palette Color Lookup Table Descriptor", "LargeRedPaletteColorLookupTableDescriptor", "4", true}, + LargeGreenPaletteColorLookupTableDescriptor: Info{LargeGreenPaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Large Green Palette Color Lookup Table Descriptor", "LargeGreenPaletteColorLookupTableDescriptor", "4", true}, + LargeBluePaletteColorLookupTableDescriptor: Info{LargeBluePaletteColorLookupTableDescriptor, []string{"US", "SS"}, "Large Blue Palette Color Lookup Table Descriptor", "LargeBluePaletteColorLookupTableDescriptor", "4", true}, + PaletteColorLookupTableUID: Info{PaletteColorLookupTableUID, []string{"UI"}, "Palette Color Lookup Table UID", "PaletteColorLookupTableUID", "1", false}, + GrayLookupTableData: Info{GrayLookupTableData, []string{"US", "SS", "OW"}, "Gray Lookup Table Data", "GrayLookupTableData", "1-n or 1", true}, + RedPaletteColorLookupTableData: Info{RedPaletteColorLookupTableData, []string{"OW"}, "Red Palette Color Lookup Table Data", "RedPaletteColorLookupTableData", "1", false}, + GreenPaletteColorLookupTableData: Info{GreenPaletteColorLookupTableData, []string{"OW"}, "Green Palette Color Lookup Table Data", "GreenPaletteColorLookupTableData", "1", false}, + BluePaletteColorLookupTableData: Info{BluePaletteColorLookupTableData, []string{"OW"}, "Blue Palette Color Lookup Table Data", "BluePaletteColorLookupTableData", "1", false}, + AlphaPaletteColorLookupTableData: Info{AlphaPaletteColorLookupTableData, []string{"OW"}, "Alpha Palette Color Lookup Table Data", "AlphaPaletteColorLookupTableData", "1", false}, + LargeRedPaletteColorLookupTableData: Info{LargeRedPaletteColorLookupTableData, []string{"OW"}, "Large Red Palette Color Lookup Table Data", "LargeRedPaletteColorLookupTableData", "1", true}, + LargeGreenPaletteColorLookupTableData: Info{LargeGreenPaletteColorLookupTableData, []string{"OW"}, "Large Green Palette Color Lookup Table Data", "LargeGreenPaletteColorLookupTableData", "1", true}, + LargeBluePaletteColorLookupTableData: Info{LargeBluePaletteColorLookupTableData, []string{"OW"}, "Large Blue Palette Color Lookup Table Data", "LargeBluePaletteColorLookupTableData", "1", true}, + LargePaletteColorLookupTableUID: Info{LargePaletteColorLookupTableUID, []string{"UI"}, "Large Palette Color Lookup Table UID", "LargePaletteColorLookupTableUID", "1", true}, + SegmentedRedPaletteColorLookupTableData: Info{SegmentedRedPaletteColorLookupTableData, []string{"OW"}, "Segmented Red Palette Color Lookup Table Data", "SegmentedRedPaletteColorLookupTableData", "1", false}, + SegmentedGreenPaletteColorLookupTableData: Info{SegmentedGreenPaletteColorLookupTableData, []string{"OW"}, "Segmented Green Palette Color Lookup Table Data", "SegmentedGreenPaletteColorLookupTableData", "1", false}, + SegmentedBluePaletteColorLookupTableData: Info{SegmentedBluePaletteColorLookupTableData, []string{"OW"}, "Segmented Blue Palette Color Lookup Table Data", "SegmentedBluePaletteColorLookupTableData", "1", false}, + SegmentedAlphaPaletteColorLookupTableData: Info{SegmentedAlphaPaletteColorLookupTableData, []string{"OW"}, "Segmented Alpha Palette Color Lookup Table Data", "SegmentedAlphaPaletteColorLookupTableData", "1", false}, + StoredValueColorRangeSequence: Info{StoredValueColorRangeSequence, []string{"SQ"}, "Stored Value Color Range Sequence", "StoredValueColorRangeSequence", "1", false}, + MinimumStoredValueMapped: Info{MinimumStoredValueMapped, []string{"FD"}, "Minimum Stored Value Mapped", "MinimumStoredValueMapped", "1", false}, + MaximumStoredValueMapped: Info{MaximumStoredValueMapped, []string{"FD"}, "Maximum Stored Value Mapped", "MaximumStoredValueMapped", "1", false}, + BreastImplantPresent: Info{BreastImplantPresent, []string{"CS"}, "Breast Implant Present", "BreastImplantPresent", "1", false}, + PartialView: Info{PartialView, []string{"CS"}, "Partial View", "PartialView", "1", false}, + PartialViewDescription: Info{PartialViewDescription, []string{"ST"}, "Partial View Description", "PartialViewDescription", "1", false}, + PartialViewCodeSequence: Info{PartialViewCodeSequence, []string{"SQ"}, "Partial View Code Sequence", "PartialViewCodeSequence", "1", false}, + SpatialLocationsPreserved: Info{SpatialLocationsPreserved, []string{"CS"}, "Spatial Locations Preserved", "SpatialLocationsPreserved", "1", false}, + DataFrameAssignmentSequence: Info{DataFrameAssignmentSequence, []string{"SQ"}, "Data Frame Assignment Sequence", "DataFrameAssignmentSequence", "1", false}, + DataPathAssignment: Info{DataPathAssignment, []string{"CS"}, "Data Path Assignment", "DataPathAssignment", "1", false}, + BitsMappedToColorLookupTable: Info{BitsMappedToColorLookupTable, []string{"US"}, "Bits Mapped to Color Lookup Table", "BitsMappedToColorLookupTable", "1", false}, + BlendingLUT1Sequence: Info{BlendingLUT1Sequence, []string{"SQ"}, "Blending LUT 1 Sequence", "BlendingLUT1Sequence", "1", false}, + BlendingLUT1TransferFunction: Info{BlendingLUT1TransferFunction, []string{"CS"}, "Blending LUT 1 Transfer Function", "BlendingLUT1TransferFunction", "1", false}, + BlendingWeightConstant: Info{BlendingWeightConstant, []string{"FD"}, "Blending Weight Constant", "BlendingWeightConstant", "1", false}, + BlendingLookupTableDescriptor: Info{BlendingLookupTableDescriptor, []string{"US"}, "Blending Lookup Table Descriptor", "BlendingLookupTableDescriptor", "3", false}, + BlendingLookupTableData: Info{BlendingLookupTableData, []string{"OW"}, "Blending Lookup Table Data", "BlendingLookupTableData", "1", false}, + EnhancedPaletteColorLookupTableSequence: Info{EnhancedPaletteColorLookupTableSequence, []string{"SQ"}, "Enhanced Palette Color Lookup Table Sequence", "EnhancedPaletteColorLookupTableSequence", "1", false}, + BlendingLUT2Sequence: Info{BlendingLUT2Sequence, []string{"SQ"}, "Blending LUT 2 Sequence", "BlendingLUT2Sequence", "1", false}, + BlendingLUT2TransferFunction: Info{BlendingLUT2TransferFunction, []string{"CS"}, "Blending LUT 2 Transfer Function", "BlendingLUT2TransferFunction", "1", false}, + DataPathID: Info{DataPathID, []string{"CS"}, "Data Path ID", "DataPathID", "1", false}, + RGBLUTTransferFunction: Info{RGBLUTTransferFunction, []string{"CS"}, "RGB LUT Transfer Function", "RGBLUTTransferFunction", "1", false}, + AlphaLUTTransferFunction: Info{AlphaLUTTransferFunction, []string{"CS"}, "Alpha LUT Transfer Function", "AlphaLUTTransferFunction", "1", false}, + ICCProfile: Info{ICCProfile, []string{"OB"}, "ICC Profile", "ICCProfile", "1", false}, + ColorSpace: Info{ColorSpace, []string{"CS"}, "Color Space", "ColorSpace", "1", false}, + LossyImageCompression: Info{LossyImageCompression, []string{"CS"}, "Lossy Image Compression", "LossyImageCompression", "1", false}, + LossyImageCompressionRatio: Info{LossyImageCompressionRatio, []string{"DS"}, "Lossy Image Compression Ratio", "LossyImageCompressionRatio", "1-n", false}, + LossyImageCompressionMethod: Info{LossyImageCompressionMethod, []string{"CS"}, "Lossy Image Compression Method", "LossyImageCompressionMethod", "1-n", false}, + ModalityLUTSequence: Info{ModalityLUTSequence, []string{"SQ"}, "Modality LUT Sequence", "ModalityLUTSequence", "1", false}, + VariableModalityLUTSequence: Info{VariableModalityLUTSequence, []string{"SQ"}, "Variable Modality LUT Sequence", "VariableModalityLUTSequence", "1", false}, + LUTDescriptor: Info{LUTDescriptor, []string{"US", "SS"}, "LUT Descriptor", "LUTDescriptor", "3", false}, + LUTExplanation: Info{LUTExplanation, []string{"LO"}, "LUT Explanation", "LUTExplanation", "1", false}, + ModalityLUTType: Info{ModalityLUTType, []string{"LO"}, "Modality LUT Type", "ModalityLUTType", "1", false}, + LUTData: Info{LUTData, []string{"US", "OW"}, "LUT Data", "LUTData", "1-n or 1", false}, + VOILUTSequence: Info{VOILUTSequence, []string{"SQ"}, "VOI LUT Sequence", "VOILUTSequence", "1", false}, + SoftcopyVOILUTSequence: Info{SoftcopyVOILUTSequence, []string{"SQ"}, "Softcopy VOI LUT Sequence", "SoftcopyVOILUTSequence", "1", false}, + ImagePresentationComments: Info{ImagePresentationComments, []string{"LT"}, "Image Presentation Comments", "ImagePresentationComments", "1", true}, + BiPlaneAcquisitionSequence: Info{BiPlaneAcquisitionSequence, []string{"SQ"}, "Bi-Plane Acquisition Sequence", "BiPlaneAcquisitionSequence", "1", true}, + RepresentativeFrameNumber: Info{RepresentativeFrameNumber, []string{"US"}, "Representative Frame Number", "RepresentativeFrameNumber", "1", false}, + FrameNumbersOfInterest: Info{FrameNumbersOfInterest, []string{"US"}, "Frame Numbers of Interest (FOI)", "FrameNumbersOfInterest", "1-n", false}, + FrameOfInterestDescription: Info{FrameOfInterestDescription, []string{"LO"}, "Frame of Interest Description", "FrameOfInterestDescription", "1-n", false}, + FrameOfInterestType: Info{FrameOfInterestType, []string{"CS"}, "Frame of Interest Type", "FrameOfInterestType", "1-n", false}, + MaskPointers: Info{MaskPointers, []string{"US"}, "Mask Pointer(s)", "MaskPointers", "1-n", true}, + RWavePointer: Info{RWavePointer, []string{"US"}, "R Wave Pointer", "RWavePointer", "1-n", false}, + MaskSubtractionSequence: Info{MaskSubtractionSequence, []string{"SQ"}, "Mask Subtraction Sequence", "MaskSubtractionSequence", "1", false}, + MaskOperation: Info{MaskOperation, []string{"CS"}, "Mask Operation", "MaskOperation", "1", false}, + ApplicableFrameRange: Info{ApplicableFrameRange, []string{"US"}, "Applicable Frame Range", "ApplicableFrameRange", "2-2n", false}, + MaskFrameNumbers: Info{MaskFrameNumbers, []string{"US"}, "Mask Frame Numbers", "MaskFrameNumbers", "1-n", false}, + ContrastFrameAveraging: Info{ContrastFrameAveraging, []string{"US"}, "Contrast Frame Averaging", "ContrastFrameAveraging", "1", false}, + MaskSubPixelShift: Info{MaskSubPixelShift, []string{"FL"}, "Mask Sub-pixel Shift", "MaskSubPixelShift", "2", false}, + TIDOffset: Info{TIDOffset, []string{"SS"}, "TID Offset", "TIDOffset", "1", false}, + MaskOperationExplanation: Info{MaskOperationExplanation, []string{"ST"}, "Mask Operation Explanation", "MaskOperationExplanation", "1", false}, + EquipmentAdministratorSequence: Info{EquipmentAdministratorSequence, []string{"SQ"}, "Equipment Administrator Sequence", "EquipmentAdministratorSequence", "1", false}, + NumberOfDisplaySubsystems: Info{NumberOfDisplaySubsystems, []string{"US"}, "Number of Display Subsystems", "NumberOfDisplaySubsystems", "1", false}, + CurrentConfigurationID: Info{CurrentConfigurationID, []string{"US"}, "Current Configuration ID", "CurrentConfigurationID", "1", false}, + DisplaySubsystemID: Info{DisplaySubsystemID, []string{"US"}, "Display Subsystem ID", "DisplaySubsystemID", "1", false}, + DisplaySubsystemName: Info{DisplaySubsystemName, []string{"SH"}, "Display Subsystem Name", "DisplaySubsystemName", "1", false}, + DisplaySubsystemDescription: Info{DisplaySubsystemDescription, []string{"LO"}, "Display Subsystem Description", "DisplaySubsystemDescription", "1", false}, + SystemStatus: Info{SystemStatus, []string{"CS"}, "System Status", "SystemStatus", "1", false}, + SystemStatusComment: Info{SystemStatusComment, []string{"LO"}, "System Status Comment", "SystemStatusComment", "1", false}, + TargetLuminanceCharacteristicsSequence: Info{TargetLuminanceCharacteristicsSequence, []string{"SQ"}, "Target Luminance Characteristics Sequence", "TargetLuminanceCharacteristicsSequence", "1", false}, + LuminanceCharacteristicsID: Info{LuminanceCharacteristicsID, []string{"US"}, "Luminance Characteristics ID", "LuminanceCharacteristicsID", "1", false}, + DisplaySubsystemConfigurationSequence: Info{DisplaySubsystemConfigurationSequence, []string{"SQ"}, "Display Subsystem Configuration Sequence", "DisplaySubsystemConfigurationSequence", "1", false}, + ConfigurationID: Info{ConfigurationID, []string{"US"}, "Configuration ID", "ConfigurationID", "1", false}, + ConfigurationName: Info{ConfigurationName, []string{"SH"}, "Configuration Name", "ConfigurationName", "1", false}, + ConfigurationDescription: Info{ConfigurationDescription, []string{"LO"}, "Configuration Description", "ConfigurationDescription", "1", false}, + ReferencedTargetLuminanceCharacteristicsID: Info{ReferencedTargetLuminanceCharacteristicsID, []string{"US"}, "Referenced Target Luminance Characteristics ID", "ReferencedTargetLuminanceCharacteristicsID", "1", false}, + QAResultsSequence: Info{QAResultsSequence, []string{"SQ"}, "QA Results Sequence", "QAResultsSequence", "1", false}, + DisplaySubsystemQAResultsSequence: Info{DisplaySubsystemQAResultsSequence, []string{"SQ"}, "Display Subsystem QA Results Sequence", "DisplaySubsystemQAResultsSequence", "1", false}, + ConfigurationQAResultsSequence: Info{ConfigurationQAResultsSequence, []string{"SQ"}, "Configuration QA Results Sequence", "ConfigurationQAResultsSequence", "1", false}, + MeasurementEquipmentSequence: Info{MeasurementEquipmentSequence, []string{"SQ"}, "Measurement Equipment Sequence", "MeasurementEquipmentSequence", "1", false}, + MeasurementFunctions: Info{MeasurementFunctions, []string{"CS"}, "Measurement Functions", "MeasurementFunctions", "1-n", false}, + MeasurementEquipmentType: Info{MeasurementEquipmentType, []string{"CS"}, "Measurement Equipment Type", "MeasurementEquipmentType", "1", false}, + VisualEvaluationResultSequence: Info{VisualEvaluationResultSequence, []string{"SQ"}, "Visual Evaluation Result Sequence", "VisualEvaluationResultSequence", "1", false}, + DisplayCalibrationResultSequence: Info{DisplayCalibrationResultSequence, []string{"SQ"}, "Display Calibration Result Sequence", "DisplayCalibrationResultSequence", "1", false}, + DDLValue: Info{DDLValue, []string{"US"}, "DDL Value", "DDLValue", "1", false}, + CIExyWhitePoint: Info{CIExyWhitePoint, []string{"FL"}, "CIExy White Point", "CIExyWhitePoint", "2", false}, + DisplayFunctionType: Info{DisplayFunctionType, []string{"CS"}, "Display Function Type", "DisplayFunctionType", "1", false}, + GammaValue: Info{GammaValue, []string{"FL"}, "Gamma Value", "GammaValue", "1", false}, + NumberOfLuminancePoints: Info{NumberOfLuminancePoints, []string{"US"}, "Number of Luminance Points", "NumberOfLuminancePoints", "1", false}, + LuminanceResponseSequence: Info{LuminanceResponseSequence, []string{"SQ"}, "Luminance Response Sequence", "LuminanceResponseSequence", "1", false}, + TargetMinimumLuminance: Info{TargetMinimumLuminance, []string{"FL"}, "Target Minimum Luminance", "TargetMinimumLuminance", "1", false}, + TargetMaximumLuminance: Info{TargetMaximumLuminance, []string{"FL"}, "Target Maximum Luminance", "TargetMaximumLuminance", "1", false}, + LuminanceValue: Info{LuminanceValue, []string{"FL"}, "Luminance Value", "LuminanceValue", "1", false}, + LuminanceResponseDescription: Info{LuminanceResponseDescription, []string{"LO"}, "Luminance Response Description", "LuminanceResponseDescription", "1", false}, + WhitePointFlag: Info{WhitePointFlag, []string{"CS"}, "White Point Flag", "WhitePointFlag", "1", false}, + DisplayDeviceTypeCodeSequence: Info{DisplayDeviceTypeCodeSequence, []string{"SQ"}, "Display Device Type Code Sequence", "DisplayDeviceTypeCodeSequence", "1", false}, + DisplaySubsystemSequence: Info{DisplaySubsystemSequence, []string{"SQ"}, "Display Subsystem Sequence", "DisplaySubsystemSequence", "1", false}, + LuminanceResultSequence: Info{LuminanceResultSequence, []string{"SQ"}, "Luminance Result Sequence", "LuminanceResultSequence", "1", false}, + AmbientLightValueSource: Info{AmbientLightValueSource, []string{"CS"}, "Ambient Light Value Source", "AmbientLightValueSource", "1", false}, + MeasuredCharacteristics: Info{MeasuredCharacteristics, []string{"CS"}, "Measured Characteristics", "MeasuredCharacteristics", "1-n", false}, + LuminanceUniformityResultSequence: Info{LuminanceUniformityResultSequence, []string{"SQ"}, "Luminance Uniformity Result Sequence", "LuminanceUniformityResultSequence", "1", false}, + VisualEvaluationTestSequence: Info{VisualEvaluationTestSequence, []string{"SQ"}, "Visual Evaluation Test Sequence", "VisualEvaluationTestSequence", "1", false}, + TestResult: Info{TestResult, []string{"CS"}, "Test Result", "TestResult", "1", false}, + TestResultComment: Info{TestResultComment, []string{"LO"}, "Test Result Comment", "TestResultComment", "1", false}, + TestImageValidation: Info{TestImageValidation, []string{"CS"}, "Test Image Validation", "TestImageValidation", "1", false}, + TestPatternCodeSequence: Info{TestPatternCodeSequence, []string{"SQ"}, "Test Pattern Code Sequence", "TestPatternCodeSequence", "1", false}, + MeasurementPatternCodeSequence: Info{MeasurementPatternCodeSequence, []string{"SQ"}, "Measurement Pattern Code Sequence", "MeasurementPatternCodeSequence", "1", false}, + VisualEvaluationMethodCodeSequence: Info{VisualEvaluationMethodCodeSequence, []string{"SQ"}, "Visual Evaluation Method Code Sequence", "VisualEvaluationMethodCodeSequence", "1", false}, + PixelDataProviderURL: Info{PixelDataProviderURL, []string{"UR"}, "Pixel Data Provider URL", "PixelDataProviderURL", "1", false}, + DataPointRows: Info{DataPointRows, []string{"UL"}, "Data Point Rows", "DataPointRows", "1", false}, + DataPointColumns: Info{DataPointColumns, []string{"UL"}, "Data Point Columns", "DataPointColumns", "1", false}, + SignalDomainColumns: Info{SignalDomainColumns, []string{"CS"}, "Signal Domain Columns", "SignalDomainColumns", "1", false}, + LargestMonochromePixelValue: Info{LargestMonochromePixelValue, []string{"US"}, "Largest Monochrome Pixel Value", "LargestMonochromePixelValue", "1", true}, + DataRepresentation: Info{DataRepresentation, []string{"CS"}, "Data Representation", "DataRepresentation", "1", false}, + PixelMeasuresSequence: Info{PixelMeasuresSequence, []string{"SQ"}, "Pixel Measures Sequence", "PixelMeasuresSequence", "1", false}, + FrameVOILUTSequence: Info{FrameVOILUTSequence, []string{"SQ"}, "Frame VOI LUT Sequence", "FrameVOILUTSequence", "1", false}, + PixelValueTransformationSequence: Info{PixelValueTransformationSequence, []string{"SQ"}, "Pixel Value Transformation Sequence", "PixelValueTransformationSequence", "1", false}, + SignalDomainRows: Info{SignalDomainRows, []string{"CS"}, "Signal Domain Rows", "SignalDomainRows", "1", false}, + DisplayFilterPercentage: Info{DisplayFilterPercentage, []string{"FL"}, "Display Filter Percentage", "DisplayFilterPercentage", "1", false}, + FramePixelShiftSequence: Info{FramePixelShiftSequence, []string{"SQ"}, "Frame Pixel Shift Sequence", "FramePixelShiftSequence", "1", false}, + SubtractionItemID: Info{SubtractionItemID, []string{"US"}, "Subtraction Item ID", "SubtractionItemID", "1", false}, + PixelIntensityRelationshipLUTSequence: Info{PixelIntensityRelationshipLUTSequence, []string{"SQ"}, "Pixel Intensity Relationship LUT Sequence", "PixelIntensityRelationshipLUTSequence", "1", false}, + FramePixelDataPropertiesSequence: Info{FramePixelDataPropertiesSequence, []string{"SQ"}, "Frame Pixel Data Properties Sequence", "FramePixelDataPropertiesSequence", "1", false}, + GeometricalProperties: Info{GeometricalProperties, []string{"CS"}, "Geometrical Properties", "GeometricalProperties", "1", false}, + GeometricMaximumDistortion: Info{GeometricMaximumDistortion, []string{"FL"}, "Geometric Maximum Distortion", "GeometricMaximumDistortion", "1", false}, + ImageProcessingApplied: Info{ImageProcessingApplied, []string{"CS"}, "Image Processing Applied", "ImageProcessingApplied", "1-n", false}, + MaskSelectionMode: Info{MaskSelectionMode, []string{"CS"}, "Mask Selection Mode", "MaskSelectionMode", "1", false}, + LUTFunction: Info{LUTFunction, []string{"CS"}, "LUT Function", "LUTFunction", "1", false}, + MaskVisibilityPercentage: Info{MaskVisibilityPercentage, []string{"FL"}, "Mask Visibility Percentage", "MaskVisibilityPercentage", "1", false}, + PixelShiftSequence: Info{PixelShiftSequence, []string{"SQ"}, "Pixel Shift Sequence", "PixelShiftSequence", "1", false}, + RegionPixelShiftSequence: Info{RegionPixelShiftSequence, []string{"SQ"}, "Region Pixel Shift Sequence", "RegionPixelShiftSequence", "1", false}, + VerticesOfTheRegion: Info{VerticesOfTheRegion, []string{"SS"}, "Vertices of the Region", "VerticesOfTheRegion", "2-2n", false}, + MultiFramePresentationSequence: Info{MultiFramePresentationSequence, []string{"SQ"}, "Multi-frame Presentation Sequence", "MultiFramePresentationSequence", "1", false}, + PixelShiftFrameRange: Info{PixelShiftFrameRange, []string{"US"}, "Pixel Shift Frame Range", "PixelShiftFrameRange", "2-2n", false}, + LUTFrameRange: Info{LUTFrameRange, []string{"US"}, "LUT Frame Range", "LUTFrameRange", "2-2n", false}, + ImageToEquipmentMappingMatrix: Info{ImageToEquipmentMappingMatrix, []string{"DS"}, "Image to Equipment Mapping Matrix", "ImageToEquipmentMappingMatrix", "16", false}, + EquipmentCoordinateSystemIdentification: Info{EquipmentCoordinateSystemIdentification, []string{"CS"}, "Equipment Coordinate System Identification", "EquipmentCoordinateSystemIdentification", "1", false}, + StudyStatusID: Info{StudyStatusID, []string{"CS"}, "Study Status ID", "StudyStatusID", "1", true}, + StudyPriorityID: Info{StudyPriorityID, []string{"CS"}, "Study Priority ID", "StudyPriorityID", "1", true}, + StudyIDIssuer: Info{StudyIDIssuer, []string{"LO"}, "Study ID Issuer", "StudyIDIssuer", "1", true}, + StudyVerifiedDate: Info{StudyVerifiedDate, []string{"DA"}, "Study Verified Date", "StudyVerifiedDate", "1", true}, + StudyVerifiedTime: Info{StudyVerifiedTime, []string{"TM"}, "Study Verified Time", "StudyVerifiedTime", "1", true}, + StudyReadDate: Info{StudyReadDate, []string{"DA"}, "Study Read Date", "StudyReadDate", "1", true}, + StudyReadTime: Info{StudyReadTime, []string{"TM"}, "Study Read Time", "StudyReadTime", "1", true}, + ScheduledStudyStartDate: Info{ScheduledStudyStartDate, []string{"DA"}, "Scheduled Study Start Date", "ScheduledStudyStartDate", "1", true}, + ScheduledStudyStartTime: Info{ScheduledStudyStartTime, []string{"TM"}, "Scheduled Study Start Time", "ScheduledStudyStartTime", "1", true}, + ScheduledStudyStopDate: Info{ScheduledStudyStopDate, []string{"DA"}, "Scheduled Study Stop Date", "ScheduledStudyStopDate", "1", true}, + ScheduledStudyStopTime: Info{ScheduledStudyStopTime, []string{"TM"}, "Scheduled Study Stop Time", "ScheduledStudyStopTime", "1", true}, + ScheduledStudyLocation: Info{ScheduledStudyLocation, []string{"LO"}, "Scheduled Study Location", "ScheduledStudyLocation", "1", true}, + ScheduledStudyLocationAETitle: Info{ScheduledStudyLocationAETitle, []string{"AE"}, "Scheduled Study Location AE Title", "ScheduledStudyLocationAETitle", "1-n", true}, + ReasonForStudy: Info{ReasonForStudy, []string{"LO"}, "Reason for Study", "ReasonForStudy", "1", true}, + RequestingPhysicianIdentificationSequence: Info{RequestingPhysicianIdentificationSequence, []string{"SQ"}, "Requesting Physician Identification Sequence", "RequestingPhysicianIdentificationSequence", "1", false}, + RequestingPhysician: Info{RequestingPhysician, []string{"PN"}, "Requesting Physician", "RequestingPhysician", "1", false}, + RequestingService: Info{RequestingService, []string{"LO"}, "Requesting Service", "RequestingService", "1", false}, + RequestingServiceCodeSequence: Info{RequestingServiceCodeSequence, []string{"SQ"}, "Requesting Service Code Sequence", "RequestingServiceCodeSequence", "1", false}, + StudyArrivalDate: Info{StudyArrivalDate, []string{"DA"}, "Study Arrival Date", "StudyArrivalDate", "1", true}, + StudyArrivalTime: Info{StudyArrivalTime, []string{"TM"}, "Study Arrival Time", "StudyArrivalTime", "1", true}, + StudyCompletionDate: Info{StudyCompletionDate, []string{"DA"}, "Study Completion Date", "StudyCompletionDate", "1", true}, + StudyCompletionTime: Info{StudyCompletionTime, []string{"TM"}, "Study Completion Time", "StudyCompletionTime", "1", true}, + StudyComponentStatusID: Info{StudyComponentStatusID, []string{"CS"}, "Study Component Status ID", "StudyComponentStatusID", "1", true}, + RequestedProcedureDescription: Info{RequestedProcedureDescription, []string{"LO"}, "Requested Procedure Description", "RequestedProcedureDescription", "1", false}, + RequestedProcedureCodeSequence: Info{RequestedProcedureCodeSequence, []string{"SQ"}, "Requested Procedure Code Sequence", "RequestedProcedureCodeSequence", "1", false}, + RequestedLateralityCodeSequence: Info{RequestedLateralityCodeSequence, []string{"SQ"}, "Requested Laterality Code Sequence", "RequestedLateralityCodeSequence", "1", false}, + ReasonForVisit: Info{ReasonForVisit, []string{"UT"}, "Reason for Visit", "ReasonForVisit", "1", false}, + ReasonForVisitCodeSequence: Info{ReasonForVisitCodeSequence, []string{"SQ"}, "Reason for Visit Code Sequence", "ReasonForVisitCodeSequence", "1", false}, + RequestedContrastAgent: Info{RequestedContrastAgent, []string{"LO"}, "Requested Contrast Agent", "RequestedContrastAgent", "1", false}, + StudyComments: Info{StudyComments, []string{"LT"}, "Study Comments", "StudyComments", "1", true}, + FlowIdentifierSequence: Info{FlowIdentifierSequence, []string{"SQ"}, "Flow Identifier Sequence", "FlowIdentifierSequence", "1", false}, + FlowIdentifier: Info{FlowIdentifier, []string{"OB"}, "Flow Identifier", "FlowIdentifier", "1", false}, + FlowTransferSyntaxUID: Info{FlowTransferSyntaxUID, []string{"UI"}, "Flow Transfer Syntax UID", "FlowTransferSyntaxUID", "1", false}, + FlowRTPSamplingRate: Info{FlowRTPSamplingRate, []string{"UL"}, "Flow RTP Sampling Rate", "FlowRTPSamplingRate", "1", false}, + SourceIdentifier: Info{SourceIdentifier, []string{"OB"}, "Source Identifier", "SourceIdentifier", "1", false}, + FrameOriginTimestamp: Info{FrameOriginTimestamp, []string{"OB"}, "Frame Origin Timestamp", "FrameOriginTimestamp", "1", false}, + IncludesImagingSubject: Info{IncludesImagingSubject, []string{"CS"}, "Includes Imaging Subject", "IncludesImagingSubject", "1", false}, + FrameUsefulnessGroupSequence: Info{FrameUsefulnessGroupSequence, []string{"SQ"}, "Frame Usefulness Group Sequence", "FrameUsefulnessGroupSequence", "1", false}, + RealTimeBulkDataFlowSequence: Info{RealTimeBulkDataFlowSequence, []string{"SQ"}, "Real-Time Bulk Data Flow Sequence", "RealTimeBulkDataFlowSequence", "1", false}, + CameraPositionGroupSequence: Info{CameraPositionGroupSequence, []string{"SQ"}, "Camera Position Group Sequence", "CameraPositionGroupSequence", "1", false}, + IncludesInformation: Info{IncludesInformation, []string{"CS"}, "Includes Information", "IncludesInformation", "1", false}, + TimeOfFrameGroupSequence: Info{TimeOfFrameGroupSequence, []string{"SQ"}, "Time of Frame Group Sequence", "TimeOfFrameGroupSequence", "1", false}, + ReferencedPatientAliasSequence: Info{ReferencedPatientAliasSequence, []string{"SQ"}, "Referenced Patient Alias Sequence", "ReferencedPatientAliasSequence", "1", true}, + VisitStatusID: Info{VisitStatusID, []string{"CS"}, "Visit Status ID", "VisitStatusID", "1", false}, + AdmissionID: Info{AdmissionID, []string{"LO"}, "Admission ID", "AdmissionID", "1", false}, + IssuerOfAdmissionID: Info{IssuerOfAdmissionID, []string{"LO"}, "Issuer of Admission ID", "IssuerOfAdmissionID", "1", true}, + IssuerOfAdmissionIDSequence: Info{IssuerOfAdmissionIDSequence, []string{"SQ"}, "Issuer of Admission ID Sequence", "IssuerOfAdmissionIDSequence", "1", false}, + RouteOfAdmissions: Info{RouteOfAdmissions, []string{"LO"}, "Route of Admissions", "RouteOfAdmissions", "1", false}, + ScheduledAdmissionDate: Info{ScheduledAdmissionDate, []string{"DA"}, "Scheduled Admission Date", "ScheduledAdmissionDate", "1", true}, + ScheduledAdmissionTime: Info{ScheduledAdmissionTime, []string{"TM"}, "Scheduled Admission Time", "ScheduledAdmissionTime", "1", true}, + ScheduledDischargeDate: Info{ScheduledDischargeDate, []string{"DA"}, "Scheduled Discharge Date", "ScheduledDischargeDate", "1", true}, + ScheduledDischargeTime: Info{ScheduledDischargeTime, []string{"TM"}, "Scheduled Discharge Time", "ScheduledDischargeTime", "1", true}, + ScheduledPatientInstitutionResidence: Info{ScheduledPatientInstitutionResidence, []string{"LO"}, "Scheduled Patient Institution Residence", "ScheduledPatientInstitutionResidence", "1", true}, + AdmittingDate: Info{AdmittingDate, []string{"DA"}, "Admitting Date", "AdmittingDate", "1", false}, + AdmittingTime: Info{AdmittingTime, []string{"TM"}, "Admitting Time", "AdmittingTime", "1", false}, + DischargeDate: Info{DischargeDate, []string{"DA"}, "Discharge Date", "DischargeDate", "1", true}, + DischargeTime: Info{DischargeTime, []string{"TM"}, "Discharge Time", "DischargeTime", "1", true}, + DischargeDiagnosisDescription: Info{DischargeDiagnosisDescription, []string{"LO"}, "Discharge Diagnosis Description", "DischargeDiagnosisDescription", "1", true}, + DischargeDiagnosisCodeSequence: Info{DischargeDiagnosisCodeSequence, []string{"SQ"}, "Discharge Diagnosis Code Sequence", "DischargeDiagnosisCodeSequence", "1", true}, + SpecialNeeds: Info{SpecialNeeds, []string{"LO"}, "Special Needs", "SpecialNeeds", "1", false}, + ServiceEpisodeID: Info{ServiceEpisodeID, []string{"LO"}, "Service Episode ID", "ServiceEpisodeID", "1", false}, + IssuerOfServiceEpisodeID: Info{IssuerOfServiceEpisodeID, []string{"LO"}, "Issuer of Service Episode ID", "IssuerOfServiceEpisodeID", "1", true}, + ServiceEpisodeDescription: Info{ServiceEpisodeDescription, []string{"LO"}, "Service Episode Description", "ServiceEpisodeDescription", "1", false}, + IssuerOfServiceEpisodeIDSequence: Info{IssuerOfServiceEpisodeIDSequence, []string{"SQ"}, "Issuer of Service Episode ID Sequence", "IssuerOfServiceEpisodeIDSequence", "1", false}, + PertinentDocumentsSequence: Info{PertinentDocumentsSequence, []string{"SQ"}, "Pertinent Documents Sequence", "PertinentDocumentsSequence", "1", false}, + PertinentResourcesSequence: Info{PertinentResourcesSequence, []string{"SQ"}, "Pertinent Resources Sequence", "PertinentResourcesSequence", "1", false}, + ResourceDescription: Info{ResourceDescription, []string{"LO"}, "Resource Description", "ResourceDescription", "1", false}, + CurrentPatientLocation: Info{CurrentPatientLocation, []string{"LO"}, "Current Patient Location", "CurrentPatientLocation", "1", false}, + PatientInstitutionResidence: Info{PatientInstitutionResidence, []string{"LO"}, "Patient's Institution Residence", "PatientInstitutionResidence", "1", false}, + PatientState: Info{PatientState, []string{"LO"}, "Patient State", "PatientState", "1", false}, + PatientClinicalTrialParticipationSequence: Info{PatientClinicalTrialParticipationSequence, []string{"SQ"}, "Patient Clinical Trial Participation Sequence", "PatientClinicalTrialParticipationSequence", "1", false}, + VisitComments: Info{VisitComments, []string{"LT"}, "Visit Comments", "VisitComments", "1", false}, + WaveformOriginality: Info{WaveformOriginality, []string{"CS"}, "Waveform Originality", "WaveformOriginality", "1", false}, + NumberOfWaveformChannels: Info{NumberOfWaveformChannels, []string{"US"}, "Number of Waveform Channels", "NumberOfWaveformChannels", "1", false}, + NumberOfWaveformSamples: Info{NumberOfWaveformSamples, []string{"UL"}, "Number of Waveform Samples", "NumberOfWaveformSamples", "1", false}, + SamplingFrequency: Info{SamplingFrequency, []string{"DS"}, "Sampling Frequency", "SamplingFrequency", "1", false}, + MultiplexGroupLabel: Info{MultiplexGroupLabel, []string{"SH"}, "Multiplex Group Label", "MultiplexGroupLabel", "1", false}, + ChannelDefinitionSequence: Info{ChannelDefinitionSequence, []string{"SQ"}, "Channel Definition Sequence", "ChannelDefinitionSequence", "1", false}, + WaveformChannelNumber: Info{WaveformChannelNumber, []string{"IS"}, "Waveform Channel Number", "WaveformChannelNumber", "1", false}, + ChannelLabel: Info{ChannelLabel, []string{"SH"}, "Channel Label", "ChannelLabel", "1", false}, + ChannelStatus: Info{ChannelStatus, []string{"CS"}, "Channel Status", "ChannelStatus", "1-n", false}, + ChannelSourceSequence: Info{ChannelSourceSequence, []string{"SQ"}, "Channel Source Sequence", "ChannelSourceSequence", "1", false}, + ChannelSourceModifiersSequence: Info{ChannelSourceModifiersSequence, []string{"SQ"}, "Channel Source Modifiers Sequence", "ChannelSourceModifiersSequence", "1", false}, + SourceWaveformSequence: Info{SourceWaveformSequence, []string{"SQ"}, "Source Waveform Sequence", "SourceWaveformSequence", "1", false}, + ChannelDerivationDescription: Info{ChannelDerivationDescription, []string{"LO"}, "Channel Derivation Description", "ChannelDerivationDescription", "1", false}, + ChannelSensitivity: Info{ChannelSensitivity, []string{"DS"}, "Channel Sensitivity", "ChannelSensitivity", "1", false}, + ChannelSensitivityUnitsSequence: Info{ChannelSensitivityUnitsSequence, []string{"SQ"}, "Channel Sensitivity Units Sequence", "ChannelSensitivityUnitsSequence", "1", false}, + ChannelSensitivityCorrectionFactor: Info{ChannelSensitivityCorrectionFactor, []string{"DS"}, "Channel Sensitivity Correction Factor", "ChannelSensitivityCorrectionFactor", "1", false}, + ChannelBaseline: Info{ChannelBaseline, []string{"DS"}, "Channel Baseline", "ChannelBaseline", "1", false}, + ChannelTimeSkew: Info{ChannelTimeSkew, []string{"DS"}, "Channel Time Skew", "ChannelTimeSkew", "1", false}, + ChannelSampleSkew: Info{ChannelSampleSkew, []string{"DS"}, "Channel Sample Skew", "ChannelSampleSkew", "1", false}, + ChannelOffset: Info{ChannelOffset, []string{"DS"}, "Channel Offset", "ChannelOffset", "1", false}, + WaveformBitsStored: Info{WaveformBitsStored, []string{"US"}, "Waveform Bits Stored", "WaveformBitsStored", "1", false}, + FilterLowFrequency: Info{FilterLowFrequency, []string{"DS"}, "Filter Low Frequency", "FilterLowFrequency", "1", false}, + FilterHighFrequency: Info{FilterHighFrequency, []string{"DS"}, "Filter High Frequency", "FilterHighFrequency", "1", false}, + NotchFilterFrequency: Info{NotchFilterFrequency, []string{"DS"}, "Notch Filter Frequency", "NotchFilterFrequency", "1", false}, + NotchFilterBandwidth: Info{NotchFilterBandwidth, []string{"DS"}, "Notch Filter Bandwidth", "NotchFilterBandwidth", "1", false}, + WaveformDataDisplayScale: Info{WaveformDataDisplayScale, []string{"FL"}, "Waveform Data Display Scale", "WaveformDataDisplayScale", "1", false}, + WaveformDisplayBackgroundCIELabValue: Info{WaveformDisplayBackgroundCIELabValue, []string{"US"}, "Waveform Display Background CIELab Value", "WaveformDisplayBackgroundCIELabValue", "3", false}, + WaveformPresentationGroupSequence: Info{WaveformPresentationGroupSequence, []string{"SQ"}, "Waveform Presentation Group Sequence", "WaveformPresentationGroupSequence", "1", false}, + PresentationGroupNumber: Info{PresentationGroupNumber, []string{"US"}, "Presentation Group Number", "PresentationGroupNumber", "1", false}, + ChannelDisplaySequence: Info{ChannelDisplaySequence, []string{"SQ"}, "Channel Display Sequence", "ChannelDisplaySequence", "1", false}, + ChannelRecommendedDisplayCIELabValue: Info{ChannelRecommendedDisplayCIELabValue, []string{"US"}, "Channel Recommended Display CIELab Value", "ChannelRecommendedDisplayCIELabValue", "3", false}, + ChannelPosition: Info{ChannelPosition, []string{"FL"}, "Channel Position", "ChannelPosition", "1", false}, + DisplayShadingFlag: Info{DisplayShadingFlag, []string{"CS"}, "Display Shading Flag", "DisplayShadingFlag", "1", false}, + FractionalChannelDisplayScale: Info{FractionalChannelDisplayScale, []string{"FL"}, "Fractional Channel Display Scale", "FractionalChannelDisplayScale", "1", false}, + AbsoluteChannelDisplayScale: Info{AbsoluteChannelDisplayScale, []string{"FL"}, "Absolute Channel Display Scale", "AbsoluteChannelDisplayScale", "1", false}, + MultiplexedAudioChannelsDescriptionCodeSequence: Info{MultiplexedAudioChannelsDescriptionCodeSequence, []string{"SQ"}, "Multiplexed Audio Channels Description Code Sequence", "MultiplexedAudioChannelsDescriptionCodeSequence", "1", false}, + ChannelIdentificationCode: Info{ChannelIdentificationCode, []string{"IS"}, "Channel Identification Code", "ChannelIdentificationCode", "1", false}, + ChannelMode: Info{ChannelMode, []string{"CS"}, "Channel Mode", "ChannelMode", "1", false}, + MultiplexGroupUID: Info{MultiplexGroupUID, []string{"UI"}, "Multiplex Group UID", "MultiplexGroupUID", "1", false}, + PowerlineFrequency: Info{PowerlineFrequency, []string{"DS"}, "Powerline Frequency", "PowerlineFrequency", "1", false}, + ChannelImpedanceSequence: Info{ChannelImpedanceSequence, []string{"SQ"}, "Channel Impedance Sequence", "ChannelImpedanceSequence", "1", false}, + ImpedanceValue: Info{ImpedanceValue, []string{"DS"}, "Impedance Value", "ImpedanceValue", "1", false}, + ImpedanceMeasurementDateTime: Info{ImpedanceMeasurementDateTime, []string{"DT"}, "Impedance Measurement DateTime", "ImpedanceMeasurementDateTime", "1", false}, + ImpedanceMeasurementFrequency: Info{ImpedanceMeasurementFrequency, []string{"DS"}, "Impedance Measurement Frequency", "ImpedanceMeasurementFrequency", "1", false}, + ImpedanceMeasurementCurrentType: Info{ImpedanceMeasurementCurrentType, []string{"CS"}, "Impedance Measurement Current Type", "ImpedanceMeasurementCurrentType", "1", false}, + WaveformAmplifierType: Info{WaveformAmplifierType, []string{"CS"}, "Waveform Amplifier Type", "WaveformAmplifierType", "1", false}, + FilterLowFrequencyCharacteristicsSequence: Info{FilterLowFrequencyCharacteristicsSequence, []string{"SQ"}, "Filter Low Frequency Characteristics Sequence", "FilterLowFrequencyCharacteristicsSequence", "1", false}, + FilterHighFrequencyCharacteristicsSequence: Info{FilterHighFrequencyCharacteristicsSequence, []string{"SQ"}, "Filter High Frequency Characteristics Sequence", "FilterHighFrequencyCharacteristicsSequence", "1", false}, + SummarizedFilterLookupTable: Info{SummarizedFilterLookupTable, []string{"SQ"}, "Summarized Filter Lookup Table Sequence", "SummarizedFilterLookupTable", "1", false}, + NotchFilterCharacteristicsSequence: Info{NotchFilterCharacteristicsSequence, []string{"SQ"}, "Notch Filter Characteristics Sequence", "NotchFilterCharacteristicsSequence", "1", false}, + WaveformFilterType: Info{WaveformFilterType, []string{"CS"}, "Waveform Filter Type", "WaveformFilterType", "1", false}, + AnalogFilterCharacteristicsSequence: Info{AnalogFilterCharacteristicsSequence, []string{"SQ"}, "Analog Filter Characteristics Sequence", "AnalogFilterCharacteristicsSequence", "1", false}, + AnalogFilterRollOff: Info{AnalogFilterRollOff, []string{"DS"}, "Analog Filter Roll Off", "AnalogFilterRollOff", "1", false}, + AnalogFilterType: Info{AnalogFilterType, []string{"SQ"}, "Analog Filter Type Code Sequence", "AnalogFilterType", "1", false}, + DigitalFilterCharacteristicsSequence: Info{DigitalFilterCharacteristicsSequence, []string{"SQ"}, "Digital Filter Characteristics Sequence", "DigitalFilterCharacteristicsSequence", "1", false}, + DigitalFilterOrder: Info{DigitalFilterOrder, []string{"IS"}, "Digital Filter Order", "DigitalFilterOrder", "1", false}, + DigitalFilterTypeCodeSequence: Info{DigitalFilterTypeCodeSequence, []string{"SQ"}, "Digital Filter Type Code Sequence", "DigitalFilterTypeCodeSequence", "1", false}, + WaveformFilterDescription: Info{WaveformFilterDescription, []string{"ST"}, "Waveform Filter Description", "WaveformFilterDescription", "1", false}, + FilterLookupTableSequence: Info{FilterLookupTableSequence, []string{"SQ"}, "Filter Lookup Table Sequence", "FilterLookupTableSequence", "1", false}, + FilterLookupTableDescription: Info{FilterLookupTableDescription, []string{"ST"}, "Filter Lookup Table Description", "FilterLookupTableDescription", "1", false}, + FrequencyEncodingCodeSequence: Info{FrequencyEncodingCodeSequence, []string{"SQ"}, "Frequency Encoding Code Sequence", "FrequencyEncodingCodeSequence", "1", false}, + MagnitudeEncodingCodeSequence: Info{MagnitudeEncodingCodeSequence, []string{"SQ"}, "Magnitude Encoding Code Sequence", "MagnitudeEncodingCodeSequence", "1", false}, + FilterLookupTableData: Info{FilterLookupTableData, []string{"OD"}, "Filter Lookup Table Data", "FilterLookupTableData", "1", false}, + ScheduledStationAETitle: Info{ScheduledStationAETitle, []string{"AE"}, "Scheduled Station AE Title", "ScheduledStationAETitle", "1-n", false}, + ScheduledProcedureStepStartDate: Info{ScheduledProcedureStepStartDate, []string{"DA"}, "Scheduled Procedure Step Start Date", "ScheduledProcedureStepStartDate", "1", false}, + ScheduledProcedureStepStartTime: Info{ScheduledProcedureStepStartTime, []string{"TM"}, "Scheduled Procedure Step Start Time", "ScheduledProcedureStepStartTime", "1", false}, + ScheduledProcedureStepEndDate: Info{ScheduledProcedureStepEndDate, []string{"DA"}, "Scheduled Procedure Step End Date", "ScheduledProcedureStepEndDate", "1", false}, + ScheduledProcedureStepEndTime: Info{ScheduledProcedureStepEndTime, []string{"TM"}, "Scheduled Procedure Step End Time", "ScheduledProcedureStepEndTime", "1", false}, + ScheduledPerformingPhysicianName: Info{ScheduledPerformingPhysicianName, []string{"PN"}, "Scheduled Performing Physician's Name", "ScheduledPerformingPhysicianName", "1", false}, + ScheduledProcedureStepDescription: Info{ScheduledProcedureStepDescription, []string{"LO"}, "Scheduled Procedure Step Description", "ScheduledProcedureStepDescription", "1", false}, + ScheduledProtocolCodeSequence: Info{ScheduledProtocolCodeSequence, []string{"SQ"}, "Scheduled Protocol Code Sequence", "ScheduledProtocolCodeSequence", "1", false}, + ScheduledProcedureStepID: Info{ScheduledProcedureStepID, []string{"SH"}, "Scheduled Procedure Step ID", "ScheduledProcedureStepID", "1", false}, + StageCodeSequence: Info{StageCodeSequence, []string{"SQ"}, "Stage Code Sequence", "StageCodeSequence", "1", false}, + ScheduledPerformingPhysicianIdentificationSequence: Info{ScheduledPerformingPhysicianIdentificationSequence, []string{"SQ"}, "Scheduled Performing Physician Identification Sequence", "ScheduledPerformingPhysicianIdentificationSequence", "1", false}, + ScheduledStationName: Info{ScheduledStationName, []string{"SH"}, "Scheduled Station Name", "ScheduledStationName", "1-n", false}, + ScheduledProcedureStepLocation: Info{ScheduledProcedureStepLocation, []string{"SH"}, "Scheduled Procedure Step Location", "ScheduledProcedureStepLocation", "1", false}, + PreMedication: Info{PreMedication, []string{"LO"}, "Pre-Medication", "PreMedication", "1", false}, + ScheduledProcedureStepStatus: Info{ScheduledProcedureStepStatus, []string{"CS"}, "Scheduled Procedure Step Status", "ScheduledProcedureStepStatus", "1", false}, + OrderPlacerIdentifierSequence: Info{OrderPlacerIdentifierSequence, []string{"SQ"}, "Order Placer Identifier Sequence", "OrderPlacerIdentifierSequence", "1", false}, + OrderFillerIdentifierSequence: Info{OrderFillerIdentifierSequence, []string{"SQ"}, "Order Filler Identifier Sequence", "OrderFillerIdentifierSequence", "1", false}, + LocalNamespaceEntityID: Info{LocalNamespaceEntityID, []string{"UT"}, "Local Namespace Entity ID", "LocalNamespaceEntityID", "1", false}, + UniversalEntityID: Info{UniversalEntityID, []string{"UT"}, "Universal Entity ID", "UniversalEntityID", "1", false}, + UniversalEntityIDType: Info{UniversalEntityIDType, []string{"CS"}, "Universal Entity ID Type", "UniversalEntityIDType", "1", false}, + IdentifierTypeCode: Info{IdentifierTypeCode, []string{"CS"}, "Identifier Type Code", "IdentifierTypeCode", "1", false}, + AssigningFacilitySequence: Info{AssigningFacilitySequence, []string{"SQ"}, "Assigning Facility Sequence", "AssigningFacilitySequence", "1", false}, + AssigningJurisdictionCodeSequence: Info{AssigningJurisdictionCodeSequence, []string{"SQ"}, "Assigning Jurisdiction Code Sequence", "AssigningJurisdictionCodeSequence", "1", false}, + AssigningAgencyOrDepartmentCodeSequence: Info{AssigningAgencyOrDepartmentCodeSequence, []string{"SQ"}, "Assigning Agency or Department Code Sequence", "AssigningAgencyOrDepartmentCodeSequence", "1", false}, + ScheduledProcedureStepSequence: Info{ScheduledProcedureStepSequence, []string{"SQ"}, "Scheduled Procedure Step Sequence", "ScheduledProcedureStepSequence", "1", false}, + ReferencedNonImageCompositeSOPInstanceSequence: Info{ReferencedNonImageCompositeSOPInstanceSequence, []string{"SQ"}, "Referenced Non-Image Composite SOP Instance Sequence", "ReferencedNonImageCompositeSOPInstanceSequence", "1", false}, + PerformedStationAETitle: Info{PerformedStationAETitle, []string{"AE"}, "Performed Station AE Title", "PerformedStationAETitle", "1", false}, + PerformedStationName: Info{PerformedStationName, []string{"SH"}, "Performed Station Name", "PerformedStationName", "1", false}, + PerformedLocation: Info{PerformedLocation, []string{"SH"}, "Performed Location", "PerformedLocation", "1", false}, + PerformedProcedureStepStartDate: Info{PerformedProcedureStepStartDate, []string{"DA"}, "Performed Procedure Step Start Date", "PerformedProcedureStepStartDate", "1", false}, + PerformedProcedureStepStartTime: Info{PerformedProcedureStepStartTime, []string{"TM"}, "Performed Procedure Step Start Time", "PerformedProcedureStepStartTime", "1", false}, + PerformedProcedureStepEndDate: Info{PerformedProcedureStepEndDate, []string{"DA"}, "Performed Procedure Step End Date", "PerformedProcedureStepEndDate", "1", false}, + PerformedProcedureStepEndTime: Info{PerformedProcedureStepEndTime, []string{"TM"}, "Performed Procedure Step End Time", "PerformedProcedureStepEndTime", "1", false}, + PerformedProcedureStepStatus: Info{PerformedProcedureStepStatus, []string{"CS"}, "Performed Procedure Step Status", "PerformedProcedureStepStatus", "1", false}, + PerformedProcedureStepID: Info{PerformedProcedureStepID, []string{"SH"}, "Performed Procedure Step ID", "PerformedProcedureStepID", "1", false}, + PerformedProcedureStepDescription: Info{PerformedProcedureStepDescription, []string{"LO"}, "Performed Procedure Step Description", "PerformedProcedureStepDescription", "1", false}, + PerformedProcedureTypeDescription: Info{PerformedProcedureTypeDescription, []string{"LO"}, "Performed Procedure Type Description", "PerformedProcedureTypeDescription", "1", false}, + PerformedProtocolCodeSequence: Info{PerformedProtocolCodeSequence, []string{"SQ"}, "Performed Protocol Code Sequence", "PerformedProtocolCodeSequence", "1", false}, + PerformedProtocolType: Info{PerformedProtocolType, []string{"CS"}, "Performed Protocol Type", "PerformedProtocolType", "1", false}, + ScheduledStepAttributesSequence: Info{ScheduledStepAttributesSequence, []string{"SQ"}, "Scheduled Step Attributes Sequence", "ScheduledStepAttributesSequence", "1", false}, + RequestAttributesSequence: Info{RequestAttributesSequence, []string{"SQ"}, "Request Attributes Sequence", "RequestAttributesSequence", "1", false}, + CommentsOnThePerformedProcedureStep: Info{CommentsOnThePerformedProcedureStep, []string{"ST"}, "Comments on the Performed Procedure Step", "CommentsOnThePerformedProcedureStep", "1", false}, + PerformedProcedureStepDiscontinuationReasonCodeSequence: Info{PerformedProcedureStepDiscontinuationReasonCodeSequence, []string{"SQ"}, "Performed Procedure Step Discontinuation Reason Code Sequence", "PerformedProcedureStepDiscontinuationReasonCodeSequence", "1", false}, + QuantitySequence: Info{QuantitySequence, []string{"SQ"}, "Quantity Sequence", "QuantitySequence", "1", false}, + Quantity: Info{Quantity, []string{"DS"}, "Quantity", "Quantity", "1", false}, + MeasuringUnitsSequence: Info{MeasuringUnitsSequence, []string{"SQ"}, "Measuring Units Sequence", "MeasuringUnitsSequence", "1", false}, + BillingItemSequence: Info{BillingItemSequence, []string{"SQ"}, "Billing Item Sequence", "BillingItemSequence", "1", false}, + TotalTimeOfFluoroscopy: Info{TotalTimeOfFluoroscopy, []string{"US"}, "Total Time of Fluoroscopy", "TotalTimeOfFluoroscopy", "1", true}, + TotalNumberOfExposures: Info{TotalNumberOfExposures, []string{"US"}, "Total Number of Exposures", "TotalNumberOfExposures", "1", true}, + EntranceDose: Info{EntranceDose, []string{"US"}, "Entrance Dose", "EntranceDose", "1", false}, + ExposedArea: Info{ExposedArea, []string{"US"}, "Exposed Area", "ExposedArea", "1-2", false}, + DistanceSourceToEntrance: Info{DistanceSourceToEntrance, []string{"DS"}, "Distance Source to Entrance", "DistanceSourceToEntrance", "1", false}, + DistanceSourceToSupport: Info{DistanceSourceToSupport, []string{"DS"}, "Distance Source to Support", "DistanceSourceToSupport", "1", true}, + ExposureDoseSequence: Info{ExposureDoseSequence, []string{"SQ"}, "Exposure Dose Sequence", "ExposureDoseSequence", "1", true}, + CommentsOnRadiationDose: Info{CommentsOnRadiationDose, []string{"ST"}, "Comments on Radiation Dose", "CommentsOnRadiationDose", "1", false}, + XRayOutput: Info{XRayOutput, []string{"DS"}, "X-Ray Output", "XRayOutput", "1", false}, + HalfValueLayer: Info{HalfValueLayer, []string{"DS"}, "Half Value Layer", "HalfValueLayer", "1", false}, + OrganDose: Info{OrganDose, []string{"DS"}, "Organ Dose", "OrganDose", "1", false}, + OrganExposed: Info{OrganExposed, []string{"CS"}, "Organ Exposed", "OrganExposed", "1", false}, + BillingProcedureStepSequence: Info{BillingProcedureStepSequence, []string{"SQ"}, "Billing Procedure Step Sequence", "BillingProcedureStepSequence", "1", false}, + FilmConsumptionSequence: Info{FilmConsumptionSequence, []string{"SQ"}, "Film Consumption Sequence", "FilmConsumptionSequence", "1", false}, + BillingSuppliesAndDevicesSequence: Info{BillingSuppliesAndDevicesSequence, []string{"SQ"}, "Billing Supplies and Devices Sequence", "BillingSuppliesAndDevicesSequence", "1", false}, + ReferencedProcedureStepSequence: Info{ReferencedProcedureStepSequence, []string{"SQ"}, "Referenced Procedure Step Sequence", "ReferencedProcedureStepSequence", "1", true}, + PerformedSeriesSequence: Info{PerformedSeriesSequence, []string{"SQ"}, "Performed Series Sequence", "PerformedSeriesSequence", "1", false}, + CommentsOnTheScheduledProcedureStep: Info{CommentsOnTheScheduledProcedureStep, []string{"LT"}, "Comments on the Scheduled Procedure Step", "CommentsOnTheScheduledProcedureStep", "1", false}, + ProtocolContextSequence: Info{ProtocolContextSequence, []string{"SQ"}, "Protocol Context Sequence", "ProtocolContextSequence", "1", false}, + ContentItemModifierSequence: Info{ContentItemModifierSequence, []string{"SQ"}, "Content Item Modifier Sequence", "ContentItemModifierSequence", "1", false}, + ScheduledSpecimenSequence: Info{ScheduledSpecimenSequence, []string{"SQ"}, "Scheduled Specimen Sequence", "ScheduledSpecimenSequence", "1", false}, + SpecimenAccessionNumber: Info{SpecimenAccessionNumber, []string{"LO"}, "Specimen Accession Number", "SpecimenAccessionNumber", "1", true}, + ContainerIdentifier: Info{ContainerIdentifier, []string{"LO"}, "Container Identifier", "ContainerIdentifier", "1", false}, + IssuerOfTheContainerIdentifierSequence: Info{IssuerOfTheContainerIdentifierSequence, []string{"SQ"}, "Issuer of the Container Identifier Sequence", "IssuerOfTheContainerIdentifierSequence", "1", false}, + AlternateContainerIdentifierSequence: Info{AlternateContainerIdentifierSequence, []string{"SQ"}, "Alternate Container Identifier Sequence", "AlternateContainerIdentifierSequence", "1", false}, + ContainerTypeCodeSequence: Info{ContainerTypeCodeSequence, []string{"SQ"}, "Container Type Code Sequence", "ContainerTypeCodeSequence", "1", false}, + ContainerDescription: Info{ContainerDescription, []string{"LO"}, "Container Description", "ContainerDescription", "1", false}, + ContainerComponentSequence: Info{ContainerComponentSequence, []string{"SQ"}, "Container Component Sequence", "ContainerComponentSequence", "1", false}, + SpecimenSequence: Info{SpecimenSequence, []string{"SQ"}, "Specimen Sequence", "SpecimenSequence", "1", true}, + SpecimenIdentifier: Info{SpecimenIdentifier, []string{"LO"}, "Specimen Identifier", "SpecimenIdentifier", "1", false}, + SpecimenDescriptionSequenceTrial: Info{SpecimenDescriptionSequenceTrial, []string{"SQ"}, "Specimen Description Sequence (Trial)", "SpecimenDescriptionSequenceTrial", "1", true}, + SpecimenDescriptionTrial: Info{SpecimenDescriptionTrial, []string{"ST"}, "Specimen Description (Trial)", "SpecimenDescriptionTrial", "1", true}, + SpecimenUID: Info{SpecimenUID, []string{"UI"}, "Specimen UID", "SpecimenUID", "1", false}, + AcquisitionContextSequence: Info{AcquisitionContextSequence, []string{"SQ"}, "Acquisition Context Sequence", "AcquisitionContextSequence", "1", false}, + AcquisitionContextDescription: Info{AcquisitionContextDescription, []string{"ST"}, "Acquisition Context Description", "AcquisitionContextDescription", "1", false}, + SpecimenTypeCodeSequence: Info{SpecimenTypeCodeSequence, []string{"SQ"}, "Specimen Type Code Sequence", "SpecimenTypeCodeSequence", "1", false}, + SpecimenDescriptionSequence: Info{SpecimenDescriptionSequence, []string{"SQ"}, "Specimen Description Sequence", "SpecimenDescriptionSequence", "1", false}, + IssuerOfTheSpecimenIdentifierSequence: Info{IssuerOfTheSpecimenIdentifierSequence, []string{"SQ"}, "Issuer of the Specimen Identifier Sequence", "IssuerOfTheSpecimenIdentifierSequence", "1", false}, + SpecimenShortDescription: Info{SpecimenShortDescription, []string{"LO"}, "Specimen Short Description", "SpecimenShortDescription", "1", false}, + SpecimenDetailedDescription: Info{SpecimenDetailedDescription, []string{"UT"}, "Specimen Detailed Description", "SpecimenDetailedDescription", "1", false}, + SpecimenPreparationSequence: Info{SpecimenPreparationSequence, []string{"SQ"}, "Specimen Preparation Sequence", "SpecimenPreparationSequence", "1", false}, + SpecimenPreparationStepContentItemSequence: Info{SpecimenPreparationStepContentItemSequence, []string{"SQ"}, "Specimen Preparation Step Content Item Sequence", "SpecimenPreparationStepContentItemSequence", "1", false}, + SpecimenLocalizationContentItemSequence: Info{SpecimenLocalizationContentItemSequence, []string{"SQ"}, "Specimen Localization Content Item Sequence", "SpecimenLocalizationContentItemSequence", "1", false}, + SlideIdentifier: Info{SlideIdentifier, []string{"LO"}, "Slide Identifier", "SlideIdentifier", "1", true}, + WholeSlideMicroscopyImageFrameTypeSequence: Info{WholeSlideMicroscopyImageFrameTypeSequence, []string{"SQ"}, "Whole Slide Microscopy Image Frame Type Sequence", "WholeSlideMicroscopyImageFrameTypeSequence", "1", false}, + ImageCenterPointCoordinatesSequence: Info{ImageCenterPointCoordinatesSequence, []string{"SQ"}, "Image Center Point Coordinates Sequence", "ImageCenterPointCoordinatesSequence", "1", false}, + XOffsetInSlideCoordinateSystem: Info{XOffsetInSlideCoordinateSystem, []string{"DS"}, "X Offset in Slide Coordinate System", "XOffsetInSlideCoordinateSystem", "1", false}, + YOffsetInSlideCoordinateSystem: Info{YOffsetInSlideCoordinateSystem, []string{"DS"}, "Y Offset in Slide Coordinate System", "YOffsetInSlideCoordinateSystem", "1", false}, + ZOffsetInSlideCoordinateSystem: Info{ZOffsetInSlideCoordinateSystem, []string{"DS"}, "Z Offset in Slide Coordinate System", "ZOffsetInSlideCoordinateSystem", "1", false}, + PixelSpacingSequence: Info{PixelSpacingSequence, []string{"SQ"}, "Pixel Spacing Sequence", "PixelSpacingSequence", "1", true}, + CoordinateSystemAxisCodeSequence: Info{CoordinateSystemAxisCodeSequence, []string{"SQ"}, "Coordinate System Axis Code Sequence", "CoordinateSystemAxisCodeSequence", "1", true}, + MeasurementUnitsCodeSequence: Info{MeasurementUnitsCodeSequence, []string{"SQ"}, "Measurement Units Code Sequence", "MeasurementUnitsCodeSequence", "1", false}, + VitalStainCodeSequenceTrial: Info{VitalStainCodeSequenceTrial, []string{"SQ"}, "Vital Stain Code Sequence (Trial)", "VitalStainCodeSequenceTrial", "1", true}, + RequestedProcedureID: Info{RequestedProcedureID, []string{"SH"}, "Requested Procedure ID", "RequestedProcedureID", "1", false}, + ReasonForTheRequestedProcedure: Info{ReasonForTheRequestedProcedure, []string{"LO"}, "Reason for the Requested Procedure", "ReasonForTheRequestedProcedure", "1", false}, + RequestedProcedurePriority: Info{RequestedProcedurePriority, []string{"SH"}, "Requested Procedure Priority", "RequestedProcedurePriority", "1", false}, + PatientTransportArrangements: Info{PatientTransportArrangements, []string{"LO"}, "Patient Transport Arrangements", "PatientTransportArrangements", "1", false}, + RequestedProcedureLocation: Info{RequestedProcedureLocation, []string{"LO"}, "Requested Procedure Location", "RequestedProcedureLocation", "1", false}, + PlacerOrderNumberProcedure: Info{PlacerOrderNumberProcedure, []string{"SH"}, "Placer Order Number / Procedure", "PlacerOrderNumberProcedure", "1", true}, + FillerOrderNumberProcedure: Info{FillerOrderNumberProcedure, []string{"SH"}, "Filler Order Number / Procedure", "FillerOrderNumberProcedure", "1", true}, + ConfidentialityCode: Info{ConfidentialityCode, []string{"LO"}, "Confidentiality Code", "ConfidentialityCode", "1", false}, + ReportingPriority: Info{ReportingPriority, []string{"SH"}, "Reporting Priority", "ReportingPriority", "1", false}, + ReasonForRequestedProcedureCodeSequence: Info{ReasonForRequestedProcedureCodeSequence, []string{"SQ"}, "Reason for Requested Procedure Code Sequence", "ReasonForRequestedProcedureCodeSequence", "1", false}, + NamesOfIntendedRecipientsOfResults: Info{NamesOfIntendedRecipientsOfResults, []string{"PN"}, "Names of Intended Recipients of Results", "NamesOfIntendedRecipientsOfResults", "1-n", false}, + IntendedRecipientsOfResultsIdentificationSequence: Info{IntendedRecipientsOfResultsIdentificationSequence, []string{"SQ"}, "Intended Recipients of Results Identification Sequence", "IntendedRecipientsOfResultsIdentificationSequence", "1", false}, + ReasonForPerformedProcedureCodeSequence: Info{ReasonForPerformedProcedureCodeSequence, []string{"SQ"}, "Reason For Performed Procedure Code Sequence", "ReasonForPerformedProcedureCodeSequence", "1", false}, + RequestedProcedureDescriptionTrial: Info{RequestedProcedureDescriptionTrial, []string{"LO"}, "Requested Procedure Description (Trial)", "RequestedProcedureDescriptionTrial", "1", true}, + PersonIdentificationCodeSequence: Info{PersonIdentificationCodeSequence, []string{"SQ"}, "Person Identification Code Sequence", "PersonIdentificationCodeSequence", "1", false}, + PersonAddress: Info{PersonAddress, []string{"ST"}, "Person's Address", "PersonAddress", "1", false}, + PersonTelephoneNumbers: Info{PersonTelephoneNumbers, []string{"LO"}, "Person's Telephone Numbers", "PersonTelephoneNumbers", "1-n", false}, + PersonTelecomInformation: Info{PersonTelecomInformation, []string{"LT"}, "Person's Telecom Information", "PersonTelecomInformation", "1", false}, + RequestedProcedureComments: Info{RequestedProcedureComments, []string{"LT"}, "Requested Procedure Comments", "RequestedProcedureComments", "1", false}, + ReasonForTheImagingServiceRequest: Info{ReasonForTheImagingServiceRequest, []string{"LO"}, "Reason for the Imaging Service Request", "ReasonForTheImagingServiceRequest", "1", true}, + IssueDateOfImagingServiceRequest: Info{IssueDateOfImagingServiceRequest, []string{"DA"}, "Issue Date of Imaging Service Request", "IssueDateOfImagingServiceRequest", "1", false}, + IssueTimeOfImagingServiceRequest: Info{IssueTimeOfImagingServiceRequest, []string{"TM"}, "Issue Time of Imaging Service Request", "IssueTimeOfImagingServiceRequest", "1", false}, + PlacerOrderNumberImagingServiceRequestRetired: Info{PlacerOrderNumberImagingServiceRequestRetired, []string{"SH"}, "Placer Order Number / Imaging Service Request (Retired)", "PlacerOrderNumberImagingServiceRequestRetired", "1", true}, + FillerOrderNumberImagingServiceRequestRetired: Info{FillerOrderNumberImagingServiceRequestRetired, []string{"SH"}, "Filler Order Number / Imaging Service Request (Retired)", "FillerOrderNumberImagingServiceRequestRetired", "1", true}, + OrderEnteredBy: Info{OrderEnteredBy, []string{"PN"}, "Order Entered By", "OrderEnteredBy", "1", false}, + OrderEntererLocation: Info{OrderEntererLocation, []string{"SH"}, "Order Enterer's Location", "OrderEntererLocation", "1", false}, + OrderCallbackPhoneNumber: Info{OrderCallbackPhoneNumber, []string{"SH"}, "Order Callback Phone Number", "OrderCallbackPhoneNumber", "1", false}, + OrderCallbackTelecomInformation: Info{OrderCallbackTelecomInformation, []string{"LT"}, "Order Callback Telecom Information", "OrderCallbackTelecomInformation", "1", false}, + PlacerOrderNumberImagingServiceRequest: Info{PlacerOrderNumberImagingServiceRequest, []string{"LO"}, "Placer Order Number / Imaging Service Request", "PlacerOrderNumberImagingServiceRequest", "1", false}, + FillerOrderNumberImagingServiceRequest: Info{FillerOrderNumberImagingServiceRequest, []string{"LO"}, "Filler Order Number / Imaging Service Request", "FillerOrderNumberImagingServiceRequest", "1", false}, + ImagingServiceRequestComments: Info{ImagingServiceRequestComments, []string{"LT"}, "Imaging Service Request Comments", "ImagingServiceRequestComments", "1", false}, + ConfidentialityConstraintOnPatientDataDescription: Info{ConfidentialityConstraintOnPatientDataDescription, []string{"LO"}, "Confidentiality Constraint on Patient Data Description", "ConfidentialityConstraintOnPatientDataDescription", "1", false}, + GeneralPurposeScheduledProcedureStepStatus: Info{GeneralPurposeScheduledProcedureStepStatus, []string{"CS"}, "General Purpose Scheduled Procedure Step Status", "GeneralPurposeScheduledProcedureStepStatus", "1", true}, + GeneralPurposePerformedProcedureStepStatus: Info{GeneralPurposePerformedProcedureStepStatus, []string{"CS"}, "General Purpose Performed Procedure Step Status", "GeneralPurposePerformedProcedureStepStatus", "1", true}, + GeneralPurposeScheduledProcedureStepPriority: Info{GeneralPurposeScheduledProcedureStepPriority, []string{"CS"}, "General Purpose Scheduled Procedure Step Priority", "GeneralPurposeScheduledProcedureStepPriority", "1", true}, + ScheduledProcessingApplicationsCodeSequence: Info{ScheduledProcessingApplicationsCodeSequence, []string{"SQ"}, "Scheduled Processing Applications Code Sequence", "ScheduledProcessingApplicationsCodeSequence", "1", true}, + ScheduledProcedureStepStartDateTime: Info{ScheduledProcedureStepStartDateTime, []string{"DT"}, "Scheduled Procedure Step Start DateTime", "ScheduledProcedureStepStartDateTime", "1", false}, + MultipleCopiesFlag: Info{MultipleCopiesFlag, []string{"CS"}, "Multiple Copies Flag", "MultipleCopiesFlag", "1", true}, + PerformedProcessingApplicationsCodeSequence: Info{PerformedProcessingApplicationsCodeSequence, []string{"SQ"}, "Performed Processing Applications Code Sequence", "PerformedProcessingApplicationsCodeSequence", "1", true}, + ScheduledProcedureStepExpirationDateTime: Info{ScheduledProcedureStepExpirationDateTime, []string{"DT"}, "Scheduled Procedure Step Expiration DateTime", "ScheduledProcedureStepExpirationDateTime", "1", false}, + HumanPerformerCodeSequence: Info{HumanPerformerCodeSequence, []string{"SQ"}, "Human Performer Code Sequence", "HumanPerformerCodeSequence", "1", false}, + ScheduledProcedureStepModificationDateTime: Info{ScheduledProcedureStepModificationDateTime, []string{"DT"}, "Scheduled Procedure Step Modification DateTime", "ScheduledProcedureStepModificationDateTime", "1", false}, + ExpectedCompletionDateTime: Info{ExpectedCompletionDateTime, []string{"DT"}, "Expected Completion DateTime", "ExpectedCompletionDateTime", "1", false}, + ResultingGeneralPurposePerformedProcedureStepsSequence: Info{ResultingGeneralPurposePerformedProcedureStepsSequence, []string{"SQ"}, "Resulting General Purpose Performed Procedure Steps Sequence", "ResultingGeneralPurposePerformedProcedureStepsSequence", "1", true}, + ReferencedGeneralPurposeScheduledProcedureStepSequence: Info{ReferencedGeneralPurposeScheduledProcedureStepSequence, []string{"SQ"}, "Referenced General Purpose Scheduled Procedure Step Sequence", "ReferencedGeneralPurposeScheduledProcedureStepSequence", "1", true}, + ScheduledWorkitemCodeSequence: Info{ScheduledWorkitemCodeSequence, []string{"SQ"}, "Scheduled Workitem Code Sequence", "ScheduledWorkitemCodeSequence", "1", false}, + PerformedWorkitemCodeSequence: Info{PerformedWorkitemCodeSequence, []string{"SQ"}, "Performed Workitem Code Sequence", "PerformedWorkitemCodeSequence", "1", false}, + InputAvailabilityFlag: Info{InputAvailabilityFlag, []string{"CS"}, "Input Availability Flag", "InputAvailabilityFlag", "1", true}, + InputInformationSequence: Info{InputInformationSequence, []string{"SQ"}, "Input Information Sequence", "InputInformationSequence", "1", false}, + RelevantInformationSequence: Info{RelevantInformationSequence, []string{"SQ"}, "Relevant Information Sequence", "RelevantInformationSequence", "1", true}, ReferencedGeneralPurposeScheduledProcedureStepTransactionUID: Info{ReferencedGeneralPurposeScheduledProcedureStepTransactionUID, []string{"UI"}, "Referenced General Purpose Scheduled Procedure Step Transaction UID", "ReferencedGeneralPurposeScheduledProcedureStepTransactionUID", "1", true}, - ScheduledStationNameCodeSequence: Info{ScheduledStationNameCodeSequence, []string{"SQ"}, "Scheduled Station Name Code Sequence", "ScheduledStationNameCodeSequence", "1", false}, - ScheduledStationClassCodeSequence: Info{ScheduledStationClassCodeSequence, []string{"SQ"}, "Scheduled Station Class Code Sequence", "ScheduledStationClassCodeSequence", "1", false}, - ScheduledStationGeographicLocationCodeSequence: Info{ScheduledStationGeographicLocationCodeSequence, []string{"SQ"}, "Scheduled Station Geographic Location Code Sequence", "ScheduledStationGeographicLocationCodeSequence", "1", false}, - PerformedStationNameCodeSequence: Info{PerformedStationNameCodeSequence, []string{"SQ"}, "Performed Station Name Code Sequence", "PerformedStationNameCodeSequence", "1", false}, - PerformedStationClassCodeSequence: Info{PerformedStationClassCodeSequence, []string{"SQ"}, "Performed Station Class Code Sequence", "PerformedStationClassCodeSequence", "1", false}, - PerformedStationGeographicLocationCodeSequence: Info{PerformedStationGeographicLocationCodeSequence, []string{"SQ"}, "Performed Station Geographic Location Code Sequence", "PerformedStationGeographicLocationCodeSequence", "1", false}, - RequestedSubsequentWorkitemCodeSequence: Info{RequestedSubsequentWorkitemCodeSequence, []string{"SQ"}, "Requested Subsequent Workitem Code Sequence", "RequestedSubsequentWorkitemCodeSequence", "1", true}, - NonDICOMOutputCodeSequence: Info{NonDICOMOutputCodeSequence, []string{"SQ"}, "Non-DICOM Output Code Sequence", "NonDICOMOutputCodeSequence", "1", true}, - OutputInformationSequence: Info{OutputInformationSequence, []string{"SQ"}, "Output Information Sequence", "OutputInformationSequence", "1", false}, - ScheduledHumanPerformersSequence: Info{ScheduledHumanPerformersSequence, []string{"SQ"}, "Scheduled Human Performers Sequence", "ScheduledHumanPerformersSequence", "1", false}, - ActualHumanPerformersSequence: Info{ActualHumanPerformersSequence, []string{"SQ"}, "Actual Human Performers Sequence", "ActualHumanPerformersSequence", "1", false}, - HumanPerformerOrganization: Info{HumanPerformerOrganization, []string{"LO"}, "Human Performer's Organization", "HumanPerformerOrganization", "1", false}, - HumanPerformerName: Info{HumanPerformerName, []string{"PN"}, "Human Performer's Name", "HumanPerformerName", "1", false}, - RawDataHandling: Info{RawDataHandling, []string{"CS"}, "Raw Data Handling", "RawDataHandling", "1", false}, - InputReadinessState: Info{InputReadinessState, []string{"CS"}, "Input Readiness State", "InputReadinessState", "1", false}, - PerformedProcedureStepStartDateTime: Info{PerformedProcedureStepStartDateTime, []string{"DT"}, "Performed Procedure Step Start DateTime", "PerformedProcedureStepStartDateTime", "1", false}, - PerformedProcedureStepEndDateTime: Info{PerformedProcedureStepEndDateTime, []string{"DT"}, "Performed Procedure Step End DateTime", "PerformedProcedureStepEndDateTime", "1", false}, - ProcedureStepCancellationDateTime: Info{ProcedureStepCancellationDateTime, []string{"DT"}, "Procedure Step Cancellation DateTime", "ProcedureStepCancellationDateTime", "1", false}, - OutputDestinationSequence: Info{OutputDestinationSequence, []string{"SQ"}, "Output Destination Sequence", "OutputDestinationSequence", "1", false}, - DICOMStorageSequence: Info{DICOMStorageSequence, []string{"SQ"}, "DICOM Storage Sequence", "DICOMStorageSequence", "1", false}, - STOWRSStorageSequence: Info{STOWRSStorageSequence, []string{"SQ"}, "STOW-RS Storage Sequence", "STOWRSStorageSequence", "1", false}, - StorageURL: Info{StorageURL, []string{"UR"}, "Storage URL", "StorageURL", "1", false}, - XDSStorageSequence: Info{XDSStorageSequence, []string{"SQ"}, "XDS Storage Sequence", "XDSStorageSequence", "1", false}, - EntranceDoseInmGy: Info{EntranceDoseInmGy, []string{"DS"}, "Entrance Dose in mGy", "EntranceDoseInmGy", "1", false}, - EntranceDoseDerivation: Info{EntranceDoseDerivation, []string{"CS"}, "Entrance Dose Derivation", "EntranceDoseDerivation", "1", false}, - ParametricMapFrameTypeSequence: Info{ParametricMapFrameTypeSequence, []string{"SQ"}, "Parametric Map Frame Type Sequence", "ParametricMapFrameTypeSequence", "1", false}, - ReferencedImageRealWorldValueMappingSequence: Info{ReferencedImageRealWorldValueMappingSequence, []string{"SQ"}, "Referenced Image Real World Value Mapping Sequence", "ReferencedImageRealWorldValueMappingSequence", "1", false}, - RealWorldValueMappingSequence: Info{RealWorldValueMappingSequence, []string{"SQ"}, "Real World Value Mapping Sequence", "RealWorldValueMappingSequence", "1", false}, - PixelValueMappingCodeSequence: Info{PixelValueMappingCodeSequence, []string{"SQ"}, "Pixel Value Mapping Code Sequence", "PixelValueMappingCodeSequence", "1", false}, - LUTLabel: Info{LUTLabel, []string{"SH"}, "LUT Label", "LUTLabel", "1", false}, - RealWorldValueLastValueMapped: Info{RealWorldValueLastValueMapped, []string{"US", "SS"}, "Real World Value Last Value Mapped", "RealWorldValueLastValueMapped", "1", false}, - RealWorldValueLUTData: Info{RealWorldValueLUTData, []string{"FD"}, "Real World Value LUT Data", "RealWorldValueLUTData", "1-n", false}, - DoubleFloatRealWorldValueLastValueMapped: Info{DoubleFloatRealWorldValueLastValueMapped, []string{"FD"}, "Double Float Real World Value Last Value Mapped", "DoubleFloatRealWorldValueLastValueMapped", "1", false}, - DoubleFloatRealWorldValueFirstValueMapped: Info{DoubleFloatRealWorldValueFirstValueMapped, []string{"FD"}, "Double Float Real World Value First Value Mapped", "DoubleFloatRealWorldValueFirstValueMapped", "1", false}, - RealWorldValueFirstValueMapped: Info{RealWorldValueFirstValueMapped, []string{"US", "SS"}, "Real World Value First Value Mapped", "RealWorldValueFirstValueMapped", "1", false}, - QuantityDefinitionSequence: Info{QuantityDefinitionSequence, []string{"SQ"}, "Quantity Definition Sequence", "QuantityDefinitionSequence", "1", false}, - RealWorldValueIntercept: Info{RealWorldValueIntercept, []string{"FD"}, "Real World Value Intercept", "RealWorldValueIntercept", "1", false}, - RealWorldValueSlope: Info{RealWorldValueSlope, []string{"FD"}, "Real World Value Slope", "RealWorldValueSlope", "1", false}, - FindingsFlagTrial: Info{FindingsFlagTrial, []string{"CS"}, "Findings Flag (Trial)", "FindingsFlagTrial", "1", true}, - RelationshipType: Info{RelationshipType, []string{"CS"}, "Relationship Type", "RelationshipType", "1", false}, - FindingsSequenceTrial: Info{FindingsSequenceTrial, []string{"SQ"}, "Findings Sequence (Trial)", "FindingsSequenceTrial", "1", true}, - FindingsGroupUIDTrial: Info{FindingsGroupUIDTrial, []string{"UI"}, "Findings Group UID (Trial)", "FindingsGroupUIDTrial", "1", true}, - ReferencedFindingsGroupUIDTrial: Info{ReferencedFindingsGroupUIDTrial, []string{"UI"}, "Referenced Findings Group UID (Trial)", "ReferencedFindingsGroupUIDTrial", "1", true}, - FindingsGroupRecordingDateTrial: Info{FindingsGroupRecordingDateTrial, []string{"DA"}, "Findings Group Recording Date (Trial)", "FindingsGroupRecordingDateTrial", "1", true}, - FindingsGroupRecordingTimeTrial: Info{FindingsGroupRecordingTimeTrial, []string{"TM"}, "Findings Group Recording Time (Trial)", "FindingsGroupRecordingTimeTrial", "1", true}, - FindingsSourceCategoryCodeSequenceTrial: Info{FindingsSourceCategoryCodeSequenceTrial, []string{"SQ"}, "Findings Source Category Code Sequence (Trial)", "FindingsSourceCategoryCodeSequenceTrial", "1", true}, - VerifyingOrganization: Info{VerifyingOrganization, []string{"LO"}, "Verifying Organization", "VerifyingOrganization", "1", false}, - DocumentingOrganizationIdentifierCodeSequenceTrial: Info{DocumentingOrganizationIdentifierCodeSequenceTrial, []string{"SQ"}, "Documenting Organization Identifier Code Sequence (Trial)", "DocumentingOrganizationIdentifierCodeSequenceTrial", "1", true}, - VerificationDateTime: Info{VerificationDateTime, []string{"DT"}, "Verification DateTime", "VerificationDateTime", "1", false}, - ObservationDateTime: Info{ObservationDateTime, []string{"DT"}, "Observation DateTime", "ObservationDateTime", "1", false}, - ObservationStartDateTime: Info{ObservationStartDateTime, []string{"DT"}, "Observation Start DateTime", "ObservationStartDateTime", "1", false}, - ValueType: Info{ValueType, []string{"CS"}, "Value Type", "ValueType", "1", false}, - ConceptNameCodeSequence: Info{ConceptNameCodeSequence, []string{"SQ"}, "Concept Name Code Sequence", "ConceptNameCodeSequence", "1", false}, - MeasurementPrecisionDescriptionTrial: Info{MeasurementPrecisionDescriptionTrial, []string{"LO"}, "Measurement Precision Description (Trial)", "MeasurementPrecisionDescriptionTrial", "1", true}, - ContinuityOfContent: Info{ContinuityOfContent, []string{"CS"}, "Continuity Of Content", "ContinuityOfContent", "1", false}, - UrgencyOrPriorityAlertsTrial: Info{UrgencyOrPriorityAlertsTrial, []string{"CS"}, "Urgency or Priority Alerts (Trial)", "UrgencyOrPriorityAlertsTrial", "1-n", true}, - SequencingIndicatorTrial: Info{SequencingIndicatorTrial, []string{"LO"}, "Sequencing Indicator (Trial)", "SequencingIndicatorTrial", "1", true}, - DocumentIdentifierCodeSequenceTrial: Info{DocumentIdentifierCodeSequenceTrial, []string{"SQ"}, "Document Identifier Code Sequence (Trial)", "DocumentIdentifierCodeSequenceTrial", "1", true}, - DocumentAuthorTrial: Info{DocumentAuthorTrial, []string{"PN"}, "Document Author (Trial)", "DocumentAuthorTrial", "1", true}, - DocumentAuthorIdentifierCodeSequenceTrial: Info{DocumentAuthorIdentifierCodeSequenceTrial, []string{"SQ"}, "Document Author Identifier Code Sequence (Trial)", "DocumentAuthorIdentifierCodeSequenceTrial", "1", true}, - IdentifierCodeSequenceTrial: Info{IdentifierCodeSequenceTrial, []string{"SQ"}, "Identifier Code Sequence (Trial)", "IdentifierCodeSequenceTrial", "1", true}, - VerifyingObserverSequence: Info{VerifyingObserverSequence, []string{"SQ"}, "Verifying Observer Sequence", "VerifyingObserverSequence", "1", false}, - ObjectBinaryIdentifierTrial: Info{ObjectBinaryIdentifierTrial, []string{"OB"}, "Object Binary Identifier (Trial)", "ObjectBinaryIdentifierTrial", "1", true}, - VerifyingObserverName: Info{VerifyingObserverName, []string{"PN"}, "Verifying Observer Name", "VerifyingObserverName", "1", false}, - DocumentingObserverIdentifierCodeSequenceTrial: Info{DocumentingObserverIdentifierCodeSequenceTrial, []string{"SQ"}, "Documenting Observer Identifier Code Sequence (Trial)", "DocumentingObserverIdentifierCodeSequenceTrial", "1", true}, - AuthorObserverSequence: Info{AuthorObserverSequence, []string{"SQ"}, "Author Observer Sequence", "AuthorObserverSequence", "1", false}, - ParticipantSequence: Info{ParticipantSequence, []string{"SQ"}, "Participant Sequence", "ParticipantSequence", "1", false}, - CustodialOrganizationSequence: Info{CustodialOrganizationSequence, []string{"SQ"}, "Custodial Organization Sequence", "CustodialOrganizationSequence", "1", false}, - ParticipationType: Info{ParticipationType, []string{"CS"}, "Participation Type", "ParticipationType", "1", false}, - ParticipationDateTime: Info{ParticipationDateTime, []string{"DT"}, "Participation DateTime", "ParticipationDateTime", "1", false}, - ObserverType: Info{ObserverType, []string{"CS"}, "Observer Type", "ObserverType", "1", false}, - ProcedureIdentifierCodeSequenceTrial: Info{ProcedureIdentifierCodeSequenceTrial, []string{"SQ"}, "Procedure Identifier Code Sequence (Trial)", "ProcedureIdentifierCodeSequenceTrial", "1", true}, - VerifyingObserverIdentificationCodeSequence: Info{VerifyingObserverIdentificationCodeSequence, []string{"SQ"}, "Verifying Observer Identification Code Sequence", "VerifyingObserverIdentificationCodeSequence", "1", false}, - ObjectDirectoryBinaryIdentifierTrial: Info{ObjectDirectoryBinaryIdentifierTrial, []string{"OB"}, "Object Directory Binary Identifier (Trial)", "ObjectDirectoryBinaryIdentifierTrial", "1", true}, - EquivalentCDADocumentSequence: Info{EquivalentCDADocumentSequence, []string{"SQ"}, "Equivalent CDA Document Sequence", "EquivalentCDADocumentSequence", "1", true}, - ReferencedWaveformChannels: Info{ReferencedWaveformChannels, []string{"US"}, "Referenced Waveform Channels", "ReferencedWaveformChannels", "2-2n", false}, - DateOfDocumentOrVerbalTransactionTrial: Info{DateOfDocumentOrVerbalTransactionTrial, []string{"DA"}, "Date of Document or Verbal Transaction (Trial)", "DateOfDocumentOrVerbalTransactionTrial", "1", true}, - TimeOfDocumentCreationOrVerbalTransactionTrial: Info{TimeOfDocumentCreationOrVerbalTransactionTrial, []string{"TM"}, "Time of Document Creation or Verbal Transaction (Trial)", "TimeOfDocumentCreationOrVerbalTransactionTrial", "1", true}, - DateTime: Info{DateTime, []string{"DT"}, "DateTime", "DateTime", "1", false}, - Date: Info{Date, []string{"DA"}, "Date", "Date", "1", false}, - Time: Info{Time, []string{"TM"}, "Time", "Time", "1", false}, - PersonName: Info{PersonName, []string{"PN"}, "Person Name", "PersonName", "1", false}, - UID: Info{UID, []string{"UI"}, "UID", "UID", "1", false}, - ReportStatusIDTrial: Info{ReportStatusIDTrial, []string{"CS"}, "Report Status ID (Trial)", "ReportStatusIDTrial", "2", true}, - TemporalRangeType: Info{TemporalRangeType, []string{"CS"}, "Temporal Range Type", "TemporalRangeType", "1", false}, - ReferencedSamplePositions: Info{ReferencedSamplePositions, []string{"UL"}, "Referenced Sample Positions", "ReferencedSamplePositions", "1-n", false}, - ReferencedFrameNumbers: Info{ReferencedFrameNumbers, []string{"US"}, "Referenced Frame Numbers", "ReferencedFrameNumbers", "1-n", true}, - ReferencedTimeOffsets: Info{ReferencedTimeOffsets, []string{"DS"}, "Referenced Time Offsets", "ReferencedTimeOffsets", "1-n", false}, - ReferencedDateTime: Info{ReferencedDateTime, []string{"DT"}, "Referenced DateTime", "ReferencedDateTime", "1-n", false}, - TextValue: Info{TextValue, []string{"UT"}, "Text Value", "TextValue", "1", false}, - FloatingPointValue: Info{FloatingPointValue, []string{"FD"}, "Floating Point Value", "FloatingPointValue", "1-n", false}, - RationalNumeratorValue: Info{RationalNumeratorValue, []string{"SL"}, "Rational Numerator Value", "RationalNumeratorValue", "1-n", false}, - RationalDenominatorValue: Info{RationalDenominatorValue, []string{"UL"}, "Rational Denominator Value", "RationalDenominatorValue", "1-n", false}, - ObservationCategoryCodeSequenceTrial: Info{ObservationCategoryCodeSequenceTrial, []string{"SQ"}, "Observation Category Code Sequence (Trial)", "ObservationCategoryCodeSequenceTrial", "1", true}, - ConceptCodeSequence: Info{ConceptCodeSequence, []string{"SQ"}, "Concept Code Sequence", "ConceptCodeSequence", "1", false}, - BibliographicCitationTrial: Info{BibliographicCitationTrial, []string{"ST"}, "Bibliographic Citation (Trial)", "BibliographicCitationTrial", "1", true}, - PurposeOfReferenceCodeSequence: Info{PurposeOfReferenceCodeSequence, []string{"SQ"}, "Purpose of Reference Code Sequence", "PurposeOfReferenceCodeSequence", "1", false}, - ObservationUID: Info{ObservationUID, []string{"UI"}, "Observation UID", "ObservationUID", "1", false}, - ReferencedObservationUIDTrial: Info{ReferencedObservationUIDTrial, []string{"UI"}, "Referenced Observation UID (Trial)", "ReferencedObservationUIDTrial", "1", true}, - ReferencedObservationClassTrial: Info{ReferencedObservationClassTrial, []string{"CS"}, "Referenced Observation Class (Trial)", "ReferencedObservationClassTrial", "1", true}, - ReferencedObjectObservationClassTrial: Info{ReferencedObjectObservationClassTrial, []string{"CS"}, "Referenced Object Observation Class (Trial)", "ReferencedObjectObservationClassTrial", "1", true}, - AnnotationGroupNumber: Info{AnnotationGroupNumber, []string{"US"}, "Annotation Group Number", "AnnotationGroupNumber", "1", false}, - ObservationDateTrial: Info{ObservationDateTrial, []string{"DA"}, "Observation Date (Trial)", "ObservationDateTrial", "1", true}, - ObservationTimeTrial: Info{ObservationTimeTrial, []string{"TM"}, "Observation Time (Trial)", "ObservationTimeTrial", "1", true}, - MeasurementAutomationTrial: Info{MeasurementAutomationTrial, []string{"CS"}, "Measurement Automation (Trial)", "MeasurementAutomationTrial", "1", true}, - ModifierCodeSequence: Info{ModifierCodeSequence, []string{"SQ"}, "Modifier Code Sequence", "ModifierCodeSequence", "1", false}, - IdentificationDescriptionTrial: Info{IdentificationDescriptionTrial, []string{"ST"}, "Identification Description (Trial)", "IdentificationDescriptionTrial", "1", true}, - CoordinatesSetGeometricTypeTrial: Info{CoordinatesSetGeometricTypeTrial, []string{"CS"}, "Coordinates Set Geometric Type (Trial)", "CoordinatesSetGeometricTypeTrial", "1", true}, - AlgorithmCodeSequenceTrial: Info{AlgorithmCodeSequenceTrial, []string{"SQ"}, "Algorithm Code Sequence (Trial)", "AlgorithmCodeSequenceTrial", "1", true}, - AlgorithmDescriptionTrial: Info{AlgorithmDescriptionTrial, []string{"ST"}, "Algorithm Description (Trial)", "AlgorithmDescriptionTrial", "1", true}, - PixelCoordinatesSetTrial: Info{PixelCoordinatesSetTrial, []string{"SL"}, "Pixel Coordinates Set (Trial)", "PixelCoordinatesSetTrial", "2-2n", true}, - MeasuredValueSequence: Info{MeasuredValueSequence, []string{"SQ"}, "Measured Value Sequence", "MeasuredValueSequence", "1", false}, - NumericValueQualifierCodeSequence: Info{NumericValueQualifierCodeSequence, []string{"SQ"}, "Numeric Value Qualifier Code Sequence", "NumericValueQualifierCodeSequence", "1", false}, - CurrentObserverTrial: Info{CurrentObserverTrial, []string{"PN"}, "Current Observer (Trial)", "CurrentObserverTrial", "1", true}, - NumericValue: Info{NumericValue, []string{"DS"}, "Numeric Value", "NumericValue", "1-n", false}, - ReferencedAccessionSequenceTrial: Info{ReferencedAccessionSequenceTrial, []string{"SQ"}, "Referenced Accession Sequence (Trial)", "ReferencedAccessionSequenceTrial", "1", true}, - ReportStatusCommentTrial: Info{ReportStatusCommentTrial, []string{"ST"}, "Report Status Comment (Trial)", "ReportStatusCommentTrial", "1", true}, - ProcedureContextSequenceTrial: Info{ProcedureContextSequenceTrial, []string{"SQ"}, "Procedure Context Sequence (Trial)", "ProcedureContextSequenceTrial", "1", true}, - VerbalSourceTrial: Info{VerbalSourceTrial, []string{"PN"}, "Verbal Source (Trial)", "VerbalSourceTrial", "1", true}, - AddressTrial: Info{AddressTrial, []string{"ST"}, "Address (Trial)", "AddressTrial", "1", true}, - TelephoneNumberTrial: Info{TelephoneNumberTrial, []string{"LO"}, "Telephone Number (Trial)", "TelephoneNumberTrial", "1", true}, - VerbalSourceIdentifierCodeSequenceTrial: Info{VerbalSourceIdentifierCodeSequenceTrial, []string{"SQ"}, "Verbal Source Identifier Code Sequence (Trial)", "VerbalSourceIdentifierCodeSequenceTrial", "1", true}, - PredecessorDocumentsSequence: Info{PredecessorDocumentsSequence, []string{"SQ"}, "Predecessor Documents Sequence", "PredecessorDocumentsSequence", "1", false}, - ReferencedRequestSequence: Info{ReferencedRequestSequence, []string{"SQ"}, "Referenced Request Sequence", "ReferencedRequestSequence", "1", false}, - PerformedProcedureCodeSequence: Info{PerformedProcedureCodeSequence, []string{"SQ"}, "Performed Procedure Code Sequence", "PerformedProcedureCodeSequence", "1", false}, - CurrentRequestedProcedureEvidenceSequence: Info{CurrentRequestedProcedureEvidenceSequence, []string{"SQ"}, "Current Requested Procedure Evidence Sequence", "CurrentRequestedProcedureEvidenceSequence", "1", false}, - ReportDetailSequenceTrial: Info{ReportDetailSequenceTrial, []string{"SQ"}, "Report Detail Sequence (Trial)", "ReportDetailSequenceTrial", "1", true}, - PertinentOtherEvidenceSequence: Info{PertinentOtherEvidenceSequence, []string{"SQ"}, "Pertinent Other Evidence Sequence", "PertinentOtherEvidenceSequence", "1", false}, - HL7StructuredDocumentReferenceSequence: Info{HL7StructuredDocumentReferenceSequence, []string{"SQ"}, "HL7 Structured Document Reference Sequence", "HL7StructuredDocumentReferenceSequence", "1", false}, - ObservationSubjectUIDTrial: Info{ObservationSubjectUIDTrial, []string{"UI"}, "Observation Subject UID (Trial)", "ObservationSubjectUIDTrial", "1", true}, - ObservationSubjectClassTrial: Info{ObservationSubjectClassTrial, []string{"CS"}, "Observation Subject Class (Trial)", "ObservationSubjectClassTrial", "1", true}, - ObservationSubjectTypeCodeSequenceTrial: Info{ObservationSubjectTypeCodeSequenceTrial, []string{"SQ"}, "Observation Subject Type Code Sequence (Trial)", "ObservationSubjectTypeCodeSequenceTrial", "1", true}, - CompletionFlag: Info{CompletionFlag, []string{"CS"}, "Completion Flag", "CompletionFlag", "1", false}, - CompletionFlagDescription: Info{CompletionFlagDescription, []string{"LO"}, "Completion Flag Description", "CompletionFlagDescription", "1", false}, - VerificationFlag: Info{VerificationFlag, []string{"CS"}, "Verification Flag", "VerificationFlag", "1", false}, - ArchiveRequested: Info{ArchiveRequested, []string{"CS"}, "Archive Requested", "ArchiveRequested", "1", false}, - PreliminaryFlag: Info{PreliminaryFlag, []string{"CS"}, "Preliminary Flag", "PreliminaryFlag", "1", false}, - ContentTemplateSequence: Info{ContentTemplateSequence, []string{"SQ"}, "Content Template Sequence", "ContentTemplateSequence", "1", false}, - IdenticalDocumentsSequence: Info{IdenticalDocumentsSequence, []string{"SQ"}, "Identical Documents Sequence", "IdenticalDocumentsSequence", "1", false}, - ObservationSubjectContextFlagTrial: Info{ObservationSubjectContextFlagTrial, []string{"CS"}, "Observation Subject Context Flag (Trial)", "ObservationSubjectContextFlagTrial", "1", true}, - ObserverContextFlagTrial: Info{ObserverContextFlagTrial, []string{"CS"}, "Observer Context Flag (Trial)", "ObserverContextFlagTrial", "1", true}, - ProcedureContextFlagTrial: Info{ProcedureContextFlagTrial, []string{"CS"}, "Procedure Context Flag (Trial)", "ProcedureContextFlagTrial", "1", true}, - ContentSequence: Info{ContentSequence, []string{"SQ"}, "Content Sequence", "ContentSequence", "1", false}, - RelationshipSequenceTrial: Info{RelationshipSequenceTrial, []string{"SQ"}, "Relationship Sequence (Trial)", "RelationshipSequenceTrial", "1", true}, - RelationshipTypeCodeSequenceTrial: Info{RelationshipTypeCodeSequenceTrial, []string{"SQ"}, "Relationship Type Code Sequence (Trial)", "RelationshipTypeCodeSequenceTrial", "1", true}, - LanguageCodeSequenceTrial: Info{LanguageCodeSequenceTrial, []string{"SQ"}, "Language Code Sequence (Trial)", "LanguageCodeSequenceTrial", "1", true}, - TabulatedValuesSequence: Info{TabulatedValuesSequence, []string{"SQ"}, "Tabulated Values Sequence", "TabulatedValuesSequence", "1", false}, - NumberOfTableRows: Info{NumberOfTableRows, []string{"UL"}, "Number of Table Rows", "NumberOfTableRows", "1", false}, - NumberOfTableColumns: Info{NumberOfTableColumns, []string{"UL"}, "Number of Table Columns", "NumberOfTableColumns", "1", false}, - TableRowNumber: Info{TableRowNumber, []string{"UL"}, "Table Row Number", "TableRowNumber", "1", false}, - TableColumnNumber: Info{TableColumnNumber, []string{"UL"}, "Table Column Number", "TableColumnNumber", "1", false}, - TableRowDefinitionSequence: Info{TableRowDefinitionSequence, []string{"SQ"}, "Table Row Definition Sequence", "TableRowDefinitionSequence", "1", false}, - TableColumnDefinitionSequence: Info{TableColumnDefinitionSequence, []string{"SQ"}, "Table Column Definition Sequence", "TableColumnDefinitionSequence", "1", false}, - CellValuesSequence: Info{CellValuesSequence, []string{"SQ"}, "Cell Values Sequence", "CellValuesSequence", "1", false}, - UniformResourceLocatorTrial: Info{UniformResourceLocatorTrial, []string{"ST"}, "Uniform Resource Locator (Trial)", "UniformResourceLocatorTrial", "1", true}, - WaveformAnnotationSequence: Info{WaveformAnnotationSequence, []string{"SQ"}, "Waveform Annotation Sequence", "WaveformAnnotationSequence", "1", false}, - TemplateIdentifier: Info{TemplateIdentifier, []string{"CS"}, "Template Identifier", "TemplateIdentifier", "1", false}, - TemplateVersion: Info{TemplateVersion, []string{"DT"}, "Template Version", "TemplateVersion", "1", true}, - TemplateLocalVersion: Info{TemplateLocalVersion, []string{"DT"}, "Template Local Version", "TemplateLocalVersion", "1", true}, - TemplateExtensionFlag: Info{TemplateExtensionFlag, []string{"CS"}, "Template Extension Flag", "TemplateExtensionFlag", "1", true}, - TemplateExtensionOrganizationUID: Info{TemplateExtensionOrganizationUID, []string{"UI"}, "Template Extension Organization UID", "TemplateExtensionOrganizationUID", "1", true}, - TemplateExtensionCreatorUID: Info{TemplateExtensionCreatorUID, []string{"UI"}, "Template Extension Creator UID", "TemplateExtensionCreatorUID", "1", true}, - ReferencedContentItemIdentifier: Info{ReferencedContentItemIdentifier, []string{"UL"}, "Referenced Content Item Identifier", "ReferencedContentItemIdentifier", "1-n", false}, - HL7InstanceIdentifier: Info{HL7InstanceIdentifier, []string{"ST"}, "HL7 Instance Identifier", "HL7InstanceIdentifier", "1", false}, - HL7DocumentEffectiveTime: Info{HL7DocumentEffectiveTime, []string{"DT"}, "HL7 Document Effective Time", "HL7DocumentEffectiveTime", "1", false}, - HL7DocumentTypeCodeSequence: Info{HL7DocumentTypeCodeSequence, []string{"SQ"}, "HL7 Document Type Code Sequence", "HL7DocumentTypeCodeSequence", "1", false}, - DocumentClassCodeSequence: Info{DocumentClassCodeSequence, []string{"SQ"}, "Document Class Code Sequence", "DocumentClassCodeSequence", "1", false}, - RetrieveURI: Info{RetrieveURI, []string{"UR"}, "Retrieve URI", "RetrieveURI", "1", false}, - RetrieveLocationUID: Info{RetrieveLocationUID, []string{"UI"}, "Retrieve Location UID", "RetrieveLocationUID", "1", false}, - TypeOfInstances: Info{TypeOfInstances, []string{"CS"}, "Type of Instances", "TypeOfInstances", "1", false}, - DICOMRetrievalSequence: Info{DICOMRetrievalSequence, []string{"SQ"}, "DICOM Retrieval Sequence", "DICOMRetrievalSequence", "1", false}, - DICOMMediaRetrievalSequence: Info{DICOMMediaRetrievalSequence, []string{"SQ"}, "DICOM Media Retrieval Sequence", "DICOMMediaRetrievalSequence", "1", false}, - WADORetrievalSequence: Info{WADORetrievalSequence, []string{"SQ"}, "WADO Retrieval Sequence", "WADORetrievalSequence", "1", false}, - XDSRetrievalSequence: Info{XDSRetrievalSequence, []string{"SQ"}, "XDS Retrieval Sequence", "XDSRetrievalSequence", "1", false}, - WADORSRetrievalSequence: Info{WADORSRetrievalSequence, []string{"SQ"}, "WADO-RS Retrieval Sequence", "WADORSRetrievalSequence", "1", false}, - RepositoryUniqueID: Info{RepositoryUniqueID, []string{"UI"}, "Repository Unique ID", "RepositoryUniqueID", "1", false}, - HomeCommunityID: Info{HomeCommunityID, []string{"UI"}, "Home Community ID", "HomeCommunityID", "1", false}, - DocumentTitle: Info{DocumentTitle, []string{"ST"}, "Document Title", "DocumentTitle", "1", false}, - EncapsulatedDocument: Info{EncapsulatedDocument, []string{"OB"}, "Encapsulated Document", "EncapsulatedDocument", "1", false}, - MIMETypeOfEncapsulatedDocument: Info{MIMETypeOfEncapsulatedDocument, []string{"LO"}, "MIME Type of Encapsulated Document", "MIMETypeOfEncapsulatedDocument", "1", false}, - SourceInstanceSequence: Info{SourceInstanceSequence, []string{"SQ"}, "Source Instance Sequence", "SourceInstanceSequence", "1", false}, - ListOfMIMETypes: Info{ListOfMIMETypes, []string{"LO"}, "List of MIME Types", "ListOfMIMETypes", "1-n", false}, - EncapsulatedDocumentLength: Info{EncapsulatedDocumentLength, []string{"UL"}, "Encapsulated Document Length", "EncapsulatedDocumentLength", "1", false}, - ProductPackageIdentifier: Info{ProductPackageIdentifier, []string{"ST"}, "Product Package Identifier", "ProductPackageIdentifier", "1", false}, - SubstanceAdministrationApproval: Info{SubstanceAdministrationApproval, []string{"CS"}, "Substance Administration Approval", "SubstanceAdministrationApproval", "1", false}, - ApprovalStatusFurtherDescription: Info{ApprovalStatusFurtherDescription, []string{"LT"}, "Approval Status Further Description", "ApprovalStatusFurtherDescription", "1", false}, - ApprovalStatusDateTime: Info{ApprovalStatusDateTime, []string{"DT"}, "Approval Status DateTime", "ApprovalStatusDateTime", "1", false}, - ProductTypeCodeSequence: Info{ProductTypeCodeSequence, []string{"SQ"}, "Product Type Code Sequence", "ProductTypeCodeSequence", "1", false}, - ProductName: Info{ProductName, []string{"LO"}, "Product Name", "ProductName", "1-n", false}, - ProductDescription: Info{ProductDescription, []string{"LT"}, "Product Description", "ProductDescription", "1", false}, - ProductLotIdentifier: Info{ProductLotIdentifier, []string{"LO"}, "Product Lot Identifier", "ProductLotIdentifier", "1", false}, - ProductExpirationDateTime: Info{ProductExpirationDateTime, []string{"DT"}, "Product Expiration DateTime", "ProductExpirationDateTime", "1", false}, - SubstanceAdministrationDateTime: Info{SubstanceAdministrationDateTime, []string{"DT"}, "Substance Administration DateTime", "SubstanceAdministrationDateTime", "1", false}, - SubstanceAdministrationNotes: Info{SubstanceAdministrationNotes, []string{"LO"}, "Substance Administration Notes", "SubstanceAdministrationNotes", "1", false}, - SubstanceAdministrationDeviceID: Info{SubstanceAdministrationDeviceID, []string{"LO"}, "Substance Administration Device ID", "SubstanceAdministrationDeviceID", "1", false}, - ProductParameterSequence: Info{ProductParameterSequence, []string{"SQ"}, "Product Parameter Sequence", "ProductParameterSequence", "1", false}, - SubstanceAdministrationParameterSequence: Info{SubstanceAdministrationParameterSequence, []string{"SQ"}, "Substance Administration Parameter Sequence", "SubstanceAdministrationParameterSequence", "1", false}, - ApprovalSequence: Info{ApprovalSequence, []string{"SQ"}, "Approval Sequence", "ApprovalSequence", "1", false}, - AssertionCodeSequence: Info{AssertionCodeSequence, []string{"SQ"}, "Assertion Code Sequence", "AssertionCodeSequence", "1", false}, - AssertionUID: Info{AssertionUID, []string{"UI"}, "Assertion UID", "AssertionUID", "1", false}, - AsserterIdentificationSequence: Info{AsserterIdentificationSequence, []string{"SQ"}, "Asserter Identification Sequence", "AsserterIdentificationSequence", "1", false}, - AssertionDateTime: Info{AssertionDateTime, []string{"DT"}, "Assertion DateTime", "AssertionDateTime", "1", false}, - AssertionExpirationDateTime: Info{AssertionExpirationDateTime, []string{"DT"}, "Assertion Expiration DateTime", "AssertionExpirationDateTime", "1", false}, - AssertionComments: Info{AssertionComments, []string{"UT"}, "Assertion Comments", "AssertionComments", "1", false}, - RelatedAssertionSequence: Info{RelatedAssertionSequence, []string{"SQ"}, "Related Assertion Sequence", "RelatedAssertionSequence", "1", false}, - ReferencedAssertionUID: Info{ReferencedAssertionUID, []string{"UI"}, "Referenced Assertion UID", "ReferencedAssertionUID", "1", false}, - ApprovalSubjectSequence: Info{ApprovalSubjectSequence, []string{"SQ"}, "Approval Subject Sequence", "ApprovalSubjectSequence", "1", false}, - OrganizationalRoleCodeSequence: Info{OrganizationalRoleCodeSequence, []string{"SQ"}, "Organizational Role Code Sequence", "OrganizationalRoleCodeSequence", "1", false}, - LensDescription: Info{LensDescription, []string{"LO"}, "Lens Description", "LensDescription", "1", false}, - RightLensSequence: Info{RightLensSequence, []string{"SQ"}, "Right Lens Sequence", "RightLensSequence", "1", false}, - LeftLensSequence: Info{LeftLensSequence, []string{"SQ"}, "Left Lens Sequence", "LeftLensSequence", "1", false}, - UnspecifiedLateralityLensSequence: Info{UnspecifiedLateralityLensSequence, []string{"SQ"}, "Unspecified Laterality Lens Sequence", "UnspecifiedLateralityLensSequence", "1", false}, - CylinderSequence: Info{CylinderSequence, []string{"SQ"}, "Cylinder Sequence", "CylinderSequence", "1", false}, - PrismSequence: Info{PrismSequence, []string{"SQ"}, "Prism Sequence", "PrismSequence", "1", false}, - HorizontalPrismPower: Info{HorizontalPrismPower, []string{"FD"}, "Horizontal Prism Power", "HorizontalPrismPower", "1", false}, - HorizontalPrismBase: Info{HorizontalPrismBase, []string{"CS"}, "Horizontal Prism Base", "HorizontalPrismBase", "1", false}, - VerticalPrismPower: Info{VerticalPrismPower, []string{"FD"}, "Vertical Prism Power", "VerticalPrismPower", "1", false}, - VerticalPrismBase: Info{VerticalPrismBase, []string{"CS"}, "Vertical Prism Base", "VerticalPrismBase", "1", false}, - LensSegmentType: Info{LensSegmentType, []string{"CS"}, "Lens Segment Type", "LensSegmentType", "1", false}, - OpticalTransmittance: Info{OpticalTransmittance, []string{"FD"}, "Optical Transmittance", "OpticalTransmittance", "1", false}, - ChannelWidth: Info{ChannelWidth, []string{"FD"}, "Channel Width", "ChannelWidth", "1", false}, - PupilSize: Info{PupilSize, []string{"FD"}, "Pupil Size", "PupilSize", "1", false}, - CornealSize: Info{CornealSize, []string{"FD"}, "Corneal Size", "CornealSize", "1", false}, - CornealSizeSequence: Info{CornealSizeSequence, []string{"SQ"}, "Corneal Size Sequence", "CornealSizeSequence", "1", false}, - AutorefractionRightEyeSequence: Info{AutorefractionRightEyeSequence, []string{"SQ"}, "Autorefraction Right Eye Sequence", "AutorefractionRightEyeSequence", "1", false}, - AutorefractionLeftEyeSequence: Info{AutorefractionLeftEyeSequence, []string{"SQ"}, "Autorefraction Left Eye Sequence", "AutorefractionLeftEyeSequence", "1", false}, - DistancePupillaryDistance: Info{DistancePupillaryDistance, []string{"FD"}, "Distance Pupillary Distance", "DistancePupillaryDistance", "1", false}, - NearPupillaryDistance: Info{NearPupillaryDistance, []string{"FD"}, "Near Pupillary Distance", "NearPupillaryDistance", "1", false}, - IntermediatePupillaryDistance: Info{IntermediatePupillaryDistance, []string{"FD"}, "Intermediate Pupillary Distance", "IntermediatePupillaryDistance", "1", false}, - OtherPupillaryDistance: Info{OtherPupillaryDistance, []string{"FD"}, "Other Pupillary Distance", "OtherPupillaryDistance", "1", false}, - KeratometryRightEyeSequence: Info{KeratometryRightEyeSequence, []string{"SQ"}, "Keratometry Right Eye Sequence", "KeratometryRightEyeSequence", "1", false}, - KeratometryLeftEyeSequence: Info{KeratometryLeftEyeSequence, []string{"SQ"}, "Keratometry Left Eye Sequence", "KeratometryLeftEyeSequence", "1", false}, - SteepKeratometricAxisSequence: Info{SteepKeratometricAxisSequence, []string{"SQ"}, "Steep Keratometric Axis Sequence", "SteepKeratometricAxisSequence", "1", false}, - RadiusOfCurvature: Info{RadiusOfCurvature, []string{"FD"}, "Radius of Curvature", "RadiusOfCurvature", "1", false}, - KeratometricPower: Info{KeratometricPower, []string{"FD"}, "Keratometric Power", "KeratometricPower", "1", false}, - KeratometricAxis: Info{KeratometricAxis, []string{"FD"}, "Keratometric Axis", "KeratometricAxis", "1", false}, - FlatKeratometricAxisSequence: Info{FlatKeratometricAxisSequence, []string{"SQ"}, "Flat Keratometric Axis Sequence", "FlatKeratometricAxisSequence", "1", false}, - BackgroundColor: Info{BackgroundColor, []string{"CS"}, "Background Color", "BackgroundColor", "1", false}, - Optotype: Info{Optotype, []string{"CS"}, "Optotype", "Optotype", "1", false}, - OptotypePresentation: Info{OptotypePresentation, []string{"CS"}, "Optotype Presentation", "OptotypePresentation", "1", false}, - SubjectiveRefractionRightEyeSequence: Info{SubjectiveRefractionRightEyeSequence, []string{"SQ"}, "Subjective Refraction Right Eye Sequence", "SubjectiveRefractionRightEyeSequence", "1", false}, - SubjectiveRefractionLeftEyeSequence: Info{SubjectiveRefractionLeftEyeSequence, []string{"SQ"}, "Subjective Refraction Left Eye Sequence", "SubjectiveRefractionLeftEyeSequence", "1", false}, - AddNearSequence: Info{AddNearSequence, []string{"SQ"}, "Add Near Sequence", "AddNearSequence", "1", false}, - AddIntermediateSequence: Info{AddIntermediateSequence, []string{"SQ"}, "Add Intermediate Sequence", "AddIntermediateSequence", "1", false}, - AddOtherSequence: Info{AddOtherSequence, []string{"SQ"}, "Add Other Sequence", "AddOtherSequence", "1", false}, - AddPower: Info{AddPower, []string{"FD"}, "Add Power", "AddPower", "1", false}, - ViewingDistance: Info{ViewingDistance, []string{"FD"}, "Viewing Distance", "ViewingDistance", "1", false}, - CorneaMeasurementsSequence: Info{CorneaMeasurementsSequence, []string{"SQ"}, "Cornea Measurements Sequence", "CorneaMeasurementsSequence", "1", false}, - SourceOfCorneaMeasurementDataCodeSequence: Info{SourceOfCorneaMeasurementDataCodeSequence, []string{"SQ"}, "Source of Cornea Measurement Data Code Sequence", "SourceOfCorneaMeasurementDataCodeSequence", "1", false}, - SteepCornealAxisSequence: Info{SteepCornealAxisSequence, []string{"SQ"}, "Steep Corneal Axis Sequence", "SteepCornealAxisSequence", "1", false}, - FlatCornealAxisSequence: Info{FlatCornealAxisSequence, []string{"SQ"}, "Flat Corneal Axis Sequence", "FlatCornealAxisSequence", "1", false}, - CornealPower: Info{CornealPower, []string{"FD"}, "Corneal Power", "CornealPower", "1", false}, - CornealAxis: Info{CornealAxis, []string{"FD"}, "Corneal Axis", "CornealAxis", "1", false}, - CorneaMeasurementMethodCodeSequence: Info{CorneaMeasurementMethodCodeSequence, []string{"SQ"}, "Cornea Measurement Method Code Sequence", "CorneaMeasurementMethodCodeSequence", "1", false}, - RefractiveIndexOfCornea: Info{RefractiveIndexOfCornea, []string{"FL"}, "Refractive Index of Cornea", "RefractiveIndexOfCornea", "1", false}, - RefractiveIndexOfAqueousHumor: Info{RefractiveIndexOfAqueousHumor, []string{"FL"}, "Refractive Index of Aqueous Humor", "RefractiveIndexOfAqueousHumor", "1", false}, - VisualAcuityTypeCodeSequence: Info{VisualAcuityTypeCodeSequence, []string{"SQ"}, "Visual Acuity Type Code Sequence", "VisualAcuityTypeCodeSequence", "1", false}, - VisualAcuityRightEyeSequence: Info{VisualAcuityRightEyeSequence, []string{"SQ"}, "Visual Acuity Right Eye Sequence", "VisualAcuityRightEyeSequence", "1", false}, - VisualAcuityLeftEyeSequence: Info{VisualAcuityLeftEyeSequence, []string{"SQ"}, "Visual Acuity Left Eye Sequence", "VisualAcuityLeftEyeSequence", "1", false}, - VisualAcuityBothEyesOpenSequence: Info{VisualAcuityBothEyesOpenSequence, []string{"SQ"}, "Visual Acuity Both Eyes Open Sequence", "VisualAcuityBothEyesOpenSequence", "1", false}, - ViewingDistanceType: Info{ViewingDistanceType, []string{"CS"}, "Viewing Distance Type", "ViewingDistanceType", "1", false}, - VisualAcuityModifiers: Info{VisualAcuityModifiers, []string{"SS"}, "Visual Acuity Modifiers", "VisualAcuityModifiers", "2", false}, - DecimalVisualAcuity: Info{DecimalVisualAcuity, []string{"FD"}, "Decimal Visual Acuity", "DecimalVisualAcuity", "1", false}, - OptotypeDetailedDefinition: Info{OptotypeDetailedDefinition, []string{"LO"}, "Optotype Detailed Definition", "OptotypeDetailedDefinition", "1", false}, - ReferencedRefractiveMeasurementsSequence: Info{ReferencedRefractiveMeasurementsSequence, []string{"SQ"}, "Referenced Refractive Measurements Sequence", "ReferencedRefractiveMeasurementsSequence", "1", false}, - SpherePower: Info{SpherePower, []string{"FD"}, "Sphere Power", "SpherePower", "1", false}, - CylinderPower: Info{CylinderPower, []string{"FD"}, "Cylinder Power", "CylinderPower", "1", false}, - CornealTopographySurface: Info{CornealTopographySurface, []string{"CS"}, "Corneal Topography Surface", "CornealTopographySurface", "1", false}, - CornealVertexLocation: Info{CornealVertexLocation, []string{"FL"}, "Corneal Vertex Location", "CornealVertexLocation", "2", false}, - PupilCentroidXCoordinate: Info{PupilCentroidXCoordinate, []string{"FL"}, "Pupil Centroid X-Coordinate", "PupilCentroidXCoordinate", "1", false}, - PupilCentroidYCoordinate: Info{PupilCentroidYCoordinate, []string{"FL"}, "Pupil Centroid Y-Coordinate", "PupilCentroidYCoordinate", "1", false}, - EquivalentPupilRadius: Info{EquivalentPupilRadius, []string{"FL"}, "Equivalent Pupil Radius", "EquivalentPupilRadius", "1", false}, - CornealTopographyMapTypeCodeSequence: Info{CornealTopographyMapTypeCodeSequence, []string{"SQ"}, "Corneal Topography Map Type Code Sequence", "CornealTopographyMapTypeCodeSequence", "1", false}, - VerticesOfTheOutlineOfPupil: Info{VerticesOfTheOutlineOfPupil, []string{"IS"}, "Vertices of the Outline of Pupil", "VerticesOfTheOutlineOfPupil", "2-2n", false}, - CornealTopographyMappingNormalsSequence: Info{CornealTopographyMappingNormalsSequence, []string{"SQ"}, "Corneal Topography Mapping Normals Sequence", "CornealTopographyMappingNormalsSequence", "1", false}, - MaximumCornealCurvatureSequence: Info{MaximumCornealCurvatureSequence, []string{"SQ"}, "Maximum Corneal Curvature Sequence", "MaximumCornealCurvatureSequence", "1", false}, - MaximumCornealCurvature: Info{MaximumCornealCurvature, []string{"FL"}, "Maximum Corneal Curvature", "MaximumCornealCurvature", "1", false}, - MaximumCornealCurvatureLocation: Info{MaximumCornealCurvatureLocation, []string{"FL"}, "Maximum Corneal Curvature Location", "MaximumCornealCurvatureLocation", "2", false}, - MinimumKeratometricSequence: Info{MinimumKeratometricSequence, []string{"SQ"}, "Minimum Keratometric Sequence", "MinimumKeratometricSequence", "1", false}, - SimulatedKeratometricCylinderSequence: Info{SimulatedKeratometricCylinderSequence, []string{"SQ"}, "Simulated Keratometric Cylinder Sequence", "SimulatedKeratometricCylinderSequence", "1", false}, - AverageCornealPower: Info{AverageCornealPower, []string{"FL"}, "Average Corneal Power", "AverageCornealPower", "1", false}, - CornealISValue: Info{CornealISValue, []string{"FL"}, "Corneal I-S Value", "CornealISValue", "1", false}, - AnalyzedArea: Info{AnalyzedArea, []string{"FL"}, "Analyzed Area", "AnalyzedArea", "1", false}, - SurfaceRegularityIndex: Info{SurfaceRegularityIndex, []string{"FL"}, "Surface Regularity Index", "SurfaceRegularityIndex", "1", false}, - SurfaceAsymmetryIndex: Info{SurfaceAsymmetryIndex, []string{"FL"}, "Surface Asymmetry Index", "SurfaceAsymmetryIndex", "1", false}, - CornealEccentricityIndex: Info{CornealEccentricityIndex, []string{"FL"}, "Corneal Eccentricity Index", "CornealEccentricityIndex", "1", false}, - KeratoconusPredictionIndex: Info{KeratoconusPredictionIndex, []string{"FL"}, "Keratoconus Prediction Index", "KeratoconusPredictionIndex", "1", false}, - DecimalPotentialVisualAcuity: Info{DecimalPotentialVisualAcuity, []string{"FL"}, "Decimal Potential Visual Acuity", "DecimalPotentialVisualAcuity", "1", false}, - CornealTopographyMapQualityEvaluation: Info{CornealTopographyMapQualityEvaluation, []string{"CS"}, "Corneal Topography Map Quality Evaluation", "CornealTopographyMapQualityEvaluation", "1", false}, - SourceImageCornealProcessedDataSequence: Info{SourceImageCornealProcessedDataSequence, []string{"SQ"}, "Source Image Corneal Processed Data Sequence", "SourceImageCornealProcessedDataSequence", "1", false}, - CornealPointLocation: Info{CornealPointLocation, []string{"FL"}, "Corneal Point Location", "CornealPointLocation", "3", false}, - CornealPointEstimated: Info{CornealPointEstimated, []string{"CS"}, "Corneal Point Estimated", "CornealPointEstimated", "1", false}, - AxialPower: Info{AxialPower, []string{"FL"}, "Axial Power", "AxialPower", "1", false}, - TangentialPower: Info{TangentialPower, []string{"FL"}, "Tangential Power", "TangentialPower", "1", false}, - RefractivePower: Info{RefractivePower, []string{"FL"}, "Refractive Power", "RefractivePower", "1", false}, - RelativeElevation: Info{RelativeElevation, []string{"FL"}, "Relative Elevation", "RelativeElevation", "1", false}, - CornealWavefront: Info{CornealWavefront, []string{"FL"}, "Corneal Wavefront", "CornealWavefront", "1", false}, - ImagedVolumeWidth: Info{ImagedVolumeWidth, []string{"FL"}, "Imaged Volume Width", "ImagedVolumeWidth", "1", false}, - ImagedVolumeHeight: Info{ImagedVolumeHeight, []string{"FL"}, "Imaged Volume Height", "ImagedVolumeHeight", "1", false}, - ImagedVolumeDepth: Info{ImagedVolumeDepth, []string{"FL"}, "Imaged Volume Depth", "ImagedVolumeDepth", "1", false}, - TotalPixelMatrixColumns: Info{TotalPixelMatrixColumns, []string{"UL"}, "Total Pixel Matrix Columns", "TotalPixelMatrixColumns", "1", false}, - TotalPixelMatrixRows: Info{TotalPixelMatrixRows, []string{"UL"}, "Total Pixel Matrix Rows", "TotalPixelMatrixRows", "1", false}, - TotalPixelMatrixOriginSequence: Info{TotalPixelMatrixOriginSequence, []string{"SQ"}, "Total Pixel Matrix Origin Sequence", "TotalPixelMatrixOriginSequence", "1", false}, - SpecimenLabelInImage: Info{SpecimenLabelInImage, []string{"CS"}, "Specimen Label in Image", "SpecimenLabelInImage", "1", false}, - FocusMethod: Info{FocusMethod, []string{"CS"}, "Focus Method", "FocusMethod", "1", false}, - ExtendedDepthOfField: Info{ExtendedDepthOfField, []string{"CS"}, "Extended Depth of Field", "ExtendedDepthOfField", "1", false}, - NumberOfFocalPlanes: Info{NumberOfFocalPlanes, []string{"US"}, "Number of Focal Planes", "NumberOfFocalPlanes", "1", false}, - DistanceBetweenFocalPlanes: Info{DistanceBetweenFocalPlanes, []string{"FL"}, "Distance Between Focal Planes", "DistanceBetweenFocalPlanes", "1", false}, - RecommendedAbsentPixelCIELabValue: Info{RecommendedAbsentPixelCIELabValue, []string{"US"}, "Recommended Absent Pixel CIELab Value", "RecommendedAbsentPixelCIELabValue", "3", false}, - IlluminatorTypeCodeSequence: Info{IlluminatorTypeCodeSequence, []string{"SQ"}, "Illuminator Type Code Sequence", "IlluminatorTypeCodeSequence", "1", false}, - ImageOrientationSlide: Info{ImageOrientationSlide, []string{"DS"}, "Image Orientation (Slide)", "ImageOrientationSlide", "6", false}, - OpticalPathSequence: Info{OpticalPathSequence, []string{"SQ"}, "Optical Path Sequence", "OpticalPathSequence", "1", false}, - OpticalPathIdentifier: Info{OpticalPathIdentifier, []string{"SH"}, "Optical Path Identifier", "OpticalPathIdentifier", "1", false}, - OpticalPathDescription: Info{OpticalPathDescription, []string{"ST"}, "Optical Path Description", "OpticalPathDescription", "1", false}, - IlluminationColorCodeSequence: Info{IlluminationColorCodeSequence, []string{"SQ"}, "Illumination Color Code Sequence", "IlluminationColorCodeSequence", "1", false}, - SpecimenReferenceSequence: Info{SpecimenReferenceSequence, []string{"SQ"}, "Specimen Reference Sequence", "SpecimenReferenceSequence", "1", false}, - CondenserLensPower: Info{CondenserLensPower, []string{"DS"}, "Condenser Lens Power", "CondenserLensPower", "1", false}, - ObjectiveLensPower: Info{ObjectiveLensPower, []string{"DS"}, "Objective Lens Power", "ObjectiveLensPower", "1", false}, - ObjectiveLensNumericalAperture: Info{ObjectiveLensNumericalAperture, []string{"DS"}, "Objective Lens Numerical Aperture", "ObjectiveLensNumericalAperture", "1", false}, - ConfocalMode: Info{ConfocalMode, []string{"CS"}, "Confocal Mode", "ConfocalMode", "1", false}, - TissueLocation: Info{TissueLocation, []string{"CS"}, "Tissue Location", "TissueLocation", "1", false}, - ConfocalMicroscopyImageFrameTypeSequence: Info{ConfocalMicroscopyImageFrameTypeSequence, []string{"SQ"}, "Confocal Microscopy Image Frame Type Sequence", "ConfocalMicroscopyImageFrameTypeSequence", "1", false}, - ImageAcquisitionDepth: Info{ImageAcquisitionDepth, []string{"FD"}, "Image Acquisition Depth", "ImageAcquisitionDepth", "1", false}, - PaletteColorLookupTableSequence: Info{PaletteColorLookupTableSequence, []string{"SQ"}, "Palette Color Lookup Table Sequence", "PaletteColorLookupTableSequence", "1", false}, - ReferencedImageNavigationSequence: Info{ReferencedImageNavigationSequence, []string{"SQ"}, "Referenced Image Navigation Sequence", "ReferencedImageNavigationSequence", "1", true}, - TopLeftHandCornerOfLocalizerArea: Info{TopLeftHandCornerOfLocalizerArea, []string{"US"}, "Top Left Hand Corner of Localizer Area", "TopLeftHandCornerOfLocalizerArea", "2", true}, - BottomRightHandCornerOfLocalizerArea: Info{BottomRightHandCornerOfLocalizerArea, []string{"US"}, "Bottom Right Hand Corner of Localizer Area", "BottomRightHandCornerOfLocalizerArea", "2", true}, - OpticalPathIdentificationSequence: Info{OpticalPathIdentificationSequence, []string{"SQ"}, "Optical Path Identification Sequence", "OpticalPathIdentificationSequence", "1", false}, - PlanePositionSlideSequence: Info{PlanePositionSlideSequence, []string{"SQ"}, "Plane Position (Slide) Sequence", "PlanePositionSlideSequence", "1", false}, - ColumnPositionInTotalImagePixelMatrix: Info{ColumnPositionInTotalImagePixelMatrix, []string{"SL"}, "Column Position In Total Image Pixel Matrix", "ColumnPositionInTotalImagePixelMatrix", "1", false}, - RowPositionInTotalImagePixelMatrix: Info{RowPositionInTotalImagePixelMatrix, []string{"SL"}, "Row Position In Total Image Pixel Matrix", "RowPositionInTotalImagePixelMatrix", "1", false}, - PixelOriginInterpretation: Info{PixelOriginInterpretation, []string{"CS"}, "Pixel Origin Interpretation", "PixelOriginInterpretation", "1", false}, - NumberOfOpticalPaths: Info{NumberOfOpticalPaths, []string{"UL"}, "Number of Optical Paths", "NumberOfOpticalPaths", "1", false}, - TotalPixelMatrixFocalPlanes: Info{TotalPixelMatrixFocalPlanes, []string{"UL"}, "Total Pixel Matrix Focal Planes", "TotalPixelMatrixFocalPlanes", "1", false}, - CalibrationImage: Info{CalibrationImage, []string{"CS"}, "Calibration Image", "CalibrationImage", "1", false}, - DeviceSequence: Info{DeviceSequence, []string{"SQ"}, "Device Sequence", "DeviceSequence", "1", false}, - ContainerComponentTypeCodeSequence: Info{ContainerComponentTypeCodeSequence, []string{"SQ"}, "Container Component Type Code Sequence", "ContainerComponentTypeCodeSequence", "1", false}, - ContainerComponentThickness: Info{ContainerComponentThickness, []string{"FD"}, "Container Component Thickness", "ContainerComponentThickness", "1", false}, - DeviceLength: Info{DeviceLength, []string{"DS"}, "Device Length", "DeviceLength", "1", false}, - ContainerComponentWidth: Info{ContainerComponentWidth, []string{"FD"}, "Container Component Width", "ContainerComponentWidth", "1", false}, - DeviceDiameter: Info{DeviceDiameter, []string{"DS"}, "Device Diameter", "DeviceDiameter", "1", false}, - DeviceDiameterUnits: Info{DeviceDiameterUnits, []string{"CS"}, "Device Diameter Units", "DeviceDiameterUnits", "1", false}, - DeviceVolume: Info{DeviceVolume, []string{"DS"}, "Device Volume", "DeviceVolume", "1", false}, - InterMarkerDistance: Info{InterMarkerDistance, []string{"DS"}, "Inter-Marker Distance", "InterMarkerDistance", "1", false}, - ContainerComponentMaterial: Info{ContainerComponentMaterial, []string{"CS"}, "Container Component Material", "ContainerComponentMaterial", "1", false}, - ContainerComponentID: Info{ContainerComponentID, []string{"LO"}, "Container Component ID", "ContainerComponentID", "1", false}, - ContainerComponentLength: Info{ContainerComponentLength, []string{"FD"}, "Container Component Length", "ContainerComponentLength", "1", false}, - ContainerComponentDiameter: Info{ContainerComponentDiameter, []string{"FD"}, "Container Component Diameter", "ContainerComponentDiameter", "1", false}, - ContainerComponentDescription: Info{ContainerComponentDescription, []string{"LO"}, "Container Component Description", "ContainerComponentDescription", "1", false}, - DeviceDescription: Info{DeviceDescription, []string{"LO"}, "Device Description", "DeviceDescription", "1", false}, - LongDeviceDescription: Info{LongDeviceDescription, []string{"ST"}, "Long Device Description", "LongDeviceDescription", "1", false}, - ContrastBolusIngredientPercentByVolume: Info{ContrastBolusIngredientPercentByVolume, []string{"FL"}, "Contrast/Bolus Ingredient Percent by Volume", "ContrastBolusIngredientPercentByVolume", "1", false}, - OCTFocalDistance: Info{OCTFocalDistance, []string{"FD"}, "OCT Focal Distance", "OCTFocalDistance", "1", false}, - BeamSpotSize: Info{BeamSpotSize, []string{"FD"}, "Beam Spot Size", "BeamSpotSize", "1", false}, - EffectiveRefractiveIndex: Info{EffectiveRefractiveIndex, []string{"FD"}, "Effective Refractive Index", "EffectiveRefractiveIndex", "1", false}, - OCTAcquisitionDomain: Info{OCTAcquisitionDomain, []string{"CS"}, "OCT Acquisition Domain", "OCTAcquisitionDomain", "1", false}, - OCTOpticalCenterWavelength: Info{OCTOpticalCenterWavelength, []string{"FD"}, "OCT Optical Center Wavelength", "OCTOpticalCenterWavelength", "1", false}, - AxialResolution: Info{AxialResolution, []string{"FD"}, "Axial Resolution", "AxialResolution", "1", false}, - RangingDepth: Info{RangingDepth, []string{"FD"}, "Ranging Depth", "RangingDepth", "1", false}, - ALineRate: Info{ALineRate, []string{"FD"}, "A-line Rate", "ALineRate", "1", false}, - ALinesPerFrame: Info{ALinesPerFrame, []string{"US"}, "A-lines Per Frame", "ALinesPerFrame", "1", false}, - CatheterRotationalRate: Info{CatheterRotationalRate, []string{"FD"}, "Catheter Rotational Rate", "CatheterRotationalRate", "1", false}, - ALinePixelSpacing: Info{ALinePixelSpacing, []string{"FD"}, "A-line Pixel Spacing", "ALinePixelSpacing", "1", false}, - ModeOfPercutaneousAccessSequence: Info{ModeOfPercutaneousAccessSequence, []string{"SQ"}, "Mode of Percutaneous Access Sequence", "ModeOfPercutaneousAccessSequence", "1", false}, - IntravascularOCTFrameTypeSequence: Info{IntravascularOCTFrameTypeSequence, []string{"SQ"}, "Intravascular OCT Frame Type Sequence", "IntravascularOCTFrameTypeSequence", "1", false}, - OCTZOffsetApplied: Info{OCTZOffsetApplied, []string{"CS"}, "OCT Z Offset Applied", "OCTZOffsetApplied", "1", false}, - IntravascularFrameContentSequence: Info{IntravascularFrameContentSequence, []string{"SQ"}, "Intravascular Frame Content Sequence", "IntravascularFrameContentSequence", "1", false}, - IntravascularLongitudinalDistance: Info{IntravascularLongitudinalDistance, []string{"FD"}, "Intravascular Longitudinal Distance", "IntravascularLongitudinalDistance", "1", false}, - IntravascularOCTFrameContentSequence: Info{IntravascularOCTFrameContentSequence, []string{"SQ"}, "Intravascular OCT Frame Content Sequence", "IntravascularOCTFrameContentSequence", "1", false}, - OCTZOffsetCorrection: Info{OCTZOffsetCorrection, []string{"SS"}, "OCT Z Offset Correction", "OCTZOffsetCorrection", "1", false}, - CatheterDirectionOfRotation: Info{CatheterDirectionOfRotation, []string{"CS"}, "Catheter Direction of Rotation", "CatheterDirectionOfRotation", "1", false}, - SeamLineLocation: Info{SeamLineLocation, []string{"FD"}, "Seam Line Location", "SeamLineLocation", "1", false}, - FirstALineLocation: Info{FirstALineLocation, []string{"FD"}, "First A-line Location", "FirstALineLocation", "1", false}, - SeamLineIndex: Info{SeamLineIndex, []string{"US"}, "Seam Line Index", "SeamLineIndex", "1", false}, - NumberOfPaddedALines: Info{NumberOfPaddedALines, []string{"US"}, "Number of Padded A-lines", "NumberOfPaddedALines", "1", false}, - InterpolationType: Info{InterpolationType, []string{"CS"}, "Interpolation Type", "InterpolationType", "1", false}, - RefractiveIndexApplied: Info{RefractiveIndexApplied, []string{"CS"}, "Refractive Index Applied", "RefractiveIndexApplied", "1", false}, - EnergyWindowVector: Info{EnergyWindowVector, []string{"US"}, "Energy Window Vector", "EnergyWindowVector", "1-n", false}, - NumberOfEnergyWindows: Info{NumberOfEnergyWindows, []string{"US"}, "Number of Energy Windows", "NumberOfEnergyWindows", "1", false}, - EnergyWindowInformationSequence: Info{EnergyWindowInformationSequence, []string{"SQ"}, "Energy Window Information Sequence", "EnergyWindowInformationSequence", "1", false}, - EnergyWindowRangeSequence: Info{EnergyWindowRangeSequence, []string{"SQ"}, "Energy Window Range Sequence", "EnergyWindowRangeSequence", "1", false}, - EnergyWindowLowerLimit: Info{EnergyWindowLowerLimit, []string{"DS"}, "Energy Window Lower Limit", "EnergyWindowLowerLimit", "1", false}, - EnergyWindowUpperLimit: Info{EnergyWindowUpperLimit, []string{"DS"}, "Energy Window Upper Limit", "EnergyWindowUpperLimit", "1", false}, - RadiopharmaceuticalInformationSequence: Info{RadiopharmaceuticalInformationSequence, []string{"SQ"}, "Radiopharmaceutical Information Sequence", "RadiopharmaceuticalInformationSequence", "1", false}, - ResidualSyringeCounts: Info{ResidualSyringeCounts, []string{"IS"}, "Residual Syringe Counts", "ResidualSyringeCounts", "1", false}, - EnergyWindowName: Info{EnergyWindowName, []string{"SH"}, "Energy Window Name", "EnergyWindowName", "1", false}, - DetectorVector: Info{DetectorVector, []string{"US"}, "Detector Vector", "DetectorVector", "1-n", false}, - NumberOfDetectors: Info{NumberOfDetectors, []string{"US"}, "Number of Detectors", "NumberOfDetectors", "1", false}, - DetectorInformationSequence: Info{DetectorInformationSequence, []string{"SQ"}, "Detector Information Sequence", "DetectorInformationSequence", "1", false}, - PhaseVector: Info{PhaseVector, []string{"US"}, "Phase Vector", "PhaseVector", "1-n", false}, - NumberOfPhases: Info{NumberOfPhases, []string{"US"}, "Number of Phases", "NumberOfPhases", "1", false}, - PhaseInformationSequence: Info{PhaseInformationSequence, []string{"SQ"}, "Phase Information Sequence", "PhaseInformationSequence", "1", false}, - NumberOfFramesInPhase: Info{NumberOfFramesInPhase, []string{"US"}, "Number of Frames in Phase", "NumberOfFramesInPhase", "1", false}, - PhaseDelay: Info{PhaseDelay, []string{"IS"}, "Phase Delay", "PhaseDelay", "1", false}, - PauseBetweenFrames: Info{PauseBetweenFrames, []string{"IS"}, "Pause Between Frames", "PauseBetweenFrames", "1", false}, - PhaseDescription: Info{PhaseDescription, []string{"CS"}, "Phase Description", "PhaseDescription", "1", false}, - RotationVector: Info{RotationVector, []string{"US"}, "Rotation Vector", "RotationVector", "1-n", false}, - NumberOfRotations: Info{NumberOfRotations, []string{"US"}, "Number of Rotations", "NumberOfRotations", "1", false}, - RotationInformationSequence: Info{RotationInformationSequence, []string{"SQ"}, "Rotation Information Sequence", "RotationInformationSequence", "1", false}, - NumberOfFramesInRotation: Info{NumberOfFramesInRotation, []string{"US"}, "Number of Frames in Rotation", "NumberOfFramesInRotation", "1", false}, - RRIntervalVector: Info{RRIntervalVector, []string{"US"}, "R-R Interval Vector", "RRIntervalVector", "1-n", false}, - NumberOfRRIntervals: Info{NumberOfRRIntervals, []string{"US"}, "Number of R-R Intervals", "NumberOfRRIntervals", "1", false}, - GatedInformationSequence: Info{GatedInformationSequence, []string{"SQ"}, "Gated Information Sequence", "GatedInformationSequence", "1", false}, - DataInformationSequence: Info{DataInformationSequence, []string{"SQ"}, "Data Information Sequence", "DataInformationSequence", "1", false}, - TimeSlotVector: Info{TimeSlotVector, []string{"US"}, "Time Slot Vector", "TimeSlotVector", "1-n", false}, - NumberOfTimeSlots: Info{NumberOfTimeSlots, []string{"US"}, "Number of Time Slots", "NumberOfTimeSlots", "1", false}, - TimeSlotInformationSequence: Info{TimeSlotInformationSequence, []string{"SQ"}, "Time Slot Information Sequence", "TimeSlotInformationSequence", "1", false}, - TimeSlotTime: Info{TimeSlotTime, []string{"DS"}, "Time Slot Time", "TimeSlotTime", "1", false}, - SliceVector: Info{SliceVector, []string{"US"}, "Slice Vector", "SliceVector", "1-n", false}, - NumberOfSlices: Info{NumberOfSlices, []string{"US"}, "Number of Slices", "NumberOfSlices", "1", false}, - AngularViewVector: Info{AngularViewVector, []string{"US"}, "Angular View Vector", "AngularViewVector", "1-n", false}, - TimeSliceVector: Info{TimeSliceVector, []string{"US"}, "Time Slice Vector", "TimeSliceVector", "1-n", false}, - NumberOfTimeSlices: Info{NumberOfTimeSlices, []string{"US"}, "Number of Time Slices", "NumberOfTimeSlices", "1", false}, - StartAngle: Info{StartAngle, []string{"DS"}, "Start Angle", "StartAngle", "1", false}, - TypeOfDetectorMotion: Info{TypeOfDetectorMotion, []string{"CS"}, "Type of Detector Motion", "TypeOfDetectorMotion", "1", false}, - TriggerVector: Info{TriggerVector, []string{"IS"}, "Trigger Vector", "TriggerVector", "1-n", false}, - NumberOfTriggersInPhase: Info{NumberOfTriggersInPhase, []string{"US"}, "Number of Triggers in Phase", "NumberOfTriggersInPhase", "1", false}, - ViewCodeSequence: Info{ViewCodeSequence, []string{"SQ"}, "View Code Sequence", "ViewCodeSequence", "1", false}, - ViewModifierCodeSequence: Info{ViewModifierCodeSequence, []string{"SQ"}, "View Modifier Code Sequence", "ViewModifierCodeSequence", "1", false}, - RadionuclideCodeSequence: Info{RadionuclideCodeSequence, []string{"SQ"}, "Radionuclide Code Sequence", "RadionuclideCodeSequence", "1", false}, - AdministrationRouteCodeSequence: Info{AdministrationRouteCodeSequence, []string{"SQ"}, "Administration Route Code Sequence", "AdministrationRouteCodeSequence", "1", false}, - RadiopharmaceuticalCodeSequence: Info{RadiopharmaceuticalCodeSequence, []string{"SQ"}, "Radiopharmaceutical Code Sequence", "RadiopharmaceuticalCodeSequence", "1", false}, - CalibrationDataSequence: Info{CalibrationDataSequence, []string{"SQ"}, "Calibration Data Sequence", "CalibrationDataSequence", "1", false}, - EnergyWindowNumber: Info{EnergyWindowNumber, []string{"US"}, "Energy Window Number", "EnergyWindowNumber", "1", false}, - ImageID: Info{ImageID, []string{"SH"}, "Image ID", "ImageID", "1", false}, - PatientOrientationCodeSequence: Info{PatientOrientationCodeSequence, []string{"SQ"}, "Patient Orientation Code Sequence", "PatientOrientationCodeSequence", "1", false}, - PatientOrientationModifierCodeSequence: Info{PatientOrientationModifierCodeSequence, []string{"SQ"}, "Patient Orientation Modifier Code Sequence", "PatientOrientationModifierCodeSequence", "1", false}, - PatientGantryRelationshipCodeSequence: Info{PatientGantryRelationshipCodeSequence, []string{"SQ"}, "Patient Gantry Relationship Code Sequence", "PatientGantryRelationshipCodeSequence", "1", false}, - SliceProgressionDirection: Info{SliceProgressionDirection, []string{"CS"}, "Slice Progression Direction", "SliceProgressionDirection", "1", false}, - ScanProgressionDirection: Info{ScanProgressionDirection, []string{"CS"}, "Scan Progression Direction", "ScanProgressionDirection", "1", false}, - SeriesType: Info{SeriesType, []string{"CS"}, "Series Type", "SeriesType", "2", false}, - Units: Info{Units, []string{"CS"}, "Units", "Units", "1", false}, - CountsSource: Info{CountsSource, []string{"CS"}, "Counts Source", "CountsSource", "1", false}, - ReprojectionMethod: Info{ReprojectionMethod, []string{"CS"}, "Reprojection Method", "ReprojectionMethod", "1", false}, - SUVType: Info{SUVType, []string{"CS"}, "SUV Type", "SUVType", "1", false}, - RandomsCorrectionMethod: Info{RandomsCorrectionMethod, []string{"CS"}, "Randoms Correction Method", "RandomsCorrectionMethod", "1", false}, - AttenuationCorrectionMethod: Info{AttenuationCorrectionMethod, []string{"LO"}, "Attenuation Correction Method", "AttenuationCorrectionMethod", "1", false}, - DecayCorrection: Info{DecayCorrection, []string{"CS"}, "Decay Correction", "DecayCorrection", "1", false}, - ReconstructionMethod: Info{ReconstructionMethod, []string{"LO"}, "Reconstruction Method", "ReconstructionMethod", "1", false}, - DetectorLinesOfResponseUsed: Info{DetectorLinesOfResponseUsed, []string{"LO"}, "Detector Lines of Response Used", "DetectorLinesOfResponseUsed", "1", false}, - ScatterCorrectionMethod: Info{ScatterCorrectionMethod, []string{"LO"}, "Scatter Correction Method", "ScatterCorrectionMethod", "1", false}, - AxialAcceptance: Info{AxialAcceptance, []string{"DS"}, "Axial Acceptance", "AxialAcceptance", "1", false}, - AxialMash: Info{AxialMash, []string{"IS"}, "Axial Mash", "AxialMash", "2", false}, - TransverseMash: Info{TransverseMash, []string{"IS"}, "Transverse Mash", "TransverseMash", "1", false}, - DetectorElementSize: Info{DetectorElementSize, []string{"DS"}, "Detector Element Size", "DetectorElementSize", "2", false}, - CoincidenceWindowWidth: Info{CoincidenceWindowWidth, []string{"DS"}, "Coincidence Window Width", "CoincidenceWindowWidth", "1", false}, - SecondaryCountsType: Info{SecondaryCountsType, []string{"CS"}, "Secondary Counts Type", "SecondaryCountsType", "1-n", false}, - FrameReferenceTime: Info{FrameReferenceTime, []string{"DS"}, "Frame Reference Time", "FrameReferenceTime", "1", false}, - PrimaryPromptsCountsAccumulated: Info{PrimaryPromptsCountsAccumulated, []string{"IS"}, "Primary (Prompts) Counts Accumulated", "PrimaryPromptsCountsAccumulated", "1", false}, - SecondaryCountsAccumulated: Info{SecondaryCountsAccumulated, []string{"IS"}, "Secondary Counts Accumulated", "SecondaryCountsAccumulated", "1-n", false}, - SliceSensitivityFactor: Info{SliceSensitivityFactor, []string{"DS"}, "Slice Sensitivity Factor", "SliceSensitivityFactor", "1", false}, - DecayFactor: Info{DecayFactor, []string{"DS"}, "Decay Factor", "DecayFactor", "1", false}, - DoseCalibrationFactor: Info{DoseCalibrationFactor, []string{"DS"}, "Dose Calibration Factor", "DoseCalibrationFactor", "1", false}, - ScatterFractionFactor: Info{ScatterFractionFactor, []string{"DS"}, "Scatter Fraction Factor", "ScatterFractionFactor", "1", false}, - DeadTimeFactor: Info{DeadTimeFactor, []string{"DS"}, "Dead Time Factor", "DeadTimeFactor", "1", false}, - ImageIndex: Info{ImageIndex, []string{"US"}, "Image Index", "ImageIndex", "1", false}, - CountsIncluded: Info{CountsIncluded, []string{"CS"}, "Counts Included", "CountsIncluded", "1-n", true}, - DeadTimeCorrectionFlag: Info{DeadTimeCorrectionFlag, []string{"CS"}, "Dead Time Correction Flag", "DeadTimeCorrectionFlag", "1", true}, - HistogramSequence: Info{HistogramSequence, []string{"SQ"}, "Histogram Sequence", "HistogramSequence", "1", false}, - HistogramNumberOfBins: Info{HistogramNumberOfBins, []string{"US"}, "Histogram Number of Bins", "HistogramNumberOfBins", "1", false}, - HistogramFirstBinValue: Info{HistogramFirstBinValue, []string{"US", "SS"}, "Histogram First Bin Value", "HistogramFirstBinValue", "1", false}, - HistogramLastBinValue: Info{HistogramLastBinValue, []string{"US", "SS"}, "Histogram Last Bin Value", "HistogramLastBinValue", "1", false}, - HistogramBinWidth: Info{HistogramBinWidth, []string{"US"}, "Histogram Bin Width", "HistogramBinWidth", "1", false}, - HistogramExplanation: Info{HistogramExplanation, []string{"LO"}, "Histogram Explanation", "HistogramExplanation", "1", false}, - HistogramData: Info{HistogramData, []string{"UL"}, "Histogram Data", "HistogramData", "1-n", false}, - SegmentationType: Info{SegmentationType, []string{"CS"}, "Segmentation Type", "SegmentationType", "1", false}, - SegmentSequence: Info{SegmentSequence, []string{"SQ"}, "Segment Sequence", "SegmentSequence", "1", false}, - SegmentedPropertyCategoryCodeSequence: Info{SegmentedPropertyCategoryCodeSequence, []string{"SQ"}, "Segmented Property Category Code Sequence", "SegmentedPropertyCategoryCodeSequence", "1", false}, - SegmentNumber: Info{SegmentNumber, []string{"US"}, "Segment Number", "SegmentNumber", "1", false}, - SegmentLabel: Info{SegmentLabel, []string{"LO"}, "Segment Label", "SegmentLabel", "1", false}, - SegmentDescription: Info{SegmentDescription, []string{"ST"}, "Segment Description", "SegmentDescription", "1", false}, + ScheduledStationNameCodeSequence: Info{ScheduledStationNameCodeSequence, []string{"SQ"}, "Scheduled Station Name Code Sequence", "ScheduledStationNameCodeSequence", "1", false}, + ScheduledStationClassCodeSequence: Info{ScheduledStationClassCodeSequence, []string{"SQ"}, "Scheduled Station Class Code Sequence", "ScheduledStationClassCodeSequence", "1", false}, + ScheduledStationGeographicLocationCodeSequence: Info{ScheduledStationGeographicLocationCodeSequence, []string{"SQ"}, "Scheduled Station Geographic Location Code Sequence", "ScheduledStationGeographicLocationCodeSequence", "1", false}, + PerformedStationNameCodeSequence: Info{PerformedStationNameCodeSequence, []string{"SQ"}, "Performed Station Name Code Sequence", "PerformedStationNameCodeSequence", "1", false}, + PerformedStationClassCodeSequence: Info{PerformedStationClassCodeSequence, []string{"SQ"}, "Performed Station Class Code Sequence", "PerformedStationClassCodeSequence", "1", false}, + PerformedStationGeographicLocationCodeSequence: Info{PerformedStationGeographicLocationCodeSequence, []string{"SQ"}, "Performed Station Geographic Location Code Sequence", "PerformedStationGeographicLocationCodeSequence", "1", false}, + RequestedSubsequentWorkitemCodeSequence: Info{RequestedSubsequentWorkitemCodeSequence, []string{"SQ"}, "Requested Subsequent Workitem Code Sequence", "RequestedSubsequentWorkitemCodeSequence", "1", true}, + NonDICOMOutputCodeSequence: Info{NonDICOMOutputCodeSequence, []string{"SQ"}, "Non-DICOM Output Code Sequence", "NonDICOMOutputCodeSequence", "1", true}, + OutputInformationSequence: Info{OutputInformationSequence, []string{"SQ"}, "Output Information Sequence", "OutputInformationSequence", "1", false}, + ScheduledHumanPerformersSequence: Info{ScheduledHumanPerformersSequence, []string{"SQ"}, "Scheduled Human Performers Sequence", "ScheduledHumanPerformersSequence", "1", false}, + ActualHumanPerformersSequence: Info{ActualHumanPerformersSequence, []string{"SQ"}, "Actual Human Performers Sequence", "ActualHumanPerformersSequence", "1", false}, + HumanPerformerOrganization: Info{HumanPerformerOrganization, []string{"LO"}, "Human Performer's Organization", "HumanPerformerOrganization", "1", false}, + HumanPerformerName: Info{HumanPerformerName, []string{"PN"}, "Human Performer's Name", "HumanPerformerName", "1", false}, + RawDataHandling: Info{RawDataHandling, []string{"CS"}, "Raw Data Handling", "RawDataHandling", "1", false}, + InputReadinessState: Info{InputReadinessState, []string{"CS"}, "Input Readiness State", "InputReadinessState", "1", false}, + PerformedProcedureStepStartDateTime: Info{PerformedProcedureStepStartDateTime, []string{"DT"}, "Performed Procedure Step Start DateTime", "PerformedProcedureStepStartDateTime", "1", false}, + PerformedProcedureStepEndDateTime: Info{PerformedProcedureStepEndDateTime, []string{"DT"}, "Performed Procedure Step End DateTime", "PerformedProcedureStepEndDateTime", "1", false}, + ProcedureStepCancellationDateTime: Info{ProcedureStepCancellationDateTime, []string{"DT"}, "Procedure Step Cancellation DateTime", "ProcedureStepCancellationDateTime", "1", false}, + OutputDestinationSequence: Info{OutputDestinationSequence, []string{"SQ"}, "Output Destination Sequence", "OutputDestinationSequence", "1", false}, + DICOMStorageSequence: Info{DICOMStorageSequence, []string{"SQ"}, "DICOM Storage Sequence", "DICOMStorageSequence", "1", false}, + STOWRSStorageSequence: Info{STOWRSStorageSequence, []string{"SQ"}, "STOW-RS Storage Sequence", "STOWRSStorageSequence", "1", false}, + StorageURL: Info{StorageURL, []string{"UR"}, "Storage URL", "StorageURL", "1", false}, + XDSStorageSequence: Info{XDSStorageSequence, []string{"SQ"}, "XDS Storage Sequence", "XDSStorageSequence", "1", false}, + EntranceDoseInmGy: Info{EntranceDoseInmGy, []string{"DS"}, "Entrance Dose in mGy", "EntranceDoseInmGy", "1", false}, + EntranceDoseDerivation: Info{EntranceDoseDerivation, []string{"CS"}, "Entrance Dose Derivation", "EntranceDoseDerivation", "1", false}, + ParametricMapFrameTypeSequence: Info{ParametricMapFrameTypeSequence, []string{"SQ"}, "Parametric Map Frame Type Sequence", "ParametricMapFrameTypeSequence", "1", false}, + ReferencedImageRealWorldValueMappingSequence: Info{ReferencedImageRealWorldValueMappingSequence, []string{"SQ"}, "Referenced Image Real World Value Mapping Sequence", "ReferencedImageRealWorldValueMappingSequence", "1", false}, + RealWorldValueMappingSequence: Info{RealWorldValueMappingSequence, []string{"SQ"}, "Real World Value Mapping Sequence", "RealWorldValueMappingSequence", "1", false}, + PixelValueMappingCodeSequence: Info{PixelValueMappingCodeSequence, []string{"SQ"}, "Pixel Value Mapping Code Sequence", "PixelValueMappingCodeSequence", "1", false}, + LUTLabel: Info{LUTLabel, []string{"SH"}, "LUT Label", "LUTLabel", "1", false}, + RealWorldValueLastValueMapped: Info{RealWorldValueLastValueMapped, []string{"US", "SS"}, "Real World Value Last Value Mapped", "RealWorldValueLastValueMapped", "1", false}, + RealWorldValueLUTData: Info{RealWorldValueLUTData, []string{"FD"}, "Real World Value LUT Data", "RealWorldValueLUTData", "1-n", false}, + DoubleFloatRealWorldValueLastValueMapped: Info{DoubleFloatRealWorldValueLastValueMapped, []string{"FD"}, "Double Float Real World Value Last Value Mapped", "DoubleFloatRealWorldValueLastValueMapped", "1", false}, + DoubleFloatRealWorldValueFirstValueMapped: Info{DoubleFloatRealWorldValueFirstValueMapped, []string{"FD"}, "Double Float Real World Value First Value Mapped", "DoubleFloatRealWorldValueFirstValueMapped", "1", false}, + RealWorldValueFirstValueMapped: Info{RealWorldValueFirstValueMapped, []string{"US", "SS"}, "Real World Value First Value Mapped", "RealWorldValueFirstValueMapped", "1", false}, + QuantityDefinitionSequence: Info{QuantityDefinitionSequence, []string{"SQ"}, "Quantity Definition Sequence", "QuantityDefinitionSequence", "1", false}, + RealWorldValueIntercept: Info{RealWorldValueIntercept, []string{"FD"}, "Real World Value Intercept", "RealWorldValueIntercept", "1", false}, + RealWorldValueSlope: Info{RealWorldValueSlope, []string{"FD"}, "Real World Value Slope", "RealWorldValueSlope", "1", false}, + FindingsFlagTrial: Info{FindingsFlagTrial, []string{"CS"}, "Findings Flag (Trial)", "FindingsFlagTrial", "1", true}, + RelationshipType: Info{RelationshipType, []string{"CS"}, "Relationship Type", "RelationshipType", "1", false}, + FindingsSequenceTrial: Info{FindingsSequenceTrial, []string{"SQ"}, "Findings Sequence (Trial)", "FindingsSequenceTrial", "1", true}, + FindingsGroupUIDTrial: Info{FindingsGroupUIDTrial, []string{"UI"}, "Findings Group UID (Trial)", "FindingsGroupUIDTrial", "1", true}, + ReferencedFindingsGroupUIDTrial: Info{ReferencedFindingsGroupUIDTrial, []string{"UI"}, "Referenced Findings Group UID (Trial)", "ReferencedFindingsGroupUIDTrial", "1", true}, + FindingsGroupRecordingDateTrial: Info{FindingsGroupRecordingDateTrial, []string{"DA"}, "Findings Group Recording Date (Trial)", "FindingsGroupRecordingDateTrial", "1", true}, + FindingsGroupRecordingTimeTrial: Info{FindingsGroupRecordingTimeTrial, []string{"TM"}, "Findings Group Recording Time (Trial)", "FindingsGroupRecordingTimeTrial", "1", true}, + FindingsSourceCategoryCodeSequenceTrial: Info{FindingsSourceCategoryCodeSequenceTrial, []string{"SQ"}, "Findings Source Category Code Sequence (Trial)", "FindingsSourceCategoryCodeSequenceTrial", "1", true}, + VerifyingOrganization: Info{VerifyingOrganization, []string{"LO"}, "Verifying Organization", "VerifyingOrganization", "1", false}, + DocumentingOrganizationIdentifierCodeSequenceTrial: Info{DocumentingOrganizationIdentifierCodeSequenceTrial, []string{"SQ"}, "Documenting Organization Identifier Code Sequence (Trial)", "DocumentingOrganizationIdentifierCodeSequenceTrial", "1", true}, + VerificationDateTime: Info{VerificationDateTime, []string{"DT"}, "Verification DateTime", "VerificationDateTime", "1", false}, + ObservationDateTime: Info{ObservationDateTime, []string{"DT"}, "Observation DateTime", "ObservationDateTime", "1", false}, + ObservationStartDateTime: Info{ObservationStartDateTime, []string{"DT"}, "Observation Start DateTime", "ObservationStartDateTime", "1", false}, + ValueType: Info{ValueType, []string{"CS"}, "Value Type", "ValueType", "1", false}, + ConceptNameCodeSequence: Info{ConceptNameCodeSequence, []string{"SQ"}, "Concept Name Code Sequence", "ConceptNameCodeSequence", "1", false}, + MeasurementPrecisionDescriptionTrial: Info{MeasurementPrecisionDescriptionTrial, []string{"LO"}, "Measurement Precision Description (Trial)", "MeasurementPrecisionDescriptionTrial", "1", true}, + ContinuityOfContent: Info{ContinuityOfContent, []string{"CS"}, "Continuity Of Content", "ContinuityOfContent", "1", false}, + UrgencyOrPriorityAlertsTrial: Info{UrgencyOrPriorityAlertsTrial, []string{"CS"}, "Urgency or Priority Alerts (Trial)", "UrgencyOrPriorityAlertsTrial", "1-n", true}, + SequencingIndicatorTrial: Info{SequencingIndicatorTrial, []string{"LO"}, "Sequencing Indicator (Trial)", "SequencingIndicatorTrial", "1", true}, + DocumentIdentifierCodeSequenceTrial: Info{DocumentIdentifierCodeSequenceTrial, []string{"SQ"}, "Document Identifier Code Sequence (Trial)", "DocumentIdentifierCodeSequenceTrial", "1", true}, + DocumentAuthorTrial: Info{DocumentAuthorTrial, []string{"PN"}, "Document Author (Trial)", "DocumentAuthorTrial", "1", true}, + DocumentAuthorIdentifierCodeSequenceTrial: Info{DocumentAuthorIdentifierCodeSequenceTrial, []string{"SQ"}, "Document Author Identifier Code Sequence (Trial)", "DocumentAuthorIdentifierCodeSequenceTrial", "1", true}, + IdentifierCodeSequenceTrial: Info{IdentifierCodeSequenceTrial, []string{"SQ"}, "Identifier Code Sequence (Trial)", "IdentifierCodeSequenceTrial", "1", true}, + VerifyingObserverSequence: Info{VerifyingObserverSequence, []string{"SQ"}, "Verifying Observer Sequence", "VerifyingObserverSequence", "1", false}, + ObjectBinaryIdentifierTrial: Info{ObjectBinaryIdentifierTrial, []string{"OB"}, "Object Binary Identifier (Trial)", "ObjectBinaryIdentifierTrial", "1", true}, + VerifyingObserverName: Info{VerifyingObserverName, []string{"PN"}, "Verifying Observer Name", "VerifyingObserverName", "1", false}, + DocumentingObserverIdentifierCodeSequenceTrial: Info{DocumentingObserverIdentifierCodeSequenceTrial, []string{"SQ"}, "Documenting Observer Identifier Code Sequence (Trial)", "DocumentingObserverIdentifierCodeSequenceTrial", "1", true}, + AuthorObserverSequence: Info{AuthorObserverSequence, []string{"SQ"}, "Author Observer Sequence", "AuthorObserverSequence", "1", false}, + ParticipantSequence: Info{ParticipantSequence, []string{"SQ"}, "Participant Sequence", "ParticipantSequence", "1", false}, + CustodialOrganizationSequence: Info{CustodialOrganizationSequence, []string{"SQ"}, "Custodial Organization Sequence", "CustodialOrganizationSequence", "1", false}, + ParticipationType: Info{ParticipationType, []string{"CS"}, "Participation Type", "ParticipationType", "1", false}, + ParticipationDateTime: Info{ParticipationDateTime, []string{"DT"}, "Participation DateTime", "ParticipationDateTime", "1", false}, + ObserverType: Info{ObserverType, []string{"CS"}, "Observer Type", "ObserverType", "1", false}, + ProcedureIdentifierCodeSequenceTrial: Info{ProcedureIdentifierCodeSequenceTrial, []string{"SQ"}, "Procedure Identifier Code Sequence (Trial)", "ProcedureIdentifierCodeSequenceTrial", "1", true}, + VerifyingObserverIdentificationCodeSequence: Info{VerifyingObserverIdentificationCodeSequence, []string{"SQ"}, "Verifying Observer Identification Code Sequence", "VerifyingObserverIdentificationCodeSequence", "1", false}, + ObjectDirectoryBinaryIdentifierTrial: Info{ObjectDirectoryBinaryIdentifierTrial, []string{"OB"}, "Object Directory Binary Identifier (Trial)", "ObjectDirectoryBinaryIdentifierTrial", "1", true}, + EquivalentCDADocumentSequence: Info{EquivalentCDADocumentSequence, []string{"SQ"}, "Equivalent CDA Document Sequence", "EquivalentCDADocumentSequence", "1", true}, + ReferencedWaveformChannels: Info{ReferencedWaveformChannels, []string{"US"}, "Referenced Waveform Channels", "ReferencedWaveformChannels", "2-2n", false}, + DateOfDocumentOrVerbalTransactionTrial: Info{DateOfDocumentOrVerbalTransactionTrial, []string{"DA"}, "Date of Document or Verbal Transaction (Trial)", "DateOfDocumentOrVerbalTransactionTrial", "1", true}, + TimeOfDocumentCreationOrVerbalTransactionTrial: Info{TimeOfDocumentCreationOrVerbalTransactionTrial, []string{"TM"}, "Time of Document Creation or Verbal Transaction (Trial)", "TimeOfDocumentCreationOrVerbalTransactionTrial", "1", true}, + DateTime: Info{DateTime, []string{"DT"}, "DateTime", "DateTime", "1", false}, + Date: Info{Date, []string{"DA"}, "Date", "Date", "1", false}, + Time: Info{Time, []string{"TM"}, "Time", "Time", "1", false}, + PersonName: Info{PersonName, []string{"PN"}, "Person Name", "PersonName", "1", false}, + UID: Info{UID, []string{"UI"}, "UID", "UID", "1", false}, + ReportStatusIDTrial: Info{ReportStatusIDTrial, []string{"CS"}, "Report Status ID (Trial)", "ReportStatusIDTrial", "2", true}, + TemporalRangeType: Info{TemporalRangeType, []string{"CS"}, "Temporal Range Type", "TemporalRangeType", "1", false}, + ReferencedSamplePositions: Info{ReferencedSamplePositions, []string{"UL"}, "Referenced Sample Positions", "ReferencedSamplePositions", "1-n", false}, + ReferencedFrameNumbers: Info{ReferencedFrameNumbers, []string{"US"}, "Referenced Frame Numbers", "ReferencedFrameNumbers", "1-n", true}, + ReferencedTimeOffsets: Info{ReferencedTimeOffsets, []string{"DS"}, "Referenced Time Offsets", "ReferencedTimeOffsets", "1-n", false}, + ReferencedDateTime: Info{ReferencedDateTime, []string{"DT"}, "Referenced DateTime", "ReferencedDateTime", "1-n", false}, + TextValue: Info{TextValue, []string{"UT"}, "Text Value", "TextValue", "1", false}, + FloatingPointValue: Info{FloatingPointValue, []string{"FD"}, "Floating Point Value", "FloatingPointValue", "1-n", false}, + RationalNumeratorValue: Info{RationalNumeratorValue, []string{"SL"}, "Rational Numerator Value", "RationalNumeratorValue", "1-n", false}, + RationalDenominatorValue: Info{RationalDenominatorValue, []string{"UL"}, "Rational Denominator Value", "RationalDenominatorValue", "1-n", false}, + ObservationCategoryCodeSequenceTrial: Info{ObservationCategoryCodeSequenceTrial, []string{"SQ"}, "Observation Category Code Sequence (Trial)", "ObservationCategoryCodeSequenceTrial", "1", true}, + ConceptCodeSequence: Info{ConceptCodeSequence, []string{"SQ"}, "Concept Code Sequence", "ConceptCodeSequence", "1", false}, + BibliographicCitationTrial: Info{BibliographicCitationTrial, []string{"ST"}, "Bibliographic Citation (Trial)", "BibliographicCitationTrial", "1", true}, + PurposeOfReferenceCodeSequence: Info{PurposeOfReferenceCodeSequence, []string{"SQ"}, "Purpose of Reference Code Sequence", "PurposeOfReferenceCodeSequence", "1", false}, + ObservationUID: Info{ObservationUID, []string{"UI"}, "Observation UID", "ObservationUID", "1", false}, + ReferencedObservationUIDTrial: Info{ReferencedObservationUIDTrial, []string{"UI"}, "Referenced Observation UID (Trial)", "ReferencedObservationUIDTrial", "1", true}, + ReferencedObservationClassTrial: Info{ReferencedObservationClassTrial, []string{"CS"}, "Referenced Observation Class (Trial)", "ReferencedObservationClassTrial", "1", true}, + ReferencedObjectObservationClassTrial: Info{ReferencedObjectObservationClassTrial, []string{"CS"}, "Referenced Object Observation Class (Trial)", "ReferencedObjectObservationClassTrial", "1", true}, + AnnotationGroupNumber: Info{AnnotationGroupNumber, []string{"US"}, "Annotation Group Number", "AnnotationGroupNumber", "1", false}, + ObservationDateTrial: Info{ObservationDateTrial, []string{"DA"}, "Observation Date (Trial)", "ObservationDateTrial", "1", true}, + ObservationTimeTrial: Info{ObservationTimeTrial, []string{"TM"}, "Observation Time (Trial)", "ObservationTimeTrial", "1", true}, + MeasurementAutomationTrial: Info{MeasurementAutomationTrial, []string{"CS"}, "Measurement Automation (Trial)", "MeasurementAutomationTrial", "1", true}, + ModifierCodeSequence: Info{ModifierCodeSequence, []string{"SQ"}, "Modifier Code Sequence", "ModifierCodeSequence", "1", false}, + IdentificationDescriptionTrial: Info{IdentificationDescriptionTrial, []string{"ST"}, "Identification Description (Trial)", "IdentificationDescriptionTrial", "1", true}, + CoordinatesSetGeometricTypeTrial: Info{CoordinatesSetGeometricTypeTrial, []string{"CS"}, "Coordinates Set Geometric Type (Trial)", "CoordinatesSetGeometricTypeTrial", "1", true}, + AlgorithmCodeSequenceTrial: Info{AlgorithmCodeSequenceTrial, []string{"SQ"}, "Algorithm Code Sequence (Trial)", "AlgorithmCodeSequenceTrial", "1", true}, + AlgorithmDescriptionTrial: Info{AlgorithmDescriptionTrial, []string{"ST"}, "Algorithm Description (Trial)", "AlgorithmDescriptionTrial", "1", true}, + PixelCoordinatesSetTrial: Info{PixelCoordinatesSetTrial, []string{"SL"}, "Pixel Coordinates Set (Trial)", "PixelCoordinatesSetTrial", "2-2n", true}, + MeasuredValueSequence: Info{MeasuredValueSequence, []string{"SQ"}, "Measured Value Sequence", "MeasuredValueSequence", "1", false}, + NumericValueQualifierCodeSequence: Info{NumericValueQualifierCodeSequence, []string{"SQ"}, "Numeric Value Qualifier Code Sequence", "NumericValueQualifierCodeSequence", "1", false}, + CurrentObserverTrial: Info{CurrentObserverTrial, []string{"PN"}, "Current Observer (Trial)", "CurrentObserverTrial", "1", true}, + NumericValue: Info{NumericValue, []string{"DS"}, "Numeric Value", "NumericValue", "1-n", false}, + ReferencedAccessionSequenceTrial: Info{ReferencedAccessionSequenceTrial, []string{"SQ"}, "Referenced Accession Sequence (Trial)", "ReferencedAccessionSequenceTrial", "1", true}, + ReportStatusCommentTrial: Info{ReportStatusCommentTrial, []string{"ST"}, "Report Status Comment (Trial)", "ReportStatusCommentTrial", "1", true}, + ProcedureContextSequenceTrial: Info{ProcedureContextSequenceTrial, []string{"SQ"}, "Procedure Context Sequence (Trial)", "ProcedureContextSequenceTrial", "1", true}, + VerbalSourceTrial: Info{VerbalSourceTrial, []string{"PN"}, "Verbal Source (Trial)", "VerbalSourceTrial", "1", true}, + AddressTrial: Info{AddressTrial, []string{"ST"}, "Address (Trial)", "AddressTrial", "1", true}, + TelephoneNumberTrial: Info{TelephoneNumberTrial, []string{"LO"}, "Telephone Number (Trial)", "TelephoneNumberTrial", "1", true}, + VerbalSourceIdentifierCodeSequenceTrial: Info{VerbalSourceIdentifierCodeSequenceTrial, []string{"SQ"}, "Verbal Source Identifier Code Sequence (Trial)", "VerbalSourceIdentifierCodeSequenceTrial", "1", true}, + PredecessorDocumentsSequence: Info{PredecessorDocumentsSequence, []string{"SQ"}, "Predecessor Documents Sequence", "PredecessorDocumentsSequence", "1", false}, + ReferencedRequestSequence: Info{ReferencedRequestSequence, []string{"SQ"}, "Referenced Request Sequence", "ReferencedRequestSequence", "1", false}, + PerformedProcedureCodeSequence: Info{PerformedProcedureCodeSequence, []string{"SQ"}, "Performed Procedure Code Sequence", "PerformedProcedureCodeSequence", "1", false}, + CurrentRequestedProcedureEvidenceSequence: Info{CurrentRequestedProcedureEvidenceSequence, []string{"SQ"}, "Current Requested Procedure Evidence Sequence", "CurrentRequestedProcedureEvidenceSequence", "1", false}, + ReportDetailSequenceTrial: Info{ReportDetailSequenceTrial, []string{"SQ"}, "Report Detail Sequence (Trial)", "ReportDetailSequenceTrial", "1", true}, + PertinentOtherEvidenceSequence: Info{PertinentOtherEvidenceSequence, []string{"SQ"}, "Pertinent Other Evidence Sequence", "PertinentOtherEvidenceSequence", "1", false}, + HL7StructuredDocumentReferenceSequence: Info{HL7StructuredDocumentReferenceSequence, []string{"SQ"}, "HL7 Structured Document Reference Sequence", "HL7StructuredDocumentReferenceSequence", "1", false}, + ObservationSubjectUIDTrial: Info{ObservationSubjectUIDTrial, []string{"UI"}, "Observation Subject UID (Trial)", "ObservationSubjectUIDTrial", "1", true}, + ObservationSubjectClassTrial: Info{ObservationSubjectClassTrial, []string{"CS"}, "Observation Subject Class (Trial)", "ObservationSubjectClassTrial", "1", true}, + ObservationSubjectTypeCodeSequenceTrial: Info{ObservationSubjectTypeCodeSequenceTrial, []string{"SQ"}, "Observation Subject Type Code Sequence (Trial)", "ObservationSubjectTypeCodeSequenceTrial", "1", true}, + CompletionFlag: Info{CompletionFlag, []string{"CS"}, "Completion Flag", "CompletionFlag", "1", false}, + CompletionFlagDescription: Info{CompletionFlagDescription, []string{"LO"}, "Completion Flag Description", "CompletionFlagDescription", "1", false}, + VerificationFlag: Info{VerificationFlag, []string{"CS"}, "Verification Flag", "VerificationFlag", "1", false}, + ArchiveRequested: Info{ArchiveRequested, []string{"CS"}, "Archive Requested", "ArchiveRequested", "1", false}, + PreliminaryFlag: Info{PreliminaryFlag, []string{"CS"}, "Preliminary Flag", "PreliminaryFlag", "1", false}, + ContentTemplateSequence: Info{ContentTemplateSequence, []string{"SQ"}, "Content Template Sequence", "ContentTemplateSequence", "1", false}, + IdenticalDocumentsSequence: Info{IdenticalDocumentsSequence, []string{"SQ"}, "Identical Documents Sequence", "IdenticalDocumentsSequence", "1", false}, + ObservationSubjectContextFlagTrial: Info{ObservationSubjectContextFlagTrial, []string{"CS"}, "Observation Subject Context Flag (Trial)", "ObservationSubjectContextFlagTrial", "1", true}, + ObserverContextFlagTrial: Info{ObserverContextFlagTrial, []string{"CS"}, "Observer Context Flag (Trial)", "ObserverContextFlagTrial", "1", true}, + ProcedureContextFlagTrial: Info{ProcedureContextFlagTrial, []string{"CS"}, "Procedure Context Flag (Trial)", "ProcedureContextFlagTrial", "1", true}, + ContentSequence: Info{ContentSequence, []string{"SQ"}, "Content Sequence", "ContentSequence", "1", false}, + RelationshipSequenceTrial: Info{RelationshipSequenceTrial, []string{"SQ"}, "Relationship Sequence (Trial)", "RelationshipSequenceTrial", "1", true}, + RelationshipTypeCodeSequenceTrial: Info{RelationshipTypeCodeSequenceTrial, []string{"SQ"}, "Relationship Type Code Sequence (Trial)", "RelationshipTypeCodeSequenceTrial", "1", true}, + LanguageCodeSequenceTrial: Info{LanguageCodeSequenceTrial, []string{"SQ"}, "Language Code Sequence (Trial)", "LanguageCodeSequenceTrial", "1", true}, + TabulatedValuesSequence: Info{TabulatedValuesSequence, []string{"SQ"}, "Tabulated Values Sequence", "TabulatedValuesSequence", "1", false}, + NumberOfTableRows: Info{NumberOfTableRows, []string{"UL"}, "Number of Table Rows", "NumberOfTableRows", "1", false}, + NumberOfTableColumns: Info{NumberOfTableColumns, []string{"UL"}, "Number of Table Columns", "NumberOfTableColumns", "1", false}, + TableRowNumber: Info{TableRowNumber, []string{"UL"}, "Table Row Number", "TableRowNumber", "1", false}, + TableColumnNumber: Info{TableColumnNumber, []string{"UL"}, "Table Column Number", "TableColumnNumber", "1", false}, + TableRowDefinitionSequence: Info{TableRowDefinitionSequence, []string{"SQ"}, "Table Row Definition Sequence", "TableRowDefinitionSequence", "1", false}, + TableColumnDefinitionSequence: Info{TableColumnDefinitionSequence, []string{"SQ"}, "Table Column Definition Sequence", "TableColumnDefinitionSequence", "1", false}, + CellValuesSequence: Info{CellValuesSequence, []string{"SQ"}, "Cell Values Sequence", "CellValuesSequence", "1", false}, + UniformResourceLocatorTrial: Info{UniformResourceLocatorTrial, []string{"ST"}, "Uniform Resource Locator (Trial)", "UniformResourceLocatorTrial", "1", true}, + WaveformAnnotationSequence: Info{WaveformAnnotationSequence, []string{"SQ"}, "Waveform Annotation Sequence", "WaveformAnnotationSequence", "1", false}, + TemplateIdentifier: Info{TemplateIdentifier, []string{"CS"}, "Template Identifier", "TemplateIdentifier", "1", false}, + TemplateVersion: Info{TemplateVersion, []string{"DT"}, "Template Version", "TemplateVersion", "1", true}, + TemplateLocalVersion: Info{TemplateLocalVersion, []string{"DT"}, "Template Local Version", "TemplateLocalVersion", "1", true}, + TemplateExtensionFlag: Info{TemplateExtensionFlag, []string{"CS"}, "Template Extension Flag", "TemplateExtensionFlag", "1", true}, + TemplateExtensionOrganizationUID: Info{TemplateExtensionOrganizationUID, []string{"UI"}, "Template Extension Organization UID", "TemplateExtensionOrganizationUID", "1", true}, + TemplateExtensionCreatorUID: Info{TemplateExtensionCreatorUID, []string{"UI"}, "Template Extension Creator UID", "TemplateExtensionCreatorUID", "1", true}, + ReferencedContentItemIdentifier: Info{ReferencedContentItemIdentifier, []string{"UL"}, "Referenced Content Item Identifier", "ReferencedContentItemIdentifier", "1-n", false}, + HL7InstanceIdentifier: Info{HL7InstanceIdentifier, []string{"ST"}, "HL7 Instance Identifier", "HL7InstanceIdentifier", "1", false}, + HL7DocumentEffectiveTime: Info{HL7DocumentEffectiveTime, []string{"DT"}, "HL7 Document Effective Time", "HL7DocumentEffectiveTime", "1", false}, + HL7DocumentTypeCodeSequence: Info{HL7DocumentTypeCodeSequence, []string{"SQ"}, "HL7 Document Type Code Sequence", "HL7DocumentTypeCodeSequence", "1", false}, + DocumentClassCodeSequence: Info{DocumentClassCodeSequence, []string{"SQ"}, "Document Class Code Sequence", "DocumentClassCodeSequence", "1", false}, + RetrieveURI: Info{RetrieveURI, []string{"UR"}, "Retrieve URI", "RetrieveURI", "1", false}, + RetrieveLocationUID: Info{RetrieveLocationUID, []string{"UI"}, "Retrieve Location UID", "RetrieveLocationUID", "1", false}, + TypeOfInstances: Info{TypeOfInstances, []string{"CS"}, "Type of Instances", "TypeOfInstances", "1", false}, + DICOMRetrievalSequence: Info{DICOMRetrievalSequence, []string{"SQ"}, "DICOM Retrieval Sequence", "DICOMRetrievalSequence", "1", false}, + DICOMMediaRetrievalSequence: Info{DICOMMediaRetrievalSequence, []string{"SQ"}, "DICOM Media Retrieval Sequence", "DICOMMediaRetrievalSequence", "1", false}, + WADORetrievalSequence: Info{WADORetrievalSequence, []string{"SQ"}, "WADO Retrieval Sequence", "WADORetrievalSequence", "1", false}, + XDSRetrievalSequence: Info{XDSRetrievalSequence, []string{"SQ"}, "XDS Retrieval Sequence", "XDSRetrievalSequence", "1", false}, + WADORSRetrievalSequence: Info{WADORSRetrievalSequence, []string{"SQ"}, "WADO-RS Retrieval Sequence", "WADORSRetrievalSequence", "1", false}, + RepositoryUniqueID: Info{RepositoryUniqueID, []string{"UI"}, "Repository Unique ID", "RepositoryUniqueID", "1", false}, + HomeCommunityID: Info{HomeCommunityID, []string{"UI"}, "Home Community ID", "HomeCommunityID", "1", false}, + DocumentTitle: Info{DocumentTitle, []string{"ST"}, "Document Title", "DocumentTitle", "1", false}, + EncapsulatedDocument: Info{EncapsulatedDocument, []string{"OB"}, "Encapsulated Document", "EncapsulatedDocument", "1", false}, + MIMETypeOfEncapsulatedDocument: Info{MIMETypeOfEncapsulatedDocument, []string{"LO"}, "MIME Type of Encapsulated Document", "MIMETypeOfEncapsulatedDocument", "1", false}, + SourceInstanceSequence: Info{SourceInstanceSequence, []string{"SQ"}, "Source Instance Sequence", "SourceInstanceSequence", "1", false}, + ListOfMIMETypes: Info{ListOfMIMETypes, []string{"LO"}, "List of MIME Types", "ListOfMIMETypes", "1-n", false}, + EncapsulatedDocumentLength: Info{EncapsulatedDocumentLength, []string{"UL"}, "Encapsulated Document Length", "EncapsulatedDocumentLength", "1", false}, + ProductPackageIdentifier: Info{ProductPackageIdentifier, []string{"ST"}, "Product Package Identifier", "ProductPackageIdentifier", "1", false}, + SubstanceAdministrationApproval: Info{SubstanceAdministrationApproval, []string{"CS"}, "Substance Administration Approval", "SubstanceAdministrationApproval", "1", false}, + ApprovalStatusFurtherDescription: Info{ApprovalStatusFurtherDescription, []string{"LT"}, "Approval Status Further Description", "ApprovalStatusFurtherDescription", "1", false}, + ApprovalStatusDateTime: Info{ApprovalStatusDateTime, []string{"DT"}, "Approval Status DateTime", "ApprovalStatusDateTime", "1", false}, + ProductTypeCodeSequence: Info{ProductTypeCodeSequence, []string{"SQ"}, "Product Type Code Sequence", "ProductTypeCodeSequence", "1", false}, + ProductName: Info{ProductName, []string{"LO"}, "Product Name", "ProductName", "1-n", false}, + ProductDescription: Info{ProductDescription, []string{"LT"}, "Product Description", "ProductDescription", "1", false}, + ProductLotIdentifier: Info{ProductLotIdentifier, []string{"LO"}, "Product Lot Identifier", "ProductLotIdentifier", "1", false}, + ProductExpirationDateTime: Info{ProductExpirationDateTime, []string{"DT"}, "Product Expiration DateTime", "ProductExpirationDateTime", "1", false}, + SubstanceAdministrationDateTime: Info{SubstanceAdministrationDateTime, []string{"DT"}, "Substance Administration DateTime", "SubstanceAdministrationDateTime", "1", false}, + SubstanceAdministrationNotes: Info{SubstanceAdministrationNotes, []string{"LO"}, "Substance Administration Notes", "SubstanceAdministrationNotes", "1", false}, + SubstanceAdministrationDeviceID: Info{SubstanceAdministrationDeviceID, []string{"LO"}, "Substance Administration Device ID", "SubstanceAdministrationDeviceID", "1", false}, + ProductParameterSequence: Info{ProductParameterSequence, []string{"SQ"}, "Product Parameter Sequence", "ProductParameterSequence", "1", false}, + SubstanceAdministrationParameterSequence: Info{SubstanceAdministrationParameterSequence, []string{"SQ"}, "Substance Administration Parameter Sequence", "SubstanceAdministrationParameterSequence", "1", false}, + ApprovalSequence: Info{ApprovalSequence, []string{"SQ"}, "Approval Sequence", "ApprovalSequence", "1", false}, + AssertionCodeSequence: Info{AssertionCodeSequence, []string{"SQ"}, "Assertion Code Sequence", "AssertionCodeSequence", "1", false}, + AssertionUID: Info{AssertionUID, []string{"UI"}, "Assertion UID", "AssertionUID", "1", false}, + AsserterIdentificationSequence: Info{AsserterIdentificationSequence, []string{"SQ"}, "Asserter Identification Sequence", "AsserterIdentificationSequence", "1", false}, + AssertionDateTime: Info{AssertionDateTime, []string{"DT"}, "Assertion DateTime", "AssertionDateTime", "1", false}, + AssertionExpirationDateTime: Info{AssertionExpirationDateTime, []string{"DT"}, "Assertion Expiration DateTime", "AssertionExpirationDateTime", "1", false}, + AssertionComments: Info{AssertionComments, []string{"UT"}, "Assertion Comments", "AssertionComments", "1", false}, + RelatedAssertionSequence: Info{RelatedAssertionSequence, []string{"SQ"}, "Related Assertion Sequence", "RelatedAssertionSequence", "1", false}, + ReferencedAssertionUID: Info{ReferencedAssertionUID, []string{"UI"}, "Referenced Assertion UID", "ReferencedAssertionUID", "1", false}, + ApprovalSubjectSequence: Info{ApprovalSubjectSequence, []string{"SQ"}, "Approval Subject Sequence", "ApprovalSubjectSequence", "1", false}, + OrganizationalRoleCodeSequence: Info{OrganizationalRoleCodeSequence, []string{"SQ"}, "Organizational Role Code Sequence", "OrganizationalRoleCodeSequence", "1", false}, + LensDescription: Info{LensDescription, []string{"LO"}, "Lens Description", "LensDescription", "1", false}, + RightLensSequence: Info{RightLensSequence, []string{"SQ"}, "Right Lens Sequence", "RightLensSequence", "1", false}, + LeftLensSequence: Info{LeftLensSequence, []string{"SQ"}, "Left Lens Sequence", "LeftLensSequence", "1", false}, + UnspecifiedLateralityLensSequence: Info{UnspecifiedLateralityLensSequence, []string{"SQ"}, "Unspecified Laterality Lens Sequence", "UnspecifiedLateralityLensSequence", "1", false}, + CylinderSequence: Info{CylinderSequence, []string{"SQ"}, "Cylinder Sequence", "CylinderSequence", "1", false}, + PrismSequence: Info{PrismSequence, []string{"SQ"}, "Prism Sequence", "PrismSequence", "1", false}, + HorizontalPrismPower: Info{HorizontalPrismPower, []string{"FD"}, "Horizontal Prism Power", "HorizontalPrismPower", "1", false}, + HorizontalPrismBase: Info{HorizontalPrismBase, []string{"CS"}, "Horizontal Prism Base", "HorizontalPrismBase", "1", false}, + VerticalPrismPower: Info{VerticalPrismPower, []string{"FD"}, "Vertical Prism Power", "VerticalPrismPower", "1", false}, + VerticalPrismBase: Info{VerticalPrismBase, []string{"CS"}, "Vertical Prism Base", "VerticalPrismBase", "1", false}, + LensSegmentType: Info{LensSegmentType, []string{"CS"}, "Lens Segment Type", "LensSegmentType", "1", false}, + OpticalTransmittance: Info{OpticalTransmittance, []string{"FD"}, "Optical Transmittance", "OpticalTransmittance", "1", false}, + ChannelWidth: Info{ChannelWidth, []string{"FD"}, "Channel Width", "ChannelWidth", "1", false}, + PupilSize: Info{PupilSize, []string{"FD"}, "Pupil Size", "PupilSize", "1", false}, + CornealSize: Info{CornealSize, []string{"FD"}, "Corneal Size", "CornealSize", "1", false}, + CornealSizeSequence: Info{CornealSizeSequence, []string{"SQ"}, "Corneal Size Sequence", "CornealSizeSequence", "1", false}, + AutorefractionRightEyeSequence: Info{AutorefractionRightEyeSequence, []string{"SQ"}, "Autorefraction Right Eye Sequence", "AutorefractionRightEyeSequence", "1", false}, + AutorefractionLeftEyeSequence: Info{AutorefractionLeftEyeSequence, []string{"SQ"}, "Autorefraction Left Eye Sequence", "AutorefractionLeftEyeSequence", "1", false}, + DistancePupillaryDistance: Info{DistancePupillaryDistance, []string{"FD"}, "Distance Pupillary Distance", "DistancePupillaryDistance", "1", false}, + NearPupillaryDistance: Info{NearPupillaryDistance, []string{"FD"}, "Near Pupillary Distance", "NearPupillaryDistance", "1", false}, + IntermediatePupillaryDistance: Info{IntermediatePupillaryDistance, []string{"FD"}, "Intermediate Pupillary Distance", "IntermediatePupillaryDistance", "1", false}, + OtherPupillaryDistance: Info{OtherPupillaryDistance, []string{"FD"}, "Other Pupillary Distance", "OtherPupillaryDistance", "1", false}, + KeratometryRightEyeSequence: Info{KeratometryRightEyeSequence, []string{"SQ"}, "Keratometry Right Eye Sequence", "KeratometryRightEyeSequence", "1", false}, + KeratometryLeftEyeSequence: Info{KeratometryLeftEyeSequence, []string{"SQ"}, "Keratometry Left Eye Sequence", "KeratometryLeftEyeSequence", "1", false}, + SteepKeratometricAxisSequence: Info{SteepKeratometricAxisSequence, []string{"SQ"}, "Steep Keratometric Axis Sequence", "SteepKeratometricAxisSequence", "1", false}, + RadiusOfCurvature: Info{RadiusOfCurvature, []string{"FD"}, "Radius of Curvature", "RadiusOfCurvature", "1", false}, + KeratometricPower: Info{KeratometricPower, []string{"FD"}, "Keratometric Power", "KeratometricPower", "1", false}, + KeratometricAxis: Info{KeratometricAxis, []string{"FD"}, "Keratometric Axis", "KeratometricAxis", "1", false}, + FlatKeratometricAxisSequence: Info{FlatKeratometricAxisSequence, []string{"SQ"}, "Flat Keratometric Axis Sequence", "FlatKeratometricAxisSequence", "1", false}, + BackgroundColor: Info{BackgroundColor, []string{"CS"}, "Background Color", "BackgroundColor", "1", false}, + Optotype: Info{Optotype, []string{"CS"}, "Optotype", "Optotype", "1", false}, + OptotypePresentation: Info{OptotypePresentation, []string{"CS"}, "Optotype Presentation", "OptotypePresentation", "1", false}, + SubjectiveRefractionRightEyeSequence: Info{SubjectiveRefractionRightEyeSequence, []string{"SQ"}, "Subjective Refraction Right Eye Sequence", "SubjectiveRefractionRightEyeSequence", "1", false}, + SubjectiveRefractionLeftEyeSequence: Info{SubjectiveRefractionLeftEyeSequence, []string{"SQ"}, "Subjective Refraction Left Eye Sequence", "SubjectiveRefractionLeftEyeSequence", "1", false}, + AddNearSequence: Info{AddNearSequence, []string{"SQ"}, "Add Near Sequence", "AddNearSequence", "1", false}, + AddIntermediateSequence: Info{AddIntermediateSequence, []string{"SQ"}, "Add Intermediate Sequence", "AddIntermediateSequence", "1", false}, + AddOtherSequence: Info{AddOtherSequence, []string{"SQ"}, "Add Other Sequence", "AddOtherSequence", "1", false}, + AddPower: Info{AddPower, []string{"FD"}, "Add Power", "AddPower", "1", false}, + ViewingDistance: Info{ViewingDistance, []string{"FD"}, "Viewing Distance", "ViewingDistance", "1", false}, + CorneaMeasurementsSequence: Info{CorneaMeasurementsSequence, []string{"SQ"}, "Cornea Measurements Sequence", "CorneaMeasurementsSequence", "1", false}, + SourceOfCorneaMeasurementDataCodeSequence: Info{SourceOfCorneaMeasurementDataCodeSequence, []string{"SQ"}, "Source of Cornea Measurement Data Code Sequence", "SourceOfCorneaMeasurementDataCodeSequence", "1", false}, + SteepCornealAxisSequence: Info{SteepCornealAxisSequence, []string{"SQ"}, "Steep Corneal Axis Sequence", "SteepCornealAxisSequence", "1", false}, + FlatCornealAxisSequence: Info{FlatCornealAxisSequence, []string{"SQ"}, "Flat Corneal Axis Sequence", "FlatCornealAxisSequence", "1", false}, + CornealPower: Info{CornealPower, []string{"FD"}, "Corneal Power", "CornealPower", "1", false}, + CornealAxis: Info{CornealAxis, []string{"FD"}, "Corneal Axis", "CornealAxis", "1", false}, + CorneaMeasurementMethodCodeSequence: Info{CorneaMeasurementMethodCodeSequence, []string{"SQ"}, "Cornea Measurement Method Code Sequence", "CorneaMeasurementMethodCodeSequence", "1", false}, + RefractiveIndexOfCornea: Info{RefractiveIndexOfCornea, []string{"FL"}, "Refractive Index of Cornea", "RefractiveIndexOfCornea", "1", false}, + RefractiveIndexOfAqueousHumor: Info{RefractiveIndexOfAqueousHumor, []string{"FL"}, "Refractive Index of Aqueous Humor", "RefractiveIndexOfAqueousHumor", "1", false}, + VisualAcuityTypeCodeSequence: Info{VisualAcuityTypeCodeSequence, []string{"SQ"}, "Visual Acuity Type Code Sequence", "VisualAcuityTypeCodeSequence", "1", false}, + VisualAcuityRightEyeSequence: Info{VisualAcuityRightEyeSequence, []string{"SQ"}, "Visual Acuity Right Eye Sequence", "VisualAcuityRightEyeSequence", "1", false}, + VisualAcuityLeftEyeSequence: Info{VisualAcuityLeftEyeSequence, []string{"SQ"}, "Visual Acuity Left Eye Sequence", "VisualAcuityLeftEyeSequence", "1", false}, + VisualAcuityBothEyesOpenSequence: Info{VisualAcuityBothEyesOpenSequence, []string{"SQ"}, "Visual Acuity Both Eyes Open Sequence", "VisualAcuityBothEyesOpenSequence", "1", false}, + ViewingDistanceType: Info{ViewingDistanceType, []string{"CS"}, "Viewing Distance Type", "ViewingDistanceType", "1", false}, + VisualAcuityModifiers: Info{VisualAcuityModifiers, []string{"SS"}, "Visual Acuity Modifiers", "VisualAcuityModifiers", "2", false}, + DecimalVisualAcuity: Info{DecimalVisualAcuity, []string{"FD"}, "Decimal Visual Acuity", "DecimalVisualAcuity", "1", false}, + OptotypeDetailedDefinition: Info{OptotypeDetailedDefinition, []string{"LO"}, "Optotype Detailed Definition", "OptotypeDetailedDefinition", "1", false}, + ReferencedRefractiveMeasurementsSequence: Info{ReferencedRefractiveMeasurementsSequence, []string{"SQ"}, "Referenced Refractive Measurements Sequence", "ReferencedRefractiveMeasurementsSequence", "1", false}, + SpherePower: Info{SpherePower, []string{"FD"}, "Sphere Power", "SpherePower", "1", false}, + CylinderPower: Info{CylinderPower, []string{"FD"}, "Cylinder Power", "CylinderPower", "1", false}, + CornealTopographySurface: Info{CornealTopographySurface, []string{"CS"}, "Corneal Topography Surface", "CornealTopographySurface", "1", false}, + CornealVertexLocation: Info{CornealVertexLocation, []string{"FL"}, "Corneal Vertex Location", "CornealVertexLocation", "2", false}, + PupilCentroidXCoordinate: Info{PupilCentroidXCoordinate, []string{"FL"}, "Pupil Centroid X-Coordinate", "PupilCentroidXCoordinate", "1", false}, + PupilCentroidYCoordinate: Info{PupilCentroidYCoordinate, []string{"FL"}, "Pupil Centroid Y-Coordinate", "PupilCentroidYCoordinate", "1", false}, + EquivalentPupilRadius: Info{EquivalentPupilRadius, []string{"FL"}, "Equivalent Pupil Radius", "EquivalentPupilRadius", "1", false}, + CornealTopographyMapTypeCodeSequence: Info{CornealTopographyMapTypeCodeSequence, []string{"SQ"}, "Corneal Topography Map Type Code Sequence", "CornealTopographyMapTypeCodeSequence", "1", false}, + VerticesOfTheOutlineOfPupil: Info{VerticesOfTheOutlineOfPupil, []string{"IS"}, "Vertices of the Outline of Pupil", "VerticesOfTheOutlineOfPupil", "2-2n", false}, + CornealTopographyMappingNormalsSequence: Info{CornealTopographyMappingNormalsSequence, []string{"SQ"}, "Corneal Topography Mapping Normals Sequence", "CornealTopographyMappingNormalsSequence", "1", false}, + MaximumCornealCurvatureSequence: Info{MaximumCornealCurvatureSequence, []string{"SQ"}, "Maximum Corneal Curvature Sequence", "MaximumCornealCurvatureSequence", "1", false}, + MaximumCornealCurvature: Info{MaximumCornealCurvature, []string{"FL"}, "Maximum Corneal Curvature", "MaximumCornealCurvature", "1", false}, + MaximumCornealCurvatureLocation: Info{MaximumCornealCurvatureLocation, []string{"FL"}, "Maximum Corneal Curvature Location", "MaximumCornealCurvatureLocation", "2", false}, + MinimumKeratometricSequence: Info{MinimumKeratometricSequence, []string{"SQ"}, "Minimum Keratometric Sequence", "MinimumKeratometricSequence", "1", false}, + SimulatedKeratometricCylinderSequence: Info{SimulatedKeratometricCylinderSequence, []string{"SQ"}, "Simulated Keratometric Cylinder Sequence", "SimulatedKeratometricCylinderSequence", "1", false}, + AverageCornealPower: Info{AverageCornealPower, []string{"FL"}, "Average Corneal Power", "AverageCornealPower", "1", false}, + CornealISValue: Info{CornealISValue, []string{"FL"}, "Corneal I-S Value", "CornealISValue", "1", false}, + AnalyzedArea: Info{AnalyzedArea, []string{"FL"}, "Analyzed Area", "AnalyzedArea", "1", false}, + SurfaceRegularityIndex: Info{SurfaceRegularityIndex, []string{"FL"}, "Surface Regularity Index", "SurfaceRegularityIndex", "1", false}, + SurfaceAsymmetryIndex: Info{SurfaceAsymmetryIndex, []string{"FL"}, "Surface Asymmetry Index", "SurfaceAsymmetryIndex", "1", false}, + CornealEccentricityIndex: Info{CornealEccentricityIndex, []string{"FL"}, "Corneal Eccentricity Index", "CornealEccentricityIndex", "1", false}, + KeratoconusPredictionIndex: Info{KeratoconusPredictionIndex, []string{"FL"}, "Keratoconus Prediction Index", "KeratoconusPredictionIndex", "1", false}, + DecimalPotentialVisualAcuity: Info{DecimalPotentialVisualAcuity, []string{"FL"}, "Decimal Potential Visual Acuity", "DecimalPotentialVisualAcuity", "1", false}, + CornealTopographyMapQualityEvaluation: Info{CornealTopographyMapQualityEvaluation, []string{"CS"}, "Corneal Topography Map Quality Evaluation", "CornealTopographyMapQualityEvaluation", "1", false}, + SourceImageCornealProcessedDataSequence: Info{SourceImageCornealProcessedDataSequence, []string{"SQ"}, "Source Image Corneal Processed Data Sequence", "SourceImageCornealProcessedDataSequence", "1", false}, + CornealPointLocation: Info{CornealPointLocation, []string{"FL"}, "Corneal Point Location", "CornealPointLocation", "3", false}, + CornealPointEstimated: Info{CornealPointEstimated, []string{"CS"}, "Corneal Point Estimated", "CornealPointEstimated", "1", false}, + AxialPower: Info{AxialPower, []string{"FL"}, "Axial Power", "AxialPower", "1", false}, + TangentialPower: Info{TangentialPower, []string{"FL"}, "Tangential Power", "TangentialPower", "1", false}, + RefractivePower: Info{RefractivePower, []string{"FL"}, "Refractive Power", "RefractivePower", "1", false}, + RelativeElevation: Info{RelativeElevation, []string{"FL"}, "Relative Elevation", "RelativeElevation", "1", false}, + CornealWavefront: Info{CornealWavefront, []string{"FL"}, "Corneal Wavefront", "CornealWavefront", "1", false}, + ImagedVolumeWidth: Info{ImagedVolumeWidth, []string{"FL"}, "Imaged Volume Width", "ImagedVolumeWidth", "1", false}, + ImagedVolumeHeight: Info{ImagedVolumeHeight, []string{"FL"}, "Imaged Volume Height", "ImagedVolumeHeight", "1", false}, + ImagedVolumeDepth: Info{ImagedVolumeDepth, []string{"FL"}, "Imaged Volume Depth", "ImagedVolumeDepth", "1", false}, + TotalPixelMatrixColumns: Info{TotalPixelMatrixColumns, []string{"UL"}, "Total Pixel Matrix Columns", "TotalPixelMatrixColumns", "1", false}, + TotalPixelMatrixRows: Info{TotalPixelMatrixRows, []string{"UL"}, "Total Pixel Matrix Rows", "TotalPixelMatrixRows", "1", false}, + TotalPixelMatrixOriginSequence: Info{TotalPixelMatrixOriginSequence, []string{"SQ"}, "Total Pixel Matrix Origin Sequence", "TotalPixelMatrixOriginSequence", "1", false}, + SpecimenLabelInImage: Info{SpecimenLabelInImage, []string{"CS"}, "Specimen Label in Image", "SpecimenLabelInImage", "1", false}, + FocusMethod: Info{FocusMethod, []string{"CS"}, "Focus Method", "FocusMethod", "1", false}, + ExtendedDepthOfField: Info{ExtendedDepthOfField, []string{"CS"}, "Extended Depth of Field", "ExtendedDepthOfField", "1", false}, + NumberOfFocalPlanes: Info{NumberOfFocalPlanes, []string{"US"}, "Number of Focal Planes", "NumberOfFocalPlanes", "1", false}, + DistanceBetweenFocalPlanes: Info{DistanceBetweenFocalPlanes, []string{"FL"}, "Distance Between Focal Planes", "DistanceBetweenFocalPlanes", "1", false}, + RecommendedAbsentPixelCIELabValue: Info{RecommendedAbsentPixelCIELabValue, []string{"US"}, "Recommended Absent Pixel CIELab Value", "RecommendedAbsentPixelCIELabValue", "3", false}, + IlluminatorTypeCodeSequence: Info{IlluminatorTypeCodeSequence, []string{"SQ"}, "Illuminator Type Code Sequence", "IlluminatorTypeCodeSequence", "1", false}, + ImageOrientationSlide: Info{ImageOrientationSlide, []string{"DS"}, "Image Orientation (Slide)", "ImageOrientationSlide", "6", false}, + OpticalPathSequence: Info{OpticalPathSequence, []string{"SQ"}, "Optical Path Sequence", "OpticalPathSequence", "1", false}, + OpticalPathIdentifier: Info{OpticalPathIdentifier, []string{"SH"}, "Optical Path Identifier", "OpticalPathIdentifier", "1", false}, + OpticalPathDescription: Info{OpticalPathDescription, []string{"ST"}, "Optical Path Description", "OpticalPathDescription", "1", false}, + IlluminationColorCodeSequence: Info{IlluminationColorCodeSequence, []string{"SQ"}, "Illumination Color Code Sequence", "IlluminationColorCodeSequence", "1", false}, + SpecimenReferenceSequence: Info{SpecimenReferenceSequence, []string{"SQ"}, "Specimen Reference Sequence", "SpecimenReferenceSequence", "1", false}, + CondenserLensPower: Info{CondenserLensPower, []string{"DS"}, "Condenser Lens Power", "CondenserLensPower", "1", false}, + ObjectiveLensPower: Info{ObjectiveLensPower, []string{"DS"}, "Objective Lens Power", "ObjectiveLensPower", "1", false}, + ObjectiveLensNumericalAperture: Info{ObjectiveLensNumericalAperture, []string{"DS"}, "Objective Lens Numerical Aperture", "ObjectiveLensNumericalAperture", "1", false}, + ConfocalMode: Info{ConfocalMode, []string{"CS"}, "Confocal Mode", "ConfocalMode", "1", false}, + TissueLocation: Info{TissueLocation, []string{"CS"}, "Tissue Location", "TissueLocation", "1", false}, + ConfocalMicroscopyImageFrameTypeSequence: Info{ConfocalMicroscopyImageFrameTypeSequence, []string{"SQ"}, "Confocal Microscopy Image Frame Type Sequence", "ConfocalMicroscopyImageFrameTypeSequence", "1", false}, + ImageAcquisitionDepth: Info{ImageAcquisitionDepth, []string{"FD"}, "Image Acquisition Depth", "ImageAcquisitionDepth", "1", false}, + PaletteColorLookupTableSequence: Info{PaletteColorLookupTableSequence, []string{"SQ"}, "Palette Color Lookup Table Sequence", "PaletteColorLookupTableSequence", "1", false}, + ReferencedImageNavigationSequence: Info{ReferencedImageNavigationSequence, []string{"SQ"}, "Referenced Image Navigation Sequence", "ReferencedImageNavigationSequence", "1", true}, + TopLeftHandCornerOfLocalizerArea: Info{TopLeftHandCornerOfLocalizerArea, []string{"US"}, "Top Left Hand Corner of Localizer Area", "TopLeftHandCornerOfLocalizerArea", "2", true}, + BottomRightHandCornerOfLocalizerArea: Info{BottomRightHandCornerOfLocalizerArea, []string{"US"}, "Bottom Right Hand Corner of Localizer Area", "BottomRightHandCornerOfLocalizerArea", "2", true}, + OpticalPathIdentificationSequence: Info{OpticalPathIdentificationSequence, []string{"SQ"}, "Optical Path Identification Sequence", "OpticalPathIdentificationSequence", "1", false}, + PlanePositionSlideSequence: Info{PlanePositionSlideSequence, []string{"SQ"}, "Plane Position (Slide) Sequence", "PlanePositionSlideSequence", "1", false}, + ColumnPositionInTotalImagePixelMatrix: Info{ColumnPositionInTotalImagePixelMatrix, []string{"SL"}, "Column Position In Total Image Pixel Matrix", "ColumnPositionInTotalImagePixelMatrix", "1", false}, + RowPositionInTotalImagePixelMatrix: Info{RowPositionInTotalImagePixelMatrix, []string{"SL"}, "Row Position In Total Image Pixel Matrix", "RowPositionInTotalImagePixelMatrix", "1", false}, + PixelOriginInterpretation: Info{PixelOriginInterpretation, []string{"CS"}, "Pixel Origin Interpretation", "PixelOriginInterpretation", "1", false}, + NumberOfOpticalPaths: Info{NumberOfOpticalPaths, []string{"UL"}, "Number of Optical Paths", "NumberOfOpticalPaths", "1", false}, + TotalPixelMatrixFocalPlanes: Info{TotalPixelMatrixFocalPlanes, []string{"UL"}, "Total Pixel Matrix Focal Planes", "TotalPixelMatrixFocalPlanes", "1", false}, + CalibrationImage: Info{CalibrationImage, []string{"CS"}, "Calibration Image", "CalibrationImage", "1", false}, + DeviceSequence: Info{DeviceSequence, []string{"SQ"}, "Device Sequence", "DeviceSequence", "1", false}, + ContainerComponentTypeCodeSequence: Info{ContainerComponentTypeCodeSequence, []string{"SQ"}, "Container Component Type Code Sequence", "ContainerComponentTypeCodeSequence", "1", false}, + ContainerComponentThickness: Info{ContainerComponentThickness, []string{"FD"}, "Container Component Thickness", "ContainerComponentThickness", "1", false}, + DeviceLength: Info{DeviceLength, []string{"DS"}, "Device Length", "DeviceLength", "1", false}, + ContainerComponentWidth: Info{ContainerComponentWidth, []string{"FD"}, "Container Component Width", "ContainerComponentWidth", "1", false}, + DeviceDiameter: Info{DeviceDiameter, []string{"DS"}, "Device Diameter", "DeviceDiameter", "1", false}, + DeviceDiameterUnits: Info{DeviceDiameterUnits, []string{"CS"}, "Device Diameter Units", "DeviceDiameterUnits", "1", false}, + DeviceVolume: Info{DeviceVolume, []string{"DS"}, "Device Volume", "DeviceVolume", "1", false}, + InterMarkerDistance: Info{InterMarkerDistance, []string{"DS"}, "Inter-Marker Distance", "InterMarkerDistance", "1", false}, + ContainerComponentMaterial: Info{ContainerComponentMaterial, []string{"CS"}, "Container Component Material", "ContainerComponentMaterial", "1", false}, + ContainerComponentID: Info{ContainerComponentID, []string{"LO"}, "Container Component ID", "ContainerComponentID", "1", false}, + ContainerComponentLength: Info{ContainerComponentLength, []string{"FD"}, "Container Component Length", "ContainerComponentLength", "1", false}, + ContainerComponentDiameter: Info{ContainerComponentDiameter, []string{"FD"}, "Container Component Diameter", "ContainerComponentDiameter", "1", false}, + ContainerComponentDescription: Info{ContainerComponentDescription, []string{"LO"}, "Container Component Description", "ContainerComponentDescription", "1", false}, + DeviceDescription: Info{DeviceDescription, []string{"LO"}, "Device Description", "DeviceDescription", "1", false}, + LongDeviceDescription: Info{LongDeviceDescription, []string{"ST"}, "Long Device Description", "LongDeviceDescription", "1", false}, + ContrastBolusIngredientPercentByVolume: Info{ContrastBolusIngredientPercentByVolume, []string{"FL"}, "Contrast/Bolus Ingredient Percent by Volume", "ContrastBolusIngredientPercentByVolume", "1", false}, + OCTFocalDistance: Info{OCTFocalDistance, []string{"FD"}, "OCT Focal Distance", "OCTFocalDistance", "1", false}, + BeamSpotSize: Info{BeamSpotSize, []string{"FD"}, "Beam Spot Size", "BeamSpotSize", "1", false}, + EffectiveRefractiveIndex: Info{EffectiveRefractiveIndex, []string{"FD"}, "Effective Refractive Index", "EffectiveRefractiveIndex", "1", false}, + OCTAcquisitionDomain: Info{OCTAcquisitionDomain, []string{"CS"}, "OCT Acquisition Domain", "OCTAcquisitionDomain", "1", false}, + OCTOpticalCenterWavelength: Info{OCTOpticalCenterWavelength, []string{"FD"}, "OCT Optical Center Wavelength", "OCTOpticalCenterWavelength", "1", false}, + AxialResolution: Info{AxialResolution, []string{"FD"}, "Axial Resolution", "AxialResolution", "1", false}, + RangingDepth: Info{RangingDepth, []string{"FD"}, "Ranging Depth", "RangingDepth", "1", false}, + ALineRate: Info{ALineRate, []string{"FD"}, "A-line Rate", "ALineRate", "1", false}, + ALinesPerFrame: Info{ALinesPerFrame, []string{"US"}, "A-lines Per Frame", "ALinesPerFrame", "1", false}, + CatheterRotationalRate: Info{CatheterRotationalRate, []string{"FD"}, "Catheter Rotational Rate", "CatheterRotationalRate", "1", false}, + ALinePixelSpacing: Info{ALinePixelSpacing, []string{"FD"}, "A-line Pixel Spacing", "ALinePixelSpacing", "1", false}, + ModeOfPercutaneousAccessSequence: Info{ModeOfPercutaneousAccessSequence, []string{"SQ"}, "Mode of Percutaneous Access Sequence", "ModeOfPercutaneousAccessSequence", "1", false}, + IntravascularOCTFrameTypeSequence: Info{IntravascularOCTFrameTypeSequence, []string{"SQ"}, "Intravascular OCT Frame Type Sequence", "IntravascularOCTFrameTypeSequence", "1", false}, + OCTZOffsetApplied: Info{OCTZOffsetApplied, []string{"CS"}, "OCT Z Offset Applied", "OCTZOffsetApplied", "1", false}, + IntravascularFrameContentSequence: Info{IntravascularFrameContentSequence, []string{"SQ"}, "Intravascular Frame Content Sequence", "IntravascularFrameContentSequence", "1", false}, + IntravascularLongitudinalDistance: Info{IntravascularLongitudinalDistance, []string{"FD"}, "Intravascular Longitudinal Distance", "IntravascularLongitudinalDistance", "1", false}, + IntravascularOCTFrameContentSequence: Info{IntravascularOCTFrameContentSequence, []string{"SQ"}, "Intravascular OCT Frame Content Sequence", "IntravascularOCTFrameContentSequence", "1", false}, + OCTZOffsetCorrection: Info{OCTZOffsetCorrection, []string{"SS"}, "OCT Z Offset Correction", "OCTZOffsetCorrection", "1", false}, + CatheterDirectionOfRotation: Info{CatheterDirectionOfRotation, []string{"CS"}, "Catheter Direction of Rotation", "CatheterDirectionOfRotation", "1", false}, + SeamLineLocation: Info{SeamLineLocation, []string{"FD"}, "Seam Line Location", "SeamLineLocation", "1", false}, + FirstALineLocation: Info{FirstALineLocation, []string{"FD"}, "First A-line Location", "FirstALineLocation", "1", false}, + SeamLineIndex: Info{SeamLineIndex, []string{"US"}, "Seam Line Index", "SeamLineIndex", "1", false}, + NumberOfPaddedALines: Info{NumberOfPaddedALines, []string{"US"}, "Number of Padded A-lines", "NumberOfPaddedALines", "1", false}, + InterpolationType: Info{InterpolationType, []string{"CS"}, "Interpolation Type", "InterpolationType", "1", false}, + RefractiveIndexApplied: Info{RefractiveIndexApplied, []string{"CS"}, "Refractive Index Applied", "RefractiveIndexApplied", "1", false}, + EnergyWindowVector: Info{EnergyWindowVector, []string{"US"}, "Energy Window Vector", "EnergyWindowVector", "1-n", false}, + NumberOfEnergyWindows: Info{NumberOfEnergyWindows, []string{"US"}, "Number of Energy Windows", "NumberOfEnergyWindows", "1", false}, + EnergyWindowInformationSequence: Info{EnergyWindowInformationSequence, []string{"SQ"}, "Energy Window Information Sequence", "EnergyWindowInformationSequence", "1", false}, + EnergyWindowRangeSequence: Info{EnergyWindowRangeSequence, []string{"SQ"}, "Energy Window Range Sequence", "EnergyWindowRangeSequence", "1", false}, + EnergyWindowLowerLimit: Info{EnergyWindowLowerLimit, []string{"DS"}, "Energy Window Lower Limit", "EnergyWindowLowerLimit", "1", false}, + EnergyWindowUpperLimit: Info{EnergyWindowUpperLimit, []string{"DS"}, "Energy Window Upper Limit", "EnergyWindowUpperLimit", "1", false}, + RadiopharmaceuticalInformationSequence: Info{RadiopharmaceuticalInformationSequence, []string{"SQ"}, "Radiopharmaceutical Information Sequence", "RadiopharmaceuticalInformationSequence", "1", false}, + ResidualSyringeCounts: Info{ResidualSyringeCounts, []string{"IS"}, "Residual Syringe Counts", "ResidualSyringeCounts", "1", false}, + EnergyWindowName: Info{EnergyWindowName, []string{"SH"}, "Energy Window Name", "EnergyWindowName", "1", false}, + DetectorVector: Info{DetectorVector, []string{"US"}, "Detector Vector", "DetectorVector", "1-n", false}, + NumberOfDetectors: Info{NumberOfDetectors, []string{"US"}, "Number of Detectors", "NumberOfDetectors", "1", false}, + DetectorInformationSequence: Info{DetectorInformationSequence, []string{"SQ"}, "Detector Information Sequence", "DetectorInformationSequence", "1", false}, + PhaseVector: Info{PhaseVector, []string{"US"}, "Phase Vector", "PhaseVector", "1-n", false}, + NumberOfPhases: Info{NumberOfPhases, []string{"US"}, "Number of Phases", "NumberOfPhases", "1", false}, + PhaseInformationSequence: Info{PhaseInformationSequence, []string{"SQ"}, "Phase Information Sequence", "PhaseInformationSequence", "1", false}, + NumberOfFramesInPhase: Info{NumberOfFramesInPhase, []string{"US"}, "Number of Frames in Phase", "NumberOfFramesInPhase", "1", false}, + PhaseDelay: Info{PhaseDelay, []string{"IS"}, "Phase Delay", "PhaseDelay", "1", false}, + PauseBetweenFrames: Info{PauseBetweenFrames, []string{"IS"}, "Pause Between Frames", "PauseBetweenFrames", "1", false}, + PhaseDescription: Info{PhaseDescription, []string{"CS"}, "Phase Description", "PhaseDescription", "1", false}, + RotationVector: Info{RotationVector, []string{"US"}, "Rotation Vector", "RotationVector", "1-n", false}, + NumberOfRotations: Info{NumberOfRotations, []string{"US"}, "Number of Rotations", "NumberOfRotations", "1", false}, + RotationInformationSequence: Info{RotationInformationSequence, []string{"SQ"}, "Rotation Information Sequence", "RotationInformationSequence", "1", false}, + NumberOfFramesInRotation: Info{NumberOfFramesInRotation, []string{"US"}, "Number of Frames in Rotation", "NumberOfFramesInRotation", "1", false}, + RRIntervalVector: Info{RRIntervalVector, []string{"US"}, "R-R Interval Vector", "RRIntervalVector", "1-n", false}, + NumberOfRRIntervals: Info{NumberOfRRIntervals, []string{"US"}, "Number of R-R Intervals", "NumberOfRRIntervals", "1", false}, + GatedInformationSequence: Info{GatedInformationSequence, []string{"SQ"}, "Gated Information Sequence", "GatedInformationSequence", "1", false}, + DataInformationSequence: Info{DataInformationSequence, []string{"SQ"}, "Data Information Sequence", "DataInformationSequence", "1", false}, + TimeSlotVector: Info{TimeSlotVector, []string{"US"}, "Time Slot Vector", "TimeSlotVector", "1-n", false}, + NumberOfTimeSlots: Info{NumberOfTimeSlots, []string{"US"}, "Number of Time Slots", "NumberOfTimeSlots", "1", false}, + TimeSlotInformationSequence: Info{TimeSlotInformationSequence, []string{"SQ"}, "Time Slot Information Sequence", "TimeSlotInformationSequence", "1", false}, + TimeSlotTime: Info{TimeSlotTime, []string{"DS"}, "Time Slot Time", "TimeSlotTime", "1", false}, + SliceVector: Info{SliceVector, []string{"US"}, "Slice Vector", "SliceVector", "1-n", false}, + NumberOfSlices: Info{NumberOfSlices, []string{"US"}, "Number of Slices", "NumberOfSlices", "1", false}, + AngularViewVector: Info{AngularViewVector, []string{"US"}, "Angular View Vector", "AngularViewVector", "1-n", false}, + TimeSliceVector: Info{TimeSliceVector, []string{"US"}, "Time Slice Vector", "TimeSliceVector", "1-n", false}, + NumberOfTimeSlices: Info{NumberOfTimeSlices, []string{"US"}, "Number of Time Slices", "NumberOfTimeSlices", "1", false}, + StartAngle: Info{StartAngle, []string{"DS"}, "Start Angle", "StartAngle", "1", false}, + TypeOfDetectorMotion: Info{TypeOfDetectorMotion, []string{"CS"}, "Type of Detector Motion", "TypeOfDetectorMotion", "1", false}, + TriggerVector: Info{TriggerVector, []string{"IS"}, "Trigger Vector", "TriggerVector", "1-n", false}, + NumberOfTriggersInPhase: Info{NumberOfTriggersInPhase, []string{"US"}, "Number of Triggers in Phase", "NumberOfTriggersInPhase", "1", false}, + ViewCodeSequence: Info{ViewCodeSequence, []string{"SQ"}, "View Code Sequence", "ViewCodeSequence", "1", false}, + ViewModifierCodeSequence: Info{ViewModifierCodeSequence, []string{"SQ"}, "View Modifier Code Sequence", "ViewModifierCodeSequence", "1", false}, + RadionuclideCodeSequence: Info{RadionuclideCodeSequence, []string{"SQ"}, "Radionuclide Code Sequence", "RadionuclideCodeSequence", "1", false}, + AdministrationRouteCodeSequence: Info{AdministrationRouteCodeSequence, []string{"SQ"}, "Administration Route Code Sequence", "AdministrationRouteCodeSequence", "1", false}, + RadiopharmaceuticalCodeSequence: Info{RadiopharmaceuticalCodeSequence, []string{"SQ"}, "Radiopharmaceutical Code Sequence", "RadiopharmaceuticalCodeSequence", "1", false}, + CalibrationDataSequence: Info{CalibrationDataSequence, []string{"SQ"}, "Calibration Data Sequence", "CalibrationDataSequence", "1", false}, + EnergyWindowNumber: Info{EnergyWindowNumber, []string{"US"}, "Energy Window Number", "EnergyWindowNumber", "1", false}, + ImageID: Info{ImageID, []string{"SH"}, "Image ID", "ImageID", "1", false}, + PatientOrientationCodeSequence: Info{PatientOrientationCodeSequence, []string{"SQ"}, "Patient Orientation Code Sequence", "PatientOrientationCodeSequence", "1", false}, + PatientOrientationModifierCodeSequence: Info{PatientOrientationModifierCodeSequence, []string{"SQ"}, "Patient Orientation Modifier Code Sequence", "PatientOrientationModifierCodeSequence", "1", false}, + PatientGantryRelationshipCodeSequence: Info{PatientGantryRelationshipCodeSequence, []string{"SQ"}, "Patient Gantry Relationship Code Sequence", "PatientGantryRelationshipCodeSequence", "1", false}, + SliceProgressionDirection: Info{SliceProgressionDirection, []string{"CS"}, "Slice Progression Direction", "SliceProgressionDirection", "1", false}, + ScanProgressionDirection: Info{ScanProgressionDirection, []string{"CS"}, "Scan Progression Direction", "ScanProgressionDirection", "1", false}, + SeriesType: Info{SeriesType, []string{"CS"}, "Series Type", "SeriesType", "2", false}, + Units: Info{Units, []string{"CS"}, "Units", "Units", "1", false}, + CountsSource: Info{CountsSource, []string{"CS"}, "Counts Source", "CountsSource", "1", false}, + ReprojectionMethod: Info{ReprojectionMethod, []string{"CS"}, "Reprojection Method", "ReprojectionMethod", "1", false}, + SUVType: Info{SUVType, []string{"CS"}, "SUV Type", "SUVType", "1", false}, + RandomsCorrectionMethod: Info{RandomsCorrectionMethod, []string{"CS"}, "Randoms Correction Method", "RandomsCorrectionMethod", "1", false}, + AttenuationCorrectionMethod: Info{AttenuationCorrectionMethod, []string{"LO"}, "Attenuation Correction Method", "AttenuationCorrectionMethod", "1", false}, + DecayCorrection: Info{DecayCorrection, []string{"CS"}, "Decay Correction", "DecayCorrection", "1", false}, + ReconstructionMethod: Info{ReconstructionMethod, []string{"LO"}, "Reconstruction Method", "ReconstructionMethod", "1", false}, + DetectorLinesOfResponseUsed: Info{DetectorLinesOfResponseUsed, []string{"LO"}, "Detector Lines of Response Used", "DetectorLinesOfResponseUsed", "1", false}, + ScatterCorrectionMethod: Info{ScatterCorrectionMethod, []string{"LO"}, "Scatter Correction Method", "ScatterCorrectionMethod", "1", false}, + AxialAcceptance: Info{AxialAcceptance, []string{"DS"}, "Axial Acceptance", "AxialAcceptance", "1", false}, + AxialMash: Info{AxialMash, []string{"IS"}, "Axial Mash", "AxialMash", "2", false}, + TransverseMash: Info{TransverseMash, []string{"IS"}, "Transverse Mash", "TransverseMash", "1", false}, + DetectorElementSize: Info{DetectorElementSize, []string{"DS"}, "Detector Element Size", "DetectorElementSize", "2", false}, + CoincidenceWindowWidth: Info{CoincidenceWindowWidth, []string{"DS"}, "Coincidence Window Width", "CoincidenceWindowWidth", "1", false}, + SecondaryCountsType: Info{SecondaryCountsType, []string{"CS"}, "Secondary Counts Type", "SecondaryCountsType", "1-n", false}, + FrameReferenceTime: Info{FrameReferenceTime, []string{"DS"}, "Frame Reference Time", "FrameReferenceTime", "1", false}, + PrimaryPromptsCountsAccumulated: Info{PrimaryPromptsCountsAccumulated, []string{"IS"}, "Primary (Prompts) Counts Accumulated", "PrimaryPromptsCountsAccumulated", "1", false}, + SecondaryCountsAccumulated: Info{SecondaryCountsAccumulated, []string{"IS"}, "Secondary Counts Accumulated", "SecondaryCountsAccumulated", "1-n", false}, + SliceSensitivityFactor: Info{SliceSensitivityFactor, []string{"DS"}, "Slice Sensitivity Factor", "SliceSensitivityFactor", "1", false}, + DecayFactor: Info{DecayFactor, []string{"DS"}, "Decay Factor", "DecayFactor", "1", false}, + DoseCalibrationFactor: Info{DoseCalibrationFactor, []string{"DS"}, "Dose Calibration Factor", "DoseCalibrationFactor", "1", false}, + ScatterFractionFactor: Info{ScatterFractionFactor, []string{"DS"}, "Scatter Fraction Factor", "ScatterFractionFactor", "1", false}, + DeadTimeFactor: Info{DeadTimeFactor, []string{"DS"}, "Dead Time Factor", "DeadTimeFactor", "1", false}, + ImageIndex: Info{ImageIndex, []string{"US"}, "Image Index", "ImageIndex", "1", false}, + CountsIncluded: Info{CountsIncluded, []string{"CS"}, "Counts Included", "CountsIncluded", "1-n", true}, + DeadTimeCorrectionFlag: Info{DeadTimeCorrectionFlag, []string{"CS"}, "Dead Time Correction Flag", "DeadTimeCorrectionFlag", "1", true}, + HistogramSequence: Info{HistogramSequence, []string{"SQ"}, "Histogram Sequence", "HistogramSequence", "1", false}, + HistogramNumberOfBins: Info{HistogramNumberOfBins, []string{"US"}, "Histogram Number of Bins", "HistogramNumberOfBins", "1", false}, + HistogramFirstBinValue: Info{HistogramFirstBinValue, []string{"US", "SS"}, "Histogram First Bin Value", "HistogramFirstBinValue", "1", false}, + HistogramLastBinValue: Info{HistogramLastBinValue, []string{"US", "SS"}, "Histogram Last Bin Value", "HistogramLastBinValue", "1", false}, + HistogramBinWidth: Info{HistogramBinWidth, []string{"US"}, "Histogram Bin Width", "HistogramBinWidth", "1", false}, + HistogramExplanation: Info{HistogramExplanation, []string{"LO"}, "Histogram Explanation", "HistogramExplanation", "1", false}, + HistogramData: Info{HistogramData, []string{"UL"}, "Histogram Data", "HistogramData", "1-n", false}, + SegmentationType: Info{SegmentationType, []string{"CS"}, "Segmentation Type", "SegmentationType", "1", false}, + SegmentSequence: Info{SegmentSequence, []string{"SQ"}, "Segment Sequence", "SegmentSequence", "1", false}, + SegmentedPropertyCategoryCodeSequence: Info{SegmentedPropertyCategoryCodeSequence, []string{"SQ"}, "Segmented Property Category Code Sequence", "SegmentedPropertyCategoryCodeSequence", "1", false}, + SegmentNumber: Info{SegmentNumber, []string{"US"}, "Segment Number", "SegmentNumber", "1", false}, + SegmentLabel: Info{SegmentLabel, []string{"LO"}, "Segment Label", "SegmentLabel", "1", false}, + SegmentDescription: Info{SegmentDescription, []string{"ST"}, "Segment Description", "SegmentDescription", "1", false}, SegmentationAlgorithmIdentificationSequence: Info{SegmentationAlgorithmIdentificationSequence, []string{"SQ"}, "Segmentation Algorithm Identification Sequence", "SegmentationAlgorithmIdentificationSequence", "1", false}, - SegmentAlgorithmType: Info{SegmentAlgorithmType, []string{"CS"}, "Segment Algorithm Type", "SegmentAlgorithmType", "1", false}, - SegmentAlgorithmName: Info{SegmentAlgorithmName, []string{"LO"}, "Segment Algorithm Name", "SegmentAlgorithmName", "1-n", false}, - SegmentIdentificationSequence: Info{SegmentIdentificationSequence, []string{"SQ"}, "Segment Identification Sequence", "SegmentIdentificationSequence", "1", false}, - ReferencedSegmentNumber: Info{ReferencedSegmentNumber, []string{"US"}, "Referenced Segment Number", "ReferencedSegmentNumber", "1-n", false}, - RecommendedDisplayGrayscaleValue: Info{RecommendedDisplayGrayscaleValue, []string{"US"}, "Recommended Display Grayscale Value", "RecommendedDisplayGrayscaleValue", "1", false}, - RecommendedDisplayCIELabValue: Info{RecommendedDisplayCIELabValue, []string{"US"}, "Recommended Display CIELab Value", "RecommendedDisplayCIELabValue", "3", false}, - MaximumFractionalValue: Info{MaximumFractionalValue, []string{"US"}, "Maximum Fractional Value", "MaximumFractionalValue", "1", false}, - SegmentedPropertyTypeCodeSequence: Info{SegmentedPropertyTypeCodeSequence, []string{"SQ"}, "Segmented Property Type Code Sequence", "SegmentedPropertyTypeCodeSequence", "1", false}, - SegmentationFractionalType: Info{SegmentationFractionalType, []string{"CS"}, "Segmentation Fractional Type", "SegmentationFractionalType", "1", false}, - SegmentedPropertyTypeModifierCodeSequence: Info{SegmentedPropertyTypeModifierCodeSequence, []string{"SQ"}, "Segmented Property Type Modifier Code Sequence", "SegmentedPropertyTypeModifierCodeSequence", "1", false}, - UsedSegmentsSequence: Info{UsedSegmentsSequence, []string{"SQ"}, "Used Segments Sequence", "UsedSegmentsSequence", "1", false}, - SegmentsOverlap: Info{SegmentsOverlap, []string{"CS"}, "Segments Overlap", "SegmentsOverlap", "1", false}, - TrackingID: Info{TrackingID, []string{"UT"}, "Tracking ID", "TrackingID", "1", false}, - TrackingUID: Info{TrackingUID, []string{"UI"}, "Tracking UID", "TrackingUID", "1", false}, - DeformableRegistrationSequence: Info{DeformableRegistrationSequence, []string{"SQ"}, "Deformable Registration Sequence", "DeformableRegistrationSequence", "1", false}, - SourceFrameOfReferenceUID: Info{SourceFrameOfReferenceUID, []string{"UI"}, "Source Frame of Reference UID", "SourceFrameOfReferenceUID", "1", false}, - DeformableRegistrationGridSequence: Info{DeformableRegistrationGridSequence, []string{"SQ"}, "Deformable Registration Grid Sequence", "DeformableRegistrationGridSequence", "1", false}, - GridDimensions: Info{GridDimensions, []string{"UL"}, "Grid Dimensions", "GridDimensions", "3", false}, - GridResolution: Info{GridResolution, []string{"FD"}, "Grid Resolution", "GridResolution", "3", false}, - VectorGridData: Info{VectorGridData, []string{"OF"}, "Vector Grid Data", "VectorGridData", "1", false}, - PreDeformationMatrixRegistrationSequence: Info{PreDeformationMatrixRegistrationSequence, []string{"SQ"}, "Pre Deformation Matrix Registration Sequence", "PreDeformationMatrixRegistrationSequence", "1", false}, - PostDeformationMatrixRegistrationSequence: Info{PostDeformationMatrixRegistrationSequence, []string{"SQ"}, "Post Deformation Matrix Registration Sequence", "PostDeformationMatrixRegistrationSequence", "1", false}, - NumberOfSurfaces: Info{NumberOfSurfaces, []string{"UL"}, "Number of Surfaces", "NumberOfSurfaces", "1", false}, - SurfaceSequence: Info{SurfaceSequence, []string{"SQ"}, "Surface Sequence", "SurfaceSequence", "1", false}, - SurfaceNumber: Info{SurfaceNumber, []string{"UL"}, "Surface Number", "SurfaceNumber", "1", false}, - SurfaceComments: Info{SurfaceComments, []string{"LT"}, "Surface Comments", "SurfaceComments", "1", false}, - SurfaceProcessing: Info{SurfaceProcessing, []string{"CS"}, "Surface Processing", "SurfaceProcessing", "1", false}, - SurfaceProcessingRatio: Info{SurfaceProcessingRatio, []string{"FL"}, "Surface Processing Ratio", "SurfaceProcessingRatio", "1", false}, - SurfaceProcessingDescription: Info{SurfaceProcessingDescription, []string{"LO"}, "Surface Processing Description", "SurfaceProcessingDescription", "1", false}, - RecommendedPresentationOpacity: Info{RecommendedPresentationOpacity, []string{"FL"}, "Recommended Presentation Opacity", "RecommendedPresentationOpacity", "1", false}, - RecommendedPresentationType: Info{RecommendedPresentationType, []string{"CS"}, "Recommended Presentation Type", "RecommendedPresentationType", "1", false}, - FiniteVolume: Info{FiniteVolume, []string{"CS"}, "Finite Volume", "FiniteVolume", "1", false}, - Manifold: Info{Manifold, []string{"CS"}, "Manifold", "Manifold", "1", false}, - SurfacePointsSequence: Info{SurfacePointsSequence, []string{"SQ"}, "Surface Points Sequence", "SurfacePointsSequence", "1", false}, - SurfacePointsNormalsSequence: Info{SurfacePointsNormalsSequence, []string{"SQ"}, "Surface Points Normals Sequence", "SurfacePointsNormalsSequence", "1", false}, - SurfaceMeshPrimitivesSequence: Info{SurfaceMeshPrimitivesSequence, []string{"SQ"}, "Surface Mesh Primitives Sequence", "SurfaceMeshPrimitivesSequence", "1", false}, - NumberOfSurfacePoints: Info{NumberOfSurfacePoints, []string{"UL"}, "Number of Surface Points", "NumberOfSurfacePoints", "1", false}, - PointCoordinatesData: Info{PointCoordinatesData, []string{"OF"}, "Point Coordinates Data", "PointCoordinatesData", "1", false}, - PointPositionAccuracy: Info{PointPositionAccuracy, []string{"FL"}, "Point Position Accuracy", "PointPositionAccuracy", "3", false}, - MeanPointDistance: Info{MeanPointDistance, []string{"FL"}, "Mean Point Distance", "MeanPointDistance", "1", false}, - MaximumPointDistance: Info{MaximumPointDistance, []string{"FL"}, "Maximum Point Distance", "MaximumPointDistance", "1", false}, - PointsBoundingBoxCoordinates: Info{PointsBoundingBoxCoordinates, []string{"FL"}, "Points Bounding Box Coordinates", "PointsBoundingBoxCoordinates", "6", false}, - AxisOfRotation: Info{AxisOfRotation, []string{"FL"}, "Axis of Rotation", "AxisOfRotation", "3", false}, - CenterOfRotation: Info{CenterOfRotation, []string{"FL"}, "Center of Rotation", "CenterOfRotation", "3", false}, - NumberOfVectors: Info{NumberOfVectors, []string{"UL"}, "Number of Vectors", "NumberOfVectors", "1", false}, - VectorDimensionality: Info{VectorDimensionality, []string{"US"}, "Vector Dimensionality", "VectorDimensionality", "1", false}, - VectorAccuracy: Info{VectorAccuracy, []string{"FL"}, "Vector Accuracy", "VectorAccuracy", "1-n", false}, - VectorCoordinateData: Info{VectorCoordinateData, []string{"OF"}, "Vector Coordinate Data", "VectorCoordinateData", "1", false}, - DoublePointCoordinatesData: Info{DoublePointCoordinatesData, []string{"OD"}, "Double Point Coordinates Data", "DoublePointCoordinatesData", "1", false}, - TrianglePointIndexList: Info{TrianglePointIndexList, []string{"OW"}, "Triangle Point Index List", "TrianglePointIndexList", "1", true}, - EdgePointIndexList: Info{EdgePointIndexList, []string{"OW"}, "Edge Point Index List", "EdgePointIndexList", "1", true}, - VertexPointIndexList: Info{VertexPointIndexList, []string{"OW"}, "Vertex Point Index List", "VertexPointIndexList", "1", true}, - TriangleStripSequence: Info{TriangleStripSequence, []string{"SQ"}, "Triangle Strip Sequence", "TriangleStripSequence", "1", false}, - TriangleFanSequence: Info{TriangleFanSequence, []string{"SQ"}, "Triangle Fan Sequence", "TriangleFanSequence", "1", false}, - LineSequence: Info{LineSequence, []string{"SQ"}, "Line Sequence", "LineSequence", "1", false}, - PrimitivePointIndexList: Info{PrimitivePointIndexList, []string{"OW"}, "Primitive Point Index List", "PrimitivePointIndexList", "1", true}, - SurfaceCount: Info{SurfaceCount, []string{"UL"}, "Surface Count", "SurfaceCount", "1", false}, - ReferencedSurfaceSequence: Info{ReferencedSurfaceSequence, []string{"SQ"}, "Referenced Surface Sequence", "ReferencedSurfaceSequence", "1", false}, - ReferencedSurfaceNumber: Info{ReferencedSurfaceNumber, []string{"UL"}, "Referenced Surface Number", "ReferencedSurfaceNumber", "1", false}, + SegmentAlgorithmType: Info{SegmentAlgorithmType, []string{"CS"}, "Segment Algorithm Type", "SegmentAlgorithmType", "1", false}, + SegmentAlgorithmName: Info{SegmentAlgorithmName, []string{"LO"}, "Segment Algorithm Name", "SegmentAlgorithmName", "1-n", false}, + SegmentIdentificationSequence: Info{SegmentIdentificationSequence, []string{"SQ"}, "Segment Identification Sequence", "SegmentIdentificationSequence", "1", false}, + ReferencedSegmentNumber: Info{ReferencedSegmentNumber, []string{"US"}, "Referenced Segment Number", "ReferencedSegmentNumber", "1-n", false}, + RecommendedDisplayGrayscaleValue: Info{RecommendedDisplayGrayscaleValue, []string{"US"}, "Recommended Display Grayscale Value", "RecommendedDisplayGrayscaleValue", "1", false}, + RecommendedDisplayCIELabValue: Info{RecommendedDisplayCIELabValue, []string{"US"}, "Recommended Display CIELab Value", "RecommendedDisplayCIELabValue", "3", false}, + MaximumFractionalValue: Info{MaximumFractionalValue, []string{"US"}, "Maximum Fractional Value", "MaximumFractionalValue", "1", false}, + SegmentedPropertyTypeCodeSequence: Info{SegmentedPropertyTypeCodeSequence, []string{"SQ"}, "Segmented Property Type Code Sequence", "SegmentedPropertyTypeCodeSequence", "1", false}, + SegmentationFractionalType: Info{SegmentationFractionalType, []string{"CS"}, "Segmentation Fractional Type", "SegmentationFractionalType", "1", false}, + SegmentedPropertyTypeModifierCodeSequence: Info{SegmentedPropertyTypeModifierCodeSequence, []string{"SQ"}, "Segmented Property Type Modifier Code Sequence", "SegmentedPropertyTypeModifierCodeSequence", "1", false}, + UsedSegmentsSequence: Info{UsedSegmentsSequence, []string{"SQ"}, "Used Segments Sequence", "UsedSegmentsSequence", "1", false}, + SegmentsOverlap: Info{SegmentsOverlap, []string{"CS"}, "Segments Overlap", "SegmentsOverlap", "1", false}, + TrackingID: Info{TrackingID, []string{"UT"}, "Tracking ID", "TrackingID", "1", false}, + TrackingUID: Info{TrackingUID, []string{"UI"}, "Tracking UID", "TrackingUID", "1", false}, + DeformableRegistrationSequence: Info{DeformableRegistrationSequence, []string{"SQ"}, "Deformable Registration Sequence", "DeformableRegistrationSequence", "1", false}, + SourceFrameOfReferenceUID: Info{SourceFrameOfReferenceUID, []string{"UI"}, "Source Frame of Reference UID", "SourceFrameOfReferenceUID", "1", false}, + DeformableRegistrationGridSequence: Info{DeformableRegistrationGridSequence, []string{"SQ"}, "Deformable Registration Grid Sequence", "DeformableRegistrationGridSequence", "1", false}, + GridDimensions: Info{GridDimensions, []string{"UL"}, "Grid Dimensions", "GridDimensions", "3", false}, + GridResolution: Info{GridResolution, []string{"FD"}, "Grid Resolution", "GridResolution", "3", false}, + VectorGridData: Info{VectorGridData, []string{"OF"}, "Vector Grid Data", "VectorGridData", "1", false}, + PreDeformationMatrixRegistrationSequence: Info{PreDeformationMatrixRegistrationSequence, []string{"SQ"}, "Pre Deformation Matrix Registration Sequence", "PreDeformationMatrixRegistrationSequence", "1", false}, + PostDeformationMatrixRegistrationSequence: Info{PostDeformationMatrixRegistrationSequence, []string{"SQ"}, "Post Deformation Matrix Registration Sequence", "PostDeformationMatrixRegistrationSequence", "1", false}, + NumberOfSurfaces: Info{NumberOfSurfaces, []string{"UL"}, "Number of Surfaces", "NumberOfSurfaces", "1", false}, + SurfaceSequence: Info{SurfaceSequence, []string{"SQ"}, "Surface Sequence", "SurfaceSequence", "1", false}, + SurfaceNumber: Info{SurfaceNumber, []string{"UL"}, "Surface Number", "SurfaceNumber", "1", false}, + SurfaceComments: Info{SurfaceComments, []string{"LT"}, "Surface Comments", "SurfaceComments", "1", false}, + SurfaceProcessing: Info{SurfaceProcessing, []string{"CS"}, "Surface Processing", "SurfaceProcessing", "1", false}, + SurfaceProcessingRatio: Info{SurfaceProcessingRatio, []string{"FL"}, "Surface Processing Ratio", "SurfaceProcessingRatio", "1", false}, + SurfaceProcessingDescription: Info{SurfaceProcessingDescription, []string{"LO"}, "Surface Processing Description", "SurfaceProcessingDescription", "1", false}, + RecommendedPresentationOpacity: Info{RecommendedPresentationOpacity, []string{"FL"}, "Recommended Presentation Opacity", "RecommendedPresentationOpacity", "1", false}, + RecommendedPresentationType: Info{RecommendedPresentationType, []string{"CS"}, "Recommended Presentation Type", "RecommendedPresentationType", "1", false}, + FiniteVolume: Info{FiniteVolume, []string{"CS"}, "Finite Volume", "FiniteVolume", "1", false}, + Manifold: Info{Manifold, []string{"CS"}, "Manifold", "Manifold", "1", false}, + SurfacePointsSequence: Info{SurfacePointsSequence, []string{"SQ"}, "Surface Points Sequence", "SurfacePointsSequence", "1", false}, + SurfacePointsNormalsSequence: Info{SurfacePointsNormalsSequence, []string{"SQ"}, "Surface Points Normals Sequence", "SurfacePointsNormalsSequence", "1", false}, + SurfaceMeshPrimitivesSequence: Info{SurfaceMeshPrimitivesSequence, []string{"SQ"}, "Surface Mesh Primitives Sequence", "SurfaceMeshPrimitivesSequence", "1", false}, + NumberOfSurfacePoints: Info{NumberOfSurfacePoints, []string{"UL"}, "Number of Surface Points", "NumberOfSurfacePoints", "1", false}, + PointCoordinatesData: Info{PointCoordinatesData, []string{"OF"}, "Point Coordinates Data", "PointCoordinatesData", "1", false}, + PointPositionAccuracy: Info{PointPositionAccuracy, []string{"FL"}, "Point Position Accuracy", "PointPositionAccuracy", "3", false}, + MeanPointDistance: Info{MeanPointDistance, []string{"FL"}, "Mean Point Distance", "MeanPointDistance", "1", false}, + MaximumPointDistance: Info{MaximumPointDistance, []string{"FL"}, "Maximum Point Distance", "MaximumPointDistance", "1", false}, + PointsBoundingBoxCoordinates: Info{PointsBoundingBoxCoordinates, []string{"FL"}, "Points Bounding Box Coordinates", "PointsBoundingBoxCoordinates", "6", false}, + AxisOfRotation: Info{AxisOfRotation, []string{"FL"}, "Axis of Rotation", "AxisOfRotation", "3", false}, + CenterOfRotation: Info{CenterOfRotation, []string{"FL"}, "Center of Rotation", "CenterOfRotation", "3", false}, + NumberOfVectors: Info{NumberOfVectors, []string{"UL"}, "Number of Vectors", "NumberOfVectors", "1", false}, + VectorDimensionality: Info{VectorDimensionality, []string{"US"}, "Vector Dimensionality", "VectorDimensionality", "1", false}, + VectorAccuracy: Info{VectorAccuracy, []string{"FL"}, "Vector Accuracy", "VectorAccuracy", "1-n", false}, + VectorCoordinateData: Info{VectorCoordinateData, []string{"OF"}, "Vector Coordinate Data", "VectorCoordinateData", "1", false}, + DoublePointCoordinatesData: Info{DoublePointCoordinatesData, []string{"OD"}, "Double Point Coordinates Data", "DoublePointCoordinatesData", "1", false}, + TrianglePointIndexList: Info{TrianglePointIndexList, []string{"OW"}, "Triangle Point Index List", "TrianglePointIndexList", "1", true}, + EdgePointIndexList: Info{EdgePointIndexList, []string{"OW"}, "Edge Point Index List", "EdgePointIndexList", "1", true}, + VertexPointIndexList: Info{VertexPointIndexList, []string{"OW"}, "Vertex Point Index List", "VertexPointIndexList", "1", true}, + TriangleStripSequence: Info{TriangleStripSequence, []string{"SQ"}, "Triangle Strip Sequence", "TriangleStripSequence", "1", false}, + TriangleFanSequence: Info{TriangleFanSequence, []string{"SQ"}, "Triangle Fan Sequence", "TriangleFanSequence", "1", false}, + LineSequence: Info{LineSequence, []string{"SQ"}, "Line Sequence", "LineSequence", "1", false}, + PrimitivePointIndexList: Info{PrimitivePointIndexList, []string{"OW"}, "Primitive Point Index List", "PrimitivePointIndexList", "1", true}, + SurfaceCount: Info{SurfaceCount, []string{"UL"}, "Surface Count", "SurfaceCount", "1", false}, + ReferencedSurfaceSequence: Info{ReferencedSurfaceSequence, []string{"SQ"}, "Referenced Surface Sequence", "ReferencedSurfaceSequence", "1", false}, + ReferencedSurfaceNumber: Info{ReferencedSurfaceNumber, []string{"UL"}, "Referenced Surface Number", "ReferencedSurfaceNumber", "1", false}, SegmentSurfaceGenerationAlgorithmIdentificationSequence: Info{SegmentSurfaceGenerationAlgorithmIdentificationSequence, []string{"SQ"}, "Segment Surface Generation Algorithm Identification Sequence", "SegmentSurfaceGenerationAlgorithmIdentificationSequence", "1", false}, - SegmentSurfaceSourceInstanceSequence: Info{SegmentSurfaceSourceInstanceSequence, []string{"SQ"}, "Segment Surface Source Instance Sequence", "SegmentSurfaceSourceInstanceSequence", "1", false}, - AlgorithmFamilyCodeSequence: Info{AlgorithmFamilyCodeSequence, []string{"SQ"}, "Algorithm Family Code Sequence", "AlgorithmFamilyCodeSequence", "1", false}, - AlgorithmNameCodeSequence: Info{AlgorithmNameCodeSequence, []string{"SQ"}, "Algorithm Name Code Sequence", "AlgorithmNameCodeSequence", "1", false}, - AlgorithmVersion: Info{AlgorithmVersion, []string{"LO"}, "Algorithm Version", "AlgorithmVersion", "1", false}, - AlgorithmParameters: Info{AlgorithmParameters, []string{"LT"}, "Algorithm Parameters", "AlgorithmParameters", "1", false}, - FacetSequence: Info{FacetSequence, []string{"SQ"}, "Facet Sequence", "FacetSequence", "1", false}, - SurfaceProcessingAlgorithmIdentificationSequence: Info{SurfaceProcessingAlgorithmIdentificationSequence, []string{"SQ"}, "Surface Processing Algorithm Identification Sequence", "SurfaceProcessingAlgorithmIdentificationSequence", "1", false}, - AlgorithmName: Info{AlgorithmName, []string{"LO"}, "Algorithm Name", "AlgorithmName", "1", false}, - RecommendedPointRadius: Info{RecommendedPointRadius, []string{"FL"}, "Recommended Point Radius", "RecommendedPointRadius", "1", false}, - RecommendedLineThickness: Info{RecommendedLineThickness, []string{"FL"}, "Recommended Line Thickness", "RecommendedLineThickness", "1", false}, - LongPrimitivePointIndexList: Info{LongPrimitivePointIndexList, []string{"OL"}, "Long Primitive Point Index List", "LongPrimitivePointIndexList", "1", false}, - LongTrianglePointIndexList: Info{LongTrianglePointIndexList, []string{"OL"}, "Long Triangle Point Index List", "LongTrianglePointIndexList", "1", false}, - LongEdgePointIndexList: Info{LongEdgePointIndexList, []string{"OL"}, "Long Edge Point Index List", "LongEdgePointIndexList", "1", false}, - LongVertexPointIndexList: Info{LongVertexPointIndexList, []string{"OL"}, "Long Vertex Point Index List", "LongVertexPointIndexList", "1", false}, - TrackSetSequence: Info{TrackSetSequence, []string{"SQ"}, "Track Set Sequence", "TrackSetSequence", "1", false}, - TrackSequence: Info{TrackSequence, []string{"SQ"}, "Track Sequence", "TrackSequence", "1", false}, - RecommendedDisplayCIELabValueList: Info{RecommendedDisplayCIELabValueList, []string{"OW"}, "Recommended Display CIELab Value List", "RecommendedDisplayCIELabValueList", "1", false}, - TrackingAlgorithmIdentificationSequence: Info{TrackingAlgorithmIdentificationSequence, []string{"SQ"}, "Tracking Algorithm Identification Sequence", "TrackingAlgorithmIdentificationSequence", "1", false}, - TrackSetNumber: Info{TrackSetNumber, []string{"UL"}, "Track Set Number", "TrackSetNumber", "1", false}, - TrackSetLabel: Info{TrackSetLabel, []string{"LO"}, "Track Set Label", "TrackSetLabel", "1", false}, - TrackSetDescription: Info{TrackSetDescription, []string{"UT"}, "Track Set Description", "TrackSetDescription", "1", false}, - TrackSetAnatomicalTypeCodeSequence: Info{TrackSetAnatomicalTypeCodeSequence, []string{"SQ"}, "Track Set Anatomical Type Code Sequence", "TrackSetAnatomicalTypeCodeSequence", "1", false}, - MeasurementsSequence: Info{MeasurementsSequence, []string{"SQ"}, "Measurements Sequence", "MeasurementsSequence", "1", false}, - TrackSetStatisticsSequence: Info{TrackSetStatisticsSequence, []string{"SQ"}, "Track Set Statistics Sequence", "TrackSetStatisticsSequence", "1", false}, - FloatingPointValues: Info{FloatingPointValues, []string{"OF"}, "Floating Point Values", "FloatingPointValues", "1", false}, - TrackPointIndexList: Info{TrackPointIndexList, []string{"OL"}, "Track Point Index List", "TrackPointIndexList", "1", false}, - TrackStatisticsSequence: Info{TrackStatisticsSequence, []string{"SQ"}, "Track Statistics Sequence", "TrackStatisticsSequence", "1", false}, - MeasurementValuesSequence: Info{MeasurementValuesSequence, []string{"SQ"}, "Measurement Values Sequence", "MeasurementValuesSequence", "1", false}, - DiffusionAcquisitionCodeSequence: Info{DiffusionAcquisitionCodeSequence, []string{"SQ"}, "Diffusion Acquisition Code Sequence", "DiffusionAcquisitionCodeSequence", "1", false}, - DiffusionModelCodeSequence: Info{DiffusionModelCodeSequence, []string{"SQ"}, "Diffusion Model Code Sequence", "DiffusionModelCodeSequence", "1", false}, - ImplantSize: Info{ImplantSize, []string{"LO"}, "Implant Size", "ImplantSize", "1", false}, - ImplantTemplateVersion: Info{ImplantTemplateVersion, []string{"LO"}, "Implant Template Version", "ImplantTemplateVersion", "1", false}, - ReplacedImplantTemplateSequence: Info{ReplacedImplantTemplateSequence, []string{"SQ"}, "Replaced Implant Template Sequence", "ReplacedImplantTemplateSequence", "1", false}, - ImplantType: Info{ImplantType, []string{"CS"}, "Implant Type", "ImplantType", "1", false}, - DerivationImplantTemplateSequence: Info{DerivationImplantTemplateSequence, []string{"SQ"}, "Derivation Implant Template Sequence", "DerivationImplantTemplateSequence", "1", false}, - OriginalImplantTemplateSequence: Info{OriginalImplantTemplateSequence, []string{"SQ"}, "Original Implant Template Sequence", "OriginalImplantTemplateSequence", "1", false}, - EffectiveDateTime: Info{EffectiveDateTime, []string{"DT"}, "Effective DateTime", "EffectiveDateTime", "1", false}, - ImplantTargetAnatomySequence: Info{ImplantTargetAnatomySequence, []string{"SQ"}, "Implant Target Anatomy Sequence", "ImplantTargetAnatomySequence", "1", false}, - InformationFromManufacturerSequence: Info{InformationFromManufacturerSequence, []string{"SQ"}, "Information From Manufacturer Sequence", "InformationFromManufacturerSequence", "1", false}, - NotificationFromManufacturerSequence: Info{NotificationFromManufacturerSequence, []string{"SQ"}, "Notification From Manufacturer Sequence", "NotificationFromManufacturerSequence", "1", false}, - InformationIssueDateTime: Info{InformationIssueDateTime, []string{"DT"}, "Information Issue DateTime", "InformationIssueDateTime", "1", false}, - InformationSummary: Info{InformationSummary, []string{"ST"}, "Information Summary", "InformationSummary", "1", false}, - ImplantRegulatoryDisapprovalCodeSequence: Info{ImplantRegulatoryDisapprovalCodeSequence, []string{"SQ"}, "Implant Regulatory Disapproval Code Sequence", "ImplantRegulatoryDisapprovalCodeSequence", "1", false}, - OverallTemplateSpatialTolerance: Info{OverallTemplateSpatialTolerance, []string{"FD"}, "Overall Template Spatial Tolerance", "OverallTemplateSpatialTolerance", "1", false}, - HPGLDocumentSequence: Info{HPGLDocumentSequence, []string{"SQ"}, "HPGL Document Sequence", "HPGLDocumentSequence", "1", false}, - HPGLDocumentID: Info{HPGLDocumentID, []string{"US"}, "HPGL Document ID", "HPGLDocumentID", "1", false}, - HPGLDocumentLabel: Info{HPGLDocumentLabel, []string{"LO"}, "HPGL Document Label", "HPGLDocumentLabel", "1", false}, - ViewOrientationCodeSequence: Info{ViewOrientationCodeSequence, []string{"SQ"}, "View Orientation Code Sequence", "ViewOrientationCodeSequence", "1", false}, - ViewOrientationModifierCodeSequence: Info{ViewOrientationModifierCodeSequence, []string{"SQ"}, "View Orientation Modifier Code Sequence", "ViewOrientationModifierCodeSequence", "1", false}, - HPGLDocumentScaling: Info{HPGLDocumentScaling, []string{"FD"}, "HPGL Document Scaling", "HPGLDocumentScaling", "1", false}, - HPGLDocument: Info{HPGLDocument, []string{"OB"}, "HPGL Document", "HPGLDocument", "1", false}, - HPGLContourPenNumber: Info{HPGLContourPenNumber, []string{"US"}, "HPGL Contour Pen Number", "HPGLContourPenNumber", "1", false}, - HPGLPenSequence: Info{HPGLPenSequence, []string{"SQ"}, "HPGL Pen Sequence", "HPGLPenSequence", "1", false}, - HPGLPenNumber: Info{HPGLPenNumber, []string{"US"}, "HPGL Pen Number", "HPGLPenNumber", "1", false}, - HPGLPenLabel: Info{HPGLPenLabel, []string{"LO"}, "HPGL Pen Label", "HPGLPenLabel", "1", false}, - HPGLPenDescription: Info{HPGLPenDescription, []string{"ST"}, "HPGL Pen Description", "HPGLPenDescription", "1", false}, - RecommendedRotationPoint: Info{RecommendedRotationPoint, []string{"FD"}, "Recommended Rotation Point", "RecommendedRotationPoint", "2", false}, - BoundingRectangle: Info{BoundingRectangle, []string{"FD"}, "Bounding Rectangle", "BoundingRectangle", "4", false}, - ImplantTemplate3DModelSurfaceNumber: Info{ImplantTemplate3DModelSurfaceNumber, []string{"US"}, "Implant Template 3D Model Surface Number", "ImplantTemplate3DModelSurfaceNumber", "1-n", false}, - SurfaceModelDescriptionSequence: Info{SurfaceModelDescriptionSequence, []string{"SQ"}, "Surface Model Description Sequence", "SurfaceModelDescriptionSequence", "1", false}, - SurfaceModelLabel: Info{SurfaceModelLabel, []string{"LO"}, "Surface Model Label", "SurfaceModelLabel", "1", false}, - SurfaceModelScalingFactor: Info{SurfaceModelScalingFactor, []string{"FD"}, "Surface Model Scaling Factor", "SurfaceModelScalingFactor", "1", false}, - MaterialsCodeSequence: Info{MaterialsCodeSequence, []string{"SQ"}, "Materials Code Sequence", "MaterialsCodeSequence", "1", false}, - CoatingMaterialsCodeSequence: Info{CoatingMaterialsCodeSequence, []string{"SQ"}, "Coating Materials Code Sequence", "CoatingMaterialsCodeSequence", "1", false}, - ImplantTypeCodeSequence: Info{ImplantTypeCodeSequence, []string{"SQ"}, "Implant Type Code Sequence", "ImplantTypeCodeSequence", "1", false}, - FixationMethodCodeSequence: Info{FixationMethodCodeSequence, []string{"SQ"}, "Fixation Method Code Sequence", "FixationMethodCodeSequence", "1", false}, - MatingFeatureSetsSequence: Info{MatingFeatureSetsSequence, []string{"SQ"}, "Mating Feature Sets Sequence", "MatingFeatureSetsSequence", "1", false}, - MatingFeatureSetID: Info{MatingFeatureSetID, []string{"US"}, "Mating Feature Set ID", "MatingFeatureSetID", "1", false}, - MatingFeatureSetLabel: Info{MatingFeatureSetLabel, []string{"LO"}, "Mating Feature Set Label", "MatingFeatureSetLabel", "1", false}, - MatingFeatureSequence: Info{MatingFeatureSequence, []string{"SQ"}, "Mating Feature Sequence", "MatingFeatureSequence", "1", false}, - MatingFeatureID: Info{MatingFeatureID, []string{"US"}, "Mating Feature ID", "MatingFeatureID", "1", false}, - MatingFeatureDegreeOfFreedomSequence: Info{MatingFeatureDegreeOfFreedomSequence, []string{"SQ"}, "Mating Feature Degree of Freedom Sequence", "MatingFeatureDegreeOfFreedomSequence", "1", false}, - DegreeOfFreedomID: Info{DegreeOfFreedomID, []string{"US"}, "Degree of Freedom ID", "DegreeOfFreedomID", "1", false}, - DegreeOfFreedomType: Info{DegreeOfFreedomType, []string{"CS"}, "Degree of Freedom Type", "DegreeOfFreedomType", "1", false}, - TwoDMatingFeatureCoordinatesSequence: Info{TwoDMatingFeatureCoordinatesSequence, []string{"SQ"}, "2D Mating Feature Coordinates Sequence", "TwoDMatingFeatureCoordinatesSequence", "1", false}, - ReferencedHPGLDocumentID: Info{ReferencedHPGLDocumentID, []string{"US"}, "Referenced HPGL Document ID", "ReferencedHPGLDocumentID", "1", false}, - TwoDMatingPoint: Info{TwoDMatingPoint, []string{"FD"}, "2D Mating Point", "TwoDMatingPoint", "2", false}, - TwoDMatingAxes: Info{TwoDMatingAxes, []string{"FD"}, "2D Mating Axes", "TwoDMatingAxes", "4", false}, - TwoDDegreeOfFreedomSequence: Info{TwoDDegreeOfFreedomSequence, []string{"SQ"}, "2D Degree of Freedom Sequence", "TwoDDegreeOfFreedomSequence", "1", false}, - ThreeDDegreeOfFreedomAxis: Info{ThreeDDegreeOfFreedomAxis, []string{"FD"}, "3D Degree of Freedom Axis", "ThreeDDegreeOfFreedomAxis", "3", false}, - RangeOfFreedom: Info{RangeOfFreedom, []string{"FD"}, "Range of Freedom", "RangeOfFreedom", "2", false}, - ThreeDMatingPoint: Info{ThreeDMatingPoint, []string{"FD"}, "3D Mating Point", "ThreeDMatingPoint", "3", false}, - ThreeDMatingAxes: Info{ThreeDMatingAxes, []string{"FD"}, "3D Mating Axes", "ThreeDMatingAxes", "9", false}, - TwoDDegreeOfFreedomAxis: Info{TwoDDegreeOfFreedomAxis, []string{"FD"}, "2D Degree of Freedom Axis", "TwoDDegreeOfFreedomAxis", "3", false}, - PlanningLandmarkPointSequence: Info{PlanningLandmarkPointSequence, []string{"SQ"}, "Planning Landmark Point Sequence", "PlanningLandmarkPointSequence", "1", false}, - PlanningLandmarkLineSequence: Info{PlanningLandmarkLineSequence, []string{"SQ"}, "Planning Landmark Line Sequence", "PlanningLandmarkLineSequence", "1", false}, - PlanningLandmarkPlaneSequence: Info{PlanningLandmarkPlaneSequence, []string{"SQ"}, "Planning Landmark Plane Sequence", "PlanningLandmarkPlaneSequence", "1", false}, - PlanningLandmarkID: Info{PlanningLandmarkID, []string{"US"}, "Planning Landmark ID", "PlanningLandmarkID", "1", false}, - PlanningLandmarkDescription: Info{PlanningLandmarkDescription, []string{"LO"}, "Planning Landmark Description", "PlanningLandmarkDescription", "1", false}, - PlanningLandmarkIdentificationCodeSequence: Info{PlanningLandmarkIdentificationCodeSequence, []string{"SQ"}, "Planning Landmark Identification Code Sequence", "PlanningLandmarkIdentificationCodeSequence", "1", false}, - TwoDPointCoordinatesSequence: Info{TwoDPointCoordinatesSequence, []string{"SQ"}, "2D Point Coordinates Sequence", "TwoDPointCoordinatesSequence", "1", false}, - TwoDPointCoordinates: Info{TwoDPointCoordinates, []string{"FD"}, "2D Point Coordinates", "TwoDPointCoordinates", "2", false}, - ThreeDPointCoordinates: Info{ThreeDPointCoordinates, []string{"FD"}, "3D Point Coordinates", "ThreeDPointCoordinates", "3", false}, - TwoDLineCoordinatesSequence: Info{TwoDLineCoordinatesSequence, []string{"SQ"}, "2D Line Coordinates Sequence", "TwoDLineCoordinatesSequence", "1", false}, - TwoDLineCoordinates: Info{TwoDLineCoordinates, []string{"FD"}, "2D Line Coordinates", "TwoDLineCoordinates", "4", false}, - ThreeDLineCoordinates: Info{ThreeDLineCoordinates, []string{"FD"}, "3D Line Coordinates", "ThreeDLineCoordinates", "6", false}, - TwoDPlaneCoordinatesSequence: Info{TwoDPlaneCoordinatesSequence, []string{"SQ"}, "2D Plane Coordinates Sequence", "TwoDPlaneCoordinatesSequence", "1", false}, - TwoDPlaneIntersection: Info{TwoDPlaneIntersection, []string{"FD"}, "2D Plane Intersection", "TwoDPlaneIntersection", "4", false}, - ThreeDPlaneOrigin: Info{ThreeDPlaneOrigin, []string{"FD"}, "3D Plane Origin", "ThreeDPlaneOrigin", "3", false}, - ThreeDPlaneNormal: Info{ThreeDPlaneNormal, []string{"FD"}, "3D Plane Normal", "ThreeDPlaneNormal", "3", false}, - ModelModification: Info{ModelModification, []string{"CS"}, "Model Modification", "ModelModification", "1", false}, - ModelMirroring: Info{ModelMirroring, []string{"CS"}, "Model Mirroring", "ModelMirroring", "1", false}, - ModelUsageCodeSequence: Info{ModelUsageCodeSequence, []string{"SQ"}, "Model Usage Code Sequence", "ModelUsageCodeSequence", "1", false}, - ModelGroupUID: Info{ModelGroupUID, []string{"UI"}, "Model Group UID", "ModelGroupUID", "1", false}, - RelativeURIReferenceWithinEncapsulatedDocument: Info{RelativeURIReferenceWithinEncapsulatedDocument, []string{"UR"}, "Relative URI Reference Within Encapsulated Document", "RelativeURIReferenceWithinEncapsulatedDocument", "1", false}, - AnnotationCoordinateType: Info{AnnotationCoordinateType, []string{"CS"}, "Annotation Coordinate Type", "AnnotationCoordinateType", "1", false}, - AnnotationGroupSequence: Info{AnnotationGroupSequence, []string{"SQ"}, "Annotation Group Sequence", "AnnotationGroupSequence", "1", false}, - AnnotationGroupUID: Info{AnnotationGroupUID, []string{"UI"}, "Annotation Group UID", "AnnotationGroupUID", "1", false}, - AnnotationGroupLabel: Info{AnnotationGroupLabel, []string{"LO"}, "Annotation Group Label", "AnnotationGroupLabel", "1", false}, - AnnotationGroupDescription: Info{AnnotationGroupDescription, []string{"UT"}, "Annotation Group Description", "AnnotationGroupDescription", "1", false}, - AnnotationGroupGenerationType: Info{AnnotationGroupGenerationType, []string{"CS"}, "Annotation Group Generation Type", "AnnotationGroupGenerationType", "1", false}, - AnnotationGroupAlgorithmIdentificationSequence: Info{AnnotationGroupAlgorithmIdentificationSequence, []string{"SQ"}, "Annotation Group Algorithm Identification Sequence", "AnnotationGroupAlgorithmIdentificationSequence", "1", false}, - AnnotationPropertyCategoryCodeSequence: Info{AnnotationPropertyCategoryCodeSequence, []string{"SQ"}, "Annotation Property Category Code Sequence", "AnnotationPropertyCategoryCodeSequence", "1", false}, - AnnotationPropertyTypeCodeSequence: Info{AnnotationPropertyTypeCodeSequence, []string{"SQ"}, "Annotation Property Type Code Sequence", "AnnotationPropertyTypeCodeSequence", "1", false}, - AnnotationPropertyTypeModifierCodeSequence: Info{AnnotationPropertyTypeModifierCodeSequence, []string{"SQ"}, "Annotation Property Type Modifier Code Sequence", "AnnotationPropertyTypeModifierCodeSequence", "1", false}, - NumberOfAnnotations: Info{NumberOfAnnotations, []string{"UL"}, "Number of Annotations", "NumberOfAnnotations", "1", false}, - AnnotationAppliesToAllOpticalPaths: Info{AnnotationAppliesToAllOpticalPaths, []string{"CS"}, "Annotation Applies to All Optical Paths", "AnnotationAppliesToAllOpticalPaths", "1", false}, - ReferencedOpticalPathIdentifier: Info{ReferencedOpticalPathIdentifier, []string{"SH"}, "Referenced Optical Path Identifier", "ReferencedOpticalPathIdentifier", "1-n", false}, - AnnotationAppliesToAllZPlanes: Info{AnnotationAppliesToAllZPlanes, []string{"CS"}, "Annotation Applies to All Z Planes", "AnnotationAppliesToAllZPlanes", "1", false}, - CommonZCoordinateValue: Info{CommonZCoordinateValue, []string{"FD"}, "Common Z Coordinate Value", "CommonZCoordinateValue", "1-n", false}, - AnnotationIndexList: Info{AnnotationIndexList, []string{"OL"}, "Annotation Index List", "AnnotationIndexList", "1", false}, - GraphicAnnotationSequence: Info{GraphicAnnotationSequence, []string{"SQ"}, "Graphic Annotation Sequence", "GraphicAnnotationSequence", "1", false}, - GraphicLayer: Info{GraphicLayer, []string{"CS"}, "Graphic Layer", "GraphicLayer", "1", false}, - BoundingBoxAnnotationUnits: Info{BoundingBoxAnnotationUnits, []string{"CS"}, "Bounding Box Annotation Units", "BoundingBoxAnnotationUnits", "1", false}, - AnchorPointAnnotationUnits: Info{AnchorPointAnnotationUnits, []string{"CS"}, "Anchor Point Annotation Units", "AnchorPointAnnotationUnits", "1", false}, - GraphicAnnotationUnits: Info{GraphicAnnotationUnits, []string{"CS"}, "Graphic Annotation Units", "GraphicAnnotationUnits", "1", false}, - UnformattedTextValue: Info{UnformattedTextValue, []string{"ST"}, "Unformatted Text Value", "UnformattedTextValue", "1", false}, - TextObjectSequence: Info{TextObjectSequence, []string{"SQ"}, "Text Object Sequence", "TextObjectSequence", "1", false}, - GraphicObjectSequence: Info{GraphicObjectSequence, []string{"SQ"}, "Graphic Object Sequence", "GraphicObjectSequence", "1", false}, - BoundingBoxTopLeftHandCorner: Info{BoundingBoxTopLeftHandCorner, []string{"FL"}, "Bounding Box Top Left Hand Corner", "BoundingBoxTopLeftHandCorner", "2", false}, - BoundingBoxBottomRightHandCorner: Info{BoundingBoxBottomRightHandCorner, []string{"FL"}, "Bounding Box Bottom Right Hand Corner", "BoundingBoxBottomRightHandCorner", "2", false}, - BoundingBoxTextHorizontalJustification: Info{BoundingBoxTextHorizontalJustification, []string{"CS"}, "Bounding Box Text Horizontal Justification", "BoundingBoxTextHorizontalJustification", "1", false}, - AnchorPoint: Info{AnchorPoint, []string{"FL"}, "Anchor Point", "AnchorPoint", "2", false}, - AnchorPointVisibility: Info{AnchorPointVisibility, []string{"CS"}, "Anchor Point Visibility", "AnchorPointVisibility", "1", false}, - GraphicDimensions: Info{GraphicDimensions, []string{"US"}, "Graphic Dimensions", "GraphicDimensions", "1", false}, - NumberOfGraphicPoints: Info{NumberOfGraphicPoints, []string{"US"}, "Number of Graphic Points", "NumberOfGraphicPoints", "1", false}, - GraphicData: Info{GraphicData, []string{"FL"}, "Graphic Data", "GraphicData", "2-n", false}, - GraphicType: Info{GraphicType, []string{"CS"}, "Graphic Type", "GraphicType", "1", false}, - GraphicFilled: Info{GraphicFilled, []string{"CS"}, "Graphic Filled", "GraphicFilled", "1", false}, - ImageRotationRetired: Info{ImageRotationRetired, []string{"IS"}, "Image Rotation (Retired)", "ImageRotationRetired", "1", true}, - ImageHorizontalFlip: Info{ImageHorizontalFlip, []string{"CS"}, "Image Horizontal Flip", "ImageHorizontalFlip", "1", false}, - ImageRotation: Info{ImageRotation, []string{"US"}, "Image Rotation", "ImageRotation", "1", false}, - DisplayedAreaTopLeftHandCornerTrial: Info{DisplayedAreaTopLeftHandCornerTrial, []string{"US"}, "Displayed Area Top Left Hand Corner (Trial)", "DisplayedAreaTopLeftHandCornerTrial", "2", true}, - DisplayedAreaBottomRightHandCornerTrial: Info{DisplayedAreaBottomRightHandCornerTrial, []string{"US"}, "Displayed Area Bottom Right Hand Corner (Trial)", "DisplayedAreaBottomRightHandCornerTrial", "2", true}, - DisplayedAreaTopLeftHandCorner: Info{DisplayedAreaTopLeftHandCorner, []string{"SL"}, "Displayed Area Top Left Hand Corner", "DisplayedAreaTopLeftHandCorner", "2", false}, - DisplayedAreaBottomRightHandCorner: Info{DisplayedAreaBottomRightHandCorner, []string{"SL"}, "Displayed Area Bottom Right Hand Corner", "DisplayedAreaBottomRightHandCorner", "2", false}, - DisplayedAreaSelectionSequence: Info{DisplayedAreaSelectionSequence, []string{"SQ"}, "Displayed Area Selection Sequence", "DisplayedAreaSelectionSequence", "1", false}, - GraphicLayerSequence: Info{GraphicLayerSequence, []string{"SQ"}, "Graphic Layer Sequence", "GraphicLayerSequence", "1", false}, - GraphicLayerOrder: Info{GraphicLayerOrder, []string{"IS"}, "Graphic Layer Order", "GraphicLayerOrder", "1", false}, - GraphicLayerRecommendedDisplayGrayscaleValue: Info{GraphicLayerRecommendedDisplayGrayscaleValue, []string{"US"}, "Graphic Layer Recommended Display Grayscale Value", "GraphicLayerRecommendedDisplayGrayscaleValue", "1", false}, - GraphicLayerRecommendedDisplayRGBValue: Info{GraphicLayerRecommendedDisplayRGBValue, []string{"US"}, "Graphic Layer Recommended Display RGB Value", "GraphicLayerRecommendedDisplayRGBValue", "3", true}, - GraphicLayerDescription: Info{GraphicLayerDescription, []string{"LO"}, "Graphic Layer Description", "GraphicLayerDescription", "1", false}, - ContentLabel: Info{ContentLabel, []string{"CS"}, "Content Label", "ContentLabel", "1", false}, - ContentDescription: Info{ContentDescription, []string{"LO"}, "Content Description", "ContentDescription", "1", false}, - PresentationCreationDate: Info{PresentationCreationDate, []string{"DA"}, "Presentation Creation Date", "PresentationCreationDate", "1", false}, - PresentationCreationTime: Info{PresentationCreationTime, []string{"TM"}, "Presentation Creation Time", "PresentationCreationTime", "1", false}, - ContentCreatorName: Info{ContentCreatorName, []string{"PN"}, "Content Creator's Name", "ContentCreatorName", "1", false}, - ContentCreatorIdentificationCodeSequence: Info{ContentCreatorIdentificationCodeSequence, []string{"SQ"}, "Content Creator's Identification Code Sequence", "ContentCreatorIdentificationCodeSequence", "1", false}, - AlternateContentDescriptionSequence: Info{AlternateContentDescriptionSequence, []string{"SQ"}, "Alternate Content Description Sequence", "AlternateContentDescriptionSequence", "1", false}, - PresentationSizeMode: Info{PresentationSizeMode, []string{"CS"}, "Presentation Size Mode", "PresentationSizeMode", "1", false}, - PresentationPixelSpacing: Info{PresentationPixelSpacing, []string{"DS"}, "Presentation Pixel Spacing", "PresentationPixelSpacing", "2", false}, - PresentationPixelAspectRatio: Info{PresentationPixelAspectRatio, []string{"IS"}, "Presentation Pixel Aspect Ratio", "PresentationPixelAspectRatio", "2", false}, - PresentationPixelMagnificationRatio: Info{PresentationPixelMagnificationRatio, []string{"FL"}, "Presentation Pixel Magnification Ratio", "PresentationPixelMagnificationRatio", "1", false}, - GraphicGroupLabel: Info{GraphicGroupLabel, []string{"LO"}, "Graphic Group Label", "GraphicGroupLabel", "1", false}, - GraphicGroupDescription: Info{GraphicGroupDescription, []string{"ST"}, "Graphic Group Description", "GraphicGroupDescription", "1", false}, - CompoundGraphicSequence: Info{CompoundGraphicSequence, []string{"SQ"}, "Compound Graphic Sequence", "CompoundGraphicSequence", "1", false}, - CompoundGraphicInstanceID: Info{CompoundGraphicInstanceID, []string{"UL"}, "Compound Graphic Instance ID", "CompoundGraphicInstanceID", "1", false}, - FontName: Info{FontName, []string{"LO"}, "Font Name", "FontName", "1", false}, - FontNameType: Info{FontNameType, []string{"CS"}, "Font Name Type", "FontNameType", "1", false}, - CSSFontName: Info{CSSFontName, []string{"LO"}, "CSS Font Name", "CSSFontName", "1", false}, - RotationAngle: Info{RotationAngle, []string{"FD"}, "Rotation Angle", "RotationAngle", "1", false}, - TextStyleSequence: Info{TextStyleSequence, []string{"SQ"}, "Text Style Sequence", "TextStyleSequence", "1", false}, - LineStyleSequence: Info{LineStyleSequence, []string{"SQ"}, "Line Style Sequence", "LineStyleSequence", "1", false}, - FillStyleSequence: Info{FillStyleSequence, []string{"SQ"}, "Fill Style Sequence", "FillStyleSequence", "1", false}, - GraphicGroupSequence: Info{GraphicGroupSequence, []string{"SQ"}, "Graphic Group Sequence", "GraphicGroupSequence", "1", false}, - TextColorCIELabValue: Info{TextColorCIELabValue, []string{"US"}, "Text Color CIELab Value", "TextColorCIELabValue", "3", false}, - HorizontalAlignment: Info{HorizontalAlignment, []string{"CS"}, "Horizontal Alignment", "HorizontalAlignment", "1", false}, - VerticalAlignment: Info{VerticalAlignment, []string{"CS"}, "Vertical Alignment", "VerticalAlignment", "1", false}, - ShadowStyle: Info{ShadowStyle, []string{"CS"}, "Shadow Style", "ShadowStyle", "1", false}, - ShadowOffsetX: Info{ShadowOffsetX, []string{"FL"}, "Shadow Offset X", "ShadowOffsetX", "1", false}, - ShadowOffsetY: Info{ShadowOffsetY, []string{"FL"}, "Shadow Offset Y", "ShadowOffsetY", "1", false}, - ShadowColorCIELabValue: Info{ShadowColorCIELabValue, []string{"US"}, "Shadow Color CIELab Value", "ShadowColorCIELabValue", "3", false}, - Underlined: Info{Underlined, []string{"CS"}, "Underlined", "Underlined", "1", false}, - Bold: Info{Bold, []string{"CS"}, "Bold", "Bold", "1", false}, - Italic: Info{Italic, []string{"CS"}, "Italic", "Italic", "1", false}, - PatternOnColorCIELabValue: Info{PatternOnColorCIELabValue, []string{"US"}, "Pattern On Color CIELab Value", "PatternOnColorCIELabValue", "3", false}, - PatternOffColorCIELabValue: Info{PatternOffColorCIELabValue, []string{"US"}, "Pattern Off Color CIELab Value", "PatternOffColorCIELabValue", "3", false}, - LineThickness: Info{LineThickness, []string{"FL"}, "Line Thickness", "LineThickness", "1", false}, - LineDashingStyle: Info{LineDashingStyle, []string{"CS"}, "Line Dashing Style", "LineDashingStyle", "1", false}, - LinePattern: Info{LinePattern, []string{"UL"}, "Line Pattern", "LinePattern", "1", false}, - FillPattern: Info{FillPattern, []string{"OB"}, "Fill Pattern", "FillPattern", "1", false}, - FillMode: Info{FillMode, []string{"CS"}, "Fill Mode", "FillMode", "1", false}, - ShadowOpacity: Info{ShadowOpacity, []string{"FL"}, "Shadow Opacity", "ShadowOpacity", "1", false}, - GapLength: Info{GapLength, []string{"FL"}, "Gap Length", "GapLength", "1", false}, - DiameterOfVisibility: Info{DiameterOfVisibility, []string{"FL"}, "Diameter of Visibility", "DiameterOfVisibility", "1", false}, - RotationPoint: Info{RotationPoint, []string{"FL"}, "Rotation Point", "RotationPoint", "2", false}, - TickAlignment: Info{TickAlignment, []string{"CS"}, "Tick Alignment", "TickAlignment", "1", false}, - ShowTickLabel: Info{ShowTickLabel, []string{"CS"}, "Show Tick Label", "ShowTickLabel", "1", false}, - TickLabelAlignment: Info{TickLabelAlignment, []string{"CS"}, "Tick Label Alignment", "TickLabelAlignment", "1", false}, - CompoundGraphicUnits: Info{CompoundGraphicUnits, []string{"CS"}, "Compound Graphic Units", "CompoundGraphicUnits", "1", false}, - PatternOnOpacity: Info{PatternOnOpacity, []string{"FL"}, "Pattern On Opacity", "PatternOnOpacity", "1", false}, - PatternOffOpacity: Info{PatternOffOpacity, []string{"FL"}, "Pattern Off Opacity", "PatternOffOpacity", "1", false}, - MajorTicksSequence: Info{MajorTicksSequence, []string{"SQ"}, "Major Ticks Sequence", "MajorTicksSequence", "1", false}, - TickPosition: Info{TickPosition, []string{"FL"}, "Tick Position", "TickPosition", "1", false}, - TickLabel: Info{TickLabel, []string{"SH"}, "Tick Label", "TickLabel", "1", false}, - CompoundGraphicType: Info{CompoundGraphicType, []string{"CS"}, "Compound Graphic Type", "CompoundGraphicType", "1", false}, - GraphicGroupID: Info{GraphicGroupID, []string{"UL"}, "Graphic Group ID", "GraphicGroupID", "1", false}, - ShapeType: Info{ShapeType, []string{"CS"}, "Shape Type", "ShapeType", "1", false}, - RegistrationSequence: Info{RegistrationSequence, []string{"SQ"}, "Registration Sequence", "RegistrationSequence", "1", false}, - MatrixRegistrationSequence: Info{MatrixRegistrationSequence, []string{"SQ"}, "Matrix Registration Sequence", "MatrixRegistrationSequence", "1", false}, - MatrixSequence: Info{MatrixSequence, []string{"SQ"}, "Matrix Sequence", "MatrixSequence", "1", false}, + SegmentSurfaceSourceInstanceSequence: Info{SegmentSurfaceSourceInstanceSequence, []string{"SQ"}, "Segment Surface Source Instance Sequence", "SegmentSurfaceSourceInstanceSequence", "1", false}, + AlgorithmFamilyCodeSequence: Info{AlgorithmFamilyCodeSequence, []string{"SQ"}, "Algorithm Family Code Sequence", "AlgorithmFamilyCodeSequence", "1", false}, + AlgorithmNameCodeSequence: Info{AlgorithmNameCodeSequence, []string{"SQ"}, "Algorithm Name Code Sequence", "AlgorithmNameCodeSequence", "1", false}, + AlgorithmVersion: Info{AlgorithmVersion, []string{"LO"}, "Algorithm Version", "AlgorithmVersion", "1", false}, + AlgorithmParameters: Info{AlgorithmParameters, []string{"LT"}, "Algorithm Parameters", "AlgorithmParameters", "1", false}, + FacetSequence: Info{FacetSequence, []string{"SQ"}, "Facet Sequence", "FacetSequence", "1", false}, + SurfaceProcessingAlgorithmIdentificationSequence: Info{SurfaceProcessingAlgorithmIdentificationSequence, []string{"SQ"}, "Surface Processing Algorithm Identification Sequence", "SurfaceProcessingAlgorithmIdentificationSequence", "1", false}, + AlgorithmName: Info{AlgorithmName, []string{"LO"}, "Algorithm Name", "AlgorithmName", "1", false}, + RecommendedPointRadius: Info{RecommendedPointRadius, []string{"FL"}, "Recommended Point Radius", "RecommendedPointRadius", "1", false}, + RecommendedLineThickness: Info{RecommendedLineThickness, []string{"FL"}, "Recommended Line Thickness", "RecommendedLineThickness", "1", false}, + LongPrimitivePointIndexList: Info{LongPrimitivePointIndexList, []string{"OL"}, "Long Primitive Point Index List", "LongPrimitivePointIndexList", "1", false}, + LongTrianglePointIndexList: Info{LongTrianglePointIndexList, []string{"OL"}, "Long Triangle Point Index List", "LongTrianglePointIndexList", "1", false}, + LongEdgePointIndexList: Info{LongEdgePointIndexList, []string{"OL"}, "Long Edge Point Index List", "LongEdgePointIndexList", "1", false}, + LongVertexPointIndexList: Info{LongVertexPointIndexList, []string{"OL"}, "Long Vertex Point Index List", "LongVertexPointIndexList", "1", false}, + TrackSetSequence: Info{TrackSetSequence, []string{"SQ"}, "Track Set Sequence", "TrackSetSequence", "1", false}, + TrackSequence: Info{TrackSequence, []string{"SQ"}, "Track Sequence", "TrackSequence", "1", false}, + RecommendedDisplayCIELabValueList: Info{RecommendedDisplayCIELabValueList, []string{"OW"}, "Recommended Display CIELab Value List", "RecommendedDisplayCIELabValueList", "1", false}, + TrackingAlgorithmIdentificationSequence: Info{TrackingAlgorithmIdentificationSequence, []string{"SQ"}, "Tracking Algorithm Identification Sequence", "TrackingAlgorithmIdentificationSequence", "1", false}, + TrackSetNumber: Info{TrackSetNumber, []string{"UL"}, "Track Set Number", "TrackSetNumber", "1", false}, + TrackSetLabel: Info{TrackSetLabel, []string{"LO"}, "Track Set Label", "TrackSetLabel", "1", false}, + TrackSetDescription: Info{TrackSetDescription, []string{"UT"}, "Track Set Description", "TrackSetDescription", "1", false}, + TrackSetAnatomicalTypeCodeSequence: Info{TrackSetAnatomicalTypeCodeSequence, []string{"SQ"}, "Track Set Anatomical Type Code Sequence", "TrackSetAnatomicalTypeCodeSequence", "1", false}, + MeasurementsSequence: Info{MeasurementsSequence, []string{"SQ"}, "Measurements Sequence", "MeasurementsSequence", "1", false}, + TrackSetStatisticsSequence: Info{TrackSetStatisticsSequence, []string{"SQ"}, "Track Set Statistics Sequence", "TrackSetStatisticsSequence", "1", false}, + FloatingPointValues: Info{FloatingPointValues, []string{"OF"}, "Floating Point Values", "FloatingPointValues", "1", false}, + TrackPointIndexList: Info{TrackPointIndexList, []string{"OL"}, "Track Point Index List", "TrackPointIndexList", "1", false}, + TrackStatisticsSequence: Info{TrackStatisticsSequence, []string{"SQ"}, "Track Statistics Sequence", "TrackStatisticsSequence", "1", false}, + MeasurementValuesSequence: Info{MeasurementValuesSequence, []string{"SQ"}, "Measurement Values Sequence", "MeasurementValuesSequence", "1", false}, + DiffusionAcquisitionCodeSequence: Info{DiffusionAcquisitionCodeSequence, []string{"SQ"}, "Diffusion Acquisition Code Sequence", "DiffusionAcquisitionCodeSequence", "1", false}, + DiffusionModelCodeSequence: Info{DiffusionModelCodeSequence, []string{"SQ"}, "Diffusion Model Code Sequence", "DiffusionModelCodeSequence", "1", false}, + ImplantSize: Info{ImplantSize, []string{"LO"}, "Implant Size", "ImplantSize", "1", false}, + ImplantTemplateVersion: Info{ImplantTemplateVersion, []string{"LO"}, "Implant Template Version", "ImplantTemplateVersion", "1", false}, + ReplacedImplantTemplateSequence: Info{ReplacedImplantTemplateSequence, []string{"SQ"}, "Replaced Implant Template Sequence", "ReplacedImplantTemplateSequence", "1", false}, + ImplantType: Info{ImplantType, []string{"CS"}, "Implant Type", "ImplantType", "1", false}, + DerivationImplantTemplateSequence: Info{DerivationImplantTemplateSequence, []string{"SQ"}, "Derivation Implant Template Sequence", "DerivationImplantTemplateSequence", "1", false}, + OriginalImplantTemplateSequence: Info{OriginalImplantTemplateSequence, []string{"SQ"}, "Original Implant Template Sequence", "OriginalImplantTemplateSequence", "1", false}, + EffectiveDateTime: Info{EffectiveDateTime, []string{"DT"}, "Effective DateTime", "EffectiveDateTime", "1", false}, + ImplantTargetAnatomySequence: Info{ImplantTargetAnatomySequence, []string{"SQ"}, "Implant Target Anatomy Sequence", "ImplantTargetAnatomySequence", "1", false}, + InformationFromManufacturerSequence: Info{InformationFromManufacturerSequence, []string{"SQ"}, "Information From Manufacturer Sequence", "InformationFromManufacturerSequence", "1", false}, + NotificationFromManufacturerSequence: Info{NotificationFromManufacturerSequence, []string{"SQ"}, "Notification From Manufacturer Sequence", "NotificationFromManufacturerSequence", "1", false}, + InformationIssueDateTime: Info{InformationIssueDateTime, []string{"DT"}, "Information Issue DateTime", "InformationIssueDateTime", "1", false}, + InformationSummary: Info{InformationSummary, []string{"ST"}, "Information Summary", "InformationSummary", "1", false}, + ImplantRegulatoryDisapprovalCodeSequence: Info{ImplantRegulatoryDisapprovalCodeSequence, []string{"SQ"}, "Implant Regulatory Disapproval Code Sequence", "ImplantRegulatoryDisapprovalCodeSequence", "1", false}, + OverallTemplateSpatialTolerance: Info{OverallTemplateSpatialTolerance, []string{"FD"}, "Overall Template Spatial Tolerance", "OverallTemplateSpatialTolerance", "1", false}, + HPGLDocumentSequence: Info{HPGLDocumentSequence, []string{"SQ"}, "HPGL Document Sequence", "HPGLDocumentSequence", "1", false}, + HPGLDocumentID: Info{HPGLDocumentID, []string{"US"}, "HPGL Document ID", "HPGLDocumentID", "1", false}, + HPGLDocumentLabel: Info{HPGLDocumentLabel, []string{"LO"}, "HPGL Document Label", "HPGLDocumentLabel", "1", false}, + ViewOrientationCodeSequence: Info{ViewOrientationCodeSequence, []string{"SQ"}, "View Orientation Code Sequence", "ViewOrientationCodeSequence", "1", false}, + ViewOrientationModifierCodeSequence: Info{ViewOrientationModifierCodeSequence, []string{"SQ"}, "View Orientation Modifier Code Sequence", "ViewOrientationModifierCodeSequence", "1", false}, + HPGLDocumentScaling: Info{HPGLDocumentScaling, []string{"FD"}, "HPGL Document Scaling", "HPGLDocumentScaling", "1", false}, + HPGLDocument: Info{HPGLDocument, []string{"OB"}, "HPGL Document", "HPGLDocument", "1", false}, + HPGLContourPenNumber: Info{HPGLContourPenNumber, []string{"US"}, "HPGL Contour Pen Number", "HPGLContourPenNumber", "1", false}, + HPGLPenSequence: Info{HPGLPenSequence, []string{"SQ"}, "HPGL Pen Sequence", "HPGLPenSequence", "1", false}, + HPGLPenNumber: Info{HPGLPenNumber, []string{"US"}, "HPGL Pen Number", "HPGLPenNumber", "1", false}, + HPGLPenLabel: Info{HPGLPenLabel, []string{"LO"}, "HPGL Pen Label", "HPGLPenLabel", "1", false}, + HPGLPenDescription: Info{HPGLPenDescription, []string{"ST"}, "HPGL Pen Description", "HPGLPenDescription", "1", false}, + RecommendedRotationPoint: Info{RecommendedRotationPoint, []string{"FD"}, "Recommended Rotation Point", "RecommendedRotationPoint", "2", false}, + BoundingRectangle: Info{BoundingRectangle, []string{"FD"}, "Bounding Rectangle", "BoundingRectangle", "4", false}, + ImplantTemplate3DModelSurfaceNumber: Info{ImplantTemplate3DModelSurfaceNumber, []string{"US"}, "Implant Template 3D Model Surface Number", "ImplantTemplate3DModelSurfaceNumber", "1-n", false}, + SurfaceModelDescriptionSequence: Info{SurfaceModelDescriptionSequence, []string{"SQ"}, "Surface Model Description Sequence", "SurfaceModelDescriptionSequence", "1", false}, + SurfaceModelLabel: Info{SurfaceModelLabel, []string{"LO"}, "Surface Model Label", "SurfaceModelLabel", "1", false}, + SurfaceModelScalingFactor: Info{SurfaceModelScalingFactor, []string{"FD"}, "Surface Model Scaling Factor", "SurfaceModelScalingFactor", "1", false}, + MaterialsCodeSequence: Info{MaterialsCodeSequence, []string{"SQ"}, "Materials Code Sequence", "MaterialsCodeSequence", "1", false}, + CoatingMaterialsCodeSequence: Info{CoatingMaterialsCodeSequence, []string{"SQ"}, "Coating Materials Code Sequence", "CoatingMaterialsCodeSequence", "1", false}, + ImplantTypeCodeSequence: Info{ImplantTypeCodeSequence, []string{"SQ"}, "Implant Type Code Sequence", "ImplantTypeCodeSequence", "1", false}, + FixationMethodCodeSequence: Info{FixationMethodCodeSequence, []string{"SQ"}, "Fixation Method Code Sequence", "FixationMethodCodeSequence", "1", false}, + MatingFeatureSetsSequence: Info{MatingFeatureSetsSequence, []string{"SQ"}, "Mating Feature Sets Sequence", "MatingFeatureSetsSequence", "1", false}, + MatingFeatureSetID: Info{MatingFeatureSetID, []string{"US"}, "Mating Feature Set ID", "MatingFeatureSetID", "1", false}, + MatingFeatureSetLabel: Info{MatingFeatureSetLabel, []string{"LO"}, "Mating Feature Set Label", "MatingFeatureSetLabel", "1", false}, + MatingFeatureSequence: Info{MatingFeatureSequence, []string{"SQ"}, "Mating Feature Sequence", "MatingFeatureSequence", "1", false}, + MatingFeatureID: Info{MatingFeatureID, []string{"US"}, "Mating Feature ID", "MatingFeatureID", "1", false}, + MatingFeatureDegreeOfFreedomSequence: Info{MatingFeatureDegreeOfFreedomSequence, []string{"SQ"}, "Mating Feature Degree of Freedom Sequence", "MatingFeatureDegreeOfFreedomSequence", "1", false}, + DegreeOfFreedomID: Info{DegreeOfFreedomID, []string{"US"}, "Degree of Freedom ID", "DegreeOfFreedomID", "1", false}, + DegreeOfFreedomType: Info{DegreeOfFreedomType, []string{"CS"}, "Degree of Freedom Type", "DegreeOfFreedomType", "1", false}, + TwoDMatingFeatureCoordinatesSequence: Info{TwoDMatingFeatureCoordinatesSequence, []string{"SQ"}, "2D Mating Feature Coordinates Sequence", "TwoDMatingFeatureCoordinatesSequence", "1", false}, + ReferencedHPGLDocumentID: Info{ReferencedHPGLDocumentID, []string{"US"}, "Referenced HPGL Document ID", "ReferencedHPGLDocumentID", "1", false}, + TwoDMatingPoint: Info{TwoDMatingPoint, []string{"FD"}, "2D Mating Point", "TwoDMatingPoint", "2", false}, + TwoDMatingAxes: Info{TwoDMatingAxes, []string{"FD"}, "2D Mating Axes", "TwoDMatingAxes", "4", false}, + TwoDDegreeOfFreedomSequence: Info{TwoDDegreeOfFreedomSequence, []string{"SQ"}, "2D Degree of Freedom Sequence", "TwoDDegreeOfFreedomSequence", "1", false}, + ThreeDDegreeOfFreedomAxis: Info{ThreeDDegreeOfFreedomAxis, []string{"FD"}, "3D Degree of Freedom Axis", "ThreeDDegreeOfFreedomAxis", "3", false}, + RangeOfFreedom: Info{RangeOfFreedom, []string{"FD"}, "Range of Freedom", "RangeOfFreedom", "2", false}, + ThreeDMatingPoint: Info{ThreeDMatingPoint, []string{"FD"}, "3D Mating Point", "ThreeDMatingPoint", "3", false}, + ThreeDMatingAxes: Info{ThreeDMatingAxes, []string{"FD"}, "3D Mating Axes", "ThreeDMatingAxes", "9", false}, + TwoDDegreeOfFreedomAxis: Info{TwoDDegreeOfFreedomAxis, []string{"FD"}, "2D Degree of Freedom Axis", "TwoDDegreeOfFreedomAxis", "3", false}, + PlanningLandmarkPointSequence: Info{PlanningLandmarkPointSequence, []string{"SQ"}, "Planning Landmark Point Sequence", "PlanningLandmarkPointSequence", "1", false}, + PlanningLandmarkLineSequence: Info{PlanningLandmarkLineSequence, []string{"SQ"}, "Planning Landmark Line Sequence", "PlanningLandmarkLineSequence", "1", false}, + PlanningLandmarkPlaneSequence: Info{PlanningLandmarkPlaneSequence, []string{"SQ"}, "Planning Landmark Plane Sequence", "PlanningLandmarkPlaneSequence", "1", false}, + PlanningLandmarkID: Info{PlanningLandmarkID, []string{"US"}, "Planning Landmark ID", "PlanningLandmarkID", "1", false}, + PlanningLandmarkDescription: Info{PlanningLandmarkDescription, []string{"LO"}, "Planning Landmark Description", "PlanningLandmarkDescription", "1", false}, + PlanningLandmarkIdentificationCodeSequence: Info{PlanningLandmarkIdentificationCodeSequence, []string{"SQ"}, "Planning Landmark Identification Code Sequence", "PlanningLandmarkIdentificationCodeSequence", "1", false}, + TwoDPointCoordinatesSequence: Info{TwoDPointCoordinatesSequence, []string{"SQ"}, "2D Point Coordinates Sequence", "TwoDPointCoordinatesSequence", "1", false}, + TwoDPointCoordinates: Info{TwoDPointCoordinates, []string{"FD"}, "2D Point Coordinates", "TwoDPointCoordinates", "2", false}, + ThreeDPointCoordinates: Info{ThreeDPointCoordinates, []string{"FD"}, "3D Point Coordinates", "ThreeDPointCoordinates", "3", false}, + TwoDLineCoordinatesSequence: Info{TwoDLineCoordinatesSequence, []string{"SQ"}, "2D Line Coordinates Sequence", "TwoDLineCoordinatesSequence", "1", false}, + TwoDLineCoordinates: Info{TwoDLineCoordinates, []string{"FD"}, "2D Line Coordinates", "TwoDLineCoordinates", "4", false}, + ThreeDLineCoordinates: Info{ThreeDLineCoordinates, []string{"FD"}, "3D Line Coordinates", "ThreeDLineCoordinates", "6", false}, + TwoDPlaneCoordinatesSequence: Info{TwoDPlaneCoordinatesSequence, []string{"SQ"}, "2D Plane Coordinates Sequence", "TwoDPlaneCoordinatesSequence", "1", false}, + TwoDPlaneIntersection: Info{TwoDPlaneIntersection, []string{"FD"}, "2D Plane Intersection", "TwoDPlaneIntersection", "4", false}, + ThreeDPlaneOrigin: Info{ThreeDPlaneOrigin, []string{"FD"}, "3D Plane Origin", "ThreeDPlaneOrigin", "3", false}, + ThreeDPlaneNormal: Info{ThreeDPlaneNormal, []string{"FD"}, "3D Plane Normal", "ThreeDPlaneNormal", "3", false}, + ModelModification: Info{ModelModification, []string{"CS"}, "Model Modification", "ModelModification", "1", false}, + ModelMirroring: Info{ModelMirroring, []string{"CS"}, "Model Mirroring", "ModelMirroring", "1", false}, + ModelUsageCodeSequence: Info{ModelUsageCodeSequence, []string{"SQ"}, "Model Usage Code Sequence", "ModelUsageCodeSequence", "1", false}, + ModelGroupUID: Info{ModelGroupUID, []string{"UI"}, "Model Group UID", "ModelGroupUID", "1", false}, + RelativeURIReferenceWithinEncapsulatedDocument: Info{RelativeURIReferenceWithinEncapsulatedDocument, []string{"UR"}, "Relative URI Reference Within Encapsulated Document", "RelativeURIReferenceWithinEncapsulatedDocument", "1", false}, + AnnotationCoordinateType: Info{AnnotationCoordinateType, []string{"CS"}, "Annotation Coordinate Type", "AnnotationCoordinateType", "1", false}, + AnnotationGroupSequence: Info{AnnotationGroupSequence, []string{"SQ"}, "Annotation Group Sequence", "AnnotationGroupSequence", "1", false}, + AnnotationGroupUID: Info{AnnotationGroupUID, []string{"UI"}, "Annotation Group UID", "AnnotationGroupUID", "1", false}, + AnnotationGroupLabel: Info{AnnotationGroupLabel, []string{"LO"}, "Annotation Group Label", "AnnotationGroupLabel", "1", false}, + AnnotationGroupDescription: Info{AnnotationGroupDescription, []string{"UT"}, "Annotation Group Description", "AnnotationGroupDescription", "1", false}, + AnnotationGroupGenerationType: Info{AnnotationGroupGenerationType, []string{"CS"}, "Annotation Group Generation Type", "AnnotationGroupGenerationType", "1", false}, + AnnotationGroupAlgorithmIdentificationSequence: Info{AnnotationGroupAlgorithmIdentificationSequence, []string{"SQ"}, "Annotation Group Algorithm Identification Sequence", "AnnotationGroupAlgorithmIdentificationSequence", "1", false}, + AnnotationPropertyCategoryCodeSequence: Info{AnnotationPropertyCategoryCodeSequence, []string{"SQ"}, "Annotation Property Category Code Sequence", "AnnotationPropertyCategoryCodeSequence", "1", false}, + AnnotationPropertyTypeCodeSequence: Info{AnnotationPropertyTypeCodeSequence, []string{"SQ"}, "Annotation Property Type Code Sequence", "AnnotationPropertyTypeCodeSequence", "1", false}, + AnnotationPropertyTypeModifierCodeSequence: Info{AnnotationPropertyTypeModifierCodeSequence, []string{"SQ"}, "Annotation Property Type Modifier Code Sequence", "AnnotationPropertyTypeModifierCodeSequence", "1", false}, + NumberOfAnnotations: Info{NumberOfAnnotations, []string{"UL"}, "Number of Annotations", "NumberOfAnnotations", "1", false}, + AnnotationAppliesToAllOpticalPaths: Info{AnnotationAppliesToAllOpticalPaths, []string{"CS"}, "Annotation Applies to All Optical Paths", "AnnotationAppliesToAllOpticalPaths", "1", false}, + ReferencedOpticalPathIdentifier: Info{ReferencedOpticalPathIdentifier, []string{"SH"}, "Referenced Optical Path Identifier", "ReferencedOpticalPathIdentifier", "1-n", false}, + AnnotationAppliesToAllZPlanes: Info{AnnotationAppliesToAllZPlanes, []string{"CS"}, "Annotation Applies to All Z Planes", "AnnotationAppliesToAllZPlanes", "1", false}, + CommonZCoordinateValue: Info{CommonZCoordinateValue, []string{"FD"}, "Common Z Coordinate Value", "CommonZCoordinateValue", "1-n", false}, + AnnotationIndexList: Info{AnnotationIndexList, []string{"OL"}, "Annotation Index List", "AnnotationIndexList", "1", false}, + GraphicAnnotationSequence: Info{GraphicAnnotationSequence, []string{"SQ"}, "Graphic Annotation Sequence", "GraphicAnnotationSequence", "1", false}, + GraphicLayer: Info{GraphicLayer, []string{"CS"}, "Graphic Layer", "GraphicLayer", "1", false}, + BoundingBoxAnnotationUnits: Info{BoundingBoxAnnotationUnits, []string{"CS"}, "Bounding Box Annotation Units", "BoundingBoxAnnotationUnits", "1", false}, + AnchorPointAnnotationUnits: Info{AnchorPointAnnotationUnits, []string{"CS"}, "Anchor Point Annotation Units", "AnchorPointAnnotationUnits", "1", false}, + GraphicAnnotationUnits: Info{GraphicAnnotationUnits, []string{"CS"}, "Graphic Annotation Units", "GraphicAnnotationUnits", "1", false}, + UnformattedTextValue: Info{UnformattedTextValue, []string{"ST"}, "Unformatted Text Value", "UnformattedTextValue", "1", false}, + TextObjectSequence: Info{TextObjectSequence, []string{"SQ"}, "Text Object Sequence", "TextObjectSequence", "1", false}, + GraphicObjectSequence: Info{GraphicObjectSequence, []string{"SQ"}, "Graphic Object Sequence", "GraphicObjectSequence", "1", false}, + BoundingBoxTopLeftHandCorner: Info{BoundingBoxTopLeftHandCorner, []string{"FL"}, "Bounding Box Top Left Hand Corner", "BoundingBoxTopLeftHandCorner", "2", false}, + BoundingBoxBottomRightHandCorner: Info{BoundingBoxBottomRightHandCorner, []string{"FL"}, "Bounding Box Bottom Right Hand Corner", "BoundingBoxBottomRightHandCorner", "2", false}, + BoundingBoxTextHorizontalJustification: Info{BoundingBoxTextHorizontalJustification, []string{"CS"}, "Bounding Box Text Horizontal Justification", "BoundingBoxTextHorizontalJustification", "1", false}, + AnchorPoint: Info{AnchorPoint, []string{"FL"}, "Anchor Point", "AnchorPoint", "2", false}, + AnchorPointVisibility: Info{AnchorPointVisibility, []string{"CS"}, "Anchor Point Visibility", "AnchorPointVisibility", "1", false}, + GraphicDimensions: Info{GraphicDimensions, []string{"US"}, "Graphic Dimensions", "GraphicDimensions", "1", false}, + NumberOfGraphicPoints: Info{NumberOfGraphicPoints, []string{"US"}, "Number of Graphic Points", "NumberOfGraphicPoints", "1", false}, + GraphicData: Info{GraphicData, []string{"FL"}, "Graphic Data", "GraphicData", "2-n", false}, + GraphicType: Info{GraphicType, []string{"CS"}, "Graphic Type", "GraphicType", "1", false}, + GraphicFilled: Info{GraphicFilled, []string{"CS"}, "Graphic Filled", "GraphicFilled", "1", false}, + ImageRotationRetired: Info{ImageRotationRetired, []string{"IS"}, "Image Rotation (Retired)", "ImageRotationRetired", "1", true}, + ImageHorizontalFlip: Info{ImageHorizontalFlip, []string{"CS"}, "Image Horizontal Flip", "ImageHorizontalFlip", "1", false}, + ImageRotation: Info{ImageRotation, []string{"US"}, "Image Rotation", "ImageRotation", "1", false}, + DisplayedAreaTopLeftHandCornerTrial: Info{DisplayedAreaTopLeftHandCornerTrial, []string{"US"}, "Displayed Area Top Left Hand Corner (Trial)", "DisplayedAreaTopLeftHandCornerTrial", "2", true}, + DisplayedAreaBottomRightHandCornerTrial: Info{DisplayedAreaBottomRightHandCornerTrial, []string{"US"}, "Displayed Area Bottom Right Hand Corner (Trial)", "DisplayedAreaBottomRightHandCornerTrial", "2", true}, + DisplayedAreaTopLeftHandCorner: Info{DisplayedAreaTopLeftHandCorner, []string{"SL"}, "Displayed Area Top Left Hand Corner", "DisplayedAreaTopLeftHandCorner", "2", false}, + DisplayedAreaBottomRightHandCorner: Info{DisplayedAreaBottomRightHandCorner, []string{"SL"}, "Displayed Area Bottom Right Hand Corner", "DisplayedAreaBottomRightHandCorner", "2", false}, + DisplayedAreaSelectionSequence: Info{DisplayedAreaSelectionSequence, []string{"SQ"}, "Displayed Area Selection Sequence", "DisplayedAreaSelectionSequence", "1", false}, + GraphicLayerSequence: Info{GraphicLayerSequence, []string{"SQ"}, "Graphic Layer Sequence", "GraphicLayerSequence", "1", false}, + GraphicLayerOrder: Info{GraphicLayerOrder, []string{"IS"}, "Graphic Layer Order", "GraphicLayerOrder", "1", false}, + GraphicLayerRecommendedDisplayGrayscaleValue: Info{GraphicLayerRecommendedDisplayGrayscaleValue, []string{"US"}, "Graphic Layer Recommended Display Grayscale Value", "GraphicLayerRecommendedDisplayGrayscaleValue", "1", false}, + GraphicLayerRecommendedDisplayRGBValue: Info{GraphicLayerRecommendedDisplayRGBValue, []string{"US"}, "Graphic Layer Recommended Display RGB Value", "GraphicLayerRecommendedDisplayRGBValue", "3", true}, + GraphicLayerDescription: Info{GraphicLayerDescription, []string{"LO"}, "Graphic Layer Description", "GraphicLayerDescription", "1", false}, + ContentLabel: Info{ContentLabel, []string{"CS"}, "Content Label", "ContentLabel", "1", false}, + ContentDescription: Info{ContentDescription, []string{"LO"}, "Content Description", "ContentDescription", "1", false}, + PresentationCreationDate: Info{PresentationCreationDate, []string{"DA"}, "Presentation Creation Date", "PresentationCreationDate", "1", false}, + PresentationCreationTime: Info{PresentationCreationTime, []string{"TM"}, "Presentation Creation Time", "PresentationCreationTime", "1", false}, + ContentCreatorName: Info{ContentCreatorName, []string{"PN"}, "Content Creator's Name", "ContentCreatorName", "1", false}, + ContentCreatorIdentificationCodeSequence: Info{ContentCreatorIdentificationCodeSequence, []string{"SQ"}, "Content Creator's Identification Code Sequence", "ContentCreatorIdentificationCodeSequence", "1", false}, + AlternateContentDescriptionSequence: Info{AlternateContentDescriptionSequence, []string{"SQ"}, "Alternate Content Description Sequence", "AlternateContentDescriptionSequence", "1", false}, + PresentationSizeMode: Info{PresentationSizeMode, []string{"CS"}, "Presentation Size Mode", "PresentationSizeMode", "1", false}, + PresentationPixelSpacing: Info{PresentationPixelSpacing, []string{"DS"}, "Presentation Pixel Spacing", "PresentationPixelSpacing", "2", false}, + PresentationPixelAspectRatio: Info{PresentationPixelAspectRatio, []string{"IS"}, "Presentation Pixel Aspect Ratio", "PresentationPixelAspectRatio", "2", false}, + PresentationPixelMagnificationRatio: Info{PresentationPixelMagnificationRatio, []string{"FL"}, "Presentation Pixel Magnification Ratio", "PresentationPixelMagnificationRatio", "1", false}, + GraphicGroupLabel: Info{GraphicGroupLabel, []string{"LO"}, "Graphic Group Label", "GraphicGroupLabel", "1", false}, + GraphicGroupDescription: Info{GraphicGroupDescription, []string{"ST"}, "Graphic Group Description", "GraphicGroupDescription", "1", false}, + CompoundGraphicSequence: Info{CompoundGraphicSequence, []string{"SQ"}, "Compound Graphic Sequence", "CompoundGraphicSequence", "1", false}, + CompoundGraphicInstanceID: Info{CompoundGraphicInstanceID, []string{"UL"}, "Compound Graphic Instance ID", "CompoundGraphicInstanceID", "1", false}, + FontName: Info{FontName, []string{"LO"}, "Font Name", "FontName", "1", false}, + FontNameType: Info{FontNameType, []string{"CS"}, "Font Name Type", "FontNameType", "1", false}, + CSSFontName: Info{CSSFontName, []string{"LO"}, "CSS Font Name", "CSSFontName", "1", false}, + RotationAngle: Info{RotationAngle, []string{"FD"}, "Rotation Angle", "RotationAngle", "1", false}, + TextStyleSequence: Info{TextStyleSequence, []string{"SQ"}, "Text Style Sequence", "TextStyleSequence", "1", false}, + LineStyleSequence: Info{LineStyleSequence, []string{"SQ"}, "Line Style Sequence", "LineStyleSequence", "1", false}, + FillStyleSequence: Info{FillStyleSequence, []string{"SQ"}, "Fill Style Sequence", "FillStyleSequence", "1", false}, + GraphicGroupSequence: Info{GraphicGroupSequence, []string{"SQ"}, "Graphic Group Sequence", "GraphicGroupSequence", "1", false}, + TextColorCIELabValue: Info{TextColorCIELabValue, []string{"US"}, "Text Color CIELab Value", "TextColorCIELabValue", "3", false}, + HorizontalAlignment: Info{HorizontalAlignment, []string{"CS"}, "Horizontal Alignment", "HorizontalAlignment", "1", false}, + VerticalAlignment: Info{VerticalAlignment, []string{"CS"}, "Vertical Alignment", "VerticalAlignment", "1", false}, + ShadowStyle: Info{ShadowStyle, []string{"CS"}, "Shadow Style", "ShadowStyle", "1", false}, + ShadowOffsetX: Info{ShadowOffsetX, []string{"FL"}, "Shadow Offset X", "ShadowOffsetX", "1", false}, + ShadowOffsetY: Info{ShadowOffsetY, []string{"FL"}, "Shadow Offset Y", "ShadowOffsetY", "1", false}, + ShadowColorCIELabValue: Info{ShadowColorCIELabValue, []string{"US"}, "Shadow Color CIELab Value", "ShadowColorCIELabValue", "3", false}, + Underlined: Info{Underlined, []string{"CS"}, "Underlined", "Underlined", "1", false}, + Bold: Info{Bold, []string{"CS"}, "Bold", "Bold", "1", false}, + Italic: Info{Italic, []string{"CS"}, "Italic", "Italic", "1", false}, + PatternOnColorCIELabValue: Info{PatternOnColorCIELabValue, []string{"US"}, "Pattern On Color CIELab Value", "PatternOnColorCIELabValue", "3", false}, + PatternOffColorCIELabValue: Info{PatternOffColorCIELabValue, []string{"US"}, "Pattern Off Color CIELab Value", "PatternOffColorCIELabValue", "3", false}, + LineThickness: Info{LineThickness, []string{"FL"}, "Line Thickness", "LineThickness", "1", false}, + LineDashingStyle: Info{LineDashingStyle, []string{"CS"}, "Line Dashing Style", "LineDashingStyle", "1", false}, + LinePattern: Info{LinePattern, []string{"UL"}, "Line Pattern", "LinePattern", "1", false}, + FillPattern: Info{FillPattern, []string{"OB"}, "Fill Pattern", "FillPattern", "1", false}, + FillMode: Info{FillMode, []string{"CS"}, "Fill Mode", "FillMode", "1", false}, + ShadowOpacity: Info{ShadowOpacity, []string{"FL"}, "Shadow Opacity", "ShadowOpacity", "1", false}, + GapLength: Info{GapLength, []string{"FL"}, "Gap Length", "GapLength", "1", false}, + DiameterOfVisibility: Info{DiameterOfVisibility, []string{"FL"}, "Diameter of Visibility", "DiameterOfVisibility", "1", false}, + RotationPoint: Info{RotationPoint, []string{"FL"}, "Rotation Point", "RotationPoint", "2", false}, + TickAlignment: Info{TickAlignment, []string{"CS"}, "Tick Alignment", "TickAlignment", "1", false}, + ShowTickLabel: Info{ShowTickLabel, []string{"CS"}, "Show Tick Label", "ShowTickLabel", "1", false}, + TickLabelAlignment: Info{TickLabelAlignment, []string{"CS"}, "Tick Label Alignment", "TickLabelAlignment", "1", false}, + CompoundGraphicUnits: Info{CompoundGraphicUnits, []string{"CS"}, "Compound Graphic Units", "CompoundGraphicUnits", "1", false}, + PatternOnOpacity: Info{PatternOnOpacity, []string{"FL"}, "Pattern On Opacity", "PatternOnOpacity", "1", false}, + PatternOffOpacity: Info{PatternOffOpacity, []string{"FL"}, "Pattern Off Opacity", "PatternOffOpacity", "1", false}, + MajorTicksSequence: Info{MajorTicksSequence, []string{"SQ"}, "Major Ticks Sequence", "MajorTicksSequence", "1", false}, + TickPosition: Info{TickPosition, []string{"FL"}, "Tick Position", "TickPosition", "1", false}, + TickLabel: Info{TickLabel, []string{"SH"}, "Tick Label", "TickLabel", "1", false}, + CompoundGraphicType: Info{CompoundGraphicType, []string{"CS"}, "Compound Graphic Type", "CompoundGraphicType", "1", false}, + GraphicGroupID: Info{GraphicGroupID, []string{"UL"}, "Graphic Group ID", "GraphicGroupID", "1", false}, + ShapeType: Info{ShapeType, []string{"CS"}, "Shape Type", "ShapeType", "1", false}, + RegistrationSequence: Info{RegistrationSequence, []string{"SQ"}, "Registration Sequence", "RegistrationSequence", "1", false}, + MatrixRegistrationSequence: Info{MatrixRegistrationSequence, []string{"SQ"}, "Matrix Registration Sequence", "MatrixRegistrationSequence", "1", false}, + MatrixSequence: Info{MatrixSequence, []string{"SQ"}, "Matrix Sequence", "MatrixSequence", "1", false}, FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix: Info{FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix, []string{"FD"}, "Frame of Reference to Displayed Coordinate System Transformation Matrix", "FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix", "16", false}, - FrameOfReferenceTransformationMatrixType: Info{FrameOfReferenceTransformationMatrixType, []string{"CS"}, "Frame of Reference Transformation Matrix Type", "FrameOfReferenceTransformationMatrixType", "1", false}, - RegistrationTypeCodeSequence: Info{RegistrationTypeCodeSequence, []string{"SQ"}, "Registration Type Code Sequence", "RegistrationTypeCodeSequence", "1", false}, - FiducialDescription: Info{FiducialDescription, []string{"ST"}, "Fiducial Description", "FiducialDescription", "1", false}, - FiducialIdentifier: Info{FiducialIdentifier, []string{"SH"}, "Fiducial Identifier", "FiducialIdentifier", "1", false}, - FiducialIdentifierCodeSequence: Info{FiducialIdentifierCodeSequence, []string{"SQ"}, "Fiducial Identifier Code Sequence", "FiducialIdentifierCodeSequence", "1", false}, - ContourUncertaintyRadius: Info{ContourUncertaintyRadius, []string{"FD"}, "Contour Uncertainty Radius", "ContourUncertaintyRadius", "1", false}, - UsedFiducialsSequence: Info{UsedFiducialsSequence, []string{"SQ"}, "Used Fiducials Sequence", "UsedFiducialsSequence", "1", false}, - UsedRTStructureSetROISequence: Info{UsedRTStructureSetROISequence, []string{"SQ"}, "Used RT Structure Set ROI Sequence", "UsedRTStructureSetROISequence", "1", false}, - GraphicCoordinatesDataSequence: Info{GraphicCoordinatesDataSequence, []string{"SQ"}, "Graphic Coordinates Data Sequence", "GraphicCoordinatesDataSequence", "1", false}, - FiducialUID: Info{FiducialUID, []string{"UI"}, "Fiducial UID", "FiducialUID", "1", false}, - ReferencedFiducialUID: Info{ReferencedFiducialUID, []string{"UI"}, "Referenced Fiducial UID", "ReferencedFiducialUID", "1", false}, - FiducialSetSequence: Info{FiducialSetSequence, []string{"SQ"}, "Fiducial Set Sequence", "FiducialSetSequence", "1", false}, - FiducialSequence: Info{FiducialSequence, []string{"SQ"}, "Fiducial Sequence", "FiducialSequence", "1", false}, - FiducialsPropertyCategoryCodeSequence: Info{FiducialsPropertyCategoryCodeSequence, []string{"SQ"}, "Fiducials Property Category Code Sequence", "FiducialsPropertyCategoryCodeSequence", "1", false}, - GraphicLayerRecommendedDisplayCIELabValue: Info{GraphicLayerRecommendedDisplayCIELabValue, []string{"US"}, "Graphic Layer Recommended Display CIELab Value", "GraphicLayerRecommendedDisplayCIELabValue", "3", false}, - BlendingSequence: Info{BlendingSequence, []string{"SQ"}, "Blending Sequence", "BlendingSequence", "1", false}, - RelativeOpacity: Info{RelativeOpacity, []string{"FL"}, "Relative Opacity", "RelativeOpacity", "1", false}, - ReferencedSpatialRegistrationSequence: Info{ReferencedSpatialRegistrationSequence, []string{"SQ"}, "Referenced Spatial Registration Sequence", "ReferencedSpatialRegistrationSequence", "1", false}, - BlendingPosition: Info{BlendingPosition, []string{"CS"}, "Blending Position", "BlendingPosition", "1", false}, - PresentationDisplayCollectionUID: Info{PresentationDisplayCollectionUID, []string{"UI"}, "Presentation Display Collection UID", "PresentationDisplayCollectionUID", "1", false}, - PresentationSequenceCollectionUID: Info{PresentationSequenceCollectionUID, []string{"UI"}, "Presentation Sequence Collection UID", "PresentationSequenceCollectionUID", "1", false}, - PresentationSequencePositionIndex: Info{PresentationSequencePositionIndex, []string{"US"}, "Presentation Sequence Position Index", "PresentationSequencePositionIndex", "1", false}, - RenderedImageReferenceSequence: Info{RenderedImageReferenceSequence, []string{"SQ"}, "Rendered Image Reference Sequence", "RenderedImageReferenceSequence", "1", false}, - VolumetricPresentationStateInputSequence: Info{VolumetricPresentationStateInputSequence, []string{"SQ"}, "Volumetric Presentation State Input Sequence", "VolumetricPresentationStateInputSequence", "1", false}, - PresentationInputType: Info{PresentationInputType, []string{"CS"}, "Presentation Input Type", "PresentationInputType", "1", false}, - InputSequencePositionIndex: Info{InputSequencePositionIndex, []string{"US"}, "Input Sequence Position Index", "InputSequencePositionIndex", "1", false}, - Crop: Info{Crop, []string{"CS"}, "Crop", "Crop", "1", false}, - CroppingSpecificationIndex: Info{CroppingSpecificationIndex, []string{"US"}, "Cropping Specification Index", "CroppingSpecificationIndex", "1-n", false}, - CompositingMethod: Info{CompositingMethod, []string{"CS"}, "Compositing Method", "CompositingMethod", "1", true}, - VolumetricPresentationInputNumber: Info{VolumetricPresentationInputNumber, []string{"US"}, "Volumetric Presentation Input Number", "VolumetricPresentationInputNumber", "1", false}, - ImageVolumeGeometry: Info{ImageVolumeGeometry, []string{"CS"}, "Image Volume Geometry", "ImageVolumeGeometry", "1", false}, - VolumetricPresentationInputSetUID: Info{VolumetricPresentationInputSetUID, []string{"UI"}, "Volumetric Presentation Input Set UID", "VolumetricPresentationInputSetUID", "1", false}, - VolumetricPresentationInputSetSequence: Info{VolumetricPresentationInputSetSequence, []string{"SQ"}, "Volumetric Presentation Input Set Sequence", "VolumetricPresentationInputSetSequence", "1", false}, - GlobalCrop: Info{GlobalCrop, []string{"CS"}, "Global Crop", "GlobalCrop", "1", false}, - GlobalCroppingSpecificationIndex: Info{GlobalCroppingSpecificationIndex, []string{"US"}, "Global Cropping Specification Index", "GlobalCroppingSpecificationIndex", "1-n", false}, - RenderingMethod: Info{RenderingMethod, []string{"CS"}, "Rendering Method", "RenderingMethod", "1", false}, - VolumeCroppingSequence: Info{VolumeCroppingSequence, []string{"SQ"}, "Volume Cropping Sequence", "VolumeCroppingSequence", "1", false}, - VolumeCroppingMethod: Info{VolumeCroppingMethod, []string{"CS"}, "Volume Cropping Method", "VolumeCroppingMethod", "1", false}, - BoundingBoxCrop: Info{BoundingBoxCrop, []string{"FD"}, "Bounding Box Crop", "BoundingBoxCrop", "6", false}, - ObliqueCroppingPlaneSequence: Info{ObliqueCroppingPlaneSequence, []string{"SQ"}, "Oblique Cropping Plane Sequence", "ObliqueCroppingPlaneSequence", "1", false}, - Plane: Info{Plane, []string{"FD"}, "Plane", "Plane", "4", false}, - PlaneNormal: Info{PlaneNormal, []string{"FD"}, "Plane Normal", "PlaneNormal", "3", false}, - CroppingSpecificationNumber: Info{CroppingSpecificationNumber, []string{"US"}, "Cropping Specification Number", "CroppingSpecificationNumber", "1", false}, - MultiPlanarReconstructionStyle: Info{MultiPlanarReconstructionStyle, []string{"CS"}, "Multi-Planar Reconstruction Style", "MultiPlanarReconstructionStyle", "1", false}, - MPRThicknessType: Info{MPRThicknessType, []string{"CS"}, "MPR Thickness Type", "MPRThicknessType", "1", false}, - MPRSlabThickness: Info{MPRSlabThickness, []string{"FD"}, "MPR Slab Thickness", "MPRSlabThickness", "1", false}, - MPRTopLeftHandCorner: Info{MPRTopLeftHandCorner, []string{"FD"}, "MPR Top Left Hand Corner", "MPRTopLeftHandCorner", "3", false}, - MPRViewWidthDirection: Info{MPRViewWidthDirection, []string{"FD"}, "MPR View Width Direction", "MPRViewWidthDirection", "3", false}, - MPRViewWidth: Info{MPRViewWidth, []string{"FD"}, "MPR View Width", "MPRViewWidth", "1", false}, - NumberOfVolumetricCurvePoints: Info{NumberOfVolumetricCurvePoints, []string{"UL"}, "Number of Volumetric Curve Points", "NumberOfVolumetricCurvePoints", "1", false}, - VolumetricCurvePoints: Info{VolumetricCurvePoints, []string{"OD"}, "Volumetric Curve Points", "VolumetricCurvePoints", "1", false}, - MPRViewHeightDirection: Info{MPRViewHeightDirection, []string{"FD"}, "MPR View Height Direction", "MPRViewHeightDirection", "3", false}, - MPRViewHeight: Info{MPRViewHeight, []string{"FD"}, "MPR View Height", "MPRViewHeight", "1", false}, - RenderProjection: Info{RenderProjection, []string{"CS"}, "Render Projection", "RenderProjection", "1", false}, - ViewpointPosition: Info{ViewpointPosition, []string{"FD"}, "Viewpoint Position", "ViewpointPosition", "3", false}, - ViewpointLookAtPoint: Info{ViewpointLookAtPoint, []string{"FD"}, "Viewpoint LookAt Point", "ViewpointLookAtPoint", "3", false}, - ViewpointUpDirection: Info{ViewpointUpDirection, []string{"FD"}, "Viewpoint Up Direction", "ViewpointUpDirection", "3", false}, - RenderFieldOfView: Info{RenderFieldOfView, []string{"FD"}, "Render Field of View", "RenderFieldOfView", "6", false}, - SamplingStepSize: Info{SamplingStepSize, []string{"FD"}, "Sampling Step Size", "SamplingStepSize", "1", false}, - ShadingStyle: Info{ShadingStyle, []string{"CS"}, "Shading Style", "ShadingStyle", "1", false}, - AmbientReflectionIntensity: Info{AmbientReflectionIntensity, []string{"FD"}, "Ambient Reflection Intensity", "AmbientReflectionIntensity", "1", false}, - LightDirection: Info{LightDirection, []string{"FD"}, "Light Direction", "LightDirection", "3", false}, - DiffuseReflectionIntensity: Info{DiffuseReflectionIntensity, []string{"FD"}, "Diffuse Reflection Intensity", "DiffuseReflectionIntensity", "1", false}, - SpecularReflectionIntensity: Info{SpecularReflectionIntensity, []string{"FD"}, "Specular Reflection Intensity", "SpecularReflectionIntensity", "1", false}, - Shininess: Info{Shininess, []string{"FD"}, "Shininess", "Shininess", "1", false}, - PresentationStateClassificationComponentSequence: Info{PresentationStateClassificationComponentSequence, []string{"SQ"}, "Presentation State Classification Component Sequence", "PresentationStateClassificationComponentSequence", "1", false}, - ComponentType: Info{ComponentType, []string{"CS"}, "Component Type", "ComponentType", "1", false}, - ComponentInputSequence: Info{ComponentInputSequence, []string{"SQ"}, "Component Input Sequence", "ComponentInputSequence", "1", false}, - VolumetricPresentationInputIndex: Info{VolumetricPresentationInputIndex, []string{"US"}, "Volumetric Presentation Input Index", "VolumetricPresentationInputIndex", "1", false}, - PresentationStateCompositorComponentSequence: Info{PresentationStateCompositorComponentSequence, []string{"SQ"}, "Presentation State Compositor Component Sequence", "PresentationStateCompositorComponentSequence", "1", false}, - WeightingTransferFunctionSequence: Info{WeightingTransferFunctionSequence, []string{"SQ"}, "Weighting Transfer Function Sequence", "WeightingTransferFunctionSequence", "1", false}, - WeightingLookupTableDescriptor: Info{WeightingLookupTableDescriptor, []string{"US"}, "Weighting Lookup Table Descriptor", "WeightingLookupTableDescriptor", "3", true}, - WeightingLookupTableData: Info{WeightingLookupTableData, []string{"OB"}, "Weighting Lookup Table Data", "WeightingLookupTableData", "1", true}, - VolumetricAnnotationSequence: Info{VolumetricAnnotationSequence, []string{"SQ"}, "Volumetric Annotation Sequence", "VolumetricAnnotationSequence", "1", false}, - ReferencedStructuredContextSequence: Info{ReferencedStructuredContextSequence, []string{"SQ"}, "Referenced Structured Context Sequence", "ReferencedStructuredContextSequence", "1", false}, - ReferencedContentItem: Info{ReferencedContentItem, []string{"UI"}, "Referenced Content Item", "ReferencedContentItem", "1", false}, - VolumetricPresentationInputAnnotationSequence: Info{VolumetricPresentationInputAnnotationSequence, []string{"SQ"}, "Volumetric Presentation Input Annotation Sequence", "VolumetricPresentationInputAnnotationSequence", "1", false}, - AnnotationClipping: Info{AnnotationClipping, []string{"CS"}, "Annotation Clipping", "AnnotationClipping", "1", false}, - PresentationAnimationStyle: Info{PresentationAnimationStyle, []string{"CS"}, "Presentation Animation Style", "PresentationAnimationStyle", "1", false}, - RecommendedAnimationRate: Info{RecommendedAnimationRate, []string{"FD"}, "Recommended Animation Rate", "RecommendedAnimationRate", "1", false}, - AnimationCurveSequence: Info{AnimationCurveSequence, []string{"SQ"}, "Animation Curve Sequence", "AnimationCurveSequence", "1", false}, - AnimationStepSize: Info{AnimationStepSize, []string{"FD"}, "Animation Step Size", "AnimationStepSize", "1", false}, - SwivelRange: Info{SwivelRange, []string{"FD"}, "Swivel Range", "SwivelRange", "1", false}, - VolumetricCurveUpDirections: Info{VolumetricCurveUpDirections, []string{"OD"}, "Volumetric Curve Up Directions", "VolumetricCurveUpDirections", "1", false}, - VolumeStreamSequence: Info{VolumeStreamSequence, []string{"SQ"}, "Volume Stream Sequence", "VolumeStreamSequence", "1", false}, - RGBATransferFunctionDescription: Info{RGBATransferFunctionDescription, []string{"LO"}, "RGBA Transfer Function Description", "RGBATransferFunctionDescription", "1", false}, - AdvancedBlendingSequence: Info{AdvancedBlendingSequence, []string{"SQ"}, "Advanced Blending Sequence", "AdvancedBlendingSequence", "1", false}, - BlendingInputNumber: Info{BlendingInputNumber, []string{"US"}, "Blending Input Number", "BlendingInputNumber", "1", false}, - BlendingDisplayInputSequence: Info{BlendingDisplayInputSequence, []string{"SQ"}, "Blending Display Input Sequence", "BlendingDisplayInputSequence", "1", false}, - BlendingDisplaySequence: Info{BlendingDisplaySequence, []string{"SQ"}, "Blending Display Sequence", "BlendingDisplaySequence", "1", false}, - BlendingMode: Info{BlendingMode, []string{"CS"}, "Blending Mode", "BlendingMode", "1", false}, - TimeSeriesBlending: Info{TimeSeriesBlending, []string{"CS"}, "Time Series Blending", "TimeSeriesBlending", "1", false}, - GeometryForDisplay: Info{GeometryForDisplay, []string{"CS"}, "Geometry for Display", "GeometryForDisplay", "1", false}, - ThresholdSequence: Info{ThresholdSequence, []string{"SQ"}, "Threshold Sequence", "ThresholdSequence", "1", false}, - ThresholdValueSequence: Info{ThresholdValueSequence, []string{"SQ"}, "Threshold Value Sequence", "ThresholdValueSequence", "1", false}, - ThresholdType: Info{ThresholdType, []string{"CS"}, "Threshold Type", "ThresholdType", "1", false}, - ThresholdValue: Info{ThresholdValue, []string{"FD"}, "Threshold Value", "ThresholdValue", "1", false}, - HangingProtocolName: Info{HangingProtocolName, []string{"SH"}, "Hanging Protocol Name", "HangingProtocolName", "1", false}, - HangingProtocolDescription: Info{HangingProtocolDescription, []string{"LO"}, "Hanging Protocol Description", "HangingProtocolDescription", "1", false}, - HangingProtocolLevel: Info{HangingProtocolLevel, []string{"CS"}, "Hanging Protocol Level", "HangingProtocolLevel", "1", false}, - HangingProtocolCreator: Info{HangingProtocolCreator, []string{"LO"}, "Hanging Protocol Creator", "HangingProtocolCreator", "1", false}, - HangingProtocolCreationDateTime: Info{HangingProtocolCreationDateTime, []string{"DT"}, "Hanging Protocol Creation DateTime", "HangingProtocolCreationDateTime", "1", false}, - HangingProtocolDefinitionSequence: Info{HangingProtocolDefinitionSequence, []string{"SQ"}, "Hanging Protocol Definition Sequence", "HangingProtocolDefinitionSequence", "1", false}, - HangingProtocolUserIdentificationCodeSequence: Info{HangingProtocolUserIdentificationCodeSequence, []string{"SQ"}, "Hanging Protocol User Identification Code Sequence", "HangingProtocolUserIdentificationCodeSequence", "1", false}, - HangingProtocolUserGroupName: Info{HangingProtocolUserGroupName, []string{"LO"}, "Hanging Protocol User Group Name", "HangingProtocolUserGroupName", "1", false}, - SourceHangingProtocolSequence: Info{SourceHangingProtocolSequence, []string{"SQ"}, "Source Hanging Protocol Sequence", "SourceHangingProtocolSequence", "1", false}, - NumberOfPriorsReferenced: Info{NumberOfPriorsReferenced, []string{"US"}, "Number of Priors Referenced", "NumberOfPriorsReferenced", "1", false}, - ImageSetsSequence: Info{ImageSetsSequence, []string{"SQ"}, "Image Sets Sequence", "ImageSetsSequence", "1", false}, - ImageSetSelectorSequence: Info{ImageSetSelectorSequence, []string{"SQ"}, "Image Set Selector Sequence", "ImageSetSelectorSequence", "1", false}, - ImageSetSelectorUsageFlag: Info{ImageSetSelectorUsageFlag, []string{"CS"}, "Image Set Selector Usage Flag", "ImageSetSelectorUsageFlag", "1", false}, - SelectorAttribute: Info{SelectorAttribute, []string{"AT"}, "Selector Attribute", "SelectorAttribute", "1", false}, - SelectorValueNumber: Info{SelectorValueNumber, []string{"US"}, "Selector Value Number", "SelectorValueNumber", "1", false}, - TimeBasedImageSetsSequence: Info{TimeBasedImageSetsSequence, []string{"SQ"}, "Time Based Image Sets Sequence", "TimeBasedImageSetsSequence", "1", false}, - ImageSetNumber: Info{ImageSetNumber, []string{"US"}, "Image Set Number", "ImageSetNumber", "1", false}, - ImageSetSelectorCategory: Info{ImageSetSelectorCategory, []string{"CS"}, "Image Set Selector Category", "ImageSetSelectorCategory", "1", false}, - RelativeTime: Info{RelativeTime, []string{"US"}, "Relative Time", "RelativeTime", "2", false}, - RelativeTimeUnits: Info{RelativeTimeUnits, []string{"CS"}, "Relative Time Units", "RelativeTimeUnits", "1", false}, - AbstractPriorValue: Info{AbstractPriorValue, []string{"SS"}, "Abstract Prior Value", "AbstractPriorValue", "2", false}, - AbstractPriorCodeSequence: Info{AbstractPriorCodeSequence, []string{"SQ"}, "Abstract Prior Code Sequence", "AbstractPriorCodeSequence", "1", false}, - ImageSetLabel: Info{ImageSetLabel, []string{"LO"}, "Image Set Label", "ImageSetLabel", "1", false}, - SelectorAttributeVR: Info{SelectorAttributeVR, []string{"CS"}, "Selector Attribute VR", "SelectorAttributeVR", "1", false}, - SelectorSequencePointer: Info{SelectorSequencePointer, []string{"AT"}, "Selector Sequence Pointer", "SelectorSequencePointer", "1-n", false}, - SelectorSequencePointerPrivateCreator: Info{SelectorSequencePointerPrivateCreator, []string{"LO"}, "Selector Sequence Pointer Private Creator", "SelectorSequencePointerPrivateCreator", "1-n", false}, - SelectorAttributePrivateCreator: Info{SelectorAttributePrivateCreator, []string{"LO"}, "Selector Attribute Private Creator", "SelectorAttributePrivateCreator", "1", false}, - SelectorAEValue: Info{SelectorAEValue, []string{"AE"}, "Selector AE Value", "SelectorAEValue", "1-n", false}, - SelectorASValue: Info{SelectorASValue, []string{"AS"}, "Selector AS Value", "SelectorASValue", "1-n", false}, - SelectorATValue: Info{SelectorATValue, []string{"AT"}, "Selector AT Value", "SelectorATValue", "1-n", false}, - SelectorDAValue: Info{SelectorDAValue, []string{"DA"}, "Selector DA Value", "SelectorDAValue", "1-n", false}, - SelectorCSValue: Info{SelectorCSValue, []string{"CS"}, "Selector CS Value", "SelectorCSValue", "1-n", false}, - SelectorDTValue: Info{SelectorDTValue, []string{"DT"}, "Selector DT Value", "SelectorDTValue", "1-n", false}, - SelectorISValue: Info{SelectorISValue, []string{"IS"}, "Selector IS Value", "SelectorISValue", "1-n", false}, - SelectorOBValue: Info{SelectorOBValue, []string{"OB"}, "Selector OB Value", "SelectorOBValue", "1", false}, - SelectorLOValue: Info{SelectorLOValue, []string{"LO"}, "Selector LO Value", "SelectorLOValue", "1-n", false}, - SelectorOFValue: Info{SelectorOFValue, []string{"OF"}, "Selector OF Value", "SelectorOFValue", "1", false}, - SelectorLTValue: Info{SelectorLTValue, []string{"LT"}, "Selector LT Value", "SelectorLTValue", "1", false}, - SelectorOWValue: Info{SelectorOWValue, []string{"OW"}, "Selector OW Value", "SelectorOWValue", "1", false}, - SelectorPNValue: Info{SelectorPNValue, []string{"PN"}, "Selector PN Value", "SelectorPNValue", "1-n", false}, - SelectorTMValue: Info{SelectorTMValue, []string{"TM"}, "Selector TM Value", "SelectorTMValue", "1-n", false}, - SelectorSHValue: Info{SelectorSHValue, []string{"SH"}, "Selector SH Value", "SelectorSHValue", "1-n", false}, - SelectorUNValue: Info{SelectorUNValue, []string{"UN"}, "Selector UN Value", "SelectorUNValue", "1", false}, - SelectorSTValue: Info{SelectorSTValue, []string{"ST"}, "Selector ST Value", "SelectorSTValue", "1", false}, - SelectorUCValue: Info{SelectorUCValue, []string{"UC"}, "Selector UC Value", "SelectorUCValue", "1-n", false}, - SelectorUTValue: Info{SelectorUTValue, []string{"UT"}, "Selector UT Value", "SelectorUTValue", "1", false}, - SelectorURValue: Info{SelectorURValue, []string{"UR"}, "Selector UR Value", "SelectorURValue", "1", false}, - SelectorDSValue: Info{SelectorDSValue, []string{"DS"}, "Selector DS Value", "SelectorDSValue", "1-n", false}, - SelectorODValue: Info{SelectorODValue, []string{"OD"}, "Selector OD Value", "SelectorODValue", "1", false}, - SelectorFDValue: Info{SelectorFDValue, []string{"FD"}, "Selector FD Value", "SelectorFDValue", "1-n", false}, - SelectorOLValue: Info{SelectorOLValue, []string{"OL"}, "Selector OL Value", "SelectorOLValue", "1", false}, - SelectorFLValue: Info{SelectorFLValue, []string{"FL"}, "Selector FL Value", "SelectorFLValue", "1-n", false}, - SelectorULValue: Info{SelectorULValue, []string{"UL"}, "Selector UL Value", "SelectorULValue", "1-n", false}, - SelectorUSValue: Info{SelectorUSValue, []string{"US"}, "Selector US Value", "SelectorUSValue", "1-n", false}, - SelectorSLValue: Info{SelectorSLValue, []string{"SL"}, "Selector SL Value", "SelectorSLValue", "1-n", false}, - SelectorSSValue: Info{SelectorSSValue, []string{"SS"}, "Selector SS Value", "SelectorSSValue", "1-n", false}, - SelectorUIValue: Info{SelectorUIValue, []string{"UI"}, "Selector UI Value", "SelectorUIValue", "1-n", false}, - SelectorCodeSequenceValue: Info{SelectorCodeSequenceValue, []string{"SQ"}, "Selector Code Sequence Value", "SelectorCodeSequenceValue", "1", false}, - SelectorOVValue: Info{SelectorOVValue, []string{"OV"}, "Selector OV Value", "SelectorOVValue", "1", false}, - SelectorSVValue: Info{SelectorSVValue, []string{"SV"}, "Selector SV Value", "SelectorSVValue", "1-n", false}, - SelectorUVValue: Info{SelectorUVValue, []string{"UV"}, "Selector UV Value", "SelectorUVValue", "1-n", false}, - NumberOfScreens: Info{NumberOfScreens, []string{"US"}, "Number of Screens", "NumberOfScreens", "1", false}, - NominalScreenDefinitionSequence: Info{NominalScreenDefinitionSequence, []string{"SQ"}, "Nominal Screen Definition Sequence", "NominalScreenDefinitionSequence", "1", false}, - NumberOfVerticalPixels: Info{NumberOfVerticalPixels, []string{"US"}, "Number of Vertical Pixels", "NumberOfVerticalPixels", "1", false}, - NumberOfHorizontalPixels: Info{NumberOfHorizontalPixels, []string{"US"}, "Number of Horizontal Pixels", "NumberOfHorizontalPixels", "1", false}, - DisplayEnvironmentSpatialPosition: Info{DisplayEnvironmentSpatialPosition, []string{"FD"}, "Display Environment Spatial Position", "DisplayEnvironmentSpatialPosition", "4", false}, - ScreenMinimumGrayscaleBitDepth: Info{ScreenMinimumGrayscaleBitDepth, []string{"US"}, "Screen Minimum Grayscale Bit Depth", "ScreenMinimumGrayscaleBitDepth", "1", false}, - ScreenMinimumColorBitDepth: Info{ScreenMinimumColorBitDepth, []string{"US"}, "Screen Minimum Color Bit Depth", "ScreenMinimumColorBitDepth", "1", false}, - ApplicationMaximumRepaintTime: Info{ApplicationMaximumRepaintTime, []string{"US"}, "Application Maximum Repaint Time", "ApplicationMaximumRepaintTime", "1", false}, - DisplaySetsSequence: Info{DisplaySetsSequence, []string{"SQ"}, "Display Sets Sequence", "DisplaySetsSequence", "1", false}, - DisplaySetNumber: Info{DisplaySetNumber, []string{"US"}, "Display Set Number", "DisplaySetNumber", "1", false}, - DisplaySetLabel: Info{DisplaySetLabel, []string{"LO"}, "Display Set Label", "DisplaySetLabel", "1", false}, - DisplaySetPresentationGroup: Info{DisplaySetPresentationGroup, []string{"US"}, "Display Set Presentation Group", "DisplaySetPresentationGroup", "1", false}, - DisplaySetPresentationGroupDescription: Info{DisplaySetPresentationGroupDescription, []string{"LO"}, "Display Set Presentation Group Description", "DisplaySetPresentationGroupDescription", "1", false}, - PartialDataDisplayHandling: Info{PartialDataDisplayHandling, []string{"CS"}, "Partial Data Display Handling", "PartialDataDisplayHandling", "1", false}, - SynchronizedScrollingSequence: Info{SynchronizedScrollingSequence, []string{"SQ"}, "Synchronized Scrolling Sequence", "SynchronizedScrollingSequence", "1", false}, - DisplaySetScrollingGroup: Info{DisplaySetScrollingGroup, []string{"US"}, "Display Set Scrolling Group", "DisplaySetScrollingGroup", "2-n", false}, - NavigationIndicatorSequence: Info{NavigationIndicatorSequence, []string{"SQ"}, "Navigation Indicator Sequence", "NavigationIndicatorSequence", "1", false}, - NavigationDisplaySet: Info{NavigationDisplaySet, []string{"US"}, "Navigation Display Set", "NavigationDisplaySet", "1", false}, - ReferenceDisplaySets: Info{ReferenceDisplaySets, []string{"US"}, "Reference Display Sets", "ReferenceDisplaySets", "1-n", false}, - ImageBoxesSequence: Info{ImageBoxesSequence, []string{"SQ"}, "Image Boxes Sequence", "ImageBoxesSequence", "1", false}, - ImageBoxNumber: Info{ImageBoxNumber, []string{"US"}, "Image Box Number", "ImageBoxNumber", "1", false}, - ImageBoxLayoutType: Info{ImageBoxLayoutType, []string{"CS"}, "Image Box Layout Type", "ImageBoxLayoutType", "1", false}, - ImageBoxTileHorizontalDimension: Info{ImageBoxTileHorizontalDimension, []string{"US"}, "Image Box Tile Horizontal Dimension", "ImageBoxTileHorizontalDimension", "1", false}, - ImageBoxTileVerticalDimension: Info{ImageBoxTileVerticalDimension, []string{"US"}, "Image Box Tile Vertical Dimension", "ImageBoxTileVerticalDimension", "1", false}, - ImageBoxScrollDirection: Info{ImageBoxScrollDirection, []string{"CS"}, "Image Box Scroll Direction", "ImageBoxScrollDirection", "1", false}, - ImageBoxSmallScrollType: Info{ImageBoxSmallScrollType, []string{"CS"}, "Image Box Small Scroll Type", "ImageBoxSmallScrollType", "1", false}, - ImageBoxSmallScrollAmount: Info{ImageBoxSmallScrollAmount, []string{"US"}, "Image Box Small Scroll Amount", "ImageBoxSmallScrollAmount", "1", false}, - ImageBoxLargeScrollType: Info{ImageBoxLargeScrollType, []string{"CS"}, "Image Box Large Scroll Type", "ImageBoxLargeScrollType", "1", false}, - ImageBoxLargeScrollAmount: Info{ImageBoxLargeScrollAmount, []string{"US"}, "Image Box Large Scroll Amount", "ImageBoxLargeScrollAmount", "1", false}, - ImageBoxOverlapPriority: Info{ImageBoxOverlapPriority, []string{"US"}, "Image Box Overlap Priority", "ImageBoxOverlapPriority", "1", false}, - CineRelativeToRealTime: Info{CineRelativeToRealTime, []string{"FD"}, "Cine Relative to Real-Time", "CineRelativeToRealTime", "1", false}, - FilterOperationsSequence: Info{FilterOperationsSequence, []string{"SQ"}, "Filter Operations Sequence", "FilterOperationsSequence", "1", false}, - FilterByCategory: Info{FilterByCategory, []string{"CS"}, "Filter-by Category", "FilterByCategory", "1", false}, - FilterByAttributePresence: Info{FilterByAttributePresence, []string{"CS"}, "Filter-by Attribute Presence", "FilterByAttributePresence", "1", false}, - FilterByOperator: Info{FilterByOperator, []string{"CS"}, "Filter-by Operator", "FilterByOperator", "1", false}, - StructuredDisplayBackgroundCIELabValue: Info{StructuredDisplayBackgroundCIELabValue, []string{"US"}, "Structured Display Background CIELab Value", "StructuredDisplayBackgroundCIELabValue", "3", false}, - EmptyImageBoxCIELabValue: Info{EmptyImageBoxCIELabValue, []string{"US"}, "Empty Image Box CIELab Value", "EmptyImageBoxCIELabValue", "3", false}, - StructuredDisplayImageBoxSequence: Info{StructuredDisplayImageBoxSequence, []string{"SQ"}, "Structured Display Image Box Sequence", "StructuredDisplayImageBoxSequence", "1", false}, - StructuredDisplayTextBoxSequence: Info{StructuredDisplayTextBoxSequence, []string{"SQ"}, "Structured Display Text Box Sequence", "StructuredDisplayTextBoxSequence", "1", false}, - ReferencedFirstFrameSequence: Info{ReferencedFirstFrameSequence, []string{"SQ"}, "Referenced First Frame Sequence", "ReferencedFirstFrameSequence", "1", false}, - ImageBoxSynchronizationSequence: Info{ImageBoxSynchronizationSequence, []string{"SQ"}, "Image Box Synchronization Sequence", "ImageBoxSynchronizationSequence", "1", false}, - SynchronizedImageBoxList: Info{SynchronizedImageBoxList, []string{"US"}, "Synchronized Image Box List", "SynchronizedImageBoxList", "2-n", false}, - TypeOfSynchronization: Info{TypeOfSynchronization, []string{"CS"}, "Type of Synchronization", "TypeOfSynchronization", "1", false}, - BlendingOperationType: Info{BlendingOperationType, []string{"CS"}, "Blending Operation Type", "BlendingOperationType", "1", false}, - ReformattingOperationType: Info{ReformattingOperationType, []string{"CS"}, "Reformatting Operation Type", "ReformattingOperationType", "1", false}, - ReformattingThickness: Info{ReformattingThickness, []string{"FD"}, "Reformatting Thickness", "ReformattingThickness", "1", false}, - ReformattingInterval: Info{ReformattingInterval, []string{"FD"}, "Reformatting Interval", "ReformattingInterval", "1", false}, - ReformattingOperationInitialViewDirection: Info{ReformattingOperationInitialViewDirection, []string{"CS"}, "Reformatting Operation Initial View Direction", "ReformattingOperationInitialViewDirection", "1", false}, - ThreeDRenderingType: Info{ThreeDRenderingType, []string{"CS"}, "3D Rendering Type", "ThreeDRenderingType", "1-n", false}, - SortingOperationsSequence: Info{SortingOperationsSequence, []string{"SQ"}, "Sorting Operations Sequence", "SortingOperationsSequence", "1", false}, - SortByCategory: Info{SortByCategory, []string{"CS"}, "Sort-by Category", "SortByCategory", "1", false}, - SortingDirection: Info{SortingDirection, []string{"CS"}, "Sorting Direction", "SortingDirection", "1", false}, - DisplaySetPatientOrientation: Info{DisplaySetPatientOrientation, []string{"CS"}, "Display Set Patient Orientation", "DisplaySetPatientOrientation", "2", false}, - VOIType: Info{VOIType, []string{"CS"}, "VOI Type", "VOIType", "1", false}, - PseudoColorType: Info{PseudoColorType, []string{"CS"}, "Pseudo-Color Type", "PseudoColorType", "1", false}, - PseudoColorPaletteInstanceReferenceSequence: Info{PseudoColorPaletteInstanceReferenceSequence, []string{"SQ"}, "Pseudo-Color Palette Instance Reference Sequence", "PseudoColorPaletteInstanceReferenceSequence", "1", false}, - ShowGrayscaleInverted: Info{ShowGrayscaleInverted, []string{"CS"}, "Show Grayscale Inverted", "ShowGrayscaleInverted", "1", false}, - ShowImageTrueSizeFlag: Info{ShowImageTrueSizeFlag, []string{"CS"}, "Show Image True Size Flag", "ShowImageTrueSizeFlag", "1", false}, - ShowGraphicAnnotationFlag: Info{ShowGraphicAnnotationFlag, []string{"CS"}, "Show Graphic Annotation Flag", "ShowGraphicAnnotationFlag", "1", false}, - ShowPatientDemographicsFlag: Info{ShowPatientDemographicsFlag, []string{"CS"}, "Show Patient Demographics Flag", "ShowPatientDemographicsFlag", "1", false}, - ShowAcquisitionTechniquesFlag: Info{ShowAcquisitionTechniquesFlag, []string{"CS"}, "Show Acquisition Techniques Flag", "ShowAcquisitionTechniquesFlag", "1", false}, - DisplaySetHorizontalJustification: Info{DisplaySetHorizontalJustification, []string{"CS"}, "Display Set Horizontal Justification", "DisplaySetHorizontalJustification", "1", false}, - DisplaySetVerticalJustification: Info{DisplaySetVerticalJustification, []string{"CS"}, "Display Set Vertical Justification", "DisplaySetVerticalJustification", "1", false}, - ContinuationStartMeterset: Info{ContinuationStartMeterset, []string{"FD"}, "Continuation Start Meterset", "ContinuationStartMeterset", "1", false}, - ContinuationEndMeterset: Info{ContinuationEndMeterset, []string{"FD"}, "Continuation End Meterset", "ContinuationEndMeterset", "1", false}, - ProcedureStepState: Info{ProcedureStepState, []string{"CS"}, "Procedure Step State", "ProcedureStepState", "1", false}, - ProcedureStepProgressInformationSequence: Info{ProcedureStepProgressInformationSequence, []string{"SQ"}, "Procedure Step Progress Information Sequence", "ProcedureStepProgressInformationSequence", "1", false}, - ProcedureStepProgress: Info{ProcedureStepProgress, []string{"DS"}, "Procedure Step Progress", "ProcedureStepProgress", "1", false}, - ProcedureStepProgressDescription: Info{ProcedureStepProgressDescription, []string{"ST"}, "Procedure Step Progress Description", "ProcedureStepProgressDescription", "1", false}, - ProcedureStepProgressParametersSequence: Info{ProcedureStepProgressParametersSequence, []string{"SQ"}, "Procedure Step Progress Parameters Sequence", "ProcedureStepProgressParametersSequence", "1", false}, - ProcedureStepCommunicationsURISequence: Info{ProcedureStepCommunicationsURISequence, []string{"SQ"}, "Procedure Step Communications URI Sequence", "ProcedureStepCommunicationsURISequence", "1", false}, - ContactURI: Info{ContactURI, []string{"UR"}, "Contact URI", "ContactURI", "1", false}, - ContactDisplayName: Info{ContactDisplayName, []string{"LO"}, "Contact Display Name", "ContactDisplayName", "1", false}, - ProcedureStepDiscontinuationReasonCodeSequence: Info{ProcedureStepDiscontinuationReasonCodeSequence, []string{"SQ"}, "Procedure Step Discontinuation Reason Code Sequence", "ProcedureStepDiscontinuationReasonCodeSequence", "1", false}, - BeamTaskSequence: Info{BeamTaskSequence, []string{"SQ"}, "Beam Task Sequence", "BeamTaskSequence", "1", false}, - BeamTaskType: Info{BeamTaskType, []string{"CS"}, "Beam Task Type", "BeamTaskType", "1", false}, - BeamOrderIndexTrial: Info{BeamOrderIndexTrial, []string{"IS"}, "Beam Order Index (Trial)", "BeamOrderIndexTrial", "1", true}, - AutosequenceFlag: Info{AutosequenceFlag, []string{"CS"}, "Autosequence Flag", "AutosequenceFlag", "1", false}, - TableTopVerticalAdjustedPosition: Info{TableTopVerticalAdjustedPosition, []string{"FD"}, "Table Top Vertical Adjusted Position", "TableTopVerticalAdjustedPosition", "1", false}, - TableTopLongitudinalAdjustedPosition: Info{TableTopLongitudinalAdjustedPosition, []string{"FD"}, "Table Top Longitudinal Adjusted Position", "TableTopLongitudinalAdjustedPosition", "1", false}, - TableTopLateralAdjustedPosition: Info{TableTopLateralAdjustedPosition, []string{"FD"}, "Table Top Lateral Adjusted Position", "TableTopLateralAdjustedPosition", "1", false}, - PatientSupportAdjustedAngle: Info{PatientSupportAdjustedAngle, []string{"FD"}, "Patient Support Adjusted Angle", "PatientSupportAdjustedAngle", "1", false}, - TableTopEccentricAdjustedAngle: Info{TableTopEccentricAdjustedAngle, []string{"FD"}, "Table Top Eccentric Adjusted Angle", "TableTopEccentricAdjustedAngle", "1", false}, - TableTopPitchAdjustedAngle: Info{TableTopPitchAdjustedAngle, []string{"FD"}, "Table Top Pitch Adjusted Angle", "TableTopPitchAdjustedAngle", "1", false}, - TableTopRollAdjustedAngle: Info{TableTopRollAdjustedAngle, []string{"FD"}, "Table Top Roll Adjusted Angle", "TableTopRollAdjustedAngle", "1", false}, - DeliveryVerificationImageSequence: Info{DeliveryVerificationImageSequence, []string{"SQ"}, "Delivery Verification Image Sequence", "DeliveryVerificationImageSequence", "1", false}, - VerificationImageTiming: Info{VerificationImageTiming, []string{"CS"}, "Verification Image Timing", "VerificationImageTiming", "1", false}, - DoubleExposureFlag: Info{DoubleExposureFlag, []string{"CS"}, "Double Exposure Flag", "DoubleExposureFlag", "1", false}, - DoubleExposureOrdering: Info{DoubleExposureOrdering, []string{"CS"}, "Double Exposure Ordering", "DoubleExposureOrdering", "1", false}, - DoubleExposureMetersetTrial: Info{DoubleExposureMetersetTrial, []string{"DS"}, "Double Exposure Meterset (Trial)", "DoubleExposureMetersetTrial", "1", true}, - DoubleExposureFieldDeltaTrial: Info{DoubleExposureFieldDeltaTrial, []string{"DS"}, "Double Exposure Field Delta (Trial)", "DoubleExposureFieldDeltaTrial", "4", true}, - RelatedReferenceRTImageSequence: Info{RelatedReferenceRTImageSequence, []string{"SQ"}, "Related Reference RT Image Sequence", "RelatedReferenceRTImageSequence", "1", false}, - GeneralMachineVerificationSequence: Info{GeneralMachineVerificationSequence, []string{"SQ"}, "General Machine Verification Sequence", "GeneralMachineVerificationSequence", "1", false}, - ConventionalMachineVerificationSequence: Info{ConventionalMachineVerificationSequence, []string{"SQ"}, "Conventional Machine Verification Sequence", "ConventionalMachineVerificationSequence", "1", false}, - IonMachineVerificationSequence: Info{IonMachineVerificationSequence, []string{"SQ"}, "Ion Machine Verification Sequence", "IonMachineVerificationSequence", "1", false}, - FailedAttributesSequence: Info{FailedAttributesSequence, []string{"SQ"}, "Failed Attributes Sequence", "FailedAttributesSequence", "1", false}, - OverriddenAttributesSequence: Info{OverriddenAttributesSequence, []string{"SQ"}, "Overridden Attributes Sequence", "OverriddenAttributesSequence", "1", false}, - ConventionalControlPointVerificationSequence: Info{ConventionalControlPointVerificationSequence, []string{"SQ"}, "Conventional Control Point Verification Sequence", "ConventionalControlPointVerificationSequence", "1", false}, - IonControlPointVerificationSequence: Info{IonControlPointVerificationSequence, []string{"SQ"}, "Ion Control Point Verification Sequence", "IonControlPointVerificationSequence", "1", false}, - AttributeOccurrenceSequence: Info{AttributeOccurrenceSequence, []string{"SQ"}, "Attribute Occurrence Sequence", "AttributeOccurrenceSequence", "1", false}, - AttributeOccurrencePointer: Info{AttributeOccurrencePointer, []string{"AT"}, "Attribute Occurrence Pointer", "AttributeOccurrencePointer", "1", false}, - AttributeItemSelector: Info{AttributeItemSelector, []string{"UL"}, "Attribute Item Selector", "AttributeItemSelector", "1", false}, - AttributeOccurrencePrivateCreator: Info{AttributeOccurrencePrivateCreator, []string{"LO"}, "Attribute Occurrence Private Creator", "AttributeOccurrencePrivateCreator", "1", false}, - SelectorSequencePointerItems: Info{SelectorSequencePointerItems, []string{"IS"}, "Selector Sequence Pointer Items", "SelectorSequencePointerItems", "1-n", false}, - ScheduledProcedureStepPriority: Info{ScheduledProcedureStepPriority, []string{"CS"}, "Scheduled Procedure Step Priority", "ScheduledProcedureStepPriority", "1", false}, - WorklistLabel: Info{WorklistLabel, []string{"LO"}, "Worklist Label", "WorklistLabel", "1", false}, - ProcedureStepLabel: Info{ProcedureStepLabel, []string{"LO"}, "Procedure Step Label", "ProcedureStepLabel", "1", false}, - ScheduledProcessingParametersSequence: Info{ScheduledProcessingParametersSequence, []string{"SQ"}, "Scheduled Processing Parameters Sequence", "ScheduledProcessingParametersSequence", "1", false}, - PerformedProcessingParametersSequence: Info{PerformedProcessingParametersSequence, []string{"SQ"}, "Performed Processing Parameters Sequence", "PerformedProcessingParametersSequence", "1", false}, - UnifiedProcedureStepPerformedProcedureSequence: Info{UnifiedProcedureStepPerformedProcedureSequence, []string{"SQ"}, "Unified Procedure Step Performed Procedure Sequence", "UnifiedProcedureStepPerformedProcedureSequence", "1", false}, - RelatedProcedureStepSequence: Info{RelatedProcedureStepSequence, []string{"SQ"}, "Related Procedure Step Sequence", "RelatedProcedureStepSequence", "1", true}, - ProcedureStepRelationshipType: Info{ProcedureStepRelationshipType, []string{"LO"}, "Procedure Step Relationship Type", "ProcedureStepRelationshipType", "1", true}, - ReplacedProcedureStepSequence: Info{ReplacedProcedureStepSequence, []string{"SQ"}, "Replaced Procedure Step Sequence", "ReplacedProcedureStepSequence", "1", false}, - DeletionLock: Info{DeletionLock, []string{"LO"}, "Deletion Lock", "DeletionLock", "1", false}, - ReceivingAE: Info{ReceivingAE, []string{"AE"}, "Receiving AE", "ReceivingAE", "1", false}, - RequestingAE: Info{RequestingAE, []string{"AE"}, "Requesting AE", "RequestingAE", "1", false}, - ReasonForCancellation: Info{ReasonForCancellation, []string{"LT"}, "Reason for Cancellation", "ReasonForCancellation", "1", false}, - SCPStatus: Info{SCPStatus, []string{"CS"}, "SCP Status", "SCPStatus", "1", false}, - SubscriptionListStatus: Info{SubscriptionListStatus, []string{"CS"}, "Subscription List Status", "SubscriptionListStatus", "1", false}, - UnifiedProcedureStepListStatus: Info{UnifiedProcedureStepListStatus, []string{"CS"}, "Unified Procedure Step List Status", "UnifiedProcedureStepListStatus", "1", false}, - BeamOrderIndex: Info{BeamOrderIndex, []string{"UL"}, "Beam Order Index", "BeamOrderIndex", "1", false}, - DoubleExposureMeterset: Info{DoubleExposureMeterset, []string{"FD"}, "Double Exposure Meterset", "DoubleExposureMeterset", "1", false}, - DoubleExposureFieldDelta: Info{DoubleExposureFieldDelta, []string{"FD"}, "Double Exposure Field Delta", "DoubleExposureFieldDelta", "4", false}, - BrachyTaskSequence: Info{BrachyTaskSequence, []string{"SQ"}, "Brachy Task Sequence", "BrachyTaskSequence", "1", false}, - ContinuationStartTotalReferenceAirKerma: Info{ContinuationStartTotalReferenceAirKerma, []string{"DS"}, "Continuation Start Total Reference Air Kerma", "ContinuationStartTotalReferenceAirKerma", "1", false}, - ContinuationEndTotalReferenceAirKerma: Info{ContinuationEndTotalReferenceAirKerma, []string{"DS"}, "Continuation End Total Reference Air Kerma", "ContinuationEndTotalReferenceAirKerma", "1", false}, - ContinuationPulseNumber: Info{ContinuationPulseNumber, []string{"IS"}, "Continuation Pulse Number", "ContinuationPulseNumber", "1", false}, - ChannelDeliveryOrderSequence: Info{ChannelDeliveryOrderSequence, []string{"SQ"}, "Channel Delivery Order Sequence", "ChannelDeliveryOrderSequence", "1", false}, - ReferencedChannelNumber: Info{ReferencedChannelNumber, []string{"IS"}, "Referenced Channel Number", "ReferencedChannelNumber", "1", false}, - StartCumulativeTimeWeight: Info{StartCumulativeTimeWeight, []string{"DS"}, "Start Cumulative Time Weight", "StartCumulativeTimeWeight", "1", false}, - EndCumulativeTimeWeight: Info{EndCumulativeTimeWeight, []string{"DS"}, "End Cumulative Time Weight", "EndCumulativeTimeWeight", "1", false}, - OmittedChannelSequence: Info{OmittedChannelSequence, []string{"SQ"}, "Omitted Channel Sequence", "OmittedChannelSequence", "1", false}, - ReasonForChannelOmission: Info{ReasonForChannelOmission, []string{"CS"}, "Reason for Channel Omission", "ReasonForChannelOmission", "1", false}, - ReasonForChannelOmissionDescription: Info{ReasonForChannelOmissionDescription, []string{"LO"}, "Reason for Channel Omission Description", "ReasonForChannelOmissionDescription", "1", false}, - ChannelDeliveryOrderIndex: Info{ChannelDeliveryOrderIndex, []string{"IS"}, "Channel Delivery Order Index", "ChannelDeliveryOrderIndex", "1", false}, - ChannelDeliveryContinuationSequence: Info{ChannelDeliveryContinuationSequence, []string{"SQ"}, "Channel Delivery Continuation Sequence", "ChannelDeliveryContinuationSequence", "1", false}, - OmittedApplicationSetupSequence: Info{OmittedApplicationSetupSequence, []string{"SQ"}, "Omitted Application Setup Sequence", "OmittedApplicationSetupSequence", "1", false}, - ImplantAssemblyTemplateName: Info{ImplantAssemblyTemplateName, []string{"LO"}, "Implant Assembly Template Name", "ImplantAssemblyTemplateName", "1", false}, - ImplantAssemblyTemplateIssuer: Info{ImplantAssemblyTemplateIssuer, []string{"LO"}, "Implant Assembly Template Issuer", "ImplantAssemblyTemplateIssuer", "1", false}, - ImplantAssemblyTemplateVersion: Info{ImplantAssemblyTemplateVersion, []string{"LO"}, "Implant Assembly Template Version", "ImplantAssemblyTemplateVersion", "1", false}, - ReplacedImplantAssemblyTemplateSequence: Info{ReplacedImplantAssemblyTemplateSequence, []string{"SQ"}, "Replaced Implant Assembly Template Sequence", "ReplacedImplantAssemblyTemplateSequence", "1", false}, - ImplantAssemblyTemplateType: Info{ImplantAssemblyTemplateType, []string{"CS"}, "Implant Assembly Template Type", "ImplantAssemblyTemplateType", "1", false}, - OriginalImplantAssemblyTemplateSequence: Info{OriginalImplantAssemblyTemplateSequence, []string{"SQ"}, "Original Implant Assembly Template Sequence", "OriginalImplantAssemblyTemplateSequence", "1", false}, - DerivationImplantAssemblyTemplateSequence: Info{DerivationImplantAssemblyTemplateSequence, []string{"SQ"}, "Derivation Implant Assembly Template Sequence", "DerivationImplantAssemblyTemplateSequence", "1", false}, - ImplantAssemblyTemplateTargetAnatomySequence: Info{ImplantAssemblyTemplateTargetAnatomySequence, []string{"SQ"}, "Implant Assembly Template Target Anatomy Sequence", "ImplantAssemblyTemplateTargetAnatomySequence", "1", false}, - ProcedureTypeCodeSequence: Info{ProcedureTypeCodeSequence, []string{"SQ"}, "Procedure Type Code Sequence", "ProcedureTypeCodeSequence", "1", false}, - SurgicalTechnique: Info{SurgicalTechnique, []string{"LO"}, "Surgical Technique", "SurgicalTechnique", "1", false}, - ComponentTypesSequence: Info{ComponentTypesSequence, []string{"SQ"}, "Component Types Sequence", "ComponentTypesSequence", "1", false}, - ComponentTypeCodeSequence: Info{ComponentTypeCodeSequence, []string{"SQ"}, "Component Type Code Sequence", "ComponentTypeCodeSequence", "1", false}, - ExclusiveComponentType: Info{ExclusiveComponentType, []string{"CS"}, "Exclusive Component Type", "ExclusiveComponentType", "1", false}, - MandatoryComponentType: Info{MandatoryComponentType, []string{"CS"}, "Mandatory Component Type", "MandatoryComponentType", "1", false}, - ComponentSequence: Info{ComponentSequence, []string{"SQ"}, "Component Sequence", "ComponentSequence", "1", false}, - ComponentID: Info{ComponentID, []string{"US"}, "Component ID", "ComponentID", "1", false}, - ComponentAssemblySequence: Info{ComponentAssemblySequence, []string{"SQ"}, "Component Assembly Sequence", "ComponentAssemblySequence", "1", false}, - Component1ReferencedID: Info{Component1ReferencedID, []string{"US"}, "Component 1 Referenced ID", "Component1ReferencedID", "1", false}, - Component1ReferencedMatingFeatureSetID: Info{Component1ReferencedMatingFeatureSetID, []string{"US"}, "Component 1 Referenced Mating Feature Set ID", "Component1ReferencedMatingFeatureSetID", "1", false}, - Component1ReferencedMatingFeatureID: Info{Component1ReferencedMatingFeatureID, []string{"US"}, "Component 1 Referenced Mating Feature ID", "Component1ReferencedMatingFeatureID", "1", false}, - Component2ReferencedID: Info{Component2ReferencedID, []string{"US"}, "Component 2 Referenced ID", "Component2ReferencedID", "1", false}, - Component2ReferencedMatingFeatureSetID: Info{Component2ReferencedMatingFeatureSetID, []string{"US"}, "Component 2 Referenced Mating Feature Set ID", "Component2ReferencedMatingFeatureSetID", "1", false}, - Component2ReferencedMatingFeatureID: Info{Component2ReferencedMatingFeatureID, []string{"US"}, "Component 2 Referenced Mating Feature ID", "Component2ReferencedMatingFeatureID", "1", false}, - ImplantTemplateGroupName: Info{ImplantTemplateGroupName, []string{"LO"}, "Implant Template Group Name", "ImplantTemplateGroupName", "1", false}, - ImplantTemplateGroupDescription: Info{ImplantTemplateGroupDescription, []string{"ST"}, "Implant Template Group Description", "ImplantTemplateGroupDescription", "1", false}, - ImplantTemplateGroupIssuer: Info{ImplantTemplateGroupIssuer, []string{"LO"}, "Implant Template Group Issuer", "ImplantTemplateGroupIssuer", "1", false}, - ImplantTemplateGroupVersion: Info{ImplantTemplateGroupVersion, []string{"LO"}, "Implant Template Group Version", "ImplantTemplateGroupVersion", "1", false}, - ReplacedImplantTemplateGroupSequence: Info{ReplacedImplantTemplateGroupSequence, []string{"SQ"}, "Replaced Implant Template Group Sequence", "ReplacedImplantTemplateGroupSequence", "1", false}, - ImplantTemplateGroupTargetAnatomySequence: Info{ImplantTemplateGroupTargetAnatomySequence, []string{"SQ"}, "Implant Template Group Target Anatomy Sequence", "ImplantTemplateGroupTargetAnatomySequence", "1", false}, - ImplantTemplateGroupMembersSequence: Info{ImplantTemplateGroupMembersSequence, []string{"SQ"}, "Implant Template Group Members Sequence", "ImplantTemplateGroupMembersSequence", "1", false}, - ImplantTemplateGroupMemberID: Info{ImplantTemplateGroupMemberID, []string{"US"}, "Implant Template Group Member ID", "ImplantTemplateGroupMemberID", "1", false}, - ThreeDImplantTemplateGroupMemberMatchingPoint: Info{ThreeDImplantTemplateGroupMemberMatchingPoint, []string{"FD"}, "3D Implant Template Group Member Matching Point", "ThreeDImplantTemplateGroupMemberMatchingPoint", "3", false}, - ThreeDImplantTemplateGroupMemberMatchingAxes: Info{ThreeDImplantTemplateGroupMemberMatchingAxes, []string{"FD"}, "3D Implant Template Group Member Matching Axes", "ThreeDImplantTemplateGroupMemberMatchingAxes", "9", false}, - ImplantTemplateGroupMemberMatching2DCoordinatesSequence: Info{ImplantTemplateGroupMemberMatching2DCoordinatesSequence, []string{"SQ"}, "Implant Template Group Member Matching 2D Coordinates Sequence", "ImplantTemplateGroupMemberMatching2DCoordinatesSequence", "1", false}, - TwoDImplantTemplateGroupMemberMatchingPoint: Info{TwoDImplantTemplateGroupMemberMatchingPoint, []string{"FD"}, "2D Implant Template Group Member Matching Point", "TwoDImplantTemplateGroupMemberMatchingPoint", "2", false}, - TwoDImplantTemplateGroupMemberMatchingAxes: Info{TwoDImplantTemplateGroupMemberMatchingAxes, []string{"FD"}, "2D Implant Template Group Member Matching Axes", "TwoDImplantTemplateGroupMemberMatchingAxes", "4", false}, - ImplantTemplateGroupVariationDimensionSequence: Info{ImplantTemplateGroupVariationDimensionSequence, []string{"SQ"}, "Implant Template Group Variation Dimension Sequence", "ImplantTemplateGroupVariationDimensionSequence", "1", false}, - ImplantTemplateGroupVariationDimensionName: Info{ImplantTemplateGroupVariationDimensionName, []string{"LO"}, "Implant Template Group Variation Dimension Name", "ImplantTemplateGroupVariationDimensionName", "1", false}, - ImplantTemplateGroupVariationDimensionRankSequence: Info{ImplantTemplateGroupVariationDimensionRankSequence, []string{"SQ"}, "Implant Template Group Variation Dimension Rank Sequence", "ImplantTemplateGroupVariationDimensionRankSequence", "1", false}, - ReferencedImplantTemplateGroupMemberID: Info{ReferencedImplantTemplateGroupMemberID, []string{"US"}, "Referenced Implant Template Group Member ID", "ReferencedImplantTemplateGroupMemberID", "1", false}, - ImplantTemplateGroupVariationDimensionRank: Info{ImplantTemplateGroupVariationDimensionRank, []string{"US"}, "Implant Template Group Variation Dimension Rank", "ImplantTemplateGroupVariationDimensionRank", "1", false}, - SurfaceScanAcquisitionTypeCodeSequence: Info{SurfaceScanAcquisitionTypeCodeSequence, []string{"SQ"}, "Surface Scan Acquisition Type Code Sequence", "SurfaceScanAcquisitionTypeCodeSequence", "1", false}, - SurfaceScanModeCodeSequence: Info{SurfaceScanModeCodeSequence, []string{"SQ"}, "Surface Scan Mode Code Sequence", "SurfaceScanModeCodeSequence", "1", false}, - RegistrationMethodCodeSequence: Info{RegistrationMethodCodeSequence, []string{"SQ"}, "Registration Method Code Sequence", "RegistrationMethodCodeSequence", "1", false}, - ShotDurationTime: Info{ShotDurationTime, []string{"FD"}, "Shot Duration Time", "ShotDurationTime", "1", false}, - ShotOffsetTime: Info{ShotOffsetTime, []string{"FD"}, "Shot Offset Time", "ShotOffsetTime", "1", false}, - SurfacePointPresentationValueData: Info{SurfacePointPresentationValueData, []string{"US"}, "Surface Point Presentation Value Data", "SurfacePointPresentationValueData", "1-n", false}, - SurfacePointColorCIELabValueData: Info{SurfacePointColorCIELabValueData, []string{"US"}, "Surface Point Color CIELab Value Data", "SurfacePointColorCIELabValueData", "3-3n", false}, - UVMappingSequence: Info{UVMappingSequence, []string{"SQ"}, "UV Mapping Sequence", "UVMappingSequence", "1", false}, - TextureLabel: Info{TextureLabel, []string{"SH"}, "Texture Label", "TextureLabel", "1", false}, - UValueData: Info{UValueData, []string{"OF"}, "U Value Data", "UValueData", "1", false}, - VValueData: Info{VValueData, []string{"OF"}, "V Value Data", "VValueData", "1", false}, - ReferencedTextureSequence: Info{ReferencedTextureSequence, []string{"SQ"}, "Referenced Texture Sequence", "ReferencedTextureSequence", "1", false}, - ReferencedSurfaceDataSequence: Info{ReferencedSurfaceDataSequence, []string{"SQ"}, "Referenced Surface Data Sequence", "ReferencedSurfaceDataSequence", "1", false}, - AssessmentSummary: Info{AssessmentSummary, []string{"CS"}, "Assessment Summary", "AssessmentSummary", "1", false}, - AssessmentSummaryDescription: Info{AssessmentSummaryDescription, []string{"UT"}, "Assessment Summary Description", "AssessmentSummaryDescription", "1", false}, - AssessedSOPInstanceSequence: Info{AssessedSOPInstanceSequence, []string{"SQ"}, "Assessed SOP Instance Sequence", "AssessedSOPInstanceSequence", "1", false}, - ReferencedComparisonSOPInstanceSequence: Info{ReferencedComparisonSOPInstanceSequence, []string{"SQ"}, "Referenced Comparison SOP Instance Sequence", "ReferencedComparisonSOPInstanceSequence", "1", false}, - NumberOfAssessmentObservations: Info{NumberOfAssessmentObservations, []string{"UL"}, "Number of Assessment Observations", "NumberOfAssessmentObservations", "1", false}, - AssessmentObservationsSequence: Info{AssessmentObservationsSequence, []string{"SQ"}, "Assessment Observations Sequence", "AssessmentObservationsSequence", "1", false}, - ObservationSignificance: Info{ObservationSignificance, []string{"CS"}, "Observation Significance", "ObservationSignificance", "1", false}, - ObservationDescription: Info{ObservationDescription, []string{"UT"}, "Observation Description", "ObservationDescription", "1", false}, - StructuredConstraintObservationSequence: Info{StructuredConstraintObservationSequence, []string{"SQ"}, "Structured Constraint Observation Sequence", "StructuredConstraintObservationSequence", "1", false}, - AssessedAttributeValueSequence: Info{AssessedAttributeValueSequence, []string{"SQ"}, "Assessed Attribute Value Sequence", "AssessedAttributeValueSequence", "1", false}, - AssessmentSetID: Info{AssessmentSetID, []string{"LO"}, "Assessment Set ID", "AssessmentSetID", "1", false}, - AssessmentRequesterSequence: Info{AssessmentRequesterSequence, []string{"SQ"}, "Assessment Requester Sequence", "AssessmentRequesterSequence", "1", false}, - SelectorAttributeName: Info{SelectorAttributeName, []string{"LO"}, "Selector Attribute Name", "SelectorAttributeName", "1", false}, - SelectorAttributeKeyword: Info{SelectorAttributeKeyword, []string{"LO"}, "Selector Attribute Keyword", "SelectorAttributeKeyword", "1", false}, - AssessmentTypeCodeSequence: Info{AssessmentTypeCodeSequence, []string{"SQ"}, "Assessment Type Code Sequence", "AssessmentTypeCodeSequence", "1", false}, - ObservationBasisCodeSequence: Info{ObservationBasisCodeSequence, []string{"SQ"}, "Observation Basis Code Sequence", "ObservationBasisCodeSequence", "1", false}, - AssessmentLabel: Info{AssessmentLabel, []string{"LO"}, "Assessment Label", "AssessmentLabel", "1", false}, - ConstraintType: Info{ConstraintType, []string{"CS"}, "Constraint Type", "ConstraintType", "1", false}, - SpecificationSelectionGuidance: Info{SpecificationSelectionGuidance, []string{"UT"}, "Specification Selection Guidance", "SpecificationSelectionGuidance", "1", false}, - ConstraintValueSequence: Info{ConstraintValueSequence, []string{"SQ"}, "Constraint Value Sequence", "ConstraintValueSequence", "1", false}, - RecommendedDefaultValueSequence: Info{RecommendedDefaultValueSequence, []string{"SQ"}, "Recommended Default Value Sequence", "RecommendedDefaultValueSequence", "1", false}, - ConstraintViolationSignificance: Info{ConstraintViolationSignificance, []string{"CS"}, "Constraint Violation Significance", "ConstraintViolationSignificance", "1", false}, - ConstraintViolationCondition: Info{ConstraintViolationCondition, []string{"UT"}, "Constraint Violation Condition", "ConstraintViolationCondition", "1", false}, - ModifiableConstraintFlag: Info{ModifiableConstraintFlag, []string{"CS"}, "Modifiable Constraint Flag", "ModifiableConstraintFlag", "1", false}, - StorageMediaFileSetID: Info{StorageMediaFileSetID, []string{"SH"}, "Storage Media File-set ID", "StorageMediaFileSetID", "1", false}, - StorageMediaFileSetUID: Info{StorageMediaFileSetUID, []string{"UI"}, "Storage Media File-set UID", "StorageMediaFileSetUID", "1", false}, - IconImageSequence: Info{IconImageSequence, []string{"SQ"}, "Icon Image Sequence", "IconImageSequence", "1", false}, - TopicTitle: Info{TopicTitle, []string{"LO"}, "Topic Title", "TopicTitle", "1", true}, - TopicSubject: Info{TopicSubject, []string{"ST"}, "Topic Subject", "TopicSubject", "1", true}, - TopicAuthor: Info{TopicAuthor, []string{"LO"}, "Topic Author", "TopicAuthor", "1", true}, - TopicKeywords: Info{TopicKeywords, []string{"LO"}, "Topic Keywords", "TopicKeywords", "1-32", true}, - SOPInstanceStatus: Info{SOPInstanceStatus, []string{"CS"}, "SOP Instance Status", "SOPInstanceStatus", "1", false}, - SOPAuthorizationDateTime: Info{SOPAuthorizationDateTime, []string{"DT"}, "SOP Authorization DateTime", "SOPAuthorizationDateTime", "1", false}, - SOPAuthorizationComment: Info{SOPAuthorizationComment, []string{"LT"}, "SOP Authorization Comment", "SOPAuthorizationComment", "1", false}, - AuthorizationEquipmentCertificationNumber: Info{AuthorizationEquipmentCertificationNumber, []string{"LO"}, "Authorization Equipment Certification Number", "AuthorizationEquipmentCertificationNumber", "1", false}, - MACIDNumber: Info{MACIDNumber, []string{"US"}, "MAC ID Number", "MACIDNumber", "1", false}, - MACCalculationTransferSyntaxUID: Info{MACCalculationTransferSyntaxUID, []string{"UI"}, "MAC Calculation Transfer Syntax UID", "MACCalculationTransferSyntaxUID", "1", false}, - MACAlgorithm: Info{MACAlgorithm, []string{"CS"}, "MAC Algorithm", "MACAlgorithm", "1", false}, - DataElementsSigned: Info{DataElementsSigned, []string{"AT"}, "Data Elements Signed", "DataElementsSigned", "1-n", false}, - DigitalSignatureUID: Info{DigitalSignatureUID, []string{"UI"}, "Digital Signature UID", "DigitalSignatureUID", "1", false}, - DigitalSignatureDateTime: Info{DigitalSignatureDateTime, []string{"DT"}, "Digital Signature DateTime", "DigitalSignatureDateTime", "1", false}, - CertificateType: Info{CertificateType, []string{"CS"}, "Certificate Type", "CertificateType", "1", false}, - CertificateOfSigner: Info{CertificateOfSigner, []string{"OB"}, "Certificate of Signer", "CertificateOfSigner", "1", false}, - Signature: Info{Signature, []string{"OB"}, "Signature", "Signature", "1", false}, - CertifiedTimestampType: Info{CertifiedTimestampType, []string{"CS"}, "Certified Timestamp Type", "CertifiedTimestampType", "1", false}, - CertifiedTimestamp: Info{CertifiedTimestamp, []string{"OB"}, "Certified Timestamp", "CertifiedTimestamp", "1", false}, - DigitalSignaturePurposeCodeSequence: Info{DigitalSignaturePurposeCodeSequence, []string{"SQ"}, "Digital Signature Purpose Code Sequence", "DigitalSignaturePurposeCodeSequence", "1", false}, - ReferencedDigitalSignatureSequence: Info{ReferencedDigitalSignatureSequence, []string{"SQ"}, "Referenced Digital Signature Sequence", "ReferencedDigitalSignatureSequence", "1", false}, - ReferencedSOPInstanceMACSequence: Info{ReferencedSOPInstanceMACSequence, []string{"SQ"}, "Referenced SOP Instance MAC Sequence", "ReferencedSOPInstanceMACSequence", "1", false}, - MAC: Info{MAC, []string{"OB"}, "MAC", "MAC", "1", false}, - EncryptedAttributesSequence: Info{EncryptedAttributesSequence, []string{"SQ"}, "Encrypted Attributes Sequence", "EncryptedAttributesSequence", "1", false}, - EncryptedContentTransferSyntaxUID: Info{EncryptedContentTransferSyntaxUID, []string{"UI"}, "Encrypted Content Transfer Syntax UID", "EncryptedContentTransferSyntaxUID", "1", false}, - EncryptedContent: Info{EncryptedContent, []string{"OB"}, "Encrypted Content", "EncryptedContent", "1", false}, - ModifiedAttributesSequence: Info{ModifiedAttributesSequence, []string{"SQ"}, "Modified Attributes Sequence", "ModifiedAttributesSequence", "1", false}, - NonconformingModifiedAttributesSequence: Info{NonconformingModifiedAttributesSequence, []string{"SQ"}, "Nonconforming Modified Attributes Sequence", "NonconformingModifiedAttributesSequence", "1", false}, - NonconformingDataElementValue: Info{NonconformingDataElementValue, []string{"OB"}, "Nonconforming Data Element Value", "NonconformingDataElementValue", "1", false}, - OriginalAttributesSequence: Info{OriginalAttributesSequence, []string{"SQ"}, "Original Attributes Sequence", "OriginalAttributesSequence", "1", false}, - AttributeModificationDateTime: Info{AttributeModificationDateTime, []string{"DT"}, "Attribute Modification DateTime", "AttributeModificationDateTime", "1", false}, - ModifyingSystem: Info{ModifyingSystem, []string{"LO"}, "Modifying System", "ModifyingSystem", "1", false}, - SourceOfPreviousValues: Info{SourceOfPreviousValues, []string{"LO"}, "Source of Previous Values", "SourceOfPreviousValues", "1", false}, - ReasonForTheAttributeModification: Info{ReasonForTheAttributeModification, []string{"CS"}, "Reason for the Attribute Modification", "ReasonForTheAttributeModification", "1", false}, - InstanceOriginStatus: Info{InstanceOriginStatus, []string{"CS"}, "Instance Origin Status", "InstanceOriginStatus", "1", false}, - EscapeTriplet: Info{EscapeTriplet, []string{"US"}, "Escape Triplet", "EscapeTriplet", "3", true}, - RunLengthTriplet: Info{RunLengthTriplet, []string{"US"}, "Run Length Triplet", "RunLengthTriplet", "3", true}, - HuffmanTableSize: Info{HuffmanTableSize, []string{"US"}, "Huffman Table Size", "HuffmanTableSize", "1", true}, - HuffmanTableTriplet: Info{HuffmanTableTriplet, []string{"US"}, "Huffman Table Triplet", "HuffmanTableTriplet", "3", true}, - ShiftTableSize: Info{ShiftTableSize, []string{"US"}, "Shift Table Size", "ShiftTableSize", "1", true}, - ShiftTableTriplet: Info{ShiftTableTriplet, []string{"US"}, "Shift Table Triplet", "ShiftTableTriplet", "3", true}, - ZonalMap: Info{ZonalMap, []string{"US"}, "Zonal Map", "ZonalMap", "1-n", true}, - NumberOfCopies: Info{NumberOfCopies, []string{"IS"}, "Number of Copies", "NumberOfCopies", "1", false}, - PrinterConfigurationSequence: Info{PrinterConfigurationSequence, []string{"SQ"}, "Printer Configuration Sequence", "PrinterConfigurationSequence", "1", false}, - PrintPriority: Info{PrintPriority, []string{"CS"}, "Print Priority", "PrintPriority", "1", false}, - MediumType: Info{MediumType, []string{"CS"}, "Medium Type", "MediumType", "1", false}, - FilmDestination: Info{FilmDestination, []string{"CS"}, "Film Destination", "FilmDestination", "1", false}, - FilmSessionLabel: Info{FilmSessionLabel, []string{"LO"}, "Film Session Label", "FilmSessionLabel", "1", false}, - MemoryAllocation: Info{MemoryAllocation, []string{"IS"}, "Memory Allocation", "MemoryAllocation", "1", false}, - MaximumMemoryAllocation: Info{MaximumMemoryAllocation, []string{"IS"}, "Maximum Memory Allocation", "MaximumMemoryAllocation", "1", false}, - ColorImagePrintingFlag: Info{ColorImagePrintingFlag, []string{"CS"}, "Color Image Printing Flag", "ColorImagePrintingFlag", "1", true}, - CollationFlag: Info{CollationFlag, []string{"CS"}, "Collation Flag", "CollationFlag", "1", true}, - AnnotationFlag: Info{AnnotationFlag, []string{"CS"}, "Annotation Flag", "AnnotationFlag", "1", true}, - ImageOverlayFlag: Info{ImageOverlayFlag, []string{"CS"}, "Image Overlay Flag", "ImageOverlayFlag", "1", true}, - PresentationLUTFlag: Info{PresentationLUTFlag, []string{"CS"}, "Presentation LUT Flag", "PresentationLUTFlag", "1", true}, - ImageBoxPresentationLUTFlag: Info{ImageBoxPresentationLUTFlag, []string{"CS"}, "Image Box Presentation LUT Flag", "ImageBoxPresentationLUTFlag", "1", true}, - MemoryBitDepth: Info{MemoryBitDepth, []string{"US"}, "Memory Bit Depth", "MemoryBitDepth", "1", false}, - PrintingBitDepth: Info{PrintingBitDepth, []string{"US"}, "Printing Bit Depth", "PrintingBitDepth", "1", false}, - MediaInstalledSequence: Info{MediaInstalledSequence, []string{"SQ"}, "Media Installed Sequence", "MediaInstalledSequence", "1", false}, - OtherMediaAvailableSequence: Info{OtherMediaAvailableSequence, []string{"SQ"}, "Other Media Available Sequence", "OtherMediaAvailableSequence", "1", false}, - SupportedImageDisplayFormatsSequence: Info{SupportedImageDisplayFormatsSequence, []string{"SQ"}, "Supported Image Display Formats Sequence", "SupportedImageDisplayFormatsSequence", "1", false}, - ReferencedFilmBoxSequence: Info{ReferencedFilmBoxSequence, []string{"SQ"}, "Referenced Film Box Sequence", "ReferencedFilmBoxSequence", "1", false}, - ReferencedStoredPrintSequence: Info{ReferencedStoredPrintSequence, []string{"SQ"}, "Referenced Stored Print Sequence", "ReferencedStoredPrintSequence", "1", true}, - ImageDisplayFormat: Info{ImageDisplayFormat, []string{"ST"}, "Image Display Format", "ImageDisplayFormat", "1", false}, - AnnotationDisplayFormatID: Info{AnnotationDisplayFormatID, []string{"CS"}, "Annotation Display Format ID", "AnnotationDisplayFormatID", "1", false}, - FilmOrientation: Info{FilmOrientation, []string{"CS"}, "Film Orientation", "FilmOrientation", "1", false}, - FilmSizeID: Info{FilmSizeID, []string{"CS"}, "Film Size ID", "FilmSizeID", "1", false}, - PrinterResolutionID: Info{PrinterResolutionID, []string{"CS"}, "Printer Resolution ID", "PrinterResolutionID", "1", false}, - DefaultPrinterResolutionID: Info{DefaultPrinterResolutionID, []string{"CS"}, "Default Printer Resolution ID", "DefaultPrinterResolutionID", "1", false}, - MagnificationType: Info{MagnificationType, []string{"CS"}, "Magnification Type", "MagnificationType", "1", false}, - SmoothingType: Info{SmoothingType, []string{"CS"}, "Smoothing Type", "SmoothingType", "1", false}, - DefaultMagnificationType: Info{DefaultMagnificationType, []string{"CS"}, "Default Magnification Type", "DefaultMagnificationType", "1", false}, - OtherMagnificationTypesAvailable: Info{OtherMagnificationTypesAvailable, []string{"CS"}, "Other Magnification Types Available", "OtherMagnificationTypesAvailable", "1-n", false}, - DefaultSmoothingType: Info{DefaultSmoothingType, []string{"CS"}, "Default Smoothing Type", "DefaultSmoothingType", "1", false}, - OtherSmoothingTypesAvailable: Info{OtherSmoothingTypesAvailable, []string{"CS"}, "Other Smoothing Types Available", "OtherSmoothingTypesAvailable", "1-n", false}, - BorderDensity: Info{BorderDensity, []string{"CS"}, "Border Density", "BorderDensity", "1", false}, - EmptyImageDensity: Info{EmptyImageDensity, []string{"CS"}, "Empty Image Density", "EmptyImageDensity", "1", false}, - MinDensity: Info{MinDensity, []string{"US"}, "Min Density", "MinDensity", "1", false}, - MaxDensity: Info{MaxDensity, []string{"US"}, "Max Density", "MaxDensity", "1", false}, - Trim: Info{Trim, []string{"CS"}, "Trim", "Trim", "1", false}, - ConfigurationInformation: Info{ConfigurationInformation, []string{"ST"}, "Configuration Information", "ConfigurationInformation", "1", false}, - ConfigurationInformationDescription: Info{ConfigurationInformationDescription, []string{"LT"}, "Configuration Information Description", "ConfigurationInformationDescription", "1", false}, - MaximumCollatedFilms: Info{MaximumCollatedFilms, []string{"IS"}, "Maximum Collated Films", "MaximumCollatedFilms", "1", false}, - Illumination: Info{Illumination, []string{"US"}, "Illumination", "Illumination", "1", false}, - ReflectedAmbientLight: Info{ReflectedAmbientLight, []string{"US"}, "Reflected Ambient Light", "ReflectedAmbientLight", "1", false}, - PrinterPixelSpacing: Info{PrinterPixelSpacing, []string{"DS"}, "Printer Pixel Spacing", "PrinterPixelSpacing", "2", false}, - ReferencedFilmSessionSequence: Info{ReferencedFilmSessionSequence, []string{"SQ"}, "Referenced Film Session Sequence", "ReferencedFilmSessionSequence", "1", false}, - ReferencedImageBoxSequence: Info{ReferencedImageBoxSequence, []string{"SQ"}, "Referenced Image Box Sequence", "ReferencedImageBoxSequence", "1", false}, - ReferencedBasicAnnotationBoxSequence: Info{ReferencedBasicAnnotationBoxSequence, []string{"SQ"}, "Referenced Basic Annotation Box Sequence", "ReferencedBasicAnnotationBoxSequence", "1", false}, - ImageBoxPosition: Info{ImageBoxPosition, []string{"US"}, "Image Box Position", "ImageBoxPosition", "1", false}, - Polarity: Info{Polarity, []string{"CS"}, "Polarity", "Polarity", "1", false}, - RequestedImageSize: Info{RequestedImageSize, []string{"DS"}, "Requested Image Size", "RequestedImageSize", "1", false}, - RequestedDecimateCropBehavior: Info{RequestedDecimateCropBehavior, []string{"CS"}, "Requested Decimate/Crop Behavior", "RequestedDecimateCropBehavior", "1", false}, - RequestedResolutionID: Info{RequestedResolutionID, []string{"CS"}, "Requested Resolution ID", "RequestedResolutionID", "1", false}, - RequestedImageSizeFlag: Info{RequestedImageSizeFlag, []string{"CS"}, "Requested Image Size Flag", "RequestedImageSizeFlag", "1", false}, - DecimateCropResult: Info{DecimateCropResult, []string{"CS"}, "Decimate/Crop Result", "DecimateCropResult", "1", false}, - BasicGrayscaleImageSequence: Info{BasicGrayscaleImageSequence, []string{"SQ"}, "Basic Grayscale Image Sequence", "BasicGrayscaleImageSequence", "1", false}, - BasicColorImageSequence: Info{BasicColorImageSequence, []string{"SQ"}, "Basic Color Image Sequence", "BasicColorImageSequence", "1", false}, - ReferencedImageOverlayBoxSequence: Info{ReferencedImageOverlayBoxSequence, []string{"SQ"}, "Referenced Image Overlay Box Sequence", "ReferencedImageOverlayBoxSequence", "1", true}, - ReferencedVOILUTBoxSequence: Info{ReferencedVOILUTBoxSequence, []string{"SQ"}, "Referenced VOI LUT Box Sequence", "ReferencedVOILUTBoxSequence", "1", true}, - AnnotationPosition: Info{AnnotationPosition, []string{"US"}, "Annotation Position", "AnnotationPosition", "1", false}, - TextString: Info{TextString, []string{"LO"}, "Text String", "TextString", "1", false}, - ReferencedOverlayPlaneSequence: Info{ReferencedOverlayPlaneSequence, []string{"SQ"}, "Referenced Overlay Plane Sequence", "ReferencedOverlayPlaneSequence", "1", true}, - ReferencedOverlayPlaneGroups: Info{ReferencedOverlayPlaneGroups, []string{"US"}, "Referenced Overlay Plane Groups", "ReferencedOverlayPlaneGroups", "1-99", true}, - OverlayPixelDataSequence: Info{OverlayPixelDataSequence, []string{"SQ"}, "Overlay Pixel Data Sequence", "OverlayPixelDataSequence", "1", true}, - OverlayMagnificationType: Info{OverlayMagnificationType, []string{"CS"}, "Overlay Magnification Type", "OverlayMagnificationType", "1", true}, - OverlaySmoothingType: Info{OverlaySmoothingType, []string{"CS"}, "Overlay Smoothing Type", "OverlaySmoothingType", "1", true}, - OverlayOrImageMagnification: Info{OverlayOrImageMagnification, []string{"CS"}, "Overlay or Image Magnification", "OverlayOrImageMagnification", "1", true}, - MagnifyToNumberOfColumns: Info{MagnifyToNumberOfColumns, []string{"US"}, "Magnify to Number of Columns", "MagnifyToNumberOfColumns", "1", true}, - OverlayForegroundDensity: Info{OverlayForegroundDensity, []string{"CS"}, "Overlay Foreground Density", "OverlayForegroundDensity", "1", true}, - OverlayBackgroundDensity: Info{OverlayBackgroundDensity, []string{"CS"}, "Overlay Background Density", "OverlayBackgroundDensity", "1", true}, - OverlayMode: Info{OverlayMode, []string{"CS"}, "Overlay Mode", "OverlayMode", "1", true}, - ThresholdDensity: Info{ThresholdDensity, []string{"CS"}, "Threshold Density", "ThresholdDensity", "1", true}, - ReferencedImageBoxSequenceRetired: Info{ReferencedImageBoxSequenceRetired, []string{"SQ"}, "Referenced Image Box Sequence (Retired)", "ReferencedImageBoxSequenceRetired", "1", true}, - PresentationLUTSequence: Info{PresentationLUTSequence, []string{"SQ"}, "Presentation LUT Sequence", "PresentationLUTSequence", "1", false}, - PresentationLUTShape: Info{PresentationLUTShape, []string{"CS"}, "Presentation LUT Shape", "PresentationLUTShape", "1", false}, - ReferencedPresentationLUTSequence: Info{ReferencedPresentationLUTSequence, []string{"SQ"}, "Referenced Presentation LUT Sequence", "ReferencedPresentationLUTSequence", "1", false}, - PrintJobID: Info{PrintJobID, []string{"SH"}, "Print Job ID", "PrintJobID", "1", true}, - ExecutionStatus: Info{ExecutionStatus, []string{"CS"}, "Execution Status", "ExecutionStatus", "1", false}, - ExecutionStatusInfo: Info{ExecutionStatusInfo, []string{"CS"}, "Execution Status Info", "ExecutionStatusInfo", "1", false}, - CreationDate: Info{CreationDate, []string{"DA"}, "Creation Date", "CreationDate", "1", false}, - CreationTime: Info{CreationTime, []string{"TM"}, "Creation Time", "CreationTime", "1", false}, - Originator: Info{Originator, []string{"AE"}, "Originator", "Originator", "1", false}, - DestinationAE: Info{DestinationAE, []string{"AE"}, "Destination AE", "DestinationAE", "1", false}, - OwnerID: Info{OwnerID, []string{"SH"}, "Owner ID", "OwnerID", "1", false}, - NumberOfFilms: Info{NumberOfFilms, []string{"IS"}, "Number of Films", "NumberOfFilms", "1", false}, - ReferencedPrintJobSequencePullStoredPrint: Info{ReferencedPrintJobSequencePullStoredPrint, []string{"SQ"}, "Referenced Print Job Sequence (Pull Stored Print)", "ReferencedPrintJobSequencePullStoredPrint", "1", true}, - PrinterStatus: Info{PrinterStatus, []string{"CS"}, "Printer Status", "PrinterStatus", "1", false}, - PrinterStatusInfo: Info{PrinterStatusInfo, []string{"CS"}, "Printer Status Info", "PrinterStatusInfo", "1", false}, - PrinterName: Info{PrinterName, []string{"LO"}, "Printer Name", "PrinterName", "1", false}, - PrintQueueID: Info{PrintQueueID, []string{"SH"}, "Print Queue ID", "PrintQueueID", "1", true}, - QueueStatus: Info{QueueStatus, []string{"CS"}, "Queue Status", "QueueStatus", "1", true}, - PrintJobDescriptionSequence: Info{PrintJobDescriptionSequence, []string{"SQ"}, "Print Job Description Sequence", "PrintJobDescriptionSequence", "1", true}, - ReferencedPrintJobSequence: Info{ReferencedPrintJobSequence, []string{"SQ"}, "Referenced Print Job Sequence", "ReferencedPrintJobSequence", "1", true}, - PrintManagementCapabilitiesSequence: Info{PrintManagementCapabilitiesSequence, []string{"SQ"}, "Print Management Capabilities Sequence", "PrintManagementCapabilitiesSequence", "1", true}, - PrinterCharacteristicsSequence: Info{PrinterCharacteristicsSequence, []string{"SQ"}, "Printer Characteristics Sequence", "PrinterCharacteristicsSequence", "1", true}, - FilmBoxContentSequence: Info{FilmBoxContentSequence, []string{"SQ"}, "Film Box Content Sequence", "FilmBoxContentSequence", "1", true}, - ImageBoxContentSequence: Info{ImageBoxContentSequence, []string{"SQ"}, "Image Box Content Sequence", "ImageBoxContentSequence", "1", true}, - AnnotationContentSequence: Info{AnnotationContentSequence, []string{"SQ"}, "Annotation Content Sequence", "AnnotationContentSequence", "1", true}, - ImageOverlayBoxContentSequence: Info{ImageOverlayBoxContentSequence, []string{"SQ"}, "Image Overlay Box Content Sequence", "ImageOverlayBoxContentSequence", "1", true}, - PresentationLUTContentSequence: Info{PresentationLUTContentSequence, []string{"SQ"}, "Presentation LUT Content Sequence", "PresentationLUTContentSequence", "1", true}, - ProposedStudySequence: Info{ProposedStudySequence, []string{"SQ"}, "Proposed Study Sequence", "ProposedStudySequence", "1", false}, - OriginalImageSequence: Info{OriginalImageSequence, []string{"SQ"}, "Original Image Sequence", "OriginalImageSequence", "1", false}, - LabelUsingInformationExtractedFromInstances: Info{LabelUsingInformationExtractedFromInstances, []string{"CS"}, "Label Using Information Extracted From Instances", "LabelUsingInformationExtractedFromInstances", "1", false}, - LabelText: Info{LabelText, []string{"UT"}, "Label Text", "LabelText", "1", false}, - LabelStyleSelection: Info{LabelStyleSelection, []string{"CS"}, "Label Style Selection", "LabelStyleSelection", "1", false}, - MediaDisposition: Info{MediaDisposition, []string{"LT"}, "Media Disposition", "MediaDisposition", "1", false}, - BarcodeValue: Info{BarcodeValue, []string{"LT"}, "Barcode Value", "BarcodeValue", "1", false}, - BarcodeSymbology: Info{BarcodeSymbology, []string{"CS"}, "Barcode Symbology", "BarcodeSymbology", "1", false}, - AllowMediaSplitting: Info{AllowMediaSplitting, []string{"CS"}, "Allow Media Splitting", "AllowMediaSplitting", "1", false}, - IncludeNonDICOMObjects: Info{IncludeNonDICOMObjects, []string{"CS"}, "Include Non-DICOM Objects", "IncludeNonDICOMObjects", "1", false}, - IncludeDisplayApplication: Info{IncludeDisplayApplication, []string{"CS"}, "Include Display Application", "IncludeDisplayApplication", "1", false}, - PreserveCompositeInstancesAfterMediaCreation: Info{PreserveCompositeInstancesAfterMediaCreation, []string{"CS"}, "Preserve Composite Instances After Media Creation", "PreserveCompositeInstancesAfterMediaCreation", "1", false}, - TotalNumberOfPiecesOfMediaCreated: Info{TotalNumberOfPiecesOfMediaCreated, []string{"US"}, "Total Number of Pieces of Media Created", "TotalNumberOfPiecesOfMediaCreated", "1", false}, - RequestedMediaApplicationProfile: Info{RequestedMediaApplicationProfile, []string{"LO"}, "Requested Media Application Profile", "RequestedMediaApplicationProfile", "1", false}, - ReferencedStorageMediaSequence: Info{ReferencedStorageMediaSequence, []string{"SQ"}, "Referenced Storage Media Sequence", "ReferencedStorageMediaSequence", "1", false}, - FailureAttributes: Info{FailureAttributes, []string{"AT"}, "Failure Attributes", "FailureAttributes", "1-n", false}, - AllowLossyCompression: Info{AllowLossyCompression, []string{"CS"}, "Allow Lossy Compression", "AllowLossyCompression", "1", false}, - RequestPriority: Info{RequestPriority, []string{"CS"}, "Request Priority", "RequestPriority", "1", false}, - RTImageLabel: Info{RTImageLabel, []string{"SH"}, "RT Image Label", "RTImageLabel", "1", false}, - RTImageName: Info{RTImageName, []string{"LO"}, "RT Image Name", "RTImageName", "1", false}, - RTImageDescription: Info{RTImageDescription, []string{"ST"}, "RT Image Description", "RTImageDescription", "1", false}, - ReportedValuesOrigin: Info{ReportedValuesOrigin, []string{"CS"}, "Reported Values Origin", "ReportedValuesOrigin", "1", false}, - RTImagePlane: Info{RTImagePlane, []string{"CS"}, "RT Image Plane", "RTImagePlane", "1", false}, - XRayImageReceptorTranslation: Info{XRayImageReceptorTranslation, []string{"DS"}, "X-Ray Image Receptor Translation", "XRayImageReceptorTranslation", "3", false}, - XRayImageReceptorAngle: Info{XRayImageReceptorAngle, []string{"DS"}, "X-Ray Image Receptor Angle", "XRayImageReceptorAngle", "1", false}, - RTImageOrientation: Info{RTImageOrientation, []string{"DS"}, "RT Image Orientation", "RTImageOrientation", "6", false}, - ImagePlanePixelSpacing: Info{ImagePlanePixelSpacing, []string{"DS"}, "Image Plane Pixel Spacing", "ImagePlanePixelSpacing", "2", false}, - RTImagePosition: Info{RTImagePosition, []string{"DS"}, "RT Image Position", "RTImagePosition", "2", false}, - RadiationMachineName: Info{RadiationMachineName, []string{"SH"}, "Radiation Machine Name", "RadiationMachineName", "1", false}, - RadiationMachineSAD: Info{RadiationMachineSAD, []string{"DS"}, "Radiation Machine SAD", "RadiationMachineSAD", "1", false}, - RadiationMachineSSD: Info{RadiationMachineSSD, []string{"DS"}, "Radiation Machine SSD", "RadiationMachineSSD", "1", false}, - RTImageSID: Info{RTImageSID, []string{"DS"}, "RT Image SID", "RTImageSID", "1", false}, - SourceToReferenceObjectDistance: Info{SourceToReferenceObjectDistance, []string{"DS"}, "Source to Reference Object Distance", "SourceToReferenceObjectDistance", "1", false}, - FractionNumber: Info{FractionNumber, []string{"IS"}, "Fraction Number", "FractionNumber", "1", false}, - ExposureSequence: Info{ExposureSequence, []string{"SQ"}, "Exposure Sequence", "ExposureSequence", "1", false}, - MetersetExposure: Info{MetersetExposure, []string{"DS"}, "Meterset Exposure", "MetersetExposure", "1", false}, - DiaphragmPosition: Info{DiaphragmPosition, []string{"DS"}, "Diaphragm Position", "DiaphragmPosition", "4", false}, - FluenceMapSequence: Info{FluenceMapSequence, []string{"SQ"}, "Fluence Map Sequence", "FluenceMapSequence", "1", false}, - FluenceDataSource: Info{FluenceDataSource, []string{"CS"}, "Fluence Data Source", "FluenceDataSource", "1", false}, - FluenceDataScale: Info{FluenceDataScale, []string{"DS"}, "Fluence Data Scale", "FluenceDataScale", "1", false}, - PrimaryFluenceModeSequence: Info{PrimaryFluenceModeSequence, []string{"SQ"}, "Primary Fluence Mode Sequence", "PrimaryFluenceModeSequence", "1", false}, - FluenceMode: Info{FluenceMode, []string{"CS"}, "Fluence Mode", "FluenceMode", "1", false}, - FluenceModeID: Info{FluenceModeID, []string{"SH"}, "Fluence Mode ID", "FluenceModeID", "1", false}, - SelectedFrameNumber: Info{SelectedFrameNumber, []string{"IS"}, "Selected Frame Number", "SelectedFrameNumber", "1", false}, - SelectedFrameFunctionalGroupsSequence: Info{SelectedFrameFunctionalGroupsSequence, []string{"SQ"}, "Selected Frame Functional Groups Sequence", "SelectedFrameFunctionalGroupsSequence", "1", false}, - RTImageFrameGeneralContentSequence: Info{RTImageFrameGeneralContentSequence, []string{"SQ"}, "RT Image Frame General Content Sequence", "RTImageFrameGeneralContentSequence", "1", false}, - RTImageFrameContextSequence: Info{RTImageFrameContextSequence, []string{"SQ"}, "RT Image Frame Context Sequence", "RTImageFrameContextSequence", "1", false}, - RTImageScopeSequence: Info{RTImageScopeSequence, []string{"SQ"}, "RT Image Scope Sequence", "RTImageScopeSequence", "1", false}, - BeamModifierCoordinatesPresenceFlag: Info{BeamModifierCoordinatesPresenceFlag, []string{"CS"}, "Beam Modifier Coordinates Presence Flag", "BeamModifierCoordinatesPresenceFlag", "1", false}, - StartCumulativeMeterset: Info{StartCumulativeMeterset, []string{"FD"}, "Start Cumulative Meterset", "StartCumulativeMeterset", "1", false}, - StopCumulativeMeterset: Info{StopCumulativeMeterset, []string{"FD"}, "Stop Cumulative Meterset", "StopCumulativeMeterset", "1", false}, - RTAcquisitionPatientPositionSequence: Info{RTAcquisitionPatientPositionSequence, []string{"SQ"}, "RT Acquisition Patient Position Sequence", "RTAcquisitionPatientPositionSequence", "1", false}, - RTImageFrameImagingDevicePositionSequence: Info{RTImageFrameImagingDevicePositionSequence, []string{"SQ"}, "RT Image Frame Imaging Device Position Sequence", "RTImageFrameImagingDevicePositionSequence", "1", false}, - RTImageFramekVRadiationAcquisitionSequence: Info{RTImageFramekVRadiationAcquisitionSequence, []string{"SQ"}, "RT Image Frame kV Radiation Acquisition Sequence", "RTImageFramekVRadiationAcquisitionSequence", "1", false}, - RTImageFrameMVRadiationAcquisitionSequence: Info{RTImageFrameMVRadiationAcquisitionSequence, []string{"SQ"}, "RT Image Frame MV Radiation Acquisition Sequence", "RTImageFrameMVRadiationAcquisitionSequence", "1", false}, - RTImageFrameRadiationAcquisitionSequence: Info{RTImageFrameRadiationAcquisitionSequence, []string{"SQ"}, "RT Image Frame Radiation Acquisition Sequence", "RTImageFrameRadiationAcquisitionSequence", "1", false}, - ImagingSourcePositionSequence: Info{ImagingSourcePositionSequence, []string{"SQ"}, "Imaging Source Position Sequence", "ImagingSourcePositionSequence", "1", false}, - ImageReceptorPositionSequence: Info{ImageReceptorPositionSequence, []string{"SQ"}, "Image Receptor Position Sequence", "ImageReceptorPositionSequence", "1", false}, - DevicePositionToEquipmentMappingMatrix: Info{DevicePositionToEquipmentMappingMatrix, []string{"FD"}, "Device Position to Equipment Mapping Matrix", "DevicePositionToEquipmentMappingMatrix", "16", false}, - DevicePositionParameterSequence: Info{DevicePositionParameterSequence, []string{"SQ"}, "Device Position Parameter Sequence", "DevicePositionParameterSequence", "1", false}, - ImagingSourceLocationSpecificationType: Info{ImagingSourceLocationSpecificationType, []string{"CS"}, "Imaging Source Location Specification Type", "ImagingSourceLocationSpecificationType", "1", false}, - ImagingDeviceLocationMatrixSequence: Info{ImagingDeviceLocationMatrixSequence, []string{"SQ"}, "Imaging Device Location Matrix Sequence", "ImagingDeviceLocationMatrixSequence", "1", false}, - ImagingDeviceLocationParameterSequence: Info{ImagingDeviceLocationParameterSequence, []string{"SQ"}, "Imaging Device Location Parameter Sequence", "ImagingDeviceLocationParameterSequence", "1", false}, - ImagingApertureSequence: Info{ImagingApertureSequence, []string{"SQ"}, "Imaging Aperture Sequence", "ImagingApertureSequence", "1", false}, - ImagingApertureSpecificationType: Info{ImagingApertureSpecificationType, []string{"CS"}, "Imaging Aperture Specification Type", "ImagingApertureSpecificationType", "1", false}, - NumberOfAcquisitionDevices: Info{NumberOfAcquisitionDevices, []string{"US"}, "Number of Acquisition Devices", "NumberOfAcquisitionDevices", "1", false}, - AcquisitionDeviceSequence: Info{AcquisitionDeviceSequence, []string{"SQ"}, "Acquisition Device Sequence", "AcquisitionDeviceSequence", "1", false}, - AcquisitionTaskSequence: Info{AcquisitionTaskSequence, []string{"SQ"}, "Acquisition Task Sequence", "AcquisitionTaskSequence", "1", false}, - AcquisitionTaskWorkitemCodeSequence: Info{AcquisitionTaskWorkitemCodeSequence, []string{"SQ"}, "Acquisition Task Workitem Code Sequence", "AcquisitionTaskWorkitemCodeSequence", "1", false}, - AcquisitionSubtaskSequence: Info{AcquisitionSubtaskSequence, []string{"SQ"}, "Acquisition Subtask Sequence", "AcquisitionSubtaskSequence", "1", false}, - SubtaskWorkitemCodeSequence: Info{SubtaskWorkitemCodeSequence, []string{"SQ"}, "Subtask Workitem Code Sequence", "SubtaskWorkitemCodeSequence", "1", false}, - AcquisitionTaskIndex: Info{AcquisitionTaskIndex, []string{"US"}, "Acquisition Task Index", "AcquisitionTaskIndex", "1", false}, - AcquisitionSubtaskIndex: Info{AcquisitionSubtaskIndex, []string{"US"}, "Acquisition Subtask Index", "AcquisitionSubtaskIndex", "1", false}, + FrameOfReferenceTransformationMatrixType: Info{FrameOfReferenceTransformationMatrixType, []string{"CS"}, "Frame of Reference Transformation Matrix Type", "FrameOfReferenceTransformationMatrixType", "1", false}, + RegistrationTypeCodeSequence: Info{RegistrationTypeCodeSequence, []string{"SQ"}, "Registration Type Code Sequence", "RegistrationTypeCodeSequence", "1", false}, + FiducialDescription: Info{FiducialDescription, []string{"ST"}, "Fiducial Description", "FiducialDescription", "1", false}, + FiducialIdentifier: Info{FiducialIdentifier, []string{"SH"}, "Fiducial Identifier", "FiducialIdentifier", "1", false}, + FiducialIdentifierCodeSequence: Info{FiducialIdentifierCodeSequence, []string{"SQ"}, "Fiducial Identifier Code Sequence", "FiducialIdentifierCodeSequence", "1", false}, + ContourUncertaintyRadius: Info{ContourUncertaintyRadius, []string{"FD"}, "Contour Uncertainty Radius", "ContourUncertaintyRadius", "1", false}, + UsedFiducialsSequence: Info{UsedFiducialsSequence, []string{"SQ"}, "Used Fiducials Sequence", "UsedFiducialsSequence", "1", false}, + UsedRTStructureSetROISequence: Info{UsedRTStructureSetROISequence, []string{"SQ"}, "Used RT Structure Set ROI Sequence", "UsedRTStructureSetROISequence", "1", false}, + GraphicCoordinatesDataSequence: Info{GraphicCoordinatesDataSequence, []string{"SQ"}, "Graphic Coordinates Data Sequence", "GraphicCoordinatesDataSequence", "1", false}, + FiducialUID: Info{FiducialUID, []string{"UI"}, "Fiducial UID", "FiducialUID", "1", false}, + ReferencedFiducialUID: Info{ReferencedFiducialUID, []string{"UI"}, "Referenced Fiducial UID", "ReferencedFiducialUID", "1", false}, + FiducialSetSequence: Info{FiducialSetSequence, []string{"SQ"}, "Fiducial Set Sequence", "FiducialSetSequence", "1", false}, + FiducialSequence: Info{FiducialSequence, []string{"SQ"}, "Fiducial Sequence", "FiducialSequence", "1", false}, + FiducialsPropertyCategoryCodeSequence: Info{FiducialsPropertyCategoryCodeSequence, []string{"SQ"}, "Fiducials Property Category Code Sequence", "FiducialsPropertyCategoryCodeSequence", "1", false}, + GraphicLayerRecommendedDisplayCIELabValue: Info{GraphicLayerRecommendedDisplayCIELabValue, []string{"US"}, "Graphic Layer Recommended Display CIELab Value", "GraphicLayerRecommendedDisplayCIELabValue", "3", false}, + BlendingSequence: Info{BlendingSequence, []string{"SQ"}, "Blending Sequence", "BlendingSequence", "1", false}, + RelativeOpacity: Info{RelativeOpacity, []string{"FL"}, "Relative Opacity", "RelativeOpacity", "1", false}, + ReferencedSpatialRegistrationSequence: Info{ReferencedSpatialRegistrationSequence, []string{"SQ"}, "Referenced Spatial Registration Sequence", "ReferencedSpatialRegistrationSequence", "1", false}, + BlendingPosition: Info{BlendingPosition, []string{"CS"}, "Blending Position", "BlendingPosition", "1", false}, + PresentationDisplayCollectionUID: Info{PresentationDisplayCollectionUID, []string{"UI"}, "Presentation Display Collection UID", "PresentationDisplayCollectionUID", "1", false}, + PresentationSequenceCollectionUID: Info{PresentationSequenceCollectionUID, []string{"UI"}, "Presentation Sequence Collection UID", "PresentationSequenceCollectionUID", "1", false}, + PresentationSequencePositionIndex: Info{PresentationSequencePositionIndex, []string{"US"}, "Presentation Sequence Position Index", "PresentationSequencePositionIndex", "1", false}, + RenderedImageReferenceSequence: Info{RenderedImageReferenceSequence, []string{"SQ"}, "Rendered Image Reference Sequence", "RenderedImageReferenceSequence", "1", false}, + VolumetricPresentationStateInputSequence: Info{VolumetricPresentationStateInputSequence, []string{"SQ"}, "Volumetric Presentation State Input Sequence", "VolumetricPresentationStateInputSequence", "1", false}, + PresentationInputType: Info{PresentationInputType, []string{"CS"}, "Presentation Input Type", "PresentationInputType", "1", false}, + InputSequencePositionIndex: Info{InputSequencePositionIndex, []string{"US"}, "Input Sequence Position Index", "InputSequencePositionIndex", "1", false}, + Crop: Info{Crop, []string{"CS"}, "Crop", "Crop", "1", false}, + CroppingSpecificationIndex: Info{CroppingSpecificationIndex, []string{"US"}, "Cropping Specification Index", "CroppingSpecificationIndex", "1-n", false}, + CompositingMethod: Info{CompositingMethod, []string{"CS"}, "Compositing Method", "CompositingMethod", "1", true}, + VolumetricPresentationInputNumber: Info{VolumetricPresentationInputNumber, []string{"US"}, "Volumetric Presentation Input Number", "VolumetricPresentationInputNumber", "1", false}, + ImageVolumeGeometry: Info{ImageVolumeGeometry, []string{"CS"}, "Image Volume Geometry", "ImageVolumeGeometry", "1", false}, + VolumetricPresentationInputSetUID: Info{VolumetricPresentationInputSetUID, []string{"UI"}, "Volumetric Presentation Input Set UID", "VolumetricPresentationInputSetUID", "1", false}, + VolumetricPresentationInputSetSequence: Info{VolumetricPresentationInputSetSequence, []string{"SQ"}, "Volumetric Presentation Input Set Sequence", "VolumetricPresentationInputSetSequence", "1", false}, + GlobalCrop: Info{GlobalCrop, []string{"CS"}, "Global Crop", "GlobalCrop", "1", false}, + GlobalCroppingSpecificationIndex: Info{GlobalCroppingSpecificationIndex, []string{"US"}, "Global Cropping Specification Index", "GlobalCroppingSpecificationIndex", "1-n", false}, + RenderingMethod: Info{RenderingMethod, []string{"CS"}, "Rendering Method", "RenderingMethod", "1", false}, + VolumeCroppingSequence: Info{VolumeCroppingSequence, []string{"SQ"}, "Volume Cropping Sequence", "VolumeCroppingSequence", "1", false}, + VolumeCroppingMethod: Info{VolumeCroppingMethod, []string{"CS"}, "Volume Cropping Method", "VolumeCroppingMethod", "1", false}, + BoundingBoxCrop: Info{BoundingBoxCrop, []string{"FD"}, "Bounding Box Crop", "BoundingBoxCrop", "6", false}, + ObliqueCroppingPlaneSequence: Info{ObliqueCroppingPlaneSequence, []string{"SQ"}, "Oblique Cropping Plane Sequence", "ObliqueCroppingPlaneSequence", "1", false}, + Plane: Info{Plane, []string{"FD"}, "Plane", "Plane", "4", false}, + PlaneNormal: Info{PlaneNormal, []string{"FD"}, "Plane Normal", "PlaneNormal", "3", false}, + CroppingSpecificationNumber: Info{CroppingSpecificationNumber, []string{"US"}, "Cropping Specification Number", "CroppingSpecificationNumber", "1", false}, + MultiPlanarReconstructionStyle: Info{MultiPlanarReconstructionStyle, []string{"CS"}, "Multi-Planar Reconstruction Style", "MultiPlanarReconstructionStyle", "1", false}, + MPRThicknessType: Info{MPRThicknessType, []string{"CS"}, "MPR Thickness Type", "MPRThicknessType", "1", false}, + MPRSlabThickness: Info{MPRSlabThickness, []string{"FD"}, "MPR Slab Thickness", "MPRSlabThickness", "1", false}, + MPRTopLeftHandCorner: Info{MPRTopLeftHandCorner, []string{"FD"}, "MPR Top Left Hand Corner", "MPRTopLeftHandCorner", "3", false}, + MPRViewWidthDirection: Info{MPRViewWidthDirection, []string{"FD"}, "MPR View Width Direction", "MPRViewWidthDirection", "3", false}, + MPRViewWidth: Info{MPRViewWidth, []string{"FD"}, "MPR View Width", "MPRViewWidth", "1", false}, + NumberOfVolumetricCurvePoints: Info{NumberOfVolumetricCurvePoints, []string{"UL"}, "Number of Volumetric Curve Points", "NumberOfVolumetricCurvePoints", "1", false}, + VolumetricCurvePoints: Info{VolumetricCurvePoints, []string{"OD"}, "Volumetric Curve Points", "VolumetricCurvePoints", "1", false}, + MPRViewHeightDirection: Info{MPRViewHeightDirection, []string{"FD"}, "MPR View Height Direction", "MPRViewHeightDirection", "3", false}, + MPRViewHeight: Info{MPRViewHeight, []string{"FD"}, "MPR View Height", "MPRViewHeight", "1", false}, + RenderProjection: Info{RenderProjection, []string{"CS"}, "Render Projection", "RenderProjection", "1", false}, + ViewpointPosition: Info{ViewpointPosition, []string{"FD"}, "Viewpoint Position", "ViewpointPosition", "3", false}, + ViewpointLookAtPoint: Info{ViewpointLookAtPoint, []string{"FD"}, "Viewpoint LookAt Point", "ViewpointLookAtPoint", "3", false}, + ViewpointUpDirection: Info{ViewpointUpDirection, []string{"FD"}, "Viewpoint Up Direction", "ViewpointUpDirection", "3", false}, + RenderFieldOfView: Info{RenderFieldOfView, []string{"FD"}, "Render Field of View", "RenderFieldOfView", "6", false}, + SamplingStepSize: Info{SamplingStepSize, []string{"FD"}, "Sampling Step Size", "SamplingStepSize", "1", false}, + ShadingStyle: Info{ShadingStyle, []string{"CS"}, "Shading Style", "ShadingStyle", "1", false}, + AmbientReflectionIntensity: Info{AmbientReflectionIntensity, []string{"FD"}, "Ambient Reflection Intensity", "AmbientReflectionIntensity", "1", false}, + LightDirection: Info{LightDirection, []string{"FD"}, "Light Direction", "LightDirection", "3", false}, + DiffuseReflectionIntensity: Info{DiffuseReflectionIntensity, []string{"FD"}, "Diffuse Reflection Intensity", "DiffuseReflectionIntensity", "1", false}, + SpecularReflectionIntensity: Info{SpecularReflectionIntensity, []string{"FD"}, "Specular Reflection Intensity", "SpecularReflectionIntensity", "1", false}, + Shininess: Info{Shininess, []string{"FD"}, "Shininess", "Shininess", "1", false}, + PresentationStateClassificationComponentSequence: Info{PresentationStateClassificationComponentSequence, []string{"SQ"}, "Presentation State Classification Component Sequence", "PresentationStateClassificationComponentSequence", "1", false}, + ComponentType: Info{ComponentType, []string{"CS"}, "Component Type", "ComponentType", "1", false}, + ComponentInputSequence: Info{ComponentInputSequence, []string{"SQ"}, "Component Input Sequence", "ComponentInputSequence", "1", false}, + VolumetricPresentationInputIndex: Info{VolumetricPresentationInputIndex, []string{"US"}, "Volumetric Presentation Input Index", "VolumetricPresentationInputIndex", "1", false}, + PresentationStateCompositorComponentSequence: Info{PresentationStateCompositorComponentSequence, []string{"SQ"}, "Presentation State Compositor Component Sequence", "PresentationStateCompositorComponentSequence", "1", false}, + WeightingTransferFunctionSequence: Info{WeightingTransferFunctionSequence, []string{"SQ"}, "Weighting Transfer Function Sequence", "WeightingTransferFunctionSequence", "1", false}, + WeightingLookupTableDescriptor: Info{WeightingLookupTableDescriptor, []string{"US"}, "Weighting Lookup Table Descriptor", "WeightingLookupTableDescriptor", "3", true}, + WeightingLookupTableData: Info{WeightingLookupTableData, []string{"OB"}, "Weighting Lookup Table Data", "WeightingLookupTableData", "1", true}, + VolumetricAnnotationSequence: Info{VolumetricAnnotationSequence, []string{"SQ"}, "Volumetric Annotation Sequence", "VolumetricAnnotationSequence", "1", false}, + ReferencedStructuredContextSequence: Info{ReferencedStructuredContextSequence, []string{"SQ"}, "Referenced Structured Context Sequence", "ReferencedStructuredContextSequence", "1", false}, + ReferencedContentItem: Info{ReferencedContentItem, []string{"UI"}, "Referenced Content Item", "ReferencedContentItem", "1", false}, + VolumetricPresentationInputAnnotationSequence: Info{VolumetricPresentationInputAnnotationSequence, []string{"SQ"}, "Volumetric Presentation Input Annotation Sequence", "VolumetricPresentationInputAnnotationSequence", "1", false}, + AnnotationClipping: Info{AnnotationClipping, []string{"CS"}, "Annotation Clipping", "AnnotationClipping", "1", false}, + PresentationAnimationStyle: Info{PresentationAnimationStyle, []string{"CS"}, "Presentation Animation Style", "PresentationAnimationStyle", "1", false}, + RecommendedAnimationRate: Info{RecommendedAnimationRate, []string{"FD"}, "Recommended Animation Rate", "RecommendedAnimationRate", "1", false}, + AnimationCurveSequence: Info{AnimationCurveSequence, []string{"SQ"}, "Animation Curve Sequence", "AnimationCurveSequence", "1", false}, + AnimationStepSize: Info{AnimationStepSize, []string{"FD"}, "Animation Step Size", "AnimationStepSize", "1", false}, + SwivelRange: Info{SwivelRange, []string{"FD"}, "Swivel Range", "SwivelRange", "1", false}, + VolumetricCurveUpDirections: Info{VolumetricCurveUpDirections, []string{"OD"}, "Volumetric Curve Up Directions", "VolumetricCurveUpDirections", "1", false}, + VolumeStreamSequence: Info{VolumeStreamSequence, []string{"SQ"}, "Volume Stream Sequence", "VolumeStreamSequence", "1", false}, + RGBATransferFunctionDescription: Info{RGBATransferFunctionDescription, []string{"LO"}, "RGBA Transfer Function Description", "RGBATransferFunctionDescription", "1", false}, + AdvancedBlendingSequence: Info{AdvancedBlendingSequence, []string{"SQ"}, "Advanced Blending Sequence", "AdvancedBlendingSequence", "1", false}, + BlendingInputNumber: Info{BlendingInputNumber, []string{"US"}, "Blending Input Number", "BlendingInputNumber", "1", false}, + BlendingDisplayInputSequence: Info{BlendingDisplayInputSequence, []string{"SQ"}, "Blending Display Input Sequence", "BlendingDisplayInputSequence", "1", false}, + BlendingDisplaySequence: Info{BlendingDisplaySequence, []string{"SQ"}, "Blending Display Sequence", "BlendingDisplaySequence", "1", false}, + BlendingMode: Info{BlendingMode, []string{"CS"}, "Blending Mode", "BlendingMode", "1", false}, + TimeSeriesBlending: Info{TimeSeriesBlending, []string{"CS"}, "Time Series Blending", "TimeSeriesBlending", "1", false}, + GeometryForDisplay: Info{GeometryForDisplay, []string{"CS"}, "Geometry for Display", "GeometryForDisplay", "1", false}, + ThresholdSequence: Info{ThresholdSequence, []string{"SQ"}, "Threshold Sequence", "ThresholdSequence", "1", false}, + ThresholdValueSequence: Info{ThresholdValueSequence, []string{"SQ"}, "Threshold Value Sequence", "ThresholdValueSequence", "1", false}, + ThresholdType: Info{ThresholdType, []string{"CS"}, "Threshold Type", "ThresholdType", "1", false}, + ThresholdValue: Info{ThresholdValue, []string{"FD"}, "Threshold Value", "ThresholdValue", "1", false}, + HangingProtocolName: Info{HangingProtocolName, []string{"SH"}, "Hanging Protocol Name", "HangingProtocolName", "1", false}, + HangingProtocolDescription: Info{HangingProtocolDescription, []string{"LO"}, "Hanging Protocol Description", "HangingProtocolDescription", "1", false}, + HangingProtocolLevel: Info{HangingProtocolLevel, []string{"CS"}, "Hanging Protocol Level", "HangingProtocolLevel", "1", false}, + HangingProtocolCreator: Info{HangingProtocolCreator, []string{"LO"}, "Hanging Protocol Creator", "HangingProtocolCreator", "1", false}, + HangingProtocolCreationDateTime: Info{HangingProtocolCreationDateTime, []string{"DT"}, "Hanging Protocol Creation DateTime", "HangingProtocolCreationDateTime", "1", false}, + HangingProtocolDefinitionSequence: Info{HangingProtocolDefinitionSequence, []string{"SQ"}, "Hanging Protocol Definition Sequence", "HangingProtocolDefinitionSequence", "1", false}, + HangingProtocolUserIdentificationCodeSequence: Info{HangingProtocolUserIdentificationCodeSequence, []string{"SQ"}, "Hanging Protocol User Identification Code Sequence", "HangingProtocolUserIdentificationCodeSequence", "1", false}, + HangingProtocolUserGroupName: Info{HangingProtocolUserGroupName, []string{"LO"}, "Hanging Protocol User Group Name", "HangingProtocolUserGroupName", "1", false}, + SourceHangingProtocolSequence: Info{SourceHangingProtocolSequence, []string{"SQ"}, "Source Hanging Protocol Sequence", "SourceHangingProtocolSequence", "1", false}, + NumberOfPriorsReferenced: Info{NumberOfPriorsReferenced, []string{"US"}, "Number of Priors Referenced", "NumberOfPriorsReferenced", "1", false}, + ImageSetsSequence: Info{ImageSetsSequence, []string{"SQ"}, "Image Sets Sequence", "ImageSetsSequence", "1", false}, + ImageSetSelectorSequence: Info{ImageSetSelectorSequence, []string{"SQ"}, "Image Set Selector Sequence", "ImageSetSelectorSequence", "1", false}, + ImageSetSelectorUsageFlag: Info{ImageSetSelectorUsageFlag, []string{"CS"}, "Image Set Selector Usage Flag", "ImageSetSelectorUsageFlag", "1", false}, + SelectorAttribute: Info{SelectorAttribute, []string{"AT"}, "Selector Attribute", "SelectorAttribute", "1", false}, + SelectorValueNumber: Info{SelectorValueNumber, []string{"US"}, "Selector Value Number", "SelectorValueNumber", "1", false}, + TimeBasedImageSetsSequence: Info{TimeBasedImageSetsSequence, []string{"SQ"}, "Time Based Image Sets Sequence", "TimeBasedImageSetsSequence", "1", false}, + ImageSetNumber: Info{ImageSetNumber, []string{"US"}, "Image Set Number", "ImageSetNumber", "1", false}, + ImageSetSelectorCategory: Info{ImageSetSelectorCategory, []string{"CS"}, "Image Set Selector Category", "ImageSetSelectorCategory", "1", false}, + RelativeTime: Info{RelativeTime, []string{"US"}, "Relative Time", "RelativeTime", "2", false}, + RelativeTimeUnits: Info{RelativeTimeUnits, []string{"CS"}, "Relative Time Units", "RelativeTimeUnits", "1", false}, + AbstractPriorValue: Info{AbstractPriorValue, []string{"SS"}, "Abstract Prior Value", "AbstractPriorValue", "2", false}, + AbstractPriorCodeSequence: Info{AbstractPriorCodeSequence, []string{"SQ"}, "Abstract Prior Code Sequence", "AbstractPriorCodeSequence", "1", false}, + ImageSetLabel: Info{ImageSetLabel, []string{"LO"}, "Image Set Label", "ImageSetLabel", "1", false}, + SelectorAttributeVR: Info{SelectorAttributeVR, []string{"CS"}, "Selector Attribute VR", "SelectorAttributeVR", "1", false}, + SelectorSequencePointer: Info{SelectorSequencePointer, []string{"AT"}, "Selector Sequence Pointer", "SelectorSequencePointer", "1-n", false}, + SelectorSequencePointerPrivateCreator: Info{SelectorSequencePointerPrivateCreator, []string{"LO"}, "Selector Sequence Pointer Private Creator", "SelectorSequencePointerPrivateCreator", "1-n", false}, + SelectorAttributePrivateCreator: Info{SelectorAttributePrivateCreator, []string{"LO"}, "Selector Attribute Private Creator", "SelectorAttributePrivateCreator", "1", false}, + SelectorAEValue: Info{SelectorAEValue, []string{"AE"}, "Selector AE Value", "SelectorAEValue", "1-n", false}, + SelectorASValue: Info{SelectorASValue, []string{"AS"}, "Selector AS Value", "SelectorASValue", "1-n", false}, + SelectorATValue: Info{SelectorATValue, []string{"AT"}, "Selector AT Value", "SelectorATValue", "1-n", false}, + SelectorDAValue: Info{SelectorDAValue, []string{"DA"}, "Selector DA Value", "SelectorDAValue", "1-n", false}, + SelectorCSValue: Info{SelectorCSValue, []string{"CS"}, "Selector CS Value", "SelectorCSValue", "1-n", false}, + SelectorDTValue: Info{SelectorDTValue, []string{"DT"}, "Selector DT Value", "SelectorDTValue", "1-n", false}, + SelectorISValue: Info{SelectorISValue, []string{"IS"}, "Selector IS Value", "SelectorISValue", "1-n", false}, + SelectorOBValue: Info{SelectorOBValue, []string{"OB"}, "Selector OB Value", "SelectorOBValue", "1", false}, + SelectorLOValue: Info{SelectorLOValue, []string{"LO"}, "Selector LO Value", "SelectorLOValue", "1-n", false}, + SelectorOFValue: Info{SelectorOFValue, []string{"OF"}, "Selector OF Value", "SelectorOFValue", "1", false}, + SelectorLTValue: Info{SelectorLTValue, []string{"LT"}, "Selector LT Value", "SelectorLTValue", "1", false}, + SelectorOWValue: Info{SelectorOWValue, []string{"OW"}, "Selector OW Value", "SelectorOWValue", "1", false}, + SelectorPNValue: Info{SelectorPNValue, []string{"PN"}, "Selector PN Value", "SelectorPNValue", "1-n", false}, + SelectorTMValue: Info{SelectorTMValue, []string{"TM"}, "Selector TM Value", "SelectorTMValue", "1-n", false}, + SelectorSHValue: Info{SelectorSHValue, []string{"SH"}, "Selector SH Value", "SelectorSHValue", "1-n", false}, + SelectorUNValue: Info{SelectorUNValue, []string{"UN"}, "Selector UN Value", "SelectorUNValue", "1", false}, + SelectorSTValue: Info{SelectorSTValue, []string{"ST"}, "Selector ST Value", "SelectorSTValue", "1", false}, + SelectorUCValue: Info{SelectorUCValue, []string{"UC"}, "Selector UC Value", "SelectorUCValue", "1-n", false}, + SelectorUTValue: Info{SelectorUTValue, []string{"UT"}, "Selector UT Value", "SelectorUTValue", "1", false}, + SelectorURValue: Info{SelectorURValue, []string{"UR"}, "Selector UR Value", "SelectorURValue", "1", false}, + SelectorDSValue: Info{SelectorDSValue, []string{"DS"}, "Selector DS Value", "SelectorDSValue", "1-n", false}, + SelectorODValue: Info{SelectorODValue, []string{"OD"}, "Selector OD Value", "SelectorODValue", "1", false}, + SelectorFDValue: Info{SelectorFDValue, []string{"FD"}, "Selector FD Value", "SelectorFDValue", "1-n", false}, + SelectorOLValue: Info{SelectorOLValue, []string{"OL"}, "Selector OL Value", "SelectorOLValue", "1", false}, + SelectorFLValue: Info{SelectorFLValue, []string{"FL"}, "Selector FL Value", "SelectorFLValue", "1-n", false}, + SelectorULValue: Info{SelectorULValue, []string{"UL"}, "Selector UL Value", "SelectorULValue", "1-n", false}, + SelectorUSValue: Info{SelectorUSValue, []string{"US"}, "Selector US Value", "SelectorUSValue", "1-n", false}, + SelectorSLValue: Info{SelectorSLValue, []string{"SL"}, "Selector SL Value", "SelectorSLValue", "1-n", false}, + SelectorSSValue: Info{SelectorSSValue, []string{"SS"}, "Selector SS Value", "SelectorSSValue", "1-n", false}, + SelectorUIValue: Info{SelectorUIValue, []string{"UI"}, "Selector UI Value", "SelectorUIValue", "1-n", false}, + SelectorCodeSequenceValue: Info{SelectorCodeSequenceValue, []string{"SQ"}, "Selector Code Sequence Value", "SelectorCodeSequenceValue", "1", false}, + SelectorOVValue: Info{SelectorOVValue, []string{"OV"}, "Selector OV Value", "SelectorOVValue", "1", false}, + SelectorSVValue: Info{SelectorSVValue, []string{"SV"}, "Selector SV Value", "SelectorSVValue", "1-n", false}, + SelectorUVValue: Info{SelectorUVValue, []string{"UV"}, "Selector UV Value", "SelectorUVValue", "1-n", false}, + NumberOfScreens: Info{NumberOfScreens, []string{"US"}, "Number of Screens", "NumberOfScreens", "1", false}, + NominalScreenDefinitionSequence: Info{NominalScreenDefinitionSequence, []string{"SQ"}, "Nominal Screen Definition Sequence", "NominalScreenDefinitionSequence", "1", false}, + NumberOfVerticalPixels: Info{NumberOfVerticalPixels, []string{"US"}, "Number of Vertical Pixels", "NumberOfVerticalPixels", "1", false}, + NumberOfHorizontalPixels: Info{NumberOfHorizontalPixels, []string{"US"}, "Number of Horizontal Pixels", "NumberOfHorizontalPixels", "1", false}, + DisplayEnvironmentSpatialPosition: Info{DisplayEnvironmentSpatialPosition, []string{"FD"}, "Display Environment Spatial Position", "DisplayEnvironmentSpatialPosition", "4", false}, + ScreenMinimumGrayscaleBitDepth: Info{ScreenMinimumGrayscaleBitDepth, []string{"US"}, "Screen Minimum Grayscale Bit Depth", "ScreenMinimumGrayscaleBitDepth", "1", false}, + ScreenMinimumColorBitDepth: Info{ScreenMinimumColorBitDepth, []string{"US"}, "Screen Minimum Color Bit Depth", "ScreenMinimumColorBitDepth", "1", false}, + ApplicationMaximumRepaintTime: Info{ApplicationMaximumRepaintTime, []string{"US"}, "Application Maximum Repaint Time", "ApplicationMaximumRepaintTime", "1", false}, + DisplaySetsSequence: Info{DisplaySetsSequence, []string{"SQ"}, "Display Sets Sequence", "DisplaySetsSequence", "1", false}, + DisplaySetNumber: Info{DisplaySetNumber, []string{"US"}, "Display Set Number", "DisplaySetNumber", "1", false}, + DisplaySetLabel: Info{DisplaySetLabel, []string{"LO"}, "Display Set Label", "DisplaySetLabel", "1", false}, + DisplaySetPresentationGroup: Info{DisplaySetPresentationGroup, []string{"US"}, "Display Set Presentation Group", "DisplaySetPresentationGroup", "1", false}, + DisplaySetPresentationGroupDescription: Info{DisplaySetPresentationGroupDescription, []string{"LO"}, "Display Set Presentation Group Description", "DisplaySetPresentationGroupDescription", "1", false}, + PartialDataDisplayHandling: Info{PartialDataDisplayHandling, []string{"CS"}, "Partial Data Display Handling", "PartialDataDisplayHandling", "1", false}, + SynchronizedScrollingSequence: Info{SynchronizedScrollingSequence, []string{"SQ"}, "Synchronized Scrolling Sequence", "SynchronizedScrollingSequence", "1", false}, + DisplaySetScrollingGroup: Info{DisplaySetScrollingGroup, []string{"US"}, "Display Set Scrolling Group", "DisplaySetScrollingGroup", "2-n", false}, + NavigationIndicatorSequence: Info{NavigationIndicatorSequence, []string{"SQ"}, "Navigation Indicator Sequence", "NavigationIndicatorSequence", "1", false}, + NavigationDisplaySet: Info{NavigationDisplaySet, []string{"US"}, "Navigation Display Set", "NavigationDisplaySet", "1", false}, + ReferenceDisplaySets: Info{ReferenceDisplaySets, []string{"US"}, "Reference Display Sets", "ReferenceDisplaySets", "1-n", false}, + ImageBoxesSequence: Info{ImageBoxesSequence, []string{"SQ"}, "Image Boxes Sequence", "ImageBoxesSequence", "1", false}, + ImageBoxNumber: Info{ImageBoxNumber, []string{"US"}, "Image Box Number", "ImageBoxNumber", "1", false}, + ImageBoxLayoutType: Info{ImageBoxLayoutType, []string{"CS"}, "Image Box Layout Type", "ImageBoxLayoutType", "1", false}, + ImageBoxTileHorizontalDimension: Info{ImageBoxTileHorizontalDimension, []string{"US"}, "Image Box Tile Horizontal Dimension", "ImageBoxTileHorizontalDimension", "1", false}, + ImageBoxTileVerticalDimension: Info{ImageBoxTileVerticalDimension, []string{"US"}, "Image Box Tile Vertical Dimension", "ImageBoxTileVerticalDimension", "1", false}, + ImageBoxScrollDirection: Info{ImageBoxScrollDirection, []string{"CS"}, "Image Box Scroll Direction", "ImageBoxScrollDirection", "1", false}, + ImageBoxSmallScrollType: Info{ImageBoxSmallScrollType, []string{"CS"}, "Image Box Small Scroll Type", "ImageBoxSmallScrollType", "1", false}, + ImageBoxSmallScrollAmount: Info{ImageBoxSmallScrollAmount, []string{"US"}, "Image Box Small Scroll Amount", "ImageBoxSmallScrollAmount", "1", false}, + ImageBoxLargeScrollType: Info{ImageBoxLargeScrollType, []string{"CS"}, "Image Box Large Scroll Type", "ImageBoxLargeScrollType", "1", false}, + ImageBoxLargeScrollAmount: Info{ImageBoxLargeScrollAmount, []string{"US"}, "Image Box Large Scroll Amount", "ImageBoxLargeScrollAmount", "1", false}, + ImageBoxOverlapPriority: Info{ImageBoxOverlapPriority, []string{"US"}, "Image Box Overlap Priority", "ImageBoxOverlapPriority", "1", false}, + CineRelativeToRealTime: Info{CineRelativeToRealTime, []string{"FD"}, "Cine Relative to Real-Time", "CineRelativeToRealTime", "1", false}, + FilterOperationsSequence: Info{FilterOperationsSequence, []string{"SQ"}, "Filter Operations Sequence", "FilterOperationsSequence", "1", false}, + FilterByCategory: Info{FilterByCategory, []string{"CS"}, "Filter-by Category", "FilterByCategory", "1", false}, + FilterByAttributePresence: Info{FilterByAttributePresence, []string{"CS"}, "Filter-by Attribute Presence", "FilterByAttributePresence", "1", false}, + FilterByOperator: Info{FilterByOperator, []string{"CS"}, "Filter-by Operator", "FilterByOperator", "1", false}, + StructuredDisplayBackgroundCIELabValue: Info{StructuredDisplayBackgroundCIELabValue, []string{"US"}, "Structured Display Background CIELab Value", "StructuredDisplayBackgroundCIELabValue", "3", false}, + EmptyImageBoxCIELabValue: Info{EmptyImageBoxCIELabValue, []string{"US"}, "Empty Image Box CIELab Value", "EmptyImageBoxCIELabValue", "3", false}, + StructuredDisplayImageBoxSequence: Info{StructuredDisplayImageBoxSequence, []string{"SQ"}, "Structured Display Image Box Sequence", "StructuredDisplayImageBoxSequence", "1", false}, + StructuredDisplayTextBoxSequence: Info{StructuredDisplayTextBoxSequence, []string{"SQ"}, "Structured Display Text Box Sequence", "StructuredDisplayTextBoxSequence", "1", false}, + ReferencedFirstFrameSequence: Info{ReferencedFirstFrameSequence, []string{"SQ"}, "Referenced First Frame Sequence", "ReferencedFirstFrameSequence", "1", false}, + ImageBoxSynchronizationSequence: Info{ImageBoxSynchronizationSequence, []string{"SQ"}, "Image Box Synchronization Sequence", "ImageBoxSynchronizationSequence", "1", false}, + SynchronizedImageBoxList: Info{SynchronizedImageBoxList, []string{"US"}, "Synchronized Image Box List", "SynchronizedImageBoxList", "2-n", false}, + TypeOfSynchronization: Info{TypeOfSynchronization, []string{"CS"}, "Type of Synchronization", "TypeOfSynchronization", "1", false}, + BlendingOperationType: Info{BlendingOperationType, []string{"CS"}, "Blending Operation Type", "BlendingOperationType", "1", false}, + ReformattingOperationType: Info{ReformattingOperationType, []string{"CS"}, "Reformatting Operation Type", "ReformattingOperationType", "1", false}, + ReformattingThickness: Info{ReformattingThickness, []string{"FD"}, "Reformatting Thickness", "ReformattingThickness", "1", false}, + ReformattingInterval: Info{ReformattingInterval, []string{"FD"}, "Reformatting Interval", "ReformattingInterval", "1", false}, + ReformattingOperationInitialViewDirection: Info{ReformattingOperationInitialViewDirection, []string{"CS"}, "Reformatting Operation Initial View Direction", "ReformattingOperationInitialViewDirection", "1", false}, + ThreeDRenderingType: Info{ThreeDRenderingType, []string{"CS"}, "3D Rendering Type", "ThreeDRenderingType", "1-n", false}, + SortingOperationsSequence: Info{SortingOperationsSequence, []string{"SQ"}, "Sorting Operations Sequence", "SortingOperationsSequence", "1", false}, + SortByCategory: Info{SortByCategory, []string{"CS"}, "Sort-by Category", "SortByCategory", "1", false}, + SortingDirection: Info{SortingDirection, []string{"CS"}, "Sorting Direction", "SortingDirection", "1", false}, + DisplaySetPatientOrientation: Info{DisplaySetPatientOrientation, []string{"CS"}, "Display Set Patient Orientation", "DisplaySetPatientOrientation", "2", false}, + VOIType: Info{VOIType, []string{"CS"}, "VOI Type", "VOIType", "1", false}, + PseudoColorType: Info{PseudoColorType, []string{"CS"}, "Pseudo-Color Type", "PseudoColorType", "1", false}, + PseudoColorPaletteInstanceReferenceSequence: Info{PseudoColorPaletteInstanceReferenceSequence, []string{"SQ"}, "Pseudo-Color Palette Instance Reference Sequence", "PseudoColorPaletteInstanceReferenceSequence", "1", false}, + ShowGrayscaleInverted: Info{ShowGrayscaleInverted, []string{"CS"}, "Show Grayscale Inverted", "ShowGrayscaleInverted", "1", false}, + ShowImageTrueSizeFlag: Info{ShowImageTrueSizeFlag, []string{"CS"}, "Show Image True Size Flag", "ShowImageTrueSizeFlag", "1", false}, + ShowGraphicAnnotationFlag: Info{ShowGraphicAnnotationFlag, []string{"CS"}, "Show Graphic Annotation Flag", "ShowGraphicAnnotationFlag", "1", false}, + ShowPatientDemographicsFlag: Info{ShowPatientDemographicsFlag, []string{"CS"}, "Show Patient Demographics Flag", "ShowPatientDemographicsFlag", "1", false}, + ShowAcquisitionTechniquesFlag: Info{ShowAcquisitionTechniquesFlag, []string{"CS"}, "Show Acquisition Techniques Flag", "ShowAcquisitionTechniquesFlag", "1", false}, + DisplaySetHorizontalJustification: Info{DisplaySetHorizontalJustification, []string{"CS"}, "Display Set Horizontal Justification", "DisplaySetHorizontalJustification", "1", false}, + DisplaySetVerticalJustification: Info{DisplaySetVerticalJustification, []string{"CS"}, "Display Set Vertical Justification", "DisplaySetVerticalJustification", "1", false}, + ContinuationStartMeterset: Info{ContinuationStartMeterset, []string{"FD"}, "Continuation Start Meterset", "ContinuationStartMeterset", "1", false}, + ContinuationEndMeterset: Info{ContinuationEndMeterset, []string{"FD"}, "Continuation End Meterset", "ContinuationEndMeterset", "1", false}, + ProcedureStepState: Info{ProcedureStepState, []string{"CS"}, "Procedure Step State", "ProcedureStepState", "1", false}, + ProcedureStepProgressInformationSequence: Info{ProcedureStepProgressInformationSequence, []string{"SQ"}, "Procedure Step Progress Information Sequence", "ProcedureStepProgressInformationSequence", "1", false}, + ProcedureStepProgress: Info{ProcedureStepProgress, []string{"DS"}, "Procedure Step Progress", "ProcedureStepProgress", "1", false}, + ProcedureStepProgressDescription: Info{ProcedureStepProgressDescription, []string{"ST"}, "Procedure Step Progress Description", "ProcedureStepProgressDescription", "1", false}, + ProcedureStepProgressParametersSequence: Info{ProcedureStepProgressParametersSequence, []string{"SQ"}, "Procedure Step Progress Parameters Sequence", "ProcedureStepProgressParametersSequence", "1", false}, + ProcedureStepCommunicationsURISequence: Info{ProcedureStepCommunicationsURISequence, []string{"SQ"}, "Procedure Step Communications URI Sequence", "ProcedureStepCommunicationsURISequence", "1", false}, + ContactURI: Info{ContactURI, []string{"UR"}, "Contact URI", "ContactURI", "1", false}, + ContactDisplayName: Info{ContactDisplayName, []string{"LO"}, "Contact Display Name", "ContactDisplayName", "1", false}, + ProcedureStepDiscontinuationReasonCodeSequence: Info{ProcedureStepDiscontinuationReasonCodeSequence, []string{"SQ"}, "Procedure Step Discontinuation Reason Code Sequence", "ProcedureStepDiscontinuationReasonCodeSequence", "1", false}, + BeamTaskSequence: Info{BeamTaskSequence, []string{"SQ"}, "Beam Task Sequence", "BeamTaskSequence", "1", false}, + BeamTaskType: Info{BeamTaskType, []string{"CS"}, "Beam Task Type", "BeamTaskType", "1", false}, + BeamOrderIndexTrial: Info{BeamOrderIndexTrial, []string{"IS"}, "Beam Order Index (Trial)", "BeamOrderIndexTrial", "1", true}, + AutosequenceFlag: Info{AutosequenceFlag, []string{"CS"}, "Autosequence Flag", "AutosequenceFlag", "1", false}, + TableTopVerticalAdjustedPosition: Info{TableTopVerticalAdjustedPosition, []string{"FD"}, "Table Top Vertical Adjusted Position", "TableTopVerticalAdjustedPosition", "1", false}, + TableTopLongitudinalAdjustedPosition: Info{TableTopLongitudinalAdjustedPosition, []string{"FD"}, "Table Top Longitudinal Adjusted Position", "TableTopLongitudinalAdjustedPosition", "1", false}, + TableTopLateralAdjustedPosition: Info{TableTopLateralAdjustedPosition, []string{"FD"}, "Table Top Lateral Adjusted Position", "TableTopLateralAdjustedPosition", "1", false}, + PatientSupportAdjustedAngle: Info{PatientSupportAdjustedAngle, []string{"FD"}, "Patient Support Adjusted Angle", "PatientSupportAdjustedAngle", "1", false}, + TableTopEccentricAdjustedAngle: Info{TableTopEccentricAdjustedAngle, []string{"FD"}, "Table Top Eccentric Adjusted Angle", "TableTopEccentricAdjustedAngle", "1", false}, + TableTopPitchAdjustedAngle: Info{TableTopPitchAdjustedAngle, []string{"FD"}, "Table Top Pitch Adjusted Angle", "TableTopPitchAdjustedAngle", "1", false}, + TableTopRollAdjustedAngle: Info{TableTopRollAdjustedAngle, []string{"FD"}, "Table Top Roll Adjusted Angle", "TableTopRollAdjustedAngle", "1", false}, + DeliveryVerificationImageSequence: Info{DeliveryVerificationImageSequence, []string{"SQ"}, "Delivery Verification Image Sequence", "DeliveryVerificationImageSequence", "1", false}, + VerificationImageTiming: Info{VerificationImageTiming, []string{"CS"}, "Verification Image Timing", "VerificationImageTiming", "1", false}, + DoubleExposureFlag: Info{DoubleExposureFlag, []string{"CS"}, "Double Exposure Flag", "DoubleExposureFlag", "1", false}, + DoubleExposureOrdering: Info{DoubleExposureOrdering, []string{"CS"}, "Double Exposure Ordering", "DoubleExposureOrdering", "1", false}, + DoubleExposureMetersetTrial: Info{DoubleExposureMetersetTrial, []string{"DS"}, "Double Exposure Meterset (Trial)", "DoubleExposureMetersetTrial", "1", true}, + DoubleExposureFieldDeltaTrial: Info{DoubleExposureFieldDeltaTrial, []string{"DS"}, "Double Exposure Field Delta (Trial)", "DoubleExposureFieldDeltaTrial", "4", true}, + RelatedReferenceRTImageSequence: Info{RelatedReferenceRTImageSequence, []string{"SQ"}, "Related Reference RT Image Sequence", "RelatedReferenceRTImageSequence", "1", false}, + GeneralMachineVerificationSequence: Info{GeneralMachineVerificationSequence, []string{"SQ"}, "General Machine Verification Sequence", "GeneralMachineVerificationSequence", "1", false}, + ConventionalMachineVerificationSequence: Info{ConventionalMachineVerificationSequence, []string{"SQ"}, "Conventional Machine Verification Sequence", "ConventionalMachineVerificationSequence", "1", false}, + IonMachineVerificationSequence: Info{IonMachineVerificationSequence, []string{"SQ"}, "Ion Machine Verification Sequence", "IonMachineVerificationSequence", "1", false}, + FailedAttributesSequence: Info{FailedAttributesSequence, []string{"SQ"}, "Failed Attributes Sequence", "FailedAttributesSequence", "1", false}, + OverriddenAttributesSequence: Info{OverriddenAttributesSequence, []string{"SQ"}, "Overridden Attributes Sequence", "OverriddenAttributesSequence", "1", false}, + ConventionalControlPointVerificationSequence: Info{ConventionalControlPointVerificationSequence, []string{"SQ"}, "Conventional Control Point Verification Sequence", "ConventionalControlPointVerificationSequence", "1", false}, + IonControlPointVerificationSequence: Info{IonControlPointVerificationSequence, []string{"SQ"}, "Ion Control Point Verification Sequence", "IonControlPointVerificationSequence", "1", false}, + AttributeOccurrenceSequence: Info{AttributeOccurrenceSequence, []string{"SQ"}, "Attribute Occurrence Sequence", "AttributeOccurrenceSequence", "1", false}, + AttributeOccurrencePointer: Info{AttributeOccurrencePointer, []string{"AT"}, "Attribute Occurrence Pointer", "AttributeOccurrencePointer", "1", false}, + AttributeItemSelector: Info{AttributeItemSelector, []string{"UL"}, "Attribute Item Selector", "AttributeItemSelector", "1", false}, + AttributeOccurrencePrivateCreator: Info{AttributeOccurrencePrivateCreator, []string{"LO"}, "Attribute Occurrence Private Creator", "AttributeOccurrencePrivateCreator", "1", false}, + SelectorSequencePointerItems: Info{SelectorSequencePointerItems, []string{"IS"}, "Selector Sequence Pointer Items", "SelectorSequencePointerItems", "1-n", false}, + ScheduledProcedureStepPriority: Info{ScheduledProcedureStepPriority, []string{"CS"}, "Scheduled Procedure Step Priority", "ScheduledProcedureStepPriority", "1", false}, + WorklistLabel: Info{WorklistLabel, []string{"LO"}, "Worklist Label", "WorklistLabel", "1", false}, + ProcedureStepLabel: Info{ProcedureStepLabel, []string{"LO"}, "Procedure Step Label", "ProcedureStepLabel", "1", false}, + ScheduledProcessingParametersSequence: Info{ScheduledProcessingParametersSequence, []string{"SQ"}, "Scheduled Processing Parameters Sequence", "ScheduledProcessingParametersSequence", "1", false}, + PerformedProcessingParametersSequence: Info{PerformedProcessingParametersSequence, []string{"SQ"}, "Performed Processing Parameters Sequence", "PerformedProcessingParametersSequence", "1", false}, + UnifiedProcedureStepPerformedProcedureSequence: Info{UnifiedProcedureStepPerformedProcedureSequence, []string{"SQ"}, "Unified Procedure Step Performed Procedure Sequence", "UnifiedProcedureStepPerformedProcedureSequence", "1", false}, + RelatedProcedureStepSequence: Info{RelatedProcedureStepSequence, []string{"SQ"}, "Related Procedure Step Sequence", "RelatedProcedureStepSequence", "1", true}, + ProcedureStepRelationshipType: Info{ProcedureStepRelationshipType, []string{"LO"}, "Procedure Step Relationship Type", "ProcedureStepRelationshipType", "1", true}, + ReplacedProcedureStepSequence: Info{ReplacedProcedureStepSequence, []string{"SQ"}, "Replaced Procedure Step Sequence", "ReplacedProcedureStepSequence", "1", false}, + DeletionLock: Info{DeletionLock, []string{"LO"}, "Deletion Lock", "DeletionLock", "1", false}, + ReceivingAE: Info{ReceivingAE, []string{"AE"}, "Receiving AE", "ReceivingAE", "1", false}, + RequestingAE: Info{RequestingAE, []string{"AE"}, "Requesting AE", "RequestingAE", "1", false}, + ReasonForCancellation: Info{ReasonForCancellation, []string{"LT"}, "Reason for Cancellation", "ReasonForCancellation", "1", false}, + SCPStatus: Info{SCPStatus, []string{"CS"}, "SCP Status", "SCPStatus", "1", false}, + SubscriptionListStatus: Info{SubscriptionListStatus, []string{"CS"}, "Subscription List Status", "SubscriptionListStatus", "1", false}, + UnifiedProcedureStepListStatus: Info{UnifiedProcedureStepListStatus, []string{"CS"}, "Unified Procedure Step List Status", "UnifiedProcedureStepListStatus", "1", false}, + BeamOrderIndex: Info{BeamOrderIndex, []string{"UL"}, "Beam Order Index", "BeamOrderIndex", "1", false}, + DoubleExposureMeterset: Info{DoubleExposureMeterset, []string{"FD"}, "Double Exposure Meterset", "DoubleExposureMeterset", "1", false}, + DoubleExposureFieldDelta: Info{DoubleExposureFieldDelta, []string{"FD"}, "Double Exposure Field Delta", "DoubleExposureFieldDelta", "4", false}, + BrachyTaskSequence: Info{BrachyTaskSequence, []string{"SQ"}, "Brachy Task Sequence", "BrachyTaskSequence", "1", false}, + ContinuationStartTotalReferenceAirKerma: Info{ContinuationStartTotalReferenceAirKerma, []string{"DS"}, "Continuation Start Total Reference Air Kerma", "ContinuationStartTotalReferenceAirKerma", "1", false}, + ContinuationEndTotalReferenceAirKerma: Info{ContinuationEndTotalReferenceAirKerma, []string{"DS"}, "Continuation End Total Reference Air Kerma", "ContinuationEndTotalReferenceAirKerma", "1", false}, + ContinuationPulseNumber: Info{ContinuationPulseNumber, []string{"IS"}, "Continuation Pulse Number", "ContinuationPulseNumber", "1", false}, + ChannelDeliveryOrderSequence: Info{ChannelDeliveryOrderSequence, []string{"SQ"}, "Channel Delivery Order Sequence", "ChannelDeliveryOrderSequence", "1", false}, + ReferencedChannelNumber: Info{ReferencedChannelNumber, []string{"IS"}, "Referenced Channel Number", "ReferencedChannelNumber", "1", false}, + StartCumulativeTimeWeight: Info{StartCumulativeTimeWeight, []string{"DS"}, "Start Cumulative Time Weight", "StartCumulativeTimeWeight", "1", false}, + EndCumulativeTimeWeight: Info{EndCumulativeTimeWeight, []string{"DS"}, "End Cumulative Time Weight", "EndCumulativeTimeWeight", "1", false}, + OmittedChannelSequence: Info{OmittedChannelSequence, []string{"SQ"}, "Omitted Channel Sequence", "OmittedChannelSequence", "1", false}, + ReasonForChannelOmission: Info{ReasonForChannelOmission, []string{"CS"}, "Reason for Channel Omission", "ReasonForChannelOmission", "1", false}, + ReasonForChannelOmissionDescription: Info{ReasonForChannelOmissionDescription, []string{"LO"}, "Reason for Channel Omission Description", "ReasonForChannelOmissionDescription", "1", false}, + ChannelDeliveryOrderIndex: Info{ChannelDeliveryOrderIndex, []string{"IS"}, "Channel Delivery Order Index", "ChannelDeliveryOrderIndex", "1", false}, + ChannelDeliveryContinuationSequence: Info{ChannelDeliveryContinuationSequence, []string{"SQ"}, "Channel Delivery Continuation Sequence", "ChannelDeliveryContinuationSequence", "1", false}, + OmittedApplicationSetupSequence: Info{OmittedApplicationSetupSequence, []string{"SQ"}, "Omitted Application Setup Sequence", "OmittedApplicationSetupSequence", "1", false}, + ImplantAssemblyTemplateName: Info{ImplantAssemblyTemplateName, []string{"LO"}, "Implant Assembly Template Name", "ImplantAssemblyTemplateName", "1", false}, + ImplantAssemblyTemplateIssuer: Info{ImplantAssemblyTemplateIssuer, []string{"LO"}, "Implant Assembly Template Issuer", "ImplantAssemblyTemplateIssuer", "1", false}, + ImplantAssemblyTemplateVersion: Info{ImplantAssemblyTemplateVersion, []string{"LO"}, "Implant Assembly Template Version", "ImplantAssemblyTemplateVersion", "1", false}, + ReplacedImplantAssemblyTemplateSequence: Info{ReplacedImplantAssemblyTemplateSequence, []string{"SQ"}, "Replaced Implant Assembly Template Sequence", "ReplacedImplantAssemblyTemplateSequence", "1", false}, + ImplantAssemblyTemplateType: Info{ImplantAssemblyTemplateType, []string{"CS"}, "Implant Assembly Template Type", "ImplantAssemblyTemplateType", "1", false}, + OriginalImplantAssemblyTemplateSequence: Info{OriginalImplantAssemblyTemplateSequence, []string{"SQ"}, "Original Implant Assembly Template Sequence", "OriginalImplantAssemblyTemplateSequence", "1", false}, + DerivationImplantAssemblyTemplateSequence: Info{DerivationImplantAssemblyTemplateSequence, []string{"SQ"}, "Derivation Implant Assembly Template Sequence", "DerivationImplantAssemblyTemplateSequence", "1", false}, + ImplantAssemblyTemplateTargetAnatomySequence: Info{ImplantAssemblyTemplateTargetAnatomySequence, []string{"SQ"}, "Implant Assembly Template Target Anatomy Sequence", "ImplantAssemblyTemplateTargetAnatomySequence", "1", false}, + ProcedureTypeCodeSequence: Info{ProcedureTypeCodeSequence, []string{"SQ"}, "Procedure Type Code Sequence", "ProcedureTypeCodeSequence", "1", false}, + SurgicalTechnique: Info{SurgicalTechnique, []string{"LO"}, "Surgical Technique", "SurgicalTechnique", "1", false}, + ComponentTypesSequence: Info{ComponentTypesSequence, []string{"SQ"}, "Component Types Sequence", "ComponentTypesSequence", "1", false}, + ComponentTypeCodeSequence: Info{ComponentTypeCodeSequence, []string{"SQ"}, "Component Type Code Sequence", "ComponentTypeCodeSequence", "1", false}, + ExclusiveComponentType: Info{ExclusiveComponentType, []string{"CS"}, "Exclusive Component Type", "ExclusiveComponentType", "1", false}, + MandatoryComponentType: Info{MandatoryComponentType, []string{"CS"}, "Mandatory Component Type", "MandatoryComponentType", "1", false}, + ComponentSequence: Info{ComponentSequence, []string{"SQ"}, "Component Sequence", "ComponentSequence", "1", false}, + ComponentID: Info{ComponentID, []string{"US"}, "Component ID", "ComponentID", "1", false}, + ComponentAssemblySequence: Info{ComponentAssemblySequence, []string{"SQ"}, "Component Assembly Sequence", "ComponentAssemblySequence", "1", false}, + Component1ReferencedID: Info{Component1ReferencedID, []string{"US"}, "Component 1 Referenced ID", "Component1ReferencedID", "1", false}, + Component1ReferencedMatingFeatureSetID: Info{Component1ReferencedMatingFeatureSetID, []string{"US"}, "Component 1 Referenced Mating Feature Set ID", "Component1ReferencedMatingFeatureSetID", "1", false}, + Component1ReferencedMatingFeatureID: Info{Component1ReferencedMatingFeatureID, []string{"US"}, "Component 1 Referenced Mating Feature ID", "Component1ReferencedMatingFeatureID", "1", false}, + Component2ReferencedID: Info{Component2ReferencedID, []string{"US"}, "Component 2 Referenced ID", "Component2ReferencedID", "1", false}, + Component2ReferencedMatingFeatureSetID: Info{Component2ReferencedMatingFeatureSetID, []string{"US"}, "Component 2 Referenced Mating Feature Set ID", "Component2ReferencedMatingFeatureSetID", "1", false}, + Component2ReferencedMatingFeatureID: Info{Component2ReferencedMatingFeatureID, []string{"US"}, "Component 2 Referenced Mating Feature ID", "Component2ReferencedMatingFeatureID", "1", false}, + ImplantTemplateGroupName: Info{ImplantTemplateGroupName, []string{"LO"}, "Implant Template Group Name", "ImplantTemplateGroupName", "1", false}, + ImplantTemplateGroupDescription: Info{ImplantTemplateGroupDescription, []string{"ST"}, "Implant Template Group Description", "ImplantTemplateGroupDescription", "1", false}, + ImplantTemplateGroupIssuer: Info{ImplantTemplateGroupIssuer, []string{"LO"}, "Implant Template Group Issuer", "ImplantTemplateGroupIssuer", "1", false}, + ImplantTemplateGroupVersion: Info{ImplantTemplateGroupVersion, []string{"LO"}, "Implant Template Group Version", "ImplantTemplateGroupVersion", "1", false}, + ReplacedImplantTemplateGroupSequence: Info{ReplacedImplantTemplateGroupSequence, []string{"SQ"}, "Replaced Implant Template Group Sequence", "ReplacedImplantTemplateGroupSequence", "1", false}, + ImplantTemplateGroupTargetAnatomySequence: Info{ImplantTemplateGroupTargetAnatomySequence, []string{"SQ"}, "Implant Template Group Target Anatomy Sequence", "ImplantTemplateGroupTargetAnatomySequence", "1", false}, + ImplantTemplateGroupMembersSequence: Info{ImplantTemplateGroupMembersSequence, []string{"SQ"}, "Implant Template Group Members Sequence", "ImplantTemplateGroupMembersSequence", "1", false}, + ImplantTemplateGroupMemberID: Info{ImplantTemplateGroupMemberID, []string{"US"}, "Implant Template Group Member ID", "ImplantTemplateGroupMemberID", "1", false}, + ThreeDImplantTemplateGroupMemberMatchingPoint: Info{ThreeDImplantTemplateGroupMemberMatchingPoint, []string{"FD"}, "3D Implant Template Group Member Matching Point", "ThreeDImplantTemplateGroupMemberMatchingPoint", "3", false}, + ThreeDImplantTemplateGroupMemberMatchingAxes: Info{ThreeDImplantTemplateGroupMemberMatchingAxes, []string{"FD"}, "3D Implant Template Group Member Matching Axes", "ThreeDImplantTemplateGroupMemberMatchingAxes", "9", false}, + ImplantTemplateGroupMemberMatching2DCoordinatesSequence: Info{ImplantTemplateGroupMemberMatching2DCoordinatesSequence, []string{"SQ"}, "Implant Template Group Member Matching 2D Coordinates Sequence", "ImplantTemplateGroupMemberMatching2DCoordinatesSequence", "1", false}, + TwoDImplantTemplateGroupMemberMatchingPoint: Info{TwoDImplantTemplateGroupMemberMatchingPoint, []string{"FD"}, "2D Implant Template Group Member Matching Point", "TwoDImplantTemplateGroupMemberMatchingPoint", "2", false}, + TwoDImplantTemplateGroupMemberMatchingAxes: Info{TwoDImplantTemplateGroupMemberMatchingAxes, []string{"FD"}, "2D Implant Template Group Member Matching Axes", "TwoDImplantTemplateGroupMemberMatchingAxes", "4", false}, + ImplantTemplateGroupVariationDimensionSequence: Info{ImplantTemplateGroupVariationDimensionSequence, []string{"SQ"}, "Implant Template Group Variation Dimension Sequence", "ImplantTemplateGroupVariationDimensionSequence", "1", false}, + ImplantTemplateGroupVariationDimensionName: Info{ImplantTemplateGroupVariationDimensionName, []string{"LO"}, "Implant Template Group Variation Dimension Name", "ImplantTemplateGroupVariationDimensionName", "1", false}, + ImplantTemplateGroupVariationDimensionRankSequence: Info{ImplantTemplateGroupVariationDimensionRankSequence, []string{"SQ"}, "Implant Template Group Variation Dimension Rank Sequence", "ImplantTemplateGroupVariationDimensionRankSequence", "1", false}, + ReferencedImplantTemplateGroupMemberID: Info{ReferencedImplantTemplateGroupMemberID, []string{"US"}, "Referenced Implant Template Group Member ID", "ReferencedImplantTemplateGroupMemberID", "1", false}, + ImplantTemplateGroupVariationDimensionRank: Info{ImplantTemplateGroupVariationDimensionRank, []string{"US"}, "Implant Template Group Variation Dimension Rank", "ImplantTemplateGroupVariationDimensionRank", "1", false}, + SurfaceScanAcquisitionTypeCodeSequence: Info{SurfaceScanAcquisitionTypeCodeSequence, []string{"SQ"}, "Surface Scan Acquisition Type Code Sequence", "SurfaceScanAcquisitionTypeCodeSequence", "1", false}, + SurfaceScanModeCodeSequence: Info{SurfaceScanModeCodeSequence, []string{"SQ"}, "Surface Scan Mode Code Sequence", "SurfaceScanModeCodeSequence", "1", false}, + RegistrationMethodCodeSequence: Info{RegistrationMethodCodeSequence, []string{"SQ"}, "Registration Method Code Sequence", "RegistrationMethodCodeSequence", "1", false}, + ShotDurationTime: Info{ShotDurationTime, []string{"FD"}, "Shot Duration Time", "ShotDurationTime", "1", false}, + ShotOffsetTime: Info{ShotOffsetTime, []string{"FD"}, "Shot Offset Time", "ShotOffsetTime", "1", false}, + SurfacePointPresentationValueData: Info{SurfacePointPresentationValueData, []string{"US"}, "Surface Point Presentation Value Data", "SurfacePointPresentationValueData", "1-n", false}, + SurfacePointColorCIELabValueData: Info{SurfacePointColorCIELabValueData, []string{"US"}, "Surface Point Color CIELab Value Data", "SurfacePointColorCIELabValueData", "3-3n", false}, + UVMappingSequence: Info{UVMappingSequence, []string{"SQ"}, "UV Mapping Sequence", "UVMappingSequence", "1", false}, + TextureLabel: Info{TextureLabel, []string{"SH"}, "Texture Label", "TextureLabel", "1", false}, + UValueData: Info{UValueData, []string{"OF"}, "U Value Data", "UValueData", "1", false}, + VValueData: Info{VValueData, []string{"OF"}, "V Value Data", "VValueData", "1", false}, + ReferencedTextureSequence: Info{ReferencedTextureSequence, []string{"SQ"}, "Referenced Texture Sequence", "ReferencedTextureSequence", "1", false}, + ReferencedSurfaceDataSequence: Info{ReferencedSurfaceDataSequence, []string{"SQ"}, "Referenced Surface Data Sequence", "ReferencedSurfaceDataSequence", "1", false}, + AssessmentSummary: Info{AssessmentSummary, []string{"CS"}, "Assessment Summary", "AssessmentSummary", "1", false}, + AssessmentSummaryDescription: Info{AssessmentSummaryDescription, []string{"UT"}, "Assessment Summary Description", "AssessmentSummaryDescription", "1", false}, + AssessedSOPInstanceSequence: Info{AssessedSOPInstanceSequence, []string{"SQ"}, "Assessed SOP Instance Sequence", "AssessedSOPInstanceSequence", "1", false}, + ReferencedComparisonSOPInstanceSequence: Info{ReferencedComparisonSOPInstanceSequence, []string{"SQ"}, "Referenced Comparison SOP Instance Sequence", "ReferencedComparisonSOPInstanceSequence", "1", false}, + NumberOfAssessmentObservations: Info{NumberOfAssessmentObservations, []string{"UL"}, "Number of Assessment Observations", "NumberOfAssessmentObservations", "1", false}, + AssessmentObservationsSequence: Info{AssessmentObservationsSequence, []string{"SQ"}, "Assessment Observations Sequence", "AssessmentObservationsSequence", "1", false}, + ObservationSignificance: Info{ObservationSignificance, []string{"CS"}, "Observation Significance", "ObservationSignificance", "1", false}, + ObservationDescription: Info{ObservationDescription, []string{"UT"}, "Observation Description", "ObservationDescription", "1", false}, + StructuredConstraintObservationSequence: Info{StructuredConstraintObservationSequence, []string{"SQ"}, "Structured Constraint Observation Sequence", "StructuredConstraintObservationSequence", "1", false}, + AssessedAttributeValueSequence: Info{AssessedAttributeValueSequence, []string{"SQ"}, "Assessed Attribute Value Sequence", "AssessedAttributeValueSequence", "1", false}, + AssessmentSetID: Info{AssessmentSetID, []string{"LO"}, "Assessment Set ID", "AssessmentSetID", "1", false}, + AssessmentRequesterSequence: Info{AssessmentRequesterSequence, []string{"SQ"}, "Assessment Requester Sequence", "AssessmentRequesterSequence", "1", false}, + SelectorAttributeName: Info{SelectorAttributeName, []string{"LO"}, "Selector Attribute Name", "SelectorAttributeName", "1", false}, + SelectorAttributeKeyword: Info{SelectorAttributeKeyword, []string{"LO"}, "Selector Attribute Keyword", "SelectorAttributeKeyword", "1", false}, + AssessmentTypeCodeSequence: Info{AssessmentTypeCodeSequence, []string{"SQ"}, "Assessment Type Code Sequence", "AssessmentTypeCodeSequence", "1", false}, + ObservationBasisCodeSequence: Info{ObservationBasisCodeSequence, []string{"SQ"}, "Observation Basis Code Sequence", "ObservationBasisCodeSequence", "1", false}, + AssessmentLabel: Info{AssessmentLabel, []string{"LO"}, "Assessment Label", "AssessmentLabel", "1", false}, + ConstraintType: Info{ConstraintType, []string{"CS"}, "Constraint Type", "ConstraintType", "1", false}, + SpecificationSelectionGuidance: Info{SpecificationSelectionGuidance, []string{"UT"}, "Specification Selection Guidance", "SpecificationSelectionGuidance", "1", false}, + ConstraintValueSequence: Info{ConstraintValueSequence, []string{"SQ"}, "Constraint Value Sequence", "ConstraintValueSequence", "1", false}, + RecommendedDefaultValueSequence: Info{RecommendedDefaultValueSequence, []string{"SQ"}, "Recommended Default Value Sequence", "RecommendedDefaultValueSequence", "1", false}, + ConstraintViolationSignificance: Info{ConstraintViolationSignificance, []string{"CS"}, "Constraint Violation Significance", "ConstraintViolationSignificance", "1", false}, + ConstraintViolationCondition: Info{ConstraintViolationCondition, []string{"UT"}, "Constraint Violation Condition", "ConstraintViolationCondition", "1", false}, + ModifiableConstraintFlag: Info{ModifiableConstraintFlag, []string{"CS"}, "Modifiable Constraint Flag", "ModifiableConstraintFlag", "1", false}, + StorageMediaFileSetID: Info{StorageMediaFileSetID, []string{"SH"}, "Storage Media File-set ID", "StorageMediaFileSetID", "1", false}, + StorageMediaFileSetUID: Info{StorageMediaFileSetUID, []string{"UI"}, "Storage Media File-set UID", "StorageMediaFileSetUID", "1", false}, + IconImageSequence: Info{IconImageSequence, []string{"SQ"}, "Icon Image Sequence", "IconImageSequence", "1", false}, + TopicTitle: Info{TopicTitle, []string{"LO"}, "Topic Title", "TopicTitle", "1", true}, + TopicSubject: Info{TopicSubject, []string{"ST"}, "Topic Subject", "TopicSubject", "1", true}, + TopicAuthor: Info{TopicAuthor, []string{"LO"}, "Topic Author", "TopicAuthor", "1", true}, + TopicKeywords: Info{TopicKeywords, []string{"LO"}, "Topic Keywords", "TopicKeywords", "1-32", true}, + SOPInstanceStatus: Info{SOPInstanceStatus, []string{"CS"}, "SOP Instance Status", "SOPInstanceStatus", "1", false}, + SOPAuthorizationDateTime: Info{SOPAuthorizationDateTime, []string{"DT"}, "SOP Authorization DateTime", "SOPAuthorizationDateTime", "1", false}, + SOPAuthorizationComment: Info{SOPAuthorizationComment, []string{"LT"}, "SOP Authorization Comment", "SOPAuthorizationComment", "1", false}, + AuthorizationEquipmentCertificationNumber: Info{AuthorizationEquipmentCertificationNumber, []string{"LO"}, "Authorization Equipment Certification Number", "AuthorizationEquipmentCertificationNumber", "1", false}, + MACIDNumber: Info{MACIDNumber, []string{"US"}, "MAC ID Number", "MACIDNumber", "1", false}, + MACCalculationTransferSyntaxUID: Info{MACCalculationTransferSyntaxUID, []string{"UI"}, "MAC Calculation Transfer Syntax UID", "MACCalculationTransferSyntaxUID", "1", false}, + MACAlgorithm: Info{MACAlgorithm, []string{"CS"}, "MAC Algorithm", "MACAlgorithm", "1", false}, + DataElementsSigned: Info{DataElementsSigned, []string{"AT"}, "Data Elements Signed", "DataElementsSigned", "1-n", false}, + DigitalSignatureUID: Info{DigitalSignatureUID, []string{"UI"}, "Digital Signature UID", "DigitalSignatureUID", "1", false}, + DigitalSignatureDateTime: Info{DigitalSignatureDateTime, []string{"DT"}, "Digital Signature DateTime", "DigitalSignatureDateTime", "1", false}, + CertificateType: Info{CertificateType, []string{"CS"}, "Certificate Type", "CertificateType", "1", false}, + CertificateOfSigner: Info{CertificateOfSigner, []string{"OB"}, "Certificate of Signer", "CertificateOfSigner", "1", false}, + Signature: Info{Signature, []string{"OB"}, "Signature", "Signature", "1", false}, + CertifiedTimestampType: Info{CertifiedTimestampType, []string{"CS"}, "Certified Timestamp Type", "CertifiedTimestampType", "1", false}, + CertifiedTimestamp: Info{CertifiedTimestamp, []string{"OB"}, "Certified Timestamp", "CertifiedTimestamp", "1", false}, + DigitalSignaturePurposeCodeSequence: Info{DigitalSignaturePurposeCodeSequence, []string{"SQ"}, "Digital Signature Purpose Code Sequence", "DigitalSignaturePurposeCodeSequence", "1", false}, + ReferencedDigitalSignatureSequence: Info{ReferencedDigitalSignatureSequence, []string{"SQ"}, "Referenced Digital Signature Sequence", "ReferencedDigitalSignatureSequence", "1", false}, + ReferencedSOPInstanceMACSequence: Info{ReferencedSOPInstanceMACSequence, []string{"SQ"}, "Referenced SOP Instance MAC Sequence", "ReferencedSOPInstanceMACSequence", "1", false}, + MAC: Info{MAC, []string{"OB"}, "MAC", "MAC", "1", false}, + EncryptedAttributesSequence: Info{EncryptedAttributesSequence, []string{"SQ"}, "Encrypted Attributes Sequence", "EncryptedAttributesSequence", "1", false}, + EncryptedContentTransferSyntaxUID: Info{EncryptedContentTransferSyntaxUID, []string{"UI"}, "Encrypted Content Transfer Syntax UID", "EncryptedContentTransferSyntaxUID", "1", false}, + EncryptedContent: Info{EncryptedContent, []string{"OB"}, "Encrypted Content", "EncryptedContent", "1", false}, + ModifiedAttributesSequence: Info{ModifiedAttributesSequence, []string{"SQ"}, "Modified Attributes Sequence", "ModifiedAttributesSequence", "1", false}, + NonconformingModifiedAttributesSequence: Info{NonconformingModifiedAttributesSequence, []string{"SQ"}, "Nonconforming Modified Attributes Sequence", "NonconformingModifiedAttributesSequence", "1", false}, + NonconformingDataElementValue: Info{NonconformingDataElementValue, []string{"OB"}, "Nonconforming Data Element Value", "NonconformingDataElementValue", "1", false}, + OriginalAttributesSequence: Info{OriginalAttributesSequence, []string{"SQ"}, "Original Attributes Sequence", "OriginalAttributesSequence", "1", false}, + AttributeModificationDateTime: Info{AttributeModificationDateTime, []string{"DT"}, "Attribute Modification DateTime", "AttributeModificationDateTime", "1", false}, + ModifyingSystem: Info{ModifyingSystem, []string{"LO"}, "Modifying System", "ModifyingSystem", "1", false}, + SourceOfPreviousValues: Info{SourceOfPreviousValues, []string{"LO"}, "Source of Previous Values", "SourceOfPreviousValues", "1", false}, + ReasonForTheAttributeModification: Info{ReasonForTheAttributeModification, []string{"CS"}, "Reason for the Attribute Modification", "ReasonForTheAttributeModification", "1", false}, + InstanceOriginStatus: Info{InstanceOriginStatus, []string{"CS"}, "Instance Origin Status", "InstanceOriginStatus", "1", false}, + EscapeTriplet: Info{EscapeTriplet, []string{"US"}, "Escape Triplet", "EscapeTriplet", "3", true}, + RunLengthTriplet: Info{RunLengthTriplet, []string{"US"}, "Run Length Triplet", "RunLengthTriplet", "3", true}, + HuffmanTableSize: Info{HuffmanTableSize, []string{"US"}, "Huffman Table Size", "HuffmanTableSize", "1", true}, + HuffmanTableTriplet: Info{HuffmanTableTriplet, []string{"US"}, "Huffman Table Triplet", "HuffmanTableTriplet", "3", true}, + ShiftTableSize: Info{ShiftTableSize, []string{"US"}, "Shift Table Size", "ShiftTableSize", "1", true}, + ShiftTableTriplet: Info{ShiftTableTriplet, []string{"US"}, "Shift Table Triplet", "ShiftTableTriplet", "3", true}, + ZonalMap: Info{ZonalMap, []string{"US"}, "Zonal Map", "ZonalMap", "1-n", true}, + NumberOfCopies: Info{NumberOfCopies, []string{"IS"}, "Number of Copies", "NumberOfCopies", "1", false}, + PrinterConfigurationSequence: Info{PrinterConfigurationSequence, []string{"SQ"}, "Printer Configuration Sequence", "PrinterConfigurationSequence", "1", false}, + PrintPriority: Info{PrintPriority, []string{"CS"}, "Print Priority", "PrintPriority", "1", false}, + MediumType: Info{MediumType, []string{"CS"}, "Medium Type", "MediumType", "1", false}, + FilmDestination: Info{FilmDestination, []string{"CS"}, "Film Destination", "FilmDestination", "1", false}, + FilmSessionLabel: Info{FilmSessionLabel, []string{"LO"}, "Film Session Label", "FilmSessionLabel", "1", false}, + MemoryAllocation: Info{MemoryAllocation, []string{"IS"}, "Memory Allocation", "MemoryAllocation", "1", false}, + MaximumMemoryAllocation: Info{MaximumMemoryAllocation, []string{"IS"}, "Maximum Memory Allocation", "MaximumMemoryAllocation", "1", false}, + ColorImagePrintingFlag: Info{ColorImagePrintingFlag, []string{"CS"}, "Color Image Printing Flag", "ColorImagePrintingFlag", "1", true}, + CollationFlag: Info{CollationFlag, []string{"CS"}, "Collation Flag", "CollationFlag", "1", true}, + AnnotationFlag: Info{AnnotationFlag, []string{"CS"}, "Annotation Flag", "AnnotationFlag", "1", true}, + ImageOverlayFlag: Info{ImageOverlayFlag, []string{"CS"}, "Image Overlay Flag", "ImageOverlayFlag", "1", true}, + PresentationLUTFlag: Info{PresentationLUTFlag, []string{"CS"}, "Presentation LUT Flag", "PresentationLUTFlag", "1", true}, + ImageBoxPresentationLUTFlag: Info{ImageBoxPresentationLUTFlag, []string{"CS"}, "Image Box Presentation LUT Flag", "ImageBoxPresentationLUTFlag", "1", true}, + MemoryBitDepth: Info{MemoryBitDepth, []string{"US"}, "Memory Bit Depth", "MemoryBitDepth", "1", false}, + PrintingBitDepth: Info{PrintingBitDepth, []string{"US"}, "Printing Bit Depth", "PrintingBitDepth", "1", false}, + MediaInstalledSequence: Info{MediaInstalledSequence, []string{"SQ"}, "Media Installed Sequence", "MediaInstalledSequence", "1", false}, + OtherMediaAvailableSequence: Info{OtherMediaAvailableSequence, []string{"SQ"}, "Other Media Available Sequence", "OtherMediaAvailableSequence", "1", false}, + SupportedImageDisplayFormatsSequence: Info{SupportedImageDisplayFormatsSequence, []string{"SQ"}, "Supported Image Display Formats Sequence", "SupportedImageDisplayFormatsSequence", "1", false}, + ReferencedFilmBoxSequence: Info{ReferencedFilmBoxSequence, []string{"SQ"}, "Referenced Film Box Sequence", "ReferencedFilmBoxSequence", "1", false}, + ReferencedStoredPrintSequence: Info{ReferencedStoredPrintSequence, []string{"SQ"}, "Referenced Stored Print Sequence", "ReferencedStoredPrintSequence", "1", true}, + ImageDisplayFormat: Info{ImageDisplayFormat, []string{"ST"}, "Image Display Format", "ImageDisplayFormat", "1", false}, + AnnotationDisplayFormatID: Info{AnnotationDisplayFormatID, []string{"CS"}, "Annotation Display Format ID", "AnnotationDisplayFormatID", "1", false}, + FilmOrientation: Info{FilmOrientation, []string{"CS"}, "Film Orientation", "FilmOrientation", "1", false}, + FilmSizeID: Info{FilmSizeID, []string{"CS"}, "Film Size ID", "FilmSizeID", "1", false}, + PrinterResolutionID: Info{PrinterResolutionID, []string{"CS"}, "Printer Resolution ID", "PrinterResolutionID", "1", false}, + DefaultPrinterResolutionID: Info{DefaultPrinterResolutionID, []string{"CS"}, "Default Printer Resolution ID", "DefaultPrinterResolutionID", "1", false}, + MagnificationType: Info{MagnificationType, []string{"CS"}, "Magnification Type", "MagnificationType", "1", false}, + SmoothingType: Info{SmoothingType, []string{"CS"}, "Smoothing Type", "SmoothingType", "1", false}, + DefaultMagnificationType: Info{DefaultMagnificationType, []string{"CS"}, "Default Magnification Type", "DefaultMagnificationType", "1", false}, + OtherMagnificationTypesAvailable: Info{OtherMagnificationTypesAvailable, []string{"CS"}, "Other Magnification Types Available", "OtherMagnificationTypesAvailable", "1-n", false}, + DefaultSmoothingType: Info{DefaultSmoothingType, []string{"CS"}, "Default Smoothing Type", "DefaultSmoothingType", "1", false}, + OtherSmoothingTypesAvailable: Info{OtherSmoothingTypesAvailable, []string{"CS"}, "Other Smoothing Types Available", "OtherSmoothingTypesAvailable", "1-n", false}, + BorderDensity: Info{BorderDensity, []string{"CS"}, "Border Density", "BorderDensity", "1", false}, + EmptyImageDensity: Info{EmptyImageDensity, []string{"CS"}, "Empty Image Density", "EmptyImageDensity", "1", false}, + MinDensity: Info{MinDensity, []string{"US"}, "Min Density", "MinDensity", "1", false}, + MaxDensity: Info{MaxDensity, []string{"US"}, "Max Density", "MaxDensity", "1", false}, + Trim: Info{Trim, []string{"CS"}, "Trim", "Trim", "1", false}, + ConfigurationInformation: Info{ConfigurationInformation, []string{"ST"}, "Configuration Information", "ConfigurationInformation", "1", false}, + ConfigurationInformationDescription: Info{ConfigurationInformationDescription, []string{"LT"}, "Configuration Information Description", "ConfigurationInformationDescription", "1", false}, + MaximumCollatedFilms: Info{MaximumCollatedFilms, []string{"IS"}, "Maximum Collated Films", "MaximumCollatedFilms", "1", false}, + Illumination: Info{Illumination, []string{"US"}, "Illumination", "Illumination", "1", false}, + ReflectedAmbientLight: Info{ReflectedAmbientLight, []string{"US"}, "Reflected Ambient Light", "ReflectedAmbientLight", "1", false}, + PrinterPixelSpacing: Info{PrinterPixelSpacing, []string{"DS"}, "Printer Pixel Spacing", "PrinterPixelSpacing", "2", false}, + ReferencedFilmSessionSequence: Info{ReferencedFilmSessionSequence, []string{"SQ"}, "Referenced Film Session Sequence", "ReferencedFilmSessionSequence", "1", false}, + ReferencedImageBoxSequence: Info{ReferencedImageBoxSequence, []string{"SQ"}, "Referenced Image Box Sequence", "ReferencedImageBoxSequence", "1", false}, + ReferencedBasicAnnotationBoxSequence: Info{ReferencedBasicAnnotationBoxSequence, []string{"SQ"}, "Referenced Basic Annotation Box Sequence", "ReferencedBasicAnnotationBoxSequence", "1", false}, + ImageBoxPosition: Info{ImageBoxPosition, []string{"US"}, "Image Box Position", "ImageBoxPosition", "1", false}, + Polarity: Info{Polarity, []string{"CS"}, "Polarity", "Polarity", "1", false}, + RequestedImageSize: Info{RequestedImageSize, []string{"DS"}, "Requested Image Size", "RequestedImageSize", "1", false}, + RequestedDecimateCropBehavior: Info{RequestedDecimateCropBehavior, []string{"CS"}, "Requested Decimate/Crop Behavior", "RequestedDecimateCropBehavior", "1", false}, + RequestedResolutionID: Info{RequestedResolutionID, []string{"CS"}, "Requested Resolution ID", "RequestedResolutionID", "1", false}, + RequestedImageSizeFlag: Info{RequestedImageSizeFlag, []string{"CS"}, "Requested Image Size Flag", "RequestedImageSizeFlag", "1", false}, + DecimateCropResult: Info{DecimateCropResult, []string{"CS"}, "Decimate/Crop Result", "DecimateCropResult", "1", false}, + BasicGrayscaleImageSequence: Info{BasicGrayscaleImageSequence, []string{"SQ"}, "Basic Grayscale Image Sequence", "BasicGrayscaleImageSequence", "1", false}, + BasicColorImageSequence: Info{BasicColorImageSequence, []string{"SQ"}, "Basic Color Image Sequence", "BasicColorImageSequence", "1", false}, + ReferencedImageOverlayBoxSequence: Info{ReferencedImageOverlayBoxSequence, []string{"SQ"}, "Referenced Image Overlay Box Sequence", "ReferencedImageOverlayBoxSequence", "1", true}, + ReferencedVOILUTBoxSequence: Info{ReferencedVOILUTBoxSequence, []string{"SQ"}, "Referenced VOI LUT Box Sequence", "ReferencedVOILUTBoxSequence", "1", true}, + AnnotationPosition: Info{AnnotationPosition, []string{"US"}, "Annotation Position", "AnnotationPosition", "1", false}, + TextString: Info{TextString, []string{"LO"}, "Text String", "TextString", "1", false}, + ReferencedOverlayPlaneSequence: Info{ReferencedOverlayPlaneSequence, []string{"SQ"}, "Referenced Overlay Plane Sequence", "ReferencedOverlayPlaneSequence", "1", true}, + ReferencedOverlayPlaneGroups: Info{ReferencedOverlayPlaneGroups, []string{"US"}, "Referenced Overlay Plane Groups", "ReferencedOverlayPlaneGroups", "1-99", true}, + OverlayPixelDataSequence: Info{OverlayPixelDataSequence, []string{"SQ"}, "Overlay Pixel Data Sequence", "OverlayPixelDataSequence", "1", true}, + OverlayMagnificationType: Info{OverlayMagnificationType, []string{"CS"}, "Overlay Magnification Type", "OverlayMagnificationType", "1", true}, + OverlaySmoothingType: Info{OverlaySmoothingType, []string{"CS"}, "Overlay Smoothing Type", "OverlaySmoothingType", "1", true}, + OverlayOrImageMagnification: Info{OverlayOrImageMagnification, []string{"CS"}, "Overlay or Image Magnification", "OverlayOrImageMagnification", "1", true}, + MagnifyToNumberOfColumns: Info{MagnifyToNumberOfColumns, []string{"US"}, "Magnify to Number of Columns", "MagnifyToNumberOfColumns", "1", true}, + OverlayForegroundDensity: Info{OverlayForegroundDensity, []string{"CS"}, "Overlay Foreground Density", "OverlayForegroundDensity", "1", true}, + OverlayBackgroundDensity: Info{OverlayBackgroundDensity, []string{"CS"}, "Overlay Background Density", "OverlayBackgroundDensity", "1", true}, + OverlayMode: Info{OverlayMode, []string{"CS"}, "Overlay Mode", "OverlayMode", "1", true}, + ThresholdDensity: Info{ThresholdDensity, []string{"CS"}, "Threshold Density", "ThresholdDensity", "1", true}, + ReferencedImageBoxSequenceRetired: Info{ReferencedImageBoxSequenceRetired, []string{"SQ"}, "Referenced Image Box Sequence (Retired)", "ReferencedImageBoxSequenceRetired", "1", true}, + PresentationLUTSequence: Info{PresentationLUTSequence, []string{"SQ"}, "Presentation LUT Sequence", "PresentationLUTSequence", "1", false}, + PresentationLUTShape: Info{PresentationLUTShape, []string{"CS"}, "Presentation LUT Shape", "PresentationLUTShape", "1", false}, + ReferencedPresentationLUTSequence: Info{ReferencedPresentationLUTSequence, []string{"SQ"}, "Referenced Presentation LUT Sequence", "ReferencedPresentationLUTSequence", "1", false}, + PrintJobID: Info{PrintJobID, []string{"SH"}, "Print Job ID", "PrintJobID", "1", true}, + ExecutionStatus: Info{ExecutionStatus, []string{"CS"}, "Execution Status", "ExecutionStatus", "1", false}, + ExecutionStatusInfo: Info{ExecutionStatusInfo, []string{"CS"}, "Execution Status Info", "ExecutionStatusInfo", "1", false}, + CreationDate: Info{CreationDate, []string{"DA"}, "Creation Date", "CreationDate", "1", false}, + CreationTime: Info{CreationTime, []string{"TM"}, "Creation Time", "CreationTime", "1", false}, + Originator: Info{Originator, []string{"AE"}, "Originator", "Originator", "1", false}, + DestinationAE: Info{DestinationAE, []string{"AE"}, "Destination AE", "DestinationAE", "1", false}, + OwnerID: Info{OwnerID, []string{"SH"}, "Owner ID", "OwnerID", "1", false}, + NumberOfFilms: Info{NumberOfFilms, []string{"IS"}, "Number of Films", "NumberOfFilms", "1", false}, + ReferencedPrintJobSequencePullStoredPrint: Info{ReferencedPrintJobSequencePullStoredPrint, []string{"SQ"}, "Referenced Print Job Sequence (Pull Stored Print)", "ReferencedPrintJobSequencePullStoredPrint", "1", true}, + PrinterStatus: Info{PrinterStatus, []string{"CS"}, "Printer Status", "PrinterStatus", "1", false}, + PrinterStatusInfo: Info{PrinterStatusInfo, []string{"CS"}, "Printer Status Info", "PrinterStatusInfo", "1", false}, + PrinterName: Info{PrinterName, []string{"LO"}, "Printer Name", "PrinterName", "1", false}, + PrintQueueID: Info{PrintQueueID, []string{"SH"}, "Print Queue ID", "PrintQueueID", "1", true}, + QueueStatus: Info{QueueStatus, []string{"CS"}, "Queue Status", "QueueStatus", "1", true}, + PrintJobDescriptionSequence: Info{PrintJobDescriptionSequence, []string{"SQ"}, "Print Job Description Sequence", "PrintJobDescriptionSequence", "1", true}, + ReferencedPrintJobSequence: Info{ReferencedPrintJobSequence, []string{"SQ"}, "Referenced Print Job Sequence", "ReferencedPrintJobSequence", "1", true}, + PrintManagementCapabilitiesSequence: Info{PrintManagementCapabilitiesSequence, []string{"SQ"}, "Print Management Capabilities Sequence", "PrintManagementCapabilitiesSequence", "1", true}, + PrinterCharacteristicsSequence: Info{PrinterCharacteristicsSequence, []string{"SQ"}, "Printer Characteristics Sequence", "PrinterCharacteristicsSequence", "1", true}, + FilmBoxContentSequence: Info{FilmBoxContentSequence, []string{"SQ"}, "Film Box Content Sequence", "FilmBoxContentSequence", "1", true}, + ImageBoxContentSequence: Info{ImageBoxContentSequence, []string{"SQ"}, "Image Box Content Sequence", "ImageBoxContentSequence", "1", true}, + AnnotationContentSequence: Info{AnnotationContentSequence, []string{"SQ"}, "Annotation Content Sequence", "AnnotationContentSequence", "1", true}, + ImageOverlayBoxContentSequence: Info{ImageOverlayBoxContentSequence, []string{"SQ"}, "Image Overlay Box Content Sequence", "ImageOverlayBoxContentSequence", "1", true}, + PresentationLUTContentSequence: Info{PresentationLUTContentSequence, []string{"SQ"}, "Presentation LUT Content Sequence", "PresentationLUTContentSequence", "1", true}, + ProposedStudySequence: Info{ProposedStudySequence, []string{"SQ"}, "Proposed Study Sequence", "ProposedStudySequence", "1", false}, + OriginalImageSequence: Info{OriginalImageSequence, []string{"SQ"}, "Original Image Sequence", "OriginalImageSequence", "1", false}, + LabelUsingInformationExtractedFromInstances: Info{LabelUsingInformationExtractedFromInstances, []string{"CS"}, "Label Using Information Extracted From Instances", "LabelUsingInformationExtractedFromInstances", "1", false}, + LabelText: Info{LabelText, []string{"UT"}, "Label Text", "LabelText", "1", false}, + LabelStyleSelection: Info{LabelStyleSelection, []string{"CS"}, "Label Style Selection", "LabelStyleSelection", "1", false}, + MediaDisposition: Info{MediaDisposition, []string{"LT"}, "Media Disposition", "MediaDisposition", "1", false}, + BarcodeValue: Info{BarcodeValue, []string{"LT"}, "Barcode Value", "BarcodeValue", "1", false}, + BarcodeSymbology: Info{BarcodeSymbology, []string{"CS"}, "Barcode Symbology", "BarcodeSymbology", "1", false}, + AllowMediaSplitting: Info{AllowMediaSplitting, []string{"CS"}, "Allow Media Splitting", "AllowMediaSplitting", "1", false}, + IncludeNonDICOMObjects: Info{IncludeNonDICOMObjects, []string{"CS"}, "Include Non-DICOM Objects", "IncludeNonDICOMObjects", "1", false}, + IncludeDisplayApplication: Info{IncludeDisplayApplication, []string{"CS"}, "Include Display Application", "IncludeDisplayApplication", "1", false}, + PreserveCompositeInstancesAfterMediaCreation: Info{PreserveCompositeInstancesAfterMediaCreation, []string{"CS"}, "Preserve Composite Instances After Media Creation", "PreserveCompositeInstancesAfterMediaCreation", "1", false}, + TotalNumberOfPiecesOfMediaCreated: Info{TotalNumberOfPiecesOfMediaCreated, []string{"US"}, "Total Number of Pieces of Media Created", "TotalNumberOfPiecesOfMediaCreated", "1", false}, + RequestedMediaApplicationProfile: Info{RequestedMediaApplicationProfile, []string{"LO"}, "Requested Media Application Profile", "RequestedMediaApplicationProfile", "1", false}, + ReferencedStorageMediaSequence: Info{ReferencedStorageMediaSequence, []string{"SQ"}, "Referenced Storage Media Sequence", "ReferencedStorageMediaSequence", "1", false}, + FailureAttributes: Info{FailureAttributes, []string{"AT"}, "Failure Attributes", "FailureAttributes", "1-n", false}, + AllowLossyCompression: Info{AllowLossyCompression, []string{"CS"}, "Allow Lossy Compression", "AllowLossyCompression", "1", false}, + RequestPriority: Info{RequestPriority, []string{"CS"}, "Request Priority", "RequestPriority", "1", false}, + RTImageLabel: Info{RTImageLabel, []string{"SH"}, "RT Image Label", "RTImageLabel", "1", false}, + RTImageName: Info{RTImageName, []string{"LO"}, "RT Image Name", "RTImageName", "1", false}, + RTImageDescription: Info{RTImageDescription, []string{"ST"}, "RT Image Description", "RTImageDescription", "1", false}, + ReportedValuesOrigin: Info{ReportedValuesOrigin, []string{"CS"}, "Reported Values Origin", "ReportedValuesOrigin", "1", false}, + RTImagePlane: Info{RTImagePlane, []string{"CS"}, "RT Image Plane", "RTImagePlane", "1", false}, + XRayImageReceptorTranslation: Info{XRayImageReceptorTranslation, []string{"DS"}, "X-Ray Image Receptor Translation", "XRayImageReceptorTranslation", "3", false}, + XRayImageReceptorAngle: Info{XRayImageReceptorAngle, []string{"DS"}, "X-Ray Image Receptor Angle", "XRayImageReceptorAngle", "1", false}, + RTImageOrientation: Info{RTImageOrientation, []string{"DS"}, "RT Image Orientation", "RTImageOrientation", "6", false}, + ImagePlanePixelSpacing: Info{ImagePlanePixelSpacing, []string{"DS"}, "Image Plane Pixel Spacing", "ImagePlanePixelSpacing", "2", false}, + RTImagePosition: Info{RTImagePosition, []string{"DS"}, "RT Image Position", "RTImagePosition", "2", false}, + RadiationMachineName: Info{RadiationMachineName, []string{"SH"}, "Radiation Machine Name", "RadiationMachineName", "1", false}, + RadiationMachineSAD: Info{RadiationMachineSAD, []string{"DS"}, "Radiation Machine SAD", "RadiationMachineSAD", "1", false}, + RadiationMachineSSD: Info{RadiationMachineSSD, []string{"DS"}, "Radiation Machine SSD", "RadiationMachineSSD", "1", false}, + RTImageSID: Info{RTImageSID, []string{"DS"}, "RT Image SID", "RTImageSID", "1", false}, + SourceToReferenceObjectDistance: Info{SourceToReferenceObjectDistance, []string{"DS"}, "Source to Reference Object Distance", "SourceToReferenceObjectDistance", "1", false}, + FractionNumber: Info{FractionNumber, []string{"IS"}, "Fraction Number", "FractionNumber", "1", false}, + ExposureSequence: Info{ExposureSequence, []string{"SQ"}, "Exposure Sequence", "ExposureSequence", "1", false}, + MetersetExposure: Info{MetersetExposure, []string{"DS"}, "Meterset Exposure", "MetersetExposure", "1", false}, + DiaphragmPosition: Info{DiaphragmPosition, []string{"DS"}, "Diaphragm Position", "DiaphragmPosition", "4", false}, + FluenceMapSequence: Info{FluenceMapSequence, []string{"SQ"}, "Fluence Map Sequence", "FluenceMapSequence", "1", false}, + FluenceDataSource: Info{FluenceDataSource, []string{"CS"}, "Fluence Data Source", "FluenceDataSource", "1", false}, + FluenceDataScale: Info{FluenceDataScale, []string{"DS"}, "Fluence Data Scale", "FluenceDataScale", "1", false}, + PrimaryFluenceModeSequence: Info{PrimaryFluenceModeSequence, []string{"SQ"}, "Primary Fluence Mode Sequence", "PrimaryFluenceModeSequence", "1", false}, + FluenceMode: Info{FluenceMode, []string{"CS"}, "Fluence Mode", "FluenceMode", "1", false}, + FluenceModeID: Info{FluenceModeID, []string{"SH"}, "Fluence Mode ID", "FluenceModeID", "1", false}, + SelectedFrameNumber: Info{SelectedFrameNumber, []string{"IS"}, "Selected Frame Number", "SelectedFrameNumber", "1", false}, + SelectedFrameFunctionalGroupsSequence: Info{SelectedFrameFunctionalGroupsSequence, []string{"SQ"}, "Selected Frame Functional Groups Sequence", "SelectedFrameFunctionalGroupsSequence", "1", false}, + RTImageFrameGeneralContentSequence: Info{RTImageFrameGeneralContentSequence, []string{"SQ"}, "RT Image Frame General Content Sequence", "RTImageFrameGeneralContentSequence", "1", false}, + RTImageFrameContextSequence: Info{RTImageFrameContextSequence, []string{"SQ"}, "RT Image Frame Context Sequence", "RTImageFrameContextSequence", "1", false}, + RTImageScopeSequence: Info{RTImageScopeSequence, []string{"SQ"}, "RT Image Scope Sequence", "RTImageScopeSequence", "1", false}, + BeamModifierCoordinatesPresenceFlag: Info{BeamModifierCoordinatesPresenceFlag, []string{"CS"}, "Beam Modifier Coordinates Presence Flag", "BeamModifierCoordinatesPresenceFlag", "1", false}, + StartCumulativeMeterset: Info{StartCumulativeMeterset, []string{"FD"}, "Start Cumulative Meterset", "StartCumulativeMeterset", "1", false}, + StopCumulativeMeterset: Info{StopCumulativeMeterset, []string{"FD"}, "Stop Cumulative Meterset", "StopCumulativeMeterset", "1", false}, + RTAcquisitionPatientPositionSequence: Info{RTAcquisitionPatientPositionSequence, []string{"SQ"}, "RT Acquisition Patient Position Sequence", "RTAcquisitionPatientPositionSequence", "1", false}, + RTImageFrameImagingDevicePositionSequence: Info{RTImageFrameImagingDevicePositionSequence, []string{"SQ"}, "RT Image Frame Imaging Device Position Sequence", "RTImageFrameImagingDevicePositionSequence", "1", false}, + RTImageFramekVRadiationAcquisitionSequence: Info{RTImageFramekVRadiationAcquisitionSequence, []string{"SQ"}, "RT Image Frame kV Radiation Acquisition Sequence", "RTImageFramekVRadiationAcquisitionSequence", "1", false}, + RTImageFrameMVRadiationAcquisitionSequence: Info{RTImageFrameMVRadiationAcquisitionSequence, []string{"SQ"}, "RT Image Frame MV Radiation Acquisition Sequence", "RTImageFrameMVRadiationAcquisitionSequence", "1", false}, + RTImageFrameRadiationAcquisitionSequence: Info{RTImageFrameRadiationAcquisitionSequence, []string{"SQ"}, "RT Image Frame Radiation Acquisition Sequence", "RTImageFrameRadiationAcquisitionSequence", "1", false}, + ImagingSourcePositionSequence: Info{ImagingSourcePositionSequence, []string{"SQ"}, "Imaging Source Position Sequence", "ImagingSourcePositionSequence", "1", false}, + ImageReceptorPositionSequence: Info{ImageReceptorPositionSequence, []string{"SQ"}, "Image Receptor Position Sequence", "ImageReceptorPositionSequence", "1", false}, + DevicePositionToEquipmentMappingMatrix: Info{DevicePositionToEquipmentMappingMatrix, []string{"FD"}, "Device Position to Equipment Mapping Matrix", "DevicePositionToEquipmentMappingMatrix", "16", false}, + DevicePositionParameterSequence: Info{DevicePositionParameterSequence, []string{"SQ"}, "Device Position Parameter Sequence", "DevicePositionParameterSequence", "1", false}, + ImagingSourceLocationSpecificationType: Info{ImagingSourceLocationSpecificationType, []string{"CS"}, "Imaging Source Location Specification Type", "ImagingSourceLocationSpecificationType", "1", false}, + ImagingDeviceLocationMatrixSequence: Info{ImagingDeviceLocationMatrixSequence, []string{"SQ"}, "Imaging Device Location Matrix Sequence", "ImagingDeviceLocationMatrixSequence", "1", false}, + ImagingDeviceLocationParameterSequence: Info{ImagingDeviceLocationParameterSequence, []string{"SQ"}, "Imaging Device Location Parameter Sequence", "ImagingDeviceLocationParameterSequence", "1", false}, + ImagingApertureSequence: Info{ImagingApertureSequence, []string{"SQ"}, "Imaging Aperture Sequence", "ImagingApertureSequence", "1", false}, + ImagingApertureSpecificationType: Info{ImagingApertureSpecificationType, []string{"CS"}, "Imaging Aperture Specification Type", "ImagingApertureSpecificationType", "1", false}, + NumberOfAcquisitionDevices: Info{NumberOfAcquisitionDevices, []string{"US"}, "Number of Acquisition Devices", "NumberOfAcquisitionDevices", "1", false}, + AcquisitionDeviceSequence: Info{AcquisitionDeviceSequence, []string{"SQ"}, "Acquisition Device Sequence", "AcquisitionDeviceSequence", "1", false}, + AcquisitionTaskSequence: Info{AcquisitionTaskSequence, []string{"SQ"}, "Acquisition Task Sequence", "AcquisitionTaskSequence", "1", false}, + AcquisitionTaskWorkitemCodeSequence: Info{AcquisitionTaskWorkitemCodeSequence, []string{"SQ"}, "Acquisition Task Workitem Code Sequence", "AcquisitionTaskWorkitemCodeSequence", "1", false}, + AcquisitionSubtaskSequence: Info{AcquisitionSubtaskSequence, []string{"SQ"}, "Acquisition Subtask Sequence", "AcquisitionSubtaskSequence", "1", false}, + SubtaskWorkitemCodeSequence: Info{SubtaskWorkitemCodeSequence, []string{"SQ"}, "Subtask Workitem Code Sequence", "SubtaskWorkitemCodeSequence", "1", false}, + AcquisitionTaskIndex: Info{AcquisitionTaskIndex, []string{"US"}, "Acquisition Task Index", "AcquisitionTaskIndex", "1", false}, + AcquisitionSubtaskIndex: Info{AcquisitionSubtaskIndex, []string{"US"}, "Acquisition Subtask Index", "AcquisitionSubtaskIndex", "1", false}, ReferencedBaselineParametersRTRadiationInstanceSequence: Info{ReferencedBaselineParametersRTRadiationInstanceSequence, []string{"SQ"}, "Referenced Baseline Parameters RT Radiation Instance Sequence", "ReferencedBaselineParametersRTRadiationInstanceSequence", "1", false}, - PositionAcquisitionTemplateIdentificationSequence: Info{PositionAcquisitionTemplateIdentificationSequence, []string{"SQ"}, "Position Acquisition Template Identification Sequence", "PositionAcquisitionTemplateIdentificationSequence", "1", false}, - PositionAcquisitionTemplateID: Info{PositionAcquisitionTemplateID, []string{"ST"}, "Position Acquisition Template ID", "PositionAcquisitionTemplateID", "1", false}, - PositionAcquisitionTemplateName: Info{PositionAcquisitionTemplateName, []string{"LO"}, "Position Acquisition Template Name", "PositionAcquisitionTemplateName", "1", false}, - PositionAcquisitionTemplateCodeSequence: Info{PositionAcquisitionTemplateCodeSequence, []string{"SQ"}, "Position Acquisition Template Code Sequence", "PositionAcquisitionTemplateCodeSequence", "1", false}, - PositionAcquisitionTemplateDescription: Info{PositionAcquisitionTemplateDescription, []string{"LT"}, "Position Acquisition Template Description", "PositionAcquisitionTemplateDescription", "1", false}, - AcquisitionTaskApplicabilitySequence: Info{AcquisitionTaskApplicabilitySequence, []string{"SQ"}, "Acquisition Task Applicability Sequence", "AcquisitionTaskApplicabilitySequence", "1", false}, - ProjectionImagingAcquisitionParameterSequence: Info{ProjectionImagingAcquisitionParameterSequence, []string{"SQ"}, "Projection Imaging Acquisition Parameter Sequence", "ProjectionImagingAcquisitionParameterSequence", "1", false}, - CTImagingAcquisitionParameterSequence: Info{CTImagingAcquisitionParameterSequence, []string{"SQ"}, "CT Imaging Acquisition Parameter Sequence", "CTImagingAcquisitionParameterSequence", "1", false}, - KVImagingGenerationParametersSequence: Info{KVImagingGenerationParametersSequence, []string{"SQ"}, "KV Imaging Generation Parameters Sequence", "KVImagingGenerationParametersSequence", "1", false}, - MVImagingGenerationParametersSequence: Info{MVImagingGenerationParametersSequence, []string{"SQ"}, "MV Imaging Generation Parameters Sequence", "MVImagingGenerationParametersSequence", "1", false}, - AcquisitionSignalType: Info{AcquisitionSignalType, []string{"CS"}, "Acquisition Signal Type", "AcquisitionSignalType", "1", false}, - AcquisitionMethod: Info{AcquisitionMethod, []string{"CS"}, "Acquisition Method", "AcquisitionMethod", "1", false}, - ScanStartPositionSequence: Info{ScanStartPositionSequence, []string{"SQ"}, "Scan Start Position Sequence", "ScanStartPositionSequence", "1", false}, - ScanStopPositionSequence: Info{ScanStopPositionSequence, []string{"SQ"}, "Scan Stop Position Sequence", "ScanStopPositionSequence", "1", false}, - ImagingSourceToBeamModifierDefinitionPlaneDistance: Info{ImagingSourceToBeamModifierDefinitionPlaneDistance, []string{"FD"}, "Imaging Source to Beam Modifier Definition Plane Distance", "ImagingSourceToBeamModifierDefinitionPlaneDistance", "1", false}, - ScanArcType: Info{ScanArcType, []string{"CS"}, "Scan Arc Type", "ScanArcType", "1", false}, - DetectorPositioningType: Info{DetectorPositioningType, []string{"CS"}, "Detector Positioning Type", "DetectorPositioningType", "1", false}, - AdditionalRTAccessoryDeviceSequence: Info{AdditionalRTAccessoryDeviceSequence, []string{"SQ"}, "Additional RT Accessory Device Sequence", "AdditionalRTAccessoryDeviceSequence", "1", false}, - DeviceSpecificAcquisitionParameterSequence: Info{DeviceSpecificAcquisitionParameterSequence, []string{"SQ"}, "Device-Specific Acquisition Parameter Sequence", "DeviceSpecificAcquisitionParameterSequence", "1", false}, + PositionAcquisitionTemplateIdentificationSequence: Info{PositionAcquisitionTemplateIdentificationSequence, []string{"SQ"}, "Position Acquisition Template Identification Sequence", "PositionAcquisitionTemplateIdentificationSequence", "1", false}, + PositionAcquisitionTemplateID: Info{PositionAcquisitionTemplateID, []string{"ST"}, "Position Acquisition Template ID", "PositionAcquisitionTemplateID", "1", false}, + PositionAcquisitionTemplateName: Info{PositionAcquisitionTemplateName, []string{"LO"}, "Position Acquisition Template Name", "PositionAcquisitionTemplateName", "1", false}, + PositionAcquisitionTemplateCodeSequence: Info{PositionAcquisitionTemplateCodeSequence, []string{"SQ"}, "Position Acquisition Template Code Sequence", "PositionAcquisitionTemplateCodeSequence", "1", false}, + PositionAcquisitionTemplateDescription: Info{PositionAcquisitionTemplateDescription, []string{"LT"}, "Position Acquisition Template Description", "PositionAcquisitionTemplateDescription", "1", false}, + AcquisitionTaskApplicabilitySequence: Info{AcquisitionTaskApplicabilitySequence, []string{"SQ"}, "Acquisition Task Applicability Sequence", "AcquisitionTaskApplicabilitySequence", "1", false}, + ProjectionImagingAcquisitionParameterSequence: Info{ProjectionImagingAcquisitionParameterSequence, []string{"SQ"}, "Projection Imaging Acquisition Parameter Sequence", "ProjectionImagingAcquisitionParameterSequence", "1", false}, + CTImagingAcquisitionParameterSequence: Info{CTImagingAcquisitionParameterSequence, []string{"SQ"}, "CT Imaging Acquisition Parameter Sequence", "CTImagingAcquisitionParameterSequence", "1", false}, + KVImagingGenerationParametersSequence: Info{KVImagingGenerationParametersSequence, []string{"SQ"}, "KV Imaging Generation Parameters Sequence", "KVImagingGenerationParametersSequence", "1", false}, + MVImagingGenerationParametersSequence: Info{MVImagingGenerationParametersSequence, []string{"SQ"}, "MV Imaging Generation Parameters Sequence", "MVImagingGenerationParametersSequence", "1", false}, + AcquisitionSignalType: Info{AcquisitionSignalType, []string{"CS"}, "Acquisition Signal Type", "AcquisitionSignalType", "1", false}, + AcquisitionMethod: Info{AcquisitionMethod, []string{"CS"}, "Acquisition Method", "AcquisitionMethod", "1", false}, + ScanStartPositionSequence: Info{ScanStartPositionSequence, []string{"SQ"}, "Scan Start Position Sequence", "ScanStartPositionSequence", "1", false}, + ScanStopPositionSequence: Info{ScanStopPositionSequence, []string{"SQ"}, "Scan Stop Position Sequence", "ScanStopPositionSequence", "1", false}, + ImagingSourceToBeamModifierDefinitionPlaneDistance: Info{ImagingSourceToBeamModifierDefinitionPlaneDistance, []string{"FD"}, "Imaging Source to Beam Modifier Definition Plane Distance", "ImagingSourceToBeamModifierDefinitionPlaneDistance", "1", false}, + ScanArcType: Info{ScanArcType, []string{"CS"}, "Scan Arc Type", "ScanArcType", "1", false}, + DetectorPositioningType: Info{DetectorPositioningType, []string{"CS"}, "Detector Positioning Type", "DetectorPositioningType", "1", false}, + AdditionalRTAccessoryDeviceSequence: Info{AdditionalRTAccessoryDeviceSequence, []string{"SQ"}, "Additional RT Accessory Device Sequence", "AdditionalRTAccessoryDeviceSequence", "1", false}, + DeviceSpecificAcquisitionParameterSequence: Info{DeviceSpecificAcquisitionParameterSequence, []string{"SQ"}, "Device-Specific Acquisition Parameter Sequence", "DeviceSpecificAcquisitionParameterSequence", "1", false}, ReferencedPositionReferenceInstanceSequence: Info{ReferencedPositionReferenceInstanceSequence, []string{"SQ"}, "Referenced Position Reference Instance Sequence", "ReferencedPositionReferenceInstanceSequence", "1", false}, - EnergyDerivationCodeSequence: Info{EnergyDerivationCodeSequence, []string{"SQ"}, "Energy Derivation Code Sequence", "EnergyDerivationCodeSequence", "1", false}, - MaximumCumulativeMetersetExposure: Info{MaximumCumulativeMetersetExposure, []string{"FD"}, "Maximum Cumulative Meterset Exposure", "MaximumCumulativeMetersetExposure", "1", false}, - AcquisitionInitiationSequence: Info{AcquisitionInitiationSequence, []string{"SQ"}, "Acquisition Initiation Sequence", "AcquisitionInitiationSequence", "1", false}, - DVHType: Info{DVHType, []string{"CS"}, "DVH Type", "DVHType", "1", false}, - DoseUnits: Info{DoseUnits, []string{"CS"}, "Dose Units", "DoseUnits", "1", false}, - DoseType: Info{DoseType, []string{"CS"}, "Dose Type", "DoseType", "1", false}, - SpatialTransformOfDose: Info{SpatialTransformOfDose, []string{"CS"}, "Spatial Transform of Dose", "SpatialTransformOfDose", "1", false}, - DoseComment: Info{DoseComment, []string{"LO"}, "Dose Comment", "DoseComment", "1", false}, - NormalizationPoint: Info{NormalizationPoint, []string{"DS"}, "Normalization Point", "NormalizationPoint", "3", false}, - DoseSummationType: Info{DoseSummationType, []string{"CS"}, "Dose Summation Type", "DoseSummationType", "1", false}, - GridFrameOffsetVector: Info{GridFrameOffsetVector, []string{"DS"}, "Grid Frame Offset Vector", "GridFrameOffsetVector", "2-n", false}, - DoseGridScaling: Info{DoseGridScaling, []string{"DS"}, "Dose Grid Scaling", "DoseGridScaling", "1", false}, - RTDoseROISequence: Info{RTDoseROISequence, []string{"SQ"}, "RT Dose ROI Sequence", "RTDoseROISequence", "1", true}, - DoseValue: Info{DoseValue, []string{"DS"}, "Dose Value", "DoseValue", "1", true}, - TissueHeterogeneityCorrection: Info{TissueHeterogeneityCorrection, []string{"CS"}, "Tissue Heterogeneity Correction", "TissueHeterogeneityCorrection", "1-3", false}, - DVHNormalizationPoint: Info{DVHNormalizationPoint, []string{"DS"}, "DVH Normalization Point", "DVHNormalizationPoint", "3", false}, - DVHNormalizationDoseValue: Info{DVHNormalizationDoseValue, []string{"DS"}, "DVH Normalization Dose Value", "DVHNormalizationDoseValue", "1", false}, - DVHSequence: Info{DVHSequence, []string{"SQ"}, "DVH Sequence", "DVHSequence", "1", false}, - DVHDoseScaling: Info{DVHDoseScaling, []string{"DS"}, "DVH Dose Scaling", "DVHDoseScaling", "1", false}, - DVHVolumeUnits: Info{DVHVolumeUnits, []string{"CS"}, "DVH Volume Units", "DVHVolumeUnits", "1", false}, - DVHNumberOfBins: Info{DVHNumberOfBins, []string{"IS"}, "DVH Number of Bins", "DVHNumberOfBins", "1", false}, - DVHData: Info{DVHData, []string{"DS"}, "DVH Data", "DVHData", "2-2n", false}, - DVHReferencedROISequence: Info{DVHReferencedROISequence, []string{"SQ"}, "DVH Referenced ROI Sequence", "DVHReferencedROISequence", "1", false}, - DVHROIContributionType: Info{DVHROIContributionType, []string{"CS"}, "DVH ROI Contribution Type", "DVHROIContributionType", "1", false}, - DVHMinimumDose: Info{DVHMinimumDose, []string{"DS"}, "DVH Minimum Dose", "DVHMinimumDose", "1", false}, - DVHMaximumDose: Info{DVHMaximumDose, []string{"DS"}, "DVH Maximum Dose", "DVHMaximumDose", "1", false}, - DVHMeanDose: Info{DVHMeanDose, []string{"DS"}, "DVH Mean Dose", "DVHMeanDose", "1", false}, - StructureSetLabel: Info{StructureSetLabel, []string{"SH"}, "Structure Set Label", "StructureSetLabel", "1", false}, - StructureSetName: Info{StructureSetName, []string{"LO"}, "Structure Set Name", "StructureSetName", "1", false}, - StructureSetDescription: Info{StructureSetDescription, []string{"ST"}, "Structure Set Description", "StructureSetDescription", "1", false}, - StructureSetDate: Info{StructureSetDate, []string{"DA"}, "Structure Set Date", "StructureSetDate", "1", false}, - StructureSetTime: Info{StructureSetTime, []string{"TM"}, "Structure Set Time", "StructureSetTime", "1", false}, - ReferencedFrameOfReferenceSequence: Info{ReferencedFrameOfReferenceSequence, []string{"SQ"}, "Referenced Frame of Reference Sequence", "ReferencedFrameOfReferenceSequence", "1", false}, - RTReferencedStudySequence: Info{RTReferencedStudySequence, []string{"SQ"}, "RT Referenced Study Sequence", "RTReferencedStudySequence", "1", false}, - RTReferencedSeriesSequence: Info{RTReferencedSeriesSequence, []string{"SQ"}, "RT Referenced Series Sequence", "RTReferencedSeriesSequence", "1", false}, - ContourImageSequence: Info{ContourImageSequence, []string{"SQ"}, "Contour Image Sequence", "ContourImageSequence", "1", false}, - PredecessorStructureSetSequence: Info{PredecessorStructureSetSequence, []string{"SQ"}, "Predecessor Structure Set Sequence", "PredecessorStructureSetSequence", "1", false}, - StructureSetROISequence: Info{StructureSetROISequence, []string{"SQ"}, "Structure Set ROI Sequence", "StructureSetROISequence", "1", false}, - ROINumber: Info{ROINumber, []string{"IS"}, "ROI Number", "ROINumber", "1", false}, - ReferencedFrameOfReferenceUID: Info{ReferencedFrameOfReferenceUID, []string{"UI"}, "Referenced Frame of Reference UID", "ReferencedFrameOfReferenceUID", "1", false}, - ROIName: Info{ROIName, []string{"LO"}, "ROI Name", "ROIName", "1", false}, - ROIDescription: Info{ROIDescription, []string{"ST"}, "ROI Description", "ROIDescription", "1", false}, - ROIDisplayColor: Info{ROIDisplayColor, []string{"IS"}, "ROI Display Color", "ROIDisplayColor", "3", false}, - ROIVolume: Info{ROIVolume, []string{"DS"}, "ROI Volume", "ROIVolume", "1", false}, - ROIDateTime: Info{ROIDateTime, []string{"DT"}, "ROI DateTime", "ROIDateTime", "1", false}, - ROIObservationDateTime: Info{ROIObservationDateTime, []string{"DT"}, "ROI Observation DateTime", "ROIObservationDateTime", "1", false}, - RTRelatedROISequence: Info{RTRelatedROISequence, []string{"SQ"}, "RT Related ROI Sequence", "RTRelatedROISequence", "1", false}, - RTROIRelationship: Info{RTROIRelationship, []string{"CS"}, "RT ROI Relationship", "RTROIRelationship", "1", false}, - ROIGenerationAlgorithm: Info{ROIGenerationAlgorithm, []string{"CS"}, "ROI Generation Algorithm", "ROIGenerationAlgorithm", "1", false}, - ROIDerivationAlgorithmIdentificationSequence: Info{ROIDerivationAlgorithmIdentificationSequence, []string{"SQ"}, "ROI Derivation Algorithm Identification Sequence", "ROIDerivationAlgorithmIdentificationSequence", "1", false}, - ROIGenerationDescription: Info{ROIGenerationDescription, []string{"LO"}, "ROI Generation Description", "ROIGenerationDescription", "1", false}, - ROIContourSequence: Info{ROIContourSequence, []string{"SQ"}, "ROI Contour Sequence", "ROIContourSequence", "1", false}, - ContourSequence: Info{ContourSequence, []string{"SQ"}, "Contour Sequence", "ContourSequence", "1", false}, - ContourGeometricType: Info{ContourGeometricType, []string{"CS"}, "Contour Geometric Type", "ContourGeometricType", "1", false}, - ContourSlabThickness: Info{ContourSlabThickness, []string{"DS"}, "Contour Slab Thickness", "ContourSlabThickness", "1", true}, - ContourOffsetVector: Info{ContourOffsetVector, []string{"DS"}, "Contour Offset Vector", "ContourOffsetVector", "3", true}, - NumberOfContourPoints: Info{NumberOfContourPoints, []string{"IS"}, "Number of Contour Points", "NumberOfContourPoints", "1", false}, - ContourNumber: Info{ContourNumber, []string{"IS"}, "Contour Number", "ContourNumber", "1", false}, - AttachedContours: Info{AttachedContours, []string{"IS"}, "Attached Contours", "AttachedContours", "1-n", true}, - SourcePixelPlanesCharacteristicsSequence: Info{SourcePixelPlanesCharacteristicsSequence, []string{"SQ"}, "Source Pixel Planes Characteristics Sequence", "SourcePixelPlanesCharacteristicsSequence", "1", false}, - SourceSeriesSequence: Info{SourceSeriesSequence, []string{"SQ"}, "Source Series Sequence", "SourceSeriesSequence", "1", false}, - SourceSeriesInformationSequence: Info{SourceSeriesInformationSequence, []string{"SQ"}, "Source Series Information Sequence", "SourceSeriesInformationSequence", "1", false}, - ROICreatorSequence: Info{ROICreatorSequence, []string{"SQ"}, "ROI Creator Sequence", "ROICreatorSequence", "1", false}, - ROIInterpreterSequence: Info{ROIInterpreterSequence, []string{"SQ"}, "ROI Interpreter Sequence", "ROIInterpreterSequence", "1", false}, - ROIObservationContextCodeSequence: Info{ROIObservationContextCodeSequence, []string{"SQ"}, "ROI Observation Context Code Sequence", "ROIObservationContextCodeSequence", "1", false}, - ContourData: Info{ContourData, []string{"DS"}, "Contour Data", "ContourData", "3-3n", false}, - RTROIObservationsSequence: Info{RTROIObservationsSequence, []string{"SQ"}, "RT ROI Observations Sequence", "RTROIObservationsSequence", "1", false}, - ObservationNumber: Info{ObservationNumber, []string{"IS"}, "Observation Number", "ObservationNumber", "1", false}, - ReferencedROINumber: Info{ReferencedROINumber, []string{"IS"}, "Referenced ROI Number", "ReferencedROINumber", "1", false}, - ROIObservationLabel: Info{ROIObservationLabel, []string{"SH"}, "ROI Observation Label", "ROIObservationLabel", "1", true}, - RTROIIdentificationCodeSequence: Info{RTROIIdentificationCodeSequence, []string{"SQ"}, "RT ROI Identification Code Sequence", "RTROIIdentificationCodeSequence", "1", false}, - ROIObservationDescription: Info{ROIObservationDescription, []string{"ST"}, "ROI Observation Description", "ROIObservationDescription", "1", true}, - RelatedRTROIObservationsSequence: Info{RelatedRTROIObservationsSequence, []string{"SQ"}, "Related RT ROI Observations Sequence", "RelatedRTROIObservationsSequence", "1", false}, - RTROIInterpretedType: Info{RTROIInterpretedType, []string{"CS"}, "RT ROI Interpreted Type", "RTROIInterpretedType", "1", false}, - ROIInterpreter: Info{ROIInterpreter, []string{"PN"}, "ROI Interpreter", "ROIInterpreter", "1", false}, - ROIPhysicalPropertiesSequence: Info{ROIPhysicalPropertiesSequence, []string{"SQ"}, "ROI Physical Properties Sequence", "ROIPhysicalPropertiesSequence", "1", false}, - ROIPhysicalProperty: Info{ROIPhysicalProperty, []string{"CS"}, "ROI Physical Property", "ROIPhysicalProperty", "1", false}, - ROIPhysicalPropertyValue: Info{ROIPhysicalPropertyValue, []string{"DS"}, "ROI Physical Property Value", "ROIPhysicalPropertyValue", "1", false}, - ROIElementalCompositionSequence: Info{ROIElementalCompositionSequence, []string{"SQ"}, "ROI Elemental Composition Sequence", "ROIElementalCompositionSequence", "1", false}, - ROIElementalCompositionAtomicNumber: Info{ROIElementalCompositionAtomicNumber, []string{"US"}, "ROI Elemental Composition Atomic Number", "ROIElementalCompositionAtomicNumber", "1", false}, - ROIElementalCompositionAtomicMassFraction: Info{ROIElementalCompositionAtomicMassFraction, []string{"FL"}, "ROI Elemental Composition Atomic Mass Fraction", "ROIElementalCompositionAtomicMassFraction", "1", false}, - AdditionalRTROIIdentificationCodeSequence: Info{AdditionalRTROIIdentificationCodeSequence, []string{"SQ"}, "Additional RT ROI Identification Code Sequence", "AdditionalRTROIIdentificationCodeSequence", "1", true}, - FrameOfReferenceRelationshipSequence: Info{FrameOfReferenceRelationshipSequence, []string{"SQ"}, "Frame of Reference Relationship Sequence", "FrameOfReferenceRelationshipSequence", "1", true}, - RelatedFrameOfReferenceUID: Info{RelatedFrameOfReferenceUID, []string{"UI"}, "Related Frame of Reference UID", "RelatedFrameOfReferenceUID", "1", true}, - FrameOfReferenceTransformationType: Info{FrameOfReferenceTransformationType, []string{"CS"}, "Frame of Reference Transformation Type", "FrameOfReferenceTransformationType", "1", true}, - FrameOfReferenceTransformationMatrix: Info{FrameOfReferenceTransformationMatrix, []string{"DS"}, "Frame of Reference Transformation Matrix", "FrameOfReferenceTransformationMatrix", "16", false}, - FrameOfReferenceTransformationComment: Info{FrameOfReferenceTransformationComment, []string{"LO"}, "Frame of Reference Transformation Comment", "FrameOfReferenceTransformationComment", "1", false}, - PatientLocationCoordinatesSequence: Info{PatientLocationCoordinatesSequence, []string{"SQ"}, "Patient Location Coordinates Sequence", "PatientLocationCoordinatesSequence", "1", false}, - PatientLocationCoordinatesCodeSequence: Info{PatientLocationCoordinatesCodeSequence, []string{"SQ"}, "Patient Location Coordinates Code Sequence", "PatientLocationCoordinatesCodeSequence", "1", false}, - PatientSupportPositionSequence: Info{PatientSupportPositionSequence, []string{"SQ"}, "Patient Support Position Sequence", "PatientSupportPositionSequence", "1", false}, - MeasuredDoseReferenceSequence: Info{MeasuredDoseReferenceSequence, []string{"SQ"}, "Measured Dose Reference Sequence", "MeasuredDoseReferenceSequence", "1", false}, - MeasuredDoseDescription: Info{MeasuredDoseDescription, []string{"ST"}, "Measured Dose Description", "MeasuredDoseDescription", "1", false}, - MeasuredDoseType: Info{MeasuredDoseType, []string{"CS"}, "Measured Dose Type", "MeasuredDoseType", "1", false}, - MeasuredDoseValue: Info{MeasuredDoseValue, []string{"DS"}, "Measured Dose Value", "MeasuredDoseValue", "1", false}, - TreatmentSessionBeamSequence: Info{TreatmentSessionBeamSequence, []string{"SQ"}, "Treatment Session Beam Sequence", "TreatmentSessionBeamSequence", "1", false}, - TreatmentSessionIonBeamSequence: Info{TreatmentSessionIonBeamSequence, []string{"SQ"}, "Treatment Session Ion Beam Sequence", "TreatmentSessionIonBeamSequence", "1", false}, - CurrentFractionNumber: Info{CurrentFractionNumber, []string{"IS"}, "Current Fraction Number", "CurrentFractionNumber", "1", false}, - TreatmentControlPointDate: Info{TreatmentControlPointDate, []string{"DA"}, "Treatment Control Point Date", "TreatmentControlPointDate", "1", false}, - TreatmentControlPointTime: Info{TreatmentControlPointTime, []string{"TM"}, "Treatment Control Point Time", "TreatmentControlPointTime", "1", false}, - TreatmentTerminationStatus: Info{TreatmentTerminationStatus, []string{"CS"}, "Treatment Termination Status", "TreatmentTerminationStatus", "1", false}, - TreatmentTerminationCode: Info{TreatmentTerminationCode, []string{"SH"}, "Treatment Termination Code", "TreatmentTerminationCode", "1", true}, - TreatmentVerificationStatus: Info{TreatmentVerificationStatus, []string{"CS"}, "Treatment Verification Status", "TreatmentVerificationStatus", "1", false}, - ReferencedTreatmentRecordSequence: Info{ReferencedTreatmentRecordSequence, []string{"SQ"}, "Referenced Treatment Record Sequence", "ReferencedTreatmentRecordSequence", "1", false}, - SpecifiedPrimaryMeterset: Info{SpecifiedPrimaryMeterset, []string{"DS"}, "Specified Primary Meterset", "SpecifiedPrimaryMeterset", "1", false}, - SpecifiedSecondaryMeterset: Info{SpecifiedSecondaryMeterset, []string{"DS"}, "Specified Secondary Meterset", "SpecifiedSecondaryMeterset", "1", false}, - DeliveredPrimaryMeterset: Info{DeliveredPrimaryMeterset, []string{"DS"}, "Delivered Primary Meterset", "DeliveredPrimaryMeterset", "1", false}, - DeliveredSecondaryMeterset: Info{DeliveredSecondaryMeterset, []string{"DS"}, "Delivered Secondary Meterset", "DeliveredSecondaryMeterset", "1", false}, - SpecifiedTreatmentTime: Info{SpecifiedTreatmentTime, []string{"DS"}, "Specified Treatment Time", "SpecifiedTreatmentTime", "1", false}, - DeliveredTreatmentTime: Info{DeliveredTreatmentTime, []string{"DS"}, "Delivered Treatment Time", "DeliveredTreatmentTime", "1", false}, - ControlPointDeliverySequence: Info{ControlPointDeliverySequence, []string{"SQ"}, "Control Point Delivery Sequence", "ControlPointDeliverySequence", "1", false}, - IonControlPointDeliverySequence: Info{IonControlPointDeliverySequence, []string{"SQ"}, "Ion Control Point Delivery Sequence", "IonControlPointDeliverySequence", "1", false}, - SpecifiedMeterset: Info{SpecifiedMeterset, []string{"DS"}, "Specified Meterset", "SpecifiedMeterset", "1", false}, - DeliveredMeterset: Info{DeliveredMeterset, []string{"DS"}, "Delivered Meterset", "DeliveredMeterset", "1", false}, - MetersetRateSet: Info{MetersetRateSet, []string{"FL"}, "Meterset Rate Set", "MetersetRateSet", "1", false}, - MetersetRateDelivered: Info{MetersetRateDelivered, []string{"FL"}, "Meterset Rate Delivered", "MetersetRateDelivered", "1", false}, - ScanSpotMetersetsDelivered: Info{ScanSpotMetersetsDelivered, []string{"FL"}, "Scan Spot Metersets Delivered", "ScanSpotMetersetsDelivered", "1-n", false}, - DoseRateDelivered: Info{DoseRateDelivered, []string{"DS"}, "Dose Rate Delivered", "DoseRateDelivered", "1", false}, - TreatmentSummaryCalculatedDoseReferenceSequence: Info{TreatmentSummaryCalculatedDoseReferenceSequence, []string{"SQ"}, "Treatment Summary Calculated Dose Reference Sequence", "TreatmentSummaryCalculatedDoseReferenceSequence", "1", false}, - CumulativeDoseToDoseReference: Info{CumulativeDoseToDoseReference, []string{"DS"}, "Cumulative Dose to Dose Reference", "CumulativeDoseToDoseReference", "1", false}, - FirstTreatmentDate: Info{FirstTreatmentDate, []string{"DA"}, "First Treatment Date", "FirstTreatmentDate", "1", false}, - MostRecentTreatmentDate: Info{MostRecentTreatmentDate, []string{"DA"}, "Most Recent Treatment Date", "MostRecentTreatmentDate", "1", false}, - NumberOfFractionsDelivered: Info{NumberOfFractionsDelivered, []string{"IS"}, "Number of Fractions Delivered", "NumberOfFractionsDelivered", "1", false}, - OverrideSequence: Info{OverrideSequence, []string{"SQ"}, "Override Sequence", "OverrideSequence", "1", false}, - ParameterSequencePointer: Info{ParameterSequencePointer, []string{"AT"}, "Parameter Sequence Pointer", "ParameterSequencePointer", "1", false}, - OverrideParameterPointer: Info{OverrideParameterPointer, []string{"AT"}, "Override Parameter Pointer", "OverrideParameterPointer", "1", false}, - ParameterItemIndex: Info{ParameterItemIndex, []string{"IS"}, "Parameter Item Index", "ParameterItemIndex", "1", false}, - MeasuredDoseReferenceNumber: Info{MeasuredDoseReferenceNumber, []string{"IS"}, "Measured Dose Reference Number", "MeasuredDoseReferenceNumber", "1", false}, - ParameterPointer: Info{ParameterPointer, []string{"AT"}, "Parameter Pointer", "ParameterPointer", "1", false}, - OverrideReason: Info{OverrideReason, []string{"ST"}, "Override Reason", "OverrideReason", "1", false}, - ParameterValueNumber: Info{ParameterValueNumber, []string{"US"}, "Parameter Value Number", "ParameterValueNumber", "1", false}, - CorrectedParameterSequence: Info{CorrectedParameterSequence, []string{"SQ"}, "Corrected Parameter Sequence", "CorrectedParameterSequence", "1", false}, - CorrectionValue: Info{CorrectionValue, []string{"FL"}, "Correction Value", "CorrectionValue", "1", false}, - CalculatedDoseReferenceSequence: Info{CalculatedDoseReferenceSequence, []string{"SQ"}, "Calculated Dose Reference Sequence", "CalculatedDoseReferenceSequence", "1", false}, - CalculatedDoseReferenceNumber: Info{CalculatedDoseReferenceNumber, []string{"IS"}, "Calculated Dose Reference Number", "CalculatedDoseReferenceNumber", "1", false}, - CalculatedDoseReferenceDescription: Info{CalculatedDoseReferenceDescription, []string{"ST"}, "Calculated Dose Reference Description", "CalculatedDoseReferenceDescription", "1", false}, - CalculatedDoseReferenceDoseValue: Info{CalculatedDoseReferenceDoseValue, []string{"DS"}, "Calculated Dose Reference Dose Value", "CalculatedDoseReferenceDoseValue", "1", false}, - StartMeterset: Info{StartMeterset, []string{"DS"}, "Start Meterset", "StartMeterset", "1", false}, - EndMeterset: Info{EndMeterset, []string{"DS"}, "End Meterset", "EndMeterset", "1", false}, - ReferencedMeasuredDoseReferenceSequence: Info{ReferencedMeasuredDoseReferenceSequence, []string{"SQ"}, "Referenced Measured Dose Reference Sequence", "ReferencedMeasuredDoseReferenceSequence", "1", false}, - ReferencedMeasuredDoseReferenceNumber: Info{ReferencedMeasuredDoseReferenceNumber, []string{"IS"}, "Referenced Measured Dose Reference Number", "ReferencedMeasuredDoseReferenceNumber", "1", false}, - ReferencedCalculatedDoseReferenceSequence: Info{ReferencedCalculatedDoseReferenceSequence, []string{"SQ"}, "Referenced Calculated Dose Reference Sequence", "ReferencedCalculatedDoseReferenceSequence", "1", false}, - ReferencedCalculatedDoseReferenceNumber: Info{ReferencedCalculatedDoseReferenceNumber, []string{"IS"}, "Referenced Calculated Dose Reference Number", "ReferencedCalculatedDoseReferenceNumber", "1", false}, - BeamLimitingDeviceLeafPairsSequence: Info{BeamLimitingDeviceLeafPairsSequence, []string{"SQ"}, "Beam Limiting Device Leaf Pairs Sequence", "BeamLimitingDeviceLeafPairsSequence", "1", false}, - EnhancedRTBeamLimitingDeviceSequence: Info{EnhancedRTBeamLimitingDeviceSequence, []string{"SQ"}, "Enhanced RT Beam Limiting Device Sequence", "EnhancedRTBeamLimitingDeviceSequence", "1", false}, - EnhancedRTBeamLimitingOpeningSequence: Info{EnhancedRTBeamLimitingOpeningSequence, []string{"SQ"}, "Enhanced RT Beam Limiting Opening Sequence", "EnhancedRTBeamLimitingOpeningSequence", "1", false}, - EnhancedRTBeamLimitingDeviceDefinitionFlag: Info{EnhancedRTBeamLimitingDeviceDefinitionFlag, []string{"CS"}, "Enhanced RT Beam Limiting Device Definition Flag", "EnhancedRTBeamLimitingDeviceDefinitionFlag", "1", false}, - ParallelRTBeamDelimiterOpeningExtents: Info{ParallelRTBeamDelimiterOpeningExtents, []string{"FD"}, "Parallel RT Beam Delimiter Opening Extents", "ParallelRTBeamDelimiterOpeningExtents", "2-2n", false}, - RecordedWedgeSequence: Info{RecordedWedgeSequence, []string{"SQ"}, "Recorded Wedge Sequence", "RecordedWedgeSequence", "1", false}, - RecordedCompensatorSequence: Info{RecordedCompensatorSequence, []string{"SQ"}, "Recorded Compensator Sequence", "RecordedCompensatorSequence", "1", false}, - RecordedBlockSequence: Info{RecordedBlockSequence, []string{"SQ"}, "Recorded Block Sequence", "RecordedBlockSequence", "1", false}, - RecordedBlockSlabSequence: Info{RecordedBlockSlabSequence, []string{"SQ"}, "Recorded Block Slab Sequence", "RecordedBlockSlabSequence", "1", false}, - TreatmentSummaryMeasuredDoseReferenceSequence: Info{TreatmentSummaryMeasuredDoseReferenceSequence, []string{"SQ"}, "Treatment Summary Measured Dose Reference Sequence", "TreatmentSummaryMeasuredDoseReferenceSequence", "1", false}, - RecordedSnoutSequence: Info{RecordedSnoutSequence, []string{"SQ"}, "Recorded Snout Sequence", "RecordedSnoutSequence", "1", false}, - RecordedRangeShifterSequence: Info{RecordedRangeShifterSequence, []string{"SQ"}, "Recorded Range Shifter Sequence", "RecordedRangeShifterSequence", "1", false}, - RecordedLateralSpreadingDeviceSequence: Info{RecordedLateralSpreadingDeviceSequence, []string{"SQ"}, "Recorded Lateral Spreading Device Sequence", "RecordedLateralSpreadingDeviceSequence", "1", false}, - RecordedRangeModulatorSequence: Info{RecordedRangeModulatorSequence, []string{"SQ"}, "Recorded Range Modulator Sequence", "RecordedRangeModulatorSequence", "1", false}, - RecordedSourceSequence: Info{RecordedSourceSequence, []string{"SQ"}, "Recorded Source Sequence", "RecordedSourceSequence", "1", false}, - SourceSerialNumber: Info{SourceSerialNumber, []string{"LO"}, "Source Serial Number", "SourceSerialNumber", "1", false}, - TreatmentSessionApplicationSetupSequence: Info{TreatmentSessionApplicationSetupSequence, []string{"SQ"}, "Treatment Session Application Setup Sequence", "TreatmentSessionApplicationSetupSequence", "1", false}, - ApplicationSetupCheck: Info{ApplicationSetupCheck, []string{"CS"}, "Application Setup Check", "ApplicationSetupCheck", "1", false}, - RecordedBrachyAccessoryDeviceSequence: Info{RecordedBrachyAccessoryDeviceSequence, []string{"SQ"}, "Recorded Brachy Accessory Device Sequence", "RecordedBrachyAccessoryDeviceSequence", "1", false}, - ReferencedBrachyAccessoryDeviceNumber: Info{ReferencedBrachyAccessoryDeviceNumber, []string{"IS"}, "Referenced Brachy Accessory Device Number", "ReferencedBrachyAccessoryDeviceNumber", "1", false}, - RecordedChannelSequence: Info{RecordedChannelSequence, []string{"SQ"}, "Recorded Channel Sequence", "RecordedChannelSequence", "1", false}, - SpecifiedChannelTotalTime: Info{SpecifiedChannelTotalTime, []string{"DS"}, "Specified Channel Total Time", "SpecifiedChannelTotalTime", "1", false}, - DeliveredChannelTotalTime: Info{DeliveredChannelTotalTime, []string{"DS"}, "Delivered Channel Total Time", "DeliveredChannelTotalTime", "1", false}, - SpecifiedNumberOfPulses: Info{SpecifiedNumberOfPulses, []string{"IS"}, "Specified Number of Pulses", "SpecifiedNumberOfPulses", "1", false}, - DeliveredNumberOfPulses: Info{DeliveredNumberOfPulses, []string{"IS"}, "Delivered Number of Pulses", "DeliveredNumberOfPulses", "1", false}, - SpecifiedPulseRepetitionInterval: Info{SpecifiedPulseRepetitionInterval, []string{"DS"}, "Specified Pulse Repetition Interval", "SpecifiedPulseRepetitionInterval", "1", false}, - DeliveredPulseRepetitionInterval: Info{DeliveredPulseRepetitionInterval, []string{"DS"}, "Delivered Pulse Repetition Interval", "DeliveredPulseRepetitionInterval", "1", false}, - RecordedSourceApplicatorSequence: Info{RecordedSourceApplicatorSequence, []string{"SQ"}, "Recorded Source Applicator Sequence", "RecordedSourceApplicatorSequence", "1", false}, - ReferencedSourceApplicatorNumber: Info{ReferencedSourceApplicatorNumber, []string{"IS"}, "Referenced Source Applicator Number", "ReferencedSourceApplicatorNumber", "1", false}, - RecordedChannelShieldSequence: Info{RecordedChannelShieldSequence, []string{"SQ"}, "Recorded Channel Shield Sequence", "RecordedChannelShieldSequence", "1", false}, - ReferencedChannelShieldNumber: Info{ReferencedChannelShieldNumber, []string{"IS"}, "Referenced Channel Shield Number", "ReferencedChannelShieldNumber", "1", false}, - BrachyControlPointDeliveredSequence: Info{BrachyControlPointDeliveredSequence, []string{"SQ"}, "Brachy Control Point Delivered Sequence", "BrachyControlPointDeliveredSequence", "1", false}, - SafePositionExitDate: Info{SafePositionExitDate, []string{"DA"}, "Safe Position Exit Date", "SafePositionExitDate", "1", false}, - SafePositionExitTime: Info{SafePositionExitTime, []string{"TM"}, "Safe Position Exit Time", "SafePositionExitTime", "1", false}, - SafePositionReturnDate: Info{SafePositionReturnDate, []string{"DA"}, "Safe Position Return Date", "SafePositionReturnDate", "1", false}, - SafePositionReturnTime: Info{SafePositionReturnTime, []string{"TM"}, "Safe Position Return Time", "SafePositionReturnTime", "1", false}, - PulseSpecificBrachyControlPointDeliveredSequence: Info{PulseSpecificBrachyControlPointDeliveredSequence, []string{"SQ"}, "Pulse Specific Brachy Control Point Delivered Sequence", "PulseSpecificBrachyControlPointDeliveredSequence", "1", false}, - PulseNumber: Info{PulseNumber, []string{"US"}, "Pulse Number", "PulseNumber", "1", false}, - BrachyPulseControlPointDeliveredSequence: Info{BrachyPulseControlPointDeliveredSequence, []string{"SQ"}, "Brachy Pulse Control Point Delivered Sequence", "BrachyPulseControlPointDeliveredSequence", "1", false}, - CurrentTreatmentStatus: Info{CurrentTreatmentStatus, []string{"CS"}, "Current Treatment Status", "CurrentTreatmentStatus", "1", false}, - TreatmentStatusComment: Info{TreatmentStatusComment, []string{"ST"}, "Treatment Status Comment", "TreatmentStatusComment", "1", false}, - FractionGroupSummarySequence: Info{FractionGroupSummarySequence, []string{"SQ"}, "Fraction Group Summary Sequence", "FractionGroupSummarySequence", "1", false}, - ReferencedFractionNumber: Info{ReferencedFractionNumber, []string{"IS"}, "Referenced Fraction Number", "ReferencedFractionNumber", "1", false}, - FractionGroupType: Info{FractionGroupType, []string{"CS"}, "Fraction Group Type", "FractionGroupType", "1", false}, - BeamStopperPosition: Info{BeamStopperPosition, []string{"CS"}, "Beam Stopper Position", "BeamStopperPosition", "1", false}, - FractionStatusSummarySequence: Info{FractionStatusSummarySequence, []string{"SQ"}, "Fraction Status Summary Sequence", "FractionStatusSummarySequence", "1", false}, - TreatmentDate: Info{TreatmentDate, []string{"DA"}, "Treatment Date", "TreatmentDate", "1", false}, - TreatmentTime: Info{TreatmentTime, []string{"TM"}, "Treatment Time", "TreatmentTime", "1", false}, - RTPlanLabel: Info{RTPlanLabel, []string{"SH"}, "RT Plan Label", "RTPlanLabel", "1", false}, - RTPlanName: Info{RTPlanName, []string{"LO"}, "RT Plan Name", "RTPlanName", "1", false}, - RTPlanDescription: Info{RTPlanDescription, []string{"ST"}, "RT Plan Description", "RTPlanDescription", "1", false}, - RTPlanDate: Info{RTPlanDate, []string{"DA"}, "RT Plan Date", "RTPlanDate", "1", false}, - RTPlanTime: Info{RTPlanTime, []string{"TM"}, "RT Plan Time", "RTPlanTime", "1", false}, - TreatmentProtocols: Info{TreatmentProtocols, []string{"LO"}, "Treatment Protocols", "TreatmentProtocols", "1-n", false}, - PlanIntent: Info{PlanIntent, []string{"CS"}, "Plan Intent", "PlanIntent", "1", false}, - TreatmentSites: Info{TreatmentSites, []string{"LO"}, "Treatment Sites", "TreatmentSites", "1-n", true}, - RTPlanGeometry: Info{RTPlanGeometry, []string{"CS"}, "RT Plan Geometry", "RTPlanGeometry", "1", false}, - PrescriptionDescription: Info{PrescriptionDescription, []string{"ST"}, "Prescription Description", "PrescriptionDescription", "1", false}, - DoseReferenceSequence: Info{DoseReferenceSequence, []string{"SQ"}, "Dose Reference Sequence", "DoseReferenceSequence", "1", false}, - DoseReferenceNumber: Info{DoseReferenceNumber, []string{"IS"}, "Dose Reference Number", "DoseReferenceNumber", "1", false}, - DoseReferenceUID: Info{DoseReferenceUID, []string{"UI"}, "Dose Reference UID", "DoseReferenceUID", "1", false}, - DoseReferenceStructureType: Info{DoseReferenceStructureType, []string{"CS"}, "Dose Reference Structure Type", "DoseReferenceStructureType", "1", false}, - NominalBeamEnergyUnit: Info{NominalBeamEnergyUnit, []string{"CS"}, "Nominal Beam Energy Unit", "NominalBeamEnergyUnit", "1", false}, - DoseReferenceDescription: Info{DoseReferenceDescription, []string{"LO"}, "Dose Reference Description", "DoseReferenceDescription", "1", false}, - DoseReferencePointCoordinates: Info{DoseReferencePointCoordinates, []string{"DS"}, "Dose Reference Point Coordinates", "DoseReferencePointCoordinates", "3", false}, - NominalPriorDose: Info{NominalPriorDose, []string{"DS"}, "Nominal Prior Dose", "NominalPriorDose", "1", false}, - DoseReferenceType: Info{DoseReferenceType, []string{"CS"}, "Dose Reference Type", "DoseReferenceType", "1", false}, - ConstraintWeight: Info{ConstraintWeight, []string{"DS"}, "Constraint Weight", "ConstraintWeight", "1", false}, - DeliveryWarningDose: Info{DeliveryWarningDose, []string{"DS"}, "Delivery Warning Dose", "DeliveryWarningDose", "1", false}, - DeliveryMaximumDose: Info{DeliveryMaximumDose, []string{"DS"}, "Delivery Maximum Dose", "DeliveryMaximumDose", "1", false}, - TargetMinimumDose: Info{TargetMinimumDose, []string{"DS"}, "Target Minimum Dose", "TargetMinimumDose", "1", false}, - TargetPrescriptionDose: Info{TargetPrescriptionDose, []string{"DS"}, "Target Prescription Dose", "TargetPrescriptionDose", "1", false}, - TargetMaximumDose: Info{TargetMaximumDose, []string{"DS"}, "Target Maximum Dose", "TargetMaximumDose", "1", false}, - TargetUnderdoseVolumeFraction: Info{TargetUnderdoseVolumeFraction, []string{"DS"}, "Target Underdose Volume Fraction", "TargetUnderdoseVolumeFraction", "1", false}, - OrganAtRiskFullVolumeDose: Info{OrganAtRiskFullVolumeDose, []string{"DS"}, "Organ at Risk Full-volume Dose", "OrganAtRiskFullVolumeDose", "1", false}, - OrganAtRiskLimitDose: Info{OrganAtRiskLimitDose, []string{"DS"}, "Organ at Risk Limit Dose", "OrganAtRiskLimitDose", "1", false}, - OrganAtRiskMaximumDose: Info{OrganAtRiskMaximumDose, []string{"DS"}, "Organ at Risk Maximum Dose", "OrganAtRiskMaximumDose", "1", false}, - OrganAtRiskOverdoseVolumeFraction: Info{OrganAtRiskOverdoseVolumeFraction, []string{"DS"}, "Organ at Risk Overdose Volume Fraction", "OrganAtRiskOverdoseVolumeFraction", "1", false}, - ToleranceTableSequence: Info{ToleranceTableSequence, []string{"SQ"}, "Tolerance Table Sequence", "ToleranceTableSequence", "1", false}, - ToleranceTableNumber: Info{ToleranceTableNumber, []string{"IS"}, "Tolerance Table Number", "ToleranceTableNumber", "1", false}, - ToleranceTableLabel: Info{ToleranceTableLabel, []string{"SH"}, "Tolerance Table Label", "ToleranceTableLabel", "1", false}, - GantryAngleTolerance: Info{GantryAngleTolerance, []string{"DS"}, "Gantry Angle Tolerance", "GantryAngleTolerance", "1", false}, - BeamLimitingDeviceAngleTolerance: Info{BeamLimitingDeviceAngleTolerance, []string{"DS"}, "Beam Limiting Device Angle Tolerance", "BeamLimitingDeviceAngleTolerance", "1", false}, - BeamLimitingDeviceToleranceSequence: Info{BeamLimitingDeviceToleranceSequence, []string{"SQ"}, "Beam Limiting Device Tolerance Sequence", "BeamLimitingDeviceToleranceSequence", "1", false}, - BeamLimitingDevicePositionTolerance: Info{BeamLimitingDevicePositionTolerance, []string{"DS"}, "Beam Limiting Device Position Tolerance", "BeamLimitingDevicePositionTolerance", "1", false}, - SnoutPositionTolerance: Info{SnoutPositionTolerance, []string{"FL"}, "Snout Position Tolerance", "SnoutPositionTolerance", "1", false}, - PatientSupportAngleTolerance: Info{PatientSupportAngleTolerance, []string{"DS"}, "Patient Support Angle Tolerance", "PatientSupportAngleTolerance", "1", false}, - TableTopEccentricAngleTolerance: Info{TableTopEccentricAngleTolerance, []string{"DS"}, "Table Top Eccentric Angle Tolerance", "TableTopEccentricAngleTolerance", "1", false}, - TableTopPitchAngleTolerance: Info{TableTopPitchAngleTolerance, []string{"FL"}, "Table Top Pitch Angle Tolerance", "TableTopPitchAngleTolerance", "1", false}, - TableTopRollAngleTolerance: Info{TableTopRollAngleTolerance, []string{"FL"}, "Table Top Roll Angle Tolerance", "TableTopRollAngleTolerance", "1", false}, - TableTopVerticalPositionTolerance: Info{TableTopVerticalPositionTolerance, []string{"DS"}, "Table Top Vertical Position Tolerance", "TableTopVerticalPositionTolerance", "1", false}, - TableTopLongitudinalPositionTolerance: Info{TableTopLongitudinalPositionTolerance, []string{"DS"}, "Table Top Longitudinal Position Tolerance", "TableTopLongitudinalPositionTolerance", "1", false}, - TableTopLateralPositionTolerance: Info{TableTopLateralPositionTolerance, []string{"DS"}, "Table Top Lateral Position Tolerance", "TableTopLateralPositionTolerance", "1", false}, - RTPlanRelationship: Info{RTPlanRelationship, []string{"CS"}, "RT Plan Relationship", "RTPlanRelationship", "1", false}, - FractionGroupSequence: Info{FractionGroupSequence, []string{"SQ"}, "Fraction Group Sequence", "FractionGroupSequence", "1", false}, - FractionGroupNumber: Info{FractionGroupNumber, []string{"IS"}, "Fraction Group Number", "FractionGroupNumber", "1", false}, - FractionGroupDescription: Info{FractionGroupDescription, []string{"LO"}, "Fraction Group Description", "FractionGroupDescription", "1", false}, - NumberOfFractionsPlanned: Info{NumberOfFractionsPlanned, []string{"IS"}, "Number of Fractions Planned", "NumberOfFractionsPlanned", "1", false}, - NumberOfFractionPatternDigitsPerDay: Info{NumberOfFractionPatternDigitsPerDay, []string{"IS"}, "Number of Fraction Pattern Digits Per Day", "NumberOfFractionPatternDigitsPerDay", "1", false}, - RepeatFractionCycleLength: Info{RepeatFractionCycleLength, []string{"IS"}, "Repeat Fraction Cycle Length", "RepeatFractionCycleLength", "1", false}, - FractionPattern: Info{FractionPattern, []string{"LT"}, "Fraction Pattern", "FractionPattern", "1", false}, - NumberOfBeams: Info{NumberOfBeams, []string{"IS"}, "Number of Beams", "NumberOfBeams", "1", false}, - BeamDoseSpecificationPoint: Info{BeamDoseSpecificationPoint, []string{"DS"}, "Beam Dose Specification Point", "BeamDoseSpecificationPoint", "3", true}, - ReferencedDoseReferenceUID: Info{ReferencedDoseReferenceUID, []string{"UI"}, "Referenced Dose Reference UID", "ReferencedDoseReferenceUID", "1", false}, - BeamDose: Info{BeamDose, []string{"DS"}, "Beam Dose", "BeamDose", "1", false}, - BeamMeterset: Info{BeamMeterset, []string{"DS"}, "Beam Meterset", "BeamMeterset", "1", false}, - BeamDosePointDepth: Info{BeamDosePointDepth, []string{"FL"}, "Beam Dose Point Depth", "BeamDosePointDepth", "1", false}, - BeamDosePointEquivalentDepth: Info{BeamDosePointEquivalentDepth, []string{"FL"}, "Beam Dose Point Equivalent Depth", "BeamDosePointEquivalentDepth", "1", false}, - BeamDosePointSSD: Info{BeamDosePointSSD, []string{"FL"}, "Beam Dose Point SSD", "BeamDosePointSSD", "1", false}, - BeamDoseMeaning: Info{BeamDoseMeaning, []string{"CS"}, "Beam Dose Meaning", "BeamDoseMeaning", "1", false}, - BeamDoseVerificationControlPointSequence: Info{BeamDoseVerificationControlPointSequence, []string{"SQ"}, "Beam Dose Verification Control Point Sequence", "BeamDoseVerificationControlPointSequence", "1", false}, - AverageBeamDosePointDepth: Info{AverageBeamDosePointDepth, []string{"FL"}, "Average Beam Dose Point Depth", "AverageBeamDosePointDepth", "1", true}, - AverageBeamDosePointEquivalentDepth: Info{AverageBeamDosePointEquivalentDepth, []string{"FL"}, "Average Beam Dose Point Equivalent Depth", "AverageBeamDosePointEquivalentDepth", "1", true}, - AverageBeamDosePointSSD: Info{AverageBeamDosePointSSD, []string{"FL"}, "Average Beam Dose Point SSD", "AverageBeamDosePointSSD", "1", true}, - BeamDoseType: Info{BeamDoseType, []string{"CS"}, "Beam Dose Type", "BeamDoseType", "1", false}, - AlternateBeamDose: Info{AlternateBeamDose, []string{"DS"}, "Alternate Beam Dose", "AlternateBeamDose", "1", false}, - AlternateBeamDoseType: Info{AlternateBeamDoseType, []string{"CS"}, "Alternate Beam Dose Type", "AlternateBeamDoseType", "1", false}, - DepthValueAveragingFlag: Info{DepthValueAveragingFlag, []string{"CS"}, "Depth Value Averaging Flag", "DepthValueAveragingFlag", "1", false}, - BeamDosePointSourceToExternalContourDistance: Info{BeamDosePointSourceToExternalContourDistance, []string{"DS"}, "Beam Dose Point Source to External Contour Distance", "BeamDosePointSourceToExternalContourDistance", "1", false}, - NumberOfBrachyApplicationSetups: Info{NumberOfBrachyApplicationSetups, []string{"IS"}, "Number of Brachy Application Setups", "NumberOfBrachyApplicationSetups", "1", false}, - BrachyApplicationSetupDoseSpecificationPoint: Info{BrachyApplicationSetupDoseSpecificationPoint, []string{"DS"}, "Brachy Application Setup Dose Specification Point", "BrachyApplicationSetupDoseSpecificationPoint", "3", false}, - BrachyApplicationSetupDose: Info{BrachyApplicationSetupDose, []string{"DS"}, "Brachy Application Setup Dose", "BrachyApplicationSetupDose", "1", false}, - BeamSequence: Info{BeamSequence, []string{"SQ"}, "Beam Sequence", "BeamSequence", "1", false}, - TreatmentMachineName: Info{TreatmentMachineName, []string{"SH"}, "Treatment Machine Name", "TreatmentMachineName", "1", false}, - PrimaryDosimeterUnit: Info{PrimaryDosimeterUnit, []string{"CS"}, "Primary Dosimeter Unit", "PrimaryDosimeterUnit", "1", false}, - SourceAxisDistance: Info{SourceAxisDistance, []string{"DS"}, "Source-Axis Distance", "SourceAxisDistance", "1", false}, - BeamLimitingDeviceSequence: Info{BeamLimitingDeviceSequence, []string{"SQ"}, "Beam Limiting Device Sequence", "BeamLimitingDeviceSequence", "1", false}, - RTBeamLimitingDeviceType: Info{RTBeamLimitingDeviceType, []string{"CS"}, "RT Beam Limiting Device Type", "RTBeamLimitingDeviceType", "1", false}, - SourceToBeamLimitingDeviceDistance: Info{SourceToBeamLimitingDeviceDistance, []string{"DS"}, "Source to Beam Limiting Device Distance", "SourceToBeamLimitingDeviceDistance", "1", false}, - IsocenterToBeamLimitingDeviceDistance: Info{IsocenterToBeamLimitingDeviceDistance, []string{"FL"}, "Isocenter to Beam Limiting Device Distance", "IsocenterToBeamLimitingDeviceDistance", "1", false}, - NumberOfLeafJawPairs: Info{NumberOfLeafJawPairs, []string{"IS"}, "Number of Leaf/Jaw Pairs", "NumberOfLeafJawPairs", "1", false}, - LeafPositionBoundaries: Info{LeafPositionBoundaries, []string{"DS"}, "Leaf Position Boundaries", "LeafPositionBoundaries", "3-n", false}, - BeamNumber: Info{BeamNumber, []string{"IS"}, "Beam Number", "BeamNumber", "1", false}, - BeamName: Info{BeamName, []string{"LO"}, "Beam Name", "BeamName", "1", false}, - BeamDescription: Info{BeamDescription, []string{"ST"}, "Beam Description", "BeamDescription", "1", false}, - BeamType: Info{BeamType, []string{"CS"}, "Beam Type", "BeamType", "1", false}, - BeamDeliveryDurationLimit: Info{BeamDeliveryDurationLimit, []string{"FD"}, "Beam Delivery Duration Limit", "BeamDeliveryDurationLimit", "1", false}, - RadiationType: Info{RadiationType, []string{"CS"}, "Radiation Type", "RadiationType", "1", false}, - HighDoseTechniqueType: Info{HighDoseTechniqueType, []string{"CS"}, "High-Dose Technique Type", "HighDoseTechniqueType", "1", false}, - ReferenceImageNumber: Info{ReferenceImageNumber, []string{"IS"}, "Reference Image Number", "ReferenceImageNumber", "1", false}, - PlannedVerificationImageSequence: Info{PlannedVerificationImageSequence, []string{"SQ"}, "Planned Verification Image Sequence", "PlannedVerificationImageSequence", "1", false}, - ImagingDeviceSpecificAcquisitionParameters: Info{ImagingDeviceSpecificAcquisitionParameters, []string{"LO"}, "Imaging Device-Specific Acquisition Parameters", "ImagingDeviceSpecificAcquisitionParameters", "1-n", false}, - TreatmentDeliveryType: Info{TreatmentDeliveryType, []string{"CS"}, "Treatment Delivery Type", "TreatmentDeliveryType", "1", false}, - NumberOfWedges: Info{NumberOfWedges, []string{"IS"}, "Number of Wedges", "NumberOfWedges", "1", false}, - WedgeSequence: Info{WedgeSequence, []string{"SQ"}, "Wedge Sequence", "WedgeSequence", "1", false}, - WedgeNumber: Info{WedgeNumber, []string{"IS"}, "Wedge Number", "WedgeNumber", "1", false}, - WedgeType: Info{WedgeType, []string{"CS"}, "Wedge Type", "WedgeType", "1", false}, - WedgeID: Info{WedgeID, []string{"SH"}, "Wedge ID", "WedgeID", "1", false}, - WedgeAngle: Info{WedgeAngle, []string{"IS"}, "Wedge Angle", "WedgeAngle", "1", false}, - WedgeFactor: Info{WedgeFactor, []string{"DS"}, "Wedge Factor", "WedgeFactor", "1", false}, - TotalWedgeTrayWaterEquivalentThickness: Info{TotalWedgeTrayWaterEquivalentThickness, []string{"FL"}, "Total Wedge Tray Water-Equivalent Thickness", "TotalWedgeTrayWaterEquivalentThickness", "1", false}, - WedgeOrientation: Info{WedgeOrientation, []string{"DS"}, "Wedge Orientation", "WedgeOrientation", "1", false}, - IsocenterToWedgeTrayDistance: Info{IsocenterToWedgeTrayDistance, []string{"FL"}, "Isocenter to Wedge Tray Distance", "IsocenterToWedgeTrayDistance", "1", false}, - SourceToWedgeTrayDistance: Info{SourceToWedgeTrayDistance, []string{"DS"}, "Source to Wedge Tray Distance", "SourceToWedgeTrayDistance", "1", false}, - WedgeThinEdgePosition: Info{WedgeThinEdgePosition, []string{"FL"}, "Wedge Thin Edge Position", "WedgeThinEdgePosition", "1", false}, - BolusID: Info{BolusID, []string{"SH"}, "Bolus ID", "BolusID", "1", false}, - BolusDescription: Info{BolusDescription, []string{"ST"}, "Bolus Description", "BolusDescription", "1", false}, - EffectiveWedgeAngle: Info{EffectiveWedgeAngle, []string{"DS"}, "Effective Wedge Angle", "EffectiveWedgeAngle", "1", false}, - NumberOfCompensators: Info{NumberOfCompensators, []string{"IS"}, "Number of Compensators", "NumberOfCompensators", "1", false}, - MaterialID: Info{MaterialID, []string{"SH"}, "Material ID", "MaterialID", "1", false}, - TotalCompensatorTrayFactor: Info{TotalCompensatorTrayFactor, []string{"DS"}, "Total Compensator Tray Factor", "TotalCompensatorTrayFactor", "1", false}, - CompensatorSequence: Info{CompensatorSequence, []string{"SQ"}, "Compensator Sequence", "CompensatorSequence", "1", false}, - CompensatorNumber: Info{CompensatorNumber, []string{"IS"}, "Compensator Number", "CompensatorNumber", "1", false}, - CompensatorID: Info{CompensatorID, []string{"SH"}, "Compensator ID", "CompensatorID", "1", false}, - SourceToCompensatorTrayDistance: Info{SourceToCompensatorTrayDistance, []string{"DS"}, "Source to Compensator Tray Distance", "SourceToCompensatorTrayDistance", "1", false}, - CompensatorRows: Info{CompensatorRows, []string{"IS"}, "Compensator Rows", "CompensatorRows", "1", false}, - CompensatorColumns: Info{CompensatorColumns, []string{"IS"}, "Compensator Columns", "CompensatorColumns", "1", false}, - CompensatorPixelSpacing: Info{CompensatorPixelSpacing, []string{"DS"}, "Compensator Pixel Spacing", "CompensatorPixelSpacing", "2", false}, - CompensatorPosition: Info{CompensatorPosition, []string{"DS"}, "Compensator Position", "CompensatorPosition", "2", false}, - CompensatorTransmissionData: Info{CompensatorTransmissionData, []string{"DS"}, "Compensator Transmission Data", "CompensatorTransmissionData", "1-n", false}, - CompensatorThicknessData: Info{CompensatorThicknessData, []string{"DS"}, "Compensator Thickness Data", "CompensatorThicknessData", "1-n", false}, - NumberOfBoli: Info{NumberOfBoli, []string{"IS"}, "Number of Boli", "NumberOfBoli", "1", false}, - CompensatorType: Info{CompensatorType, []string{"CS"}, "Compensator Type", "CompensatorType", "1", false}, - CompensatorTrayID: Info{CompensatorTrayID, []string{"SH"}, "Compensator Tray ID", "CompensatorTrayID", "1", false}, - NumberOfBlocks: Info{NumberOfBlocks, []string{"IS"}, "Number of Blocks", "NumberOfBlocks", "1", false}, - TotalBlockTrayFactor: Info{TotalBlockTrayFactor, []string{"DS"}, "Total Block Tray Factor", "TotalBlockTrayFactor", "1", false}, - TotalBlockTrayWaterEquivalentThickness: Info{TotalBlockTrayWaterEquivalentThickness, []string{"FL"}, "Total Block Tray Water-Equivalent Thickness", "TotalBlockTrayWaterEquivalentThickness", "1", false}, - BlockSequence: Info{BlockSequence, []string{"SQ"}, "Block Sequence", "BlockSequence", "1", false}, - BlockTrayID: Info{BlockTrayID, []string{"SH"}, "Block Tray ID", "BlockTrayID", "1", false}, - SourceToBlockTrayDistance: Info{SourceToBlockTrayDistance, []string{"DS"}, "Source to Block Tray Distance", "SourceToBlockTrayDistance", "1", false}, - IsocenterToBlockTrayDistance: Info{IsocenterToBlockTrayDistance, []string{"FL"}, "Isocenter to Block Tray Distance", "IsocenterToBlockTrayDistance", "1", false}, - BlockType: Info{BlockType, []string{"CS"}, "Block Type", "BlockType", "1", false}, - AccessoryCode: Info{AccessoryCode, []string{"LO"}, "Accessory Code", "AccessoryCode", "1", false}, - BlockDivergence: Info{BlockDivergence, []string{"CS"}, "Block Divergence", "BlockDivergence", "1", false}, - BlockMountingPosition: Info{BlockMountingPosition, []string{"CS"}, "Block Mounting Position", "BlockMountingPosition", "1", false}, - BlockNumber: Info{BlockNumber, []string{"IS"}, "Block Number", "BlockNumber", "1", false}, - BlockName: Info{BlockName, []string{"LO"}, "Block Name", "BlockName", "1", false}, - BlockThickness: Info{BlockThickness, []string{"DS"}, "Block Thickness", "BlockThickness", "1", false}, - BlockTransmission: Info{BlockTransmission, []string{"DS"}, "Block Transmission", "BlockTransmission", "1", false}, - BlockNumberOfPoints: Info{BlockNumberOfPoints, []string{"IS"}, "Block Number of Points", "BlockNumberOfPoints", "1", false}, - BlockData: Info{BlockData, []string{"DS"}, "Block Data", "BlockData", "2-2n", false}, - ApplicatorSequence: Info{ApplicatorSequence, []string{"SQ"}, "Applicator Sequence", "ApplicatorSequence", "1", false}, - ApplicatorID: Info{ApplicatorID, []string{"SH"}, "Applicator ID", "ApplicatorID", "1", false}, - ApplicatorType: Info{ApplicatorType, []string{"CS"}, "Applicator Type", "ApplicatorType", "1", false}, - ApplicatorDescription: Info{ApplicatorDescription, []string{"LO"}, "Applicator Description", "ApplicatorDescription", "1", false}, - CumulativeDoseReferenceCoefficient: Info{CumulativeDoseReferenceCoefficient, []string{"DS"}, "Cumulative Dose Reference Coefficient", "CumulativeDoseReferenceCoefficient", "1", false}, - FinalCumulativeMetersetWeight: Info{FinalCumulativeMetersetWeight, []string{"DS"}, "Final Cumulative Meterset Weight", "FinalCumulativeMetersetWeight", "1", false}, - NumberOfControlPoints: Info{NumberOfControlPoints, []string{"IS"}, "Number of Control Points", "NumberOfControlPoints", "1", false}, - ControlPointSequence: Info{ControlPointSequence, []string{"SQ"}, "Control Point Sequence", "ControlPointSequence", "1", false}, - ControlPointIndex: Info{ControlPointIndex, []string{"IS"}, "Control Point Index", "ControlPointIndex", "1", false}, - NominalBeamEnergy: Info{NominalBeamEnergy, []string{"DS"}, "Nominal Beam Energy", "NominalBeamEnergy", "1", false}, - DoseRateSet: Info{DoseRateSet, []string{"DS"}, "Dose Rate Set", "DoseRateSet", "1", false}, - WedgePositionSequence: Info{WedgePositionSequence, []string{"SQ"}, "Wedge Position Sequence", "WedgePositionSequence", "1", false}, - WedgePosition: Info{WedgePosition, []string{"CS"}, "Wedge Position", "WedgePosition", "1", false}, - BeamLimitingDevicePositionSequence: Info{BeamLimitingDevicePositionSequence, []string{"SQ"}, "Beam Limiting Device Position Sequence", "BeamLimitingDevicePositionSequence", "1", false}, - LeafJawPositions: Info{LeafJawPositions, []string{"DS"}, "Leaf/Jaw Positions", "LeafJawPositions", "2-2n", false}, - GantryAngle: Info{GantryAngle, []string{"DS"}, "Gantry Angle", "GantryAngle", "1", false}, - GantryRotationDirection: Info{GantryRotationDirection, []string{"CS"}, "Gantry Rotation Direction", "GantryRotationDirection", "1", false}, - BeamLimitingDeviceAngle: Info{BeamLimitingDeviceAngle, []string{"DS"}, "Beam Limiting Device Angle", "BeamLimitingDeviceAngle", "1", false}, - BeamLimitingDeviceRotationDirection: Info{BeamLimitingDeviceRotationDirection, []string{"CS"}, "Beam Limiting Device Rotation Direction", "BeamLimitingDeviceRotationDirection", "1", false}, - PatientSupportAngle: Info{PatientSupportAngle, []string{"DS"}, "Patient Support Angle", "PatientSupportAngle", "1", false}, - PatientSupportRotationDirection: Info{PatientSupportRotationDirection, []string{"CS"}, "Patient Support Rotation Direction", "PatientSupportRotationDirection", "1", false}, - TableTopEccentricAxisDistance: Info{TableTopEccentricAxisDistance, []string{"DS"}, "Table Top Eccentric Axis Distance", "TableTopEccentricAxisDistance", "1", false}, - TableTopEccentricAngle: Info{TableTopEccentricAngle, []string{"DS"}, "Table Top Eccentric Angle", "TableTopEccentricAngle", "1", false}, - TableTopEccentricRotationDirection: Info{TableTopEccentricRotationDirection, []string{"CS"}, "Table Top Eccentric Rotation Direction", "TableTopEccentricRotationDirection", "1", false}, - TableTopVerticalPosition: Info{TableTopVerticalPosition, []string{"DS"}, "Table Top Vertical Position", "TableTopVerticalPosition", "1", false}, - TableTopLongitudinalPosition: Info{TableTopLongitudinalPosition, []string{"DS"}, "Table Top Longitudinal Position", "TableTopLongitudinalPosition", "1", false}, - TableTopLateralPosition: Info{TableTopLateralPosition, []string{"DS"}, "Table Top Lateral Position", "TableTopLateralPosition", "1", false}, - IsocenterPosition: Info{IsocenterPosition, []string{"DS"}, "Isocenter Position", "IsocenterPosition", "3", false}, - SurfaceEntryPoint: Info{SurfaceEntryPoint, []string{"DS"}, "Surface Entry Point", "SurfaceEntryPoint", "3", false}, - SourceToSurfaceDistance: Info{SourceToSurfaceDistance, []string{"DS"}, "Source to Surface Distance", "SourceToSurfaceDistance", "1", false}, + EnergyDerivationCodeSequence: Info{EnergyDerivationCodeSequence, []string{"SQ"}, "Energy Derivation Code Sequence", "EnergyDerivationCodeSequence", "1", false}, + MaximumCumulativeMetersetExposure: Info{MaximumCumulativeMetersetExposure, []string{"FD"}, "Maximum Cumulative Meterset Exposure", "MaximumCumulativeMetersetExposure", "1", false}, + AcquisitionInitiationSequence: Info{AcquisitionInitiationSequence, []string{"SQ"}, "Acquisition Initiation Sequence", "AcquisitionInitiationSequence", "1", false}, + DVHType: Info{DVHType, []string{"CS"}, "DVH Type", "DVHType", "1", false}, + DoseUnits: Info{DoseUnits, []string{"CS"}, "Dose Units", "DoseUnits", "1", false}, + DoseType: Info{DoseType, []string{"CS"}, "Dose Type", "DoseType", "1", false}, + SpatialTransformOfDose: Info{SpatialTransformOfDose, []string{"CS"}, "Spatial Transform of Dose", "SpatialTransformOfDose", "1", false}, + DoseComment: Info{DoseComment, []string{"LO"}, "Dose Comment", "DoseComment", "1", false}, + NormalizationPoint: Info{NormalizationPoint, []string{"DS"}, "Normalization Point", "NormalizationPoint", "3", false}, + DoseSummationType: Info{DoseSummationType, []string{"CS"}, "Dose Summation Type", "DoseSummationType", "1", false}, + GridFrameOffsetVector: Info{GridFrameOffsetVector, []string{"DS"}, "Grid Frame Offset Vector", "GridFrameOffsetVector", "2-n", false}, + DoseGridScaling: Info{DoseGridScaling, []string{"DS"}, "Dose Grid Scaling", "DoseGridScaling", "1", false}, + RTDoseROISequence: Info{RTDoseROISequence, []string{"SQ"}, "RT Dose ROI Sequence", "RTDoseROISequence", "1", true}, + DoseValue: Info{DoseValue, []string{"DS"}, "Dose Value", "DoseValue", "1", true}, + TissueHeterogeneityCorrection: Info{TissueHeterogeneityCorrection, []string{"CS"}, "Tissue Heterogeneity Correction", "TissueHeterogeneityCorrection", "1-3", false}, + DVHNormalizationPoint: Info{DVHNormalizationPoint, []string{"DS"}, "DVH Normalization Point", "DVHNormalizationPoint", "3", false}, + DVHNormalizationDoseValue: Info{DVHNormalizationDoseValue, []string{"DS"}, "DVH Normalization Dose Value", "DVHNormalizationDoseValue", "1", false}, + DVHSequence: Info{DVHSequence, []string{"SQ"}, "DVH Sequence", "DVHSequence", "1", false}, + DVHDoseScaling: Info{DVHDoseScaling, []string{"DS"}, "DVH Dose Scaling", "DVHDoseScaling", "1", false}, + DVHVolumeUnits: Info{DVHVolumeUnits, []string{"CS"}, "DVH Volume Units", "DVHVolumeUnits", "1", false}, + DVHNumberOfBins: Info{DVHNumberOfBins, []string{"IS"}, "DVH Number of Bins", "DVHNumberOfBins", "1", false}, + DVHData: Info{DVHData, []string{"DS"}, "DVH Data", "DVHData", "2-2n", false}, + DVHReferencedROISequence: Info{DVHReferencedROISequence, []string{"SQ"}, "DVH Referenced ROI Sequence", "DVHReferencedROISequence", "1", false}, + DVHROIContributionType: Info{DVHROIContributionType, []string{"CS"}, "DVH ROI Contribution Type", "DVHROIContributionType", "1", false}, + DVHMinimumDose: Info{DVHMinimumDose, []string{"DS"}, "DVH Minimum Dose", "DVHMinimumDose", "1", false}, + DVHMaximumDose: Info{DVHMaximumDose, []string{"DS"}, "DVH Maximum Dose", "DVHMaximumDose", "1", false}, + DVHMeanDose: Info{DVHMeanDose, []string{"DS"}, "DVH Mean Dose", "DVHMeanDose", "1", false}, + StructureSetLabel: Info{StructureSetLabel, []string{"SH"}, "Structure Set Label", "StructureSetLabel", "1", false}, + StructureSetName: Info{StructureSetName, []string{"LO"}, "Structure Set Name", "StructureSetName", "1", false}, + StructureSetDescription: Info{StructureSetDescription, []string{"ST"}, "Structure Set Description", "StructureSetDescription", "1", false}, + StructureSetDate: Info{StructureSetDate, []string{"DA"}, "Structure Set Date", "StructureSetDate", "1", false}, + StructureSetTime: Info{StructureSetTime, []string{"TM"}, "Structure Set Time", "StructureSetTime", "1", false}, + ReferencedFrameOfReferenceSequence: Info{ReferencedFrameOfReferenceSequence, []string{"SQ"}, "Referenced Frame of Reference Sequence", "ReferencedFrameOfReferenceSequence", "1", false}, + RTReferencedStudySequence: Info{RTReferencedStudySequence, []string{"SQ"}, "RT Referenced Study Sequence", "RTReferencedStudySequence", "1", false}, + RTReferencedSeriesSequence: Info{RTReferencedSeriesSequence, []string{"SQ"}, "RT Referenced Series Sequence", "RTReferencedSeriesSequence", "1", false}, + ContourImageSequence: Info{ContourImageSequence, []string{"SQ"}, "Contour Image Sequence", "ContourImageSequence", "1", false}, + PredecessorStructureSetSequence: Info{PredecessorStructureSetSequence, []string{"SQ"}, "Predecessor Structure Set Sequence", "PredecessorStructureSetSequence", "1", false}, + StructureSetROISequence: Info{StructureSetROISequence, []string{"SQ"}, "Structure Set ROI Sequence", "StructureSetROISequence", "1", false}, + ROINumber: Info{ROINumber, []string{"IS"}, "ROI Number", "ROINumber", "1", false}, + ReferencedFrameOfReferenceUID: Info{ReferencedFrameOfReferenceUID, []string{"UI"}, "Referenced Frame of Reference UID", "ReferencedFrameOfReferenceUID", "1", false}, + ROIName: Info{ROIName, []string{"LO"}, "ROI Name", "ROIName", "1", false}, + ROIDescription: Info{ROIDescription, []string{"ST"}, "ROI Description", "ROIDescription", "1", false}, + ROIDisplayColor: Info{ROIDisplayColor, []string{"IS"}, "ROI Display Color", "ROIDisplayColor", "3", false}, + ROIVolume: Info{ROIVolume, []string{"DS"}, "ROI Volume", "ROIVolume", "1", false}, + ROIDateTime: Info{ROIDateTime, []string{"DT"}, "ROI DateTime", "ROIDateTime", "1", false}, + ROIObservationDateTime: Info{ROIObservationDateTime, []string{"DT"}, "ROI Observation DateTime", "ROIObservationDateTime", "1", false}, + RTRelatedROISequence: Info{RTRelatedROISequence, []string{"SQ"}, "RT Related ROI Sequence", "RTRelatedROISequence", "1", false}, + RTROIRelationship: Info{RTROIRelationship, []string{"CS"}, "RT ROI Relationship", "RTROIRelationship", "1", false}, + ROIGenerationAlgorithm: Info{ROIGenerationAlgorithm, []string{"CS"}, "ROI Generation Algorithm", "ROIGenerationAlgorithm", "1", false}, + ROIDerivationAlgorithmIdentificationSequence: Info{ROIDerivationAlgorithmIdentificationSequence, []string{"SQ"}, "ROI Derivation Algorithm Identification Sequence", "ROIDerivationAlgorithmIdentificationSequence", "1", false}, + ROIGenerationDescription: Info{ROIGenerationDescription, []string{"LO"}, "ROI Generation Description", "ROIGenerationDescription", "1", false}, + ROIContourSequence: Info{ROIContourSequence, []string{"SQ"}, "ROI Contour Sequence", "ROIContourSequence", "1", false}, + ContourSequence: Info{ContourSequence, []string{"SQ"}, "Contour Sequence", "ContourSequence", "1", false}, + ContourGeometricType: Info{ContourGeometricType, []string{"CS"}, "Contour Geometric Type", "ContourGeometricType", "1", false}, + ContourSlabThickness: Info{ContourSlabThickness, []string{"DS"}, "Contour Slab Thickness", "ContourSlabThickness", "1", true}, + ContourOffsetVector: Info{ContourOffsetVector, []string{"DS"}, "Contour Offset Vector", "ContourOffsetVector", "3", true}, + NumberOfContourPoints: Info{NumberOfContourPoints, []string{"IS"}, "Number of Contour Points", "NumberOfContourPoints", "1", false}, + ContourNumber: Info{ContourNumber, []string{"IS"}, "Contour Number", "ContourNumber", "1", false}, + AttachedContours: Info{AttachedContours, []string{"IS"}, "Attached Contours", "AttachedContours", "1-n", true}, + SourcePixelPlanesCharacteristicsSequence: Info{SourcePixelPlanesCharacteristicsSequence, []string{"SQ"}, "Source Pixel Planes Characteristics Sequence", "SourcePixelPlanesCharacteristicsSequence", "1", false}, + SourceSeriesSequence: Info{SourceSeriesSequence, []string{"SQ"}, "Source Series Sequence", "SourceSeriesSequence", "1", false}, + SourceSeriesInformationSequence: Info{SourceSeriesInformationSequence, []string{"SQ"}, "Source Series Information Sequence", "SourceSeriesInformationSequence", "1", false}, + ROICreatorSequence: Info{ROICreatorSequence, []string{"SQ"}, "ROI Creator Sequence", "ROICreatorSequence", "1", false}, + ROIInterpreterSequence: Info{ROIInterpreterSequence, []string{"SQ"}, "ROI Interpreter Sequence", "ROIInterpreterSequence", "1", false}, + ROIObservationContextCodeSequence: Info{ROIObservationContextCodeSequence, []string{"SQ"}, "ROI Observation Context Code Sequence", "ROIObservationContextCodeSequence", "1", false}, + ContourData: Info{ContourData, []string{"DS"}, "Contour Data", "ContourData", "3-3n", false}, + RTROIObservationsSequence: Info{RTROIObservationsSequence, []string{"SQ"}, "RT ROI Observations Sequence", "RTROIObservationsSequence", "1", false}, + ObservationNumber: Info{ObservationNumber, []string{"IS"}, "Observation Number", "ObservationNumber", "1", false}, + ReferencedROINumber: Info{ReferencedROINumber, []string{"IS"}, "Referenced ROI Number", "ReferencedROINumber", "1", false}, + ROIObservationLabel: Info{ROIObservationLabel, []string{"SH"}, "ROI Observation Label", "ROIObservationLabel", "1", true}, + RTROIIdentificationCodeSequence: Info{RTROIIdentificationCodeSequence, []string{"SQ"}, "RT ROI Identification Code Sequence", "RTROIIdentificationCodeSequence", "1", false}, + ROIObservationDescription: Info{ROIObservationDescription, []string{"ST"}, "ROI Observation Description", "ROIObservationDescription", "1", true}, + RelatedRTROIObservationsSequence: Info{RelatedRTROIObservationsSequence, []string{"SQ"}, "Related RT ROI Observations Sequence", "RelatedRTROIObservationsSequence", "1", false}, + RTROIInterpretedType: Info{RTROIInterpretedType, []string{"CS"}, "RT ROI Interpreted Type", "RTROIInterpretedType", "1", false}, + ROIInterpreter: Info{ROIInterpreter, []string{"PN"}, "ROI Interpreter", "ROIInterpreter", "1", false}, + ROIPhysicalPropertiesSequence: Info{ROIPhysicalPropertiesSequence, []string{"SQ"}, "ROI Physical Properties Sequence", "ROIPhysicalPropertiesSequence", "1", false}, + ROIPhysicalProperty: Info{ROIPhysicalProperty, []string{"CS"}, "ROI Physical Property", "ROIPhysicalProperty", "1", false}, + ROIPhysicalPropertyValue: Info{ROIPhysicalPropertyValue, []string{"DS"}, "ROI Physical Property Value", "ROIPhysicalPropertyValue", "1", false}, + ROIElementalCompositionSequence: Info{ROIElementalCompositionSequence, []string{"SQ"}, "ROI Elemental Composition Sequence", "ROIElementalCompositionSequence", "1", false}, + ROIElementalCompositionAtomicNumber: Info{ROIElementalCompositionAtomicNumber, []string{"US"}, "ROI Elemental Composition Atomic Number", "ROIElementalCompositionAtomicNumber", "1", false}, + ROIElementalCompositionAtomicMassFraction: Info{ROIElementalCompositionAtomicMassFraction, []string{"FL"}, "ROI Elemental Composition Atomic Mass Fraction", "ROIElementalCompositionAtomicMassFraction", "1", false}, + AdditionalRTROIIdentificationCodeSequence: Info{AdditionalRTROIIdentificationCodeSequence, []string{"SQ"}, "Additional RT ROI Identification Code Sequence", "AdditionalRTROIIdentificationCodeSequence", "1", true}, + FrameOfReferenceRelationshipSequence: Info{FrameOfReferenceRelationshipSequence, []string{"SQ"}, "Frame of Reference Relationship Sequence", "FrameOfReferenceRelationshipSequence", "1", true}, + RelatedFrameOfReferenceUID: Info{RelatedFrameOfReferenceUID, []string{"UI"}, "Related Frame of Reference UID", "RelatedFrameOfReferenceUID", "1", true}, + FrameOfReferenceTransformationType: Info{FrameOfReferenceTransformationType, []string{"CS"}, "Frame of Reference Transformation Type", "FrameOfReferenceTransformationType", "1", true}, + FrameOfReferenceTransformationMatrix: Info{FrameOfReferenceTransformationMatrix, []string{"DS"}, "Frame of Reference Transformation Matrix", "FrameOfReferenceTransformationMatrix", "16", false}, + FrameOfReferenceTransformationComment: Info{FrameOfReferenceTransformationComment, []string{"LO"}, "Frame of Reference Transformation Comment", "FrameOfReferenceTransformationComment", "1", false}, + PatientLocationCoordinatesSequence: Info{PatientLocationCoordinatesSequence, []string{"SQ"}, "Patient Location Coordinates Sequence", "PatientLocationCoordinatesSequence", "1", false}, + PatientLocationCoordinatesCodeSequence: Info{PatientLocationCoordinatesCodeSequence, []string{"SQ"}, "Patient Location Coordinates Code Sequence", "PatientLocationCoordinatesCodeSequence", "1", false}, + PatientSupportPositionSequence: Info{PatientSupportPositionSequence, []string{"SQ"}, "Patient Support Position Sequence", "PatientSupportPositionSequence", "1", false}, + MeasuredDoseReferenceSequence: Info{MeasuredDoseReferenceSequence, []string{"SQ"}, "Measured Dose Reference Sequence", "MeasuredDoseReferenceSequence", "1", false}, + MeasuredDoseDescription: Info{MeasuredDoseDescription, []string{"ST"}, "Measured Dose Description", "MeasuredDoseDescription", "1", false}, + MeasuredDoseType: Info{MeasuredDoseType, []string{"CS"}, "Measured Dose Type", "MeasuredDoseType", "1", false}, + MeasuredDoseValue: Info{MeasuredDoseValue, []string{"DS"}, "Measured Dose Value", "MeasuredDoseValue", "1", false}, + TreatmentSessionBeamSequence: Info{TreatmentSessionBeamSequence, []string{"SQ"}, "Treatment Session Beam Sequence", "TreatmentSessionBeamSequence", "1", false}, + TreatmentSessionIonBeamSequence: Info{TreatmentSessionIonBeamSequence, []string{"SQ"}, "Treatment Session Ion Beam Sequence", "TreatmentSessionIonBeamSequence", "1", false}, + CurrentFractionNumber: Info{CurrentFractionNumber, []string{"IS"}, "Current Fraction Number", "CurrentFractionNumber", "1", false}, + TreatmentControlPointDate: Info{TreatmentControlPointDate, []string{"DA"}, "Treatment Control Point Date", "TreatmentControlPointDate", "1", false}, + TreatmentControlPointTime: Info{TreatmentControlPointTime, []string{"TM"}, "Treatment Control Point Time", "TreatmentControlPointTime", "1", false}, + TreatmentTerminationStatus: Info{TreatmentTerminationStatus, []string{"CS"}, "Treatment Termination Status", "TreatmentTerminationStatus", "1", false}, + TreatmentTerminationCode: Info{TreatmentTerminationCode, []string{"SH"}, "Treatment Termination Code", "TreatmentTerminationCode", "1", true}, + TreatmentVerificationStatus: Info{TreatmentVerificationStatus, []string{"CS"}, "Treatment Verification Status", "TreatmentVerificationStatus", "1", false}, + ReferencedTreatmentRecordSequence: Info{ReferencedTreatmentRecordSequence, []string{"SQ"}, "Referenced Treatment Record Sequence", "ReferencedTreatmentRecordSequence", "1", false}, + SpecifiedPrimaryMeterset: Info{SpecifiedPrimaryMeterset, []string{"DS"}, "Specified Primary Meterset", "SpecifiedPrimaryMeterset", "1", false}, + SpecifiedSecondaryMeterset: Info{SpecifiedSecondaryMeterset, []string{"DS"}, "Specified Secondary Meterset", "SpecifiedSecondaryMeterset", "1", false}, + DeliveredPrimaryMeterset: Info{DeliveredPrimaryMeterset, []string{"DS"}, "Delivered Primary Meterset", "DeliveredPrimaryMeterset", "1", false}, + DeliveredSecondaryMeterset: Info{DeliveredSecondaryMeterset, []string{"DS"}, "Delivered Secondary Meterset", "DeliveredSecondaryMeterset", "1", false}, + SpecifiedTreatmentTime: Info{SpecifiedTreatmentTime, []string{"DS"}, "Specified Treatment Time", "SpecifiedTreatmentTime", "1", false}, + DeliveredTreatmentTime: Info{DeliveredTreatmentTime, []string{"DS"}, "Delivered Treatment Time", "DeliveredTreatmentTime", "1", false}, + ControlPointDeliverySequence: Info{ControlPointDeliverySequence, []string{"SQ"}, "Control Point Delivery Sequence", "ControlPointDeliverySequence", "1", false}, + IonControlPointDeliverySequence: Info{IonControlPointDeliverySequence, []string{"SQ"}, "Ion Control Point Delivery Sequence", "IonControlPointDeliverySequence", "1", false}, + SpecifiedMeterset: Info{SpecifiedMeterset, []string{"DS"}, "Specified Meterset", "SpecifiedMeterset", "1", false}, + DeliveredMeterset: Info{DeliveredMeterset, []string{"DS"}, "Delivered Meterset", "DeliveredMeterset", "1", false}, + MetersetRateSet: Info{MetersetRateSet, []string{"FL"}, "Meterset Rate Set", "MetersetRateSet", "1", false}, + MetersetRateDelivered: Info{MetersetRateDelivered, []string{"FL"}, "Meterset Rate Delivered", "MetersetRateDelivered", "1", false}, + ScanSpotMetersetsDelivered: Info{ScanSpotMetersetsDelivered, []string{"FL"}, "Scan Spot Metersets Delivered", "ScanSpotMetersetsDelivered", "1-n", false}, + DoseRateDelivered: Info{DoseRateDelivered, []string{"DS"}, "Dose Rate Delivered", "DoseRateDelivered", "1", false}, + TreatmentSummaryCalculatedDoseReferenceSequence: Info{TreatmentSummaryCalculatedDoseReferenceSequence, []string{"SQ"}, "Treatment Summary Calculated Dose Reference Sequence", "TreatmentSummaryCalculatedDoseReferenceSequence", "1", false}, + CumulativeDoseToDoseReference: Info{CumulativeDoseToDoseReference, []string{"DS"}, "Cumulative Dose to Dose Reference", "CumulativeDoseToDoseReference", "1", false}, + FirstTreatmentDate: Info{FirstTreatmentDate, []string{"DA"}, "First Treatment Date", "FirstTreatmentDate", "1", false}, + MostRecentTreatmentDate: Info{MostRecentTreatmentDate, []string{"DA"}, "Most Recent Treatment Date", "MostRecentTreatmentDate", "1", false}, + NumberOfFractionsDelivered: Info{NumberOfFractionsDelivered, []string{"IS"}, "Number of Fractions Delivered", "NumberOfFractionsDelivered", "1", false}, + OverrideSequence: Info{OverrideSequence, []string{"SQ"}, "Override Sequence", "OverrideSequence", "1", false}, + ParameterSequencePointer: Info{ParameterSequencePointer, []string{"AT"}, "Parameter Sequence Pointer", "ParameterSequencePointer", "1", false}, + OverrideParameterPointer: Info{OverrideParameterPointer, []string{"AT"}, "Override Parameter Pointer", "OverrideParameterPointer", "1", false}, + ParameterItemIndex: Info{ParameterItemIndex, []string{"IS"}, "Parameter Item Index", "ParameterItemIndex", "1", false}, + MeasuredDoseReferenceNumber: Info{MeasuredDoseReferenceNumber, []string{"IS"}, "Measured Dose Reference Number", "MeasuredDoseReferenceNumber", "1", false}, + ParameterPointer: Info{ParameterPointer, []string{"AT"}, "Parameter Pointer", "ParameterPointer", "1", false}, + OverrideReason: Info{OverrideReason, []string{"ST"}, "Override Reason", "OverrideReason", "1", false}, + ParameterValueNumber: Info{ParameterValueNumber, []string{"US"}, "Parameter Value Number", "ParameterValueNumber", "1", false}, + CorrectedParameterSequence: Info{CorrectedParameterSequence, []string{"SQ"}, "Corrected Parameter Sequence", "CorrectedParameterSequence", "1", false}, + CorrectionValue: Info{CorrectionValue, []string{"FL"}, "Correction Value", "CorrectionValue", "1", false}, + CalculatedDoseReferenceSequence: Info{CalculatedDoseReferenceSequence, []string{"SQ"}, "Calculated Dose Reference Sequence", "CalculatedDoseReferenceSequence", "1", false}, + CalculatedDoseReferenceNumber: Info{CalculatedDoseReferenceNumber, []string{"IS"}, "Calculated Dose Reference Number", "CalculatedDoseReferenceNumber", "1", false}, + CalculatedDoseReferenceDescription: Info{CalculatedDoseReferenceDescription, []string{"ST"}, "Calculated Dose Reference Description", "CalculatedDoseReferenceDescription", "1", false}, + CalculatedDoseReferenceDoseValue: Info{CalculatedDoseReferenceDoseValue, []string{"DS"}, "Calculated Dose Reference Dose Value", "CalculatedDoseReferenceDoseValue", "1", false}, + StartMeterset: Info{StartMeterset, []string{"DS"}, "Start Meterset", "StartMeterset", "1", false}, + EndMeterset: Info{EndMeterset, []string{"DS"}, "End Meterset", "EndMeterset", "1", false}, + ReferencedMeasuredDoseReferenceSequence: Info{ReferencedMeasuredDoseReferenceSequence, []string{"SQ"}, "Referenced Measured Dose Reference Sequence", "ReferencedMeasuredDoseReferenceSequence", "1", false}, + ReferencedMeasuredDoseReferenceNumber: Info{ReferencedMeasuredDoseReferenceNumber, []string{"IS"}, "Referenced Measured Dose Reference Number", "ReferencedMeasuredDoseReferenceNumber", "1", false}, + ReferencedCalculatedDoseReferenceSequence: Info{ReferencedCalculatedDoseReferenceSequence, []string{"SQ"}, "Referenced Calculated Dose Reference Sequence", "ReferencedCalculatedDoseReferenceSequence", "1", false}, + ReferencedCalculatedDoseReferenceNumber: Info{ReferencedCalculatedDoseReferenceNumber, []string{"IS"}, "Referenced Calculated Dose Reference Number", "ReferencedCalculatedDoseReferenceNumber", "1", false}, + BeamLimitingDeviceLeafPairsSequence: Info{BeamLimitingDeviceLeafPairsSequence, []string{"SQ"}, "Beam Limiting Device Leaf Pairs Sequence", "BeamLimitingDeviceLeafPairsSequence", "1", false}, + EnhancedRTBeamLimitingDeviceSequence: Info{EnhancedRTBeamLimitingDeviceSequence, []string{"SQ"}, "Enhanced RT Beam Limiting Device Sequence", "EnhancedRTBeamLimitingDeviceSequence", "1", false}, + EnhancedRTBeamLimitingOpeningSequence: Info{EnhancedRTBeamLimitingOpeningSequence, []string{"SQ"}, "Enhanced RT Beam Limiting Opening Sequence", "EnhancedRTBeamLimitingOpeningSequence", "1", false}, + EnhancedRTBeamLimitingDeviceDefinitionFlag: Info{EnhancedRTBeamLimitingDeviceDefinitionFlag, []string{"CS"}, "Enhanced RT Beam Limiting Device Definition Flag", "EnhancedRTBeamLimitingDeviceDefinitionFlag", "1", false}, + ParallelRTBeamDelimiterOpeningExtents: Info{ParallelRTBeamDelimiterOpeningExtents, []string{"FD"}, "Parallel RT Beam Delimiter Opening Extents", "ParallelRTBeamDelimiterOpeningExtents", "2-2n", false}, + RecordedWedgeSequence: Info{RecordedWedgeSequence, []string{"SQ"}, "Recorded Wedge Sequence", "RecordedWedgeSequence", "1", false}, + RecordedCompensatorSequence: Info{RecordedCompensatorSequence, []string{"SQ"}, "Recorded Compensator Sequence", "RecordedCompensatorSequence", "1", false}, + RecordedBlockSequence: Info{RecordedBlockSequence, []string{"SQ"}, "Recorded Block Sequence", "RecordedBlockSequence", "1", false}, + RecordedBlockSlabSequence: Info{RecordedBlockSlabSequence, []string{"SQ"}, "Recorded Block Slab Sequence", "RecordedBlockSlabSequence", "1", false}, + TreatmentSummaryMeasuredDoseReferenceSequence: Info{TreatmentSummaryMeasuredDoseReferenceSequence, []string{"SQ"}, "Treatment Summary Measured Dose Reference Sequence", "TreatmentSummaryMeasuredDoseReferenceSequence", "1", false}, + RecordedSnoutSequence: Info{RecordedSnoutSequence, []string{"SQ"}, "Recorded Snout Sequence", "RecordedSnoutSequence", "1", false}, + RecordedRangeShifterSequence: Info{RecordedRangeShifterSequence, []string{"SQ"}, "Recorded Range Shifter Sequence", "RecordedRangeShifterSequence", "1", false}, + RecordedLateralSpreadingDeviceSequence: Info{RecordedLateralSpreadingDeviceSequence, []string{"SQ"}, "Recorded Lateral Spreading Device Sequence", "RecordedLateralSpreadingDeviceSequence", "1", false}, + RecordedRangeModulatorSequence: Info{RecordedRangeModulatorSequence, []string{"SQ"}, "Recorded Range Modulator Sequence", "RecordedRangeModulatorSequence", "1", false}, + RecordedSourceSequence: Info{RecordedSourceSequence, []string{"SQ"}, "Recorded Source Sequence", "RecordedSourceSequence", "1", false}, + SourceSerialNumber: Info{SourceSerialNumber, []string{"LO"}, "Source Serial Number", "SourceSerialNumber", "1", false}, + TreatmentSessionApplicationSetupSequence: Info{TreatmentSessionApplicationSetupSequence, []string{"SQ"}, "Treatment Session Application Setup Sequence", "TreatmentSessionApplicationSetupSequence", "1", false}, + ApplicationSetupCheck: Info{ApplicationSetupCheck, []string{"CS"}, "Application Setup Check", "ApplicationSetupCheck", "1", false}, + RecordedBrachyAccessoryDeviceSequence: Info{RecordedBrachyAccessoryDeviceSequence, []string{"SQ"}, "Recorded Brachy Accessory Device Sequence", "RecordedBrachyAccessoryDeviceSequence", "1", false}, + ReferencedBrachyAccessoryDeviceNumber: Info{ReferencedBrachyAccessoryDeviceNumber, []string{"IS"}, "Referenced Brachy Accessory Device Number", "ReferencedBrachyAccessoryDeviceNumber", "1", false}, + RecordedChannelSequence: Info{RecordedChannelSequence, []string{"SQ"}, "Recorded Channel Sequence", "RecordedChannelSequence", "1", false}, + SpecifiedChannelTotalTime: Info{SpecifiedChannelTotalTime, []string{"DS"}, "Specified Channel Total Time", "SpecifiedChannelTotalTime", "1", false}, + DeliveredChannelTotalTime: Info{DeliveredChannelTotalTime, []string{"DS"}, "Delivered Channel Total Time", "DeliveredChannelTotalTime", "1", false}, + SpecifiedNumberOfPulses: Info{SpecifiedNumberOfPulses, []string{"IS"}, "Specified Number of Pulses", "SpecifiedNumberOfPulses", "1", false}, + DeliveredNumberOfPulses: Info{DeliveredNumberOfPulses, []string{"IS"}, "Delivered Number of Pulses", "DeliveredNumberOfPulses", "1", false}, + SpecifiedPulseRepetitionInterval: Info{SpecifiedPulseRepetitionInterval, []string{"DS"}, "Specified Pulse Repetition Interval", "SpecifiedPulseRepetitionInterval", "1", false}, + DeliveredPulseRepetitionInterval: Info{DeliveredPulseRepetitionInterval, []string{"DS"}, "Delivered Pulse Repetition Interval", "DeliveredPulseRepetitionInterval", "1", false}, + RecordedSourceApplicatorSequence: Info{RecordedSourceApplicatorSequence, []string{"SQ"}, "Recorded Source Applicator Sequence", "RecordedSourceApplicatorSequence", "1", false}, + ReferencedSourceApplicatorNumber: Info{ReferencedSourceApplicatorNumber, []string{"IS"}, "Referenced Source Applicator Number", "ReferencedSourceApplicatorNumber", "1", false}, + RecordedChannelShieldSequence: Info{RecordedChannelShieldSequence, []string{"SQ"}, "Recorded Channel Shield Sequence", "RecordedChannelShieldSequence", "1", false}, + ReferencedChannelShieldNumber: Info{ReferencedChannelShieldNumber, []string{"IS"}, "Referenced Channel Shield Number", "ReferencedChannelShieldNumber", "1", false}, + BrachyControlPointDeliveredSequence: Info{BrachyControlPointDeliveredSequence, []string{"SQ"}, "Brachy Control Point Delivered Sequence", "BrachyControlPointDeliveredSequence", "1", false}, + SafePositionExitDate: Info{SafePositionExitDate, []string{"DA"}, "Safe Position Exit Date", "SafePositionExitDate", "1", false}, + SafePositionExitTime: Info{SafePositionExitTime, []string{"TM"}, "Safe Position Exit Time", "SafePositionExitTime", "1", false}, + SafePositionReturnDate: Info{SafePositionReturnDate, []string{"DA"}, "Safe Position Return Date", "SafePositionReturnDate", "1", false}, + SafePositionReturnTime: Info{SafePositionReturnTime, []string{"TM"}, "Safe Position Return Time", "SafePositionReturnTime", "1", false}, + PulseSpecificBrachyControlPointDeliveredSequence: Info{PulseSpecificBrachyControlPointDeliveredSequence, []string{"SQ"}, "Pulse Specific Brachy Control Point Delivered Sequence", "PulseSpecificBrachyControlPointDeliveredSequence", "1", false}, + PulseNumber: Info{PulseNumber, []string{"US"}, "Pulse Number", "PulseNumber", "1", false}, + BrachyPulseControlPointDeliveredSequence: Info{BrachyPulseControlPointDeliveredSequence, []string{"SQ"}, "Brachy Pulse Control Point Delivered Sequence", "BrachyPulseControlPointDeliveredSequence", "1", false}, + CurrentTreatmentStatus: Info{CurrentTreatmentStatus, []string{"CS"}, "Current Treatment Status", "CurrentTreatmentStatus", "1", false}, + TreatmentStatusComment: Info{TreatmentStatusComment, []string{"ST"}, "Treatment Status Comment", "TreatmentStatusComment", "1", false}, + FractionGroupSummarySequence: Info{FractionGroupSummarySequence, []string{"SQ"}, "Fraction Group Summary Sequence", "FractionGroupSummarySequence", "1", false}, + ReferencedFractionNumber: Info{ReferencedFractionNumber, []string{"IS"}, "Referenced Fraction Number", "ReferencedFractionNumber", "1", false}, + FractionGroupType: Info{FractionGroupType, []string{"CS"}, "Fraction Group Type", "FractionGroupType", "1", false}, + BeamStopperPosition: Info{BeamStopperPosition, []string{"CS"}, "Beam Stopper Position", "BeamStopperPosition", "1", false}, + FractionStatusSummarySequence: Info{FractionStatusSummarySequence, []string{"SQ"}, "Fraction Status Summary Sequence", "FractionStatusSummarySequence", "1", false}, + TreatmentDate: Info{TreatmentDate, []string{"DA"}, "Treatment Date", "TreatmentDate", "1", false}, + TreatmentTime: Info{TreatmentTime, []string{"TM"}, "Treatment Time", "TreatmentTime", "1", false}, + RTPlanLabel: Info{RTPlanLabel, []string{"SH"}, "RT Plan Label", "RTPlanLabel", "1", false}, + RTPlanName: Info{RTPlanName, []string{"LO"}, "RT Plan Name", "RTPlanName", "1", false}, + RTPlanDescription: Info{RTPlanDescription, []string{"ST"}, "RT Plan Description", "RTPlanDescription", "1", false}, + RTPlanDate: Info{RTPlanDate, []string{"DA"}, "RT Plan Date", "RTPlanDate", "1", false}, + RTPlanTime: Info{RTPlanTime, []string{"TM"}, "RT Plan Time", "RTPlanTime", "1", false}, + TreatmentProtocols: Info{TreatmentProtocols, []string{"LO"}, "Treatment Protocols", "TreatmentProtocols", "1-n", false}, + PlanIntent: Info{PlanIntent, []string{"CS"}, "Plan Intent", "PlanIntent", "1", false}, + TreatmentSites: Info{TreatmentSites, []string{"LO"}, "Treatment Sites", "TreatmentSites", "1-n", true}, + RTPlanGeometry: Info{RTPlanGeometry, []string{"CS"}, "RT Plan Geometry", "RTPlanGeometry", "1", false}, + PrescriptionDescription: Info{PrescriptionDescription, []string{"ST"}, "Prescription Description", "PrescriptionDescription", "1", false}, + DoseReferenceSequence: Info{DoseReferenceSequence, []string{"SQ"}, "Dose Reference Sequence", "DoseReferenceSequence", "1", false}, + DoseReferenceNumber: Info{DoseReferenceNumber, []string{"IS"}, "Dose Reference Number", "DoseReferenceNumber", "1", false}, + DoseReferenceUID: Info{DoseReferenceUID, []string{"UI"}, "Dose Reference UID", "DoseReferenceUID", "1", false}, + DoseReferenceStructureType: Info{DoseReferenceStructureType, []string{"CS"}, "Dose Reference Structure Type", "DoseReferenceStructureType", "1", false}, + NominalBeamEnergyUnit: Info{NominalBeamEnergyUnit, []string{"CS"}, "Nominal Beam Energy Unit", "NominalBeamEnergyUnit", "1", false}, + DoseReferenceDescription: Info{DoseReferenceDescription, []string{"LO"}, "Dose Reference Description", "DoseReferenceDescription", "1", false}, + DoseReferencePointCoordinates: Info{DoseReferencePointCoordinates, []string{"DS"}, "Dose Reference Point Coordinates", "DoseReferencePointCoordinates", "3", false}, + NominalPriorDose: Info{NominalPriorDose, []string{"DS"}, "Nominal Prior Dose", "NominalPriorDose", "1", false}, + DoseReferenceType: Info{DoseReferenceType, []string{"CS"}, "Dose Reference Type", "DoseReferenceType", "1", false}, + ConstraintWeight: Info{ConstraintWeight, []string{"DS"}, "Constraint Weight", "ConstraintWeight", "1", false}, + DeliveryWarningDose: Info{DeliveryWarningDose, []string{"DS"}, "Delivery Warning Dose", "DeliveryWarningDose", "1", false}, + DeliveryMaximumDose: Info{DeliveryMaximumDose, []string{"DS"}, "Delivery Maximum Dose", "DeliveryMaximumDose", "1", false}, + TargetMinimumDose: Info{TargetMinimumDose, []string{"DS"}, "Target Minimum Dose", "TargetMinimumDose", "1", false}, + TargetPrescriptionDose: Info{TargetPrescriptionDose, []string{"DS"}, "Target Prescription Dose", "TargetPrescriptionDose", "1", false}, + TargetMaximumDose: Info{TargetMaximumDose, []string{"DS"}, "Target Maximum Dose", "TargetMaximumDose", "1", false}, + TargetUnderdoseVolumeFraction: Info{TargetUnderdoseVolumeFraction, []string{"DS"}, "Target Underdose Volume Fraction", "TargetUnderdoseVolumeFraction", "1", false}, + OrganAtRiskFullVolumeDose: Info{OrganAtRiskFullVolumeDose, []string{"DS"}, "Organ at Risk Full-volume Dose", "OrganAtRiskFullVolumeDose", "1", false}, + OrganAtRiskLimitDose: Info{OrganAtRiskLimitDose, []string{"DS"}, "Organ at Risk Limit Dose", "OrganAtRiskLimitDose", "1", false}, + OrganAtRiskMaximumDose: Info{OrganAtRiskMaximumDose, []string{"DS"}, "Organ at Risk Maximum Dose", "OrganAtRiskMaximumDose", "1", false}, + OrganAtRiskOverdoseVolumeFraction: Info{OrganAtRiskOverdoseVolumeFraction, []string{"DS"}, "Organ at Risk Overdose Volume Fraction", "OrganAtRiskOverdoseVolumeFraction", "1", false}, + ToleranceTableSequence: Info{ToleranceTableSequence, []string{"SQ"}, "Tolerance Table Sequence", "ToleranceTableSequence", "1", false}, + ToleranceTableNumber: Info{ToleranceTableNumber, []string{"IS"}, "Tolerance Table Number", "ToleranceTableNumber", "1", false}, + ToleranceTableLabel: Info{ToleranceTableLabel, []string{"SH"}, "Tolerance Table Label", "ToleranceTableLabel", "1", false}, + GantryAngleTolerance: Info{GantryAngleTolerance, []string{"DS"}, "Gantry Angle Tolerance", "GantryAngleTolerance", "1", false}, + BeamLimitingDeviceAngleTolerance: Info{BeamLimitingDeviceAngleTolerance, []string{"DS"}, "Beam Limiting Device Angle Tolerance", "BeamLimitingDeviceAngleTolerance", "1", false}, + BeamLimitingDeviceToleranceSequence: Info{BeamLimitingDeviceToleranceSequence, []string{"SQ"}, "Beam Limiting Device Tolerance Sequence", "BeamLimitingDeviceToleranceSequence", "1", false}, + BeamLimitingDevicePositionTolerance: Info{BeamLimitingDevicePositionTolerance, []string{"DS"}, "Beam Limiting Device Position Tolerance", "BeamLimitingDevicePositionTolerance", "1", false}, + SnoutPositionTolerance: Info{SnoutPositionTolerance, []string{"FL"}, "Snout Position Tolerance", "SnoutPositionTolerance", "1", false}, + PatientSupportAngleTolerance: Info{PatientSupportAngleTolerance, []string{"DS"}, "Patient Support Angle Tolerance", "PatientSupportAngleTolerance", "1", false}, + TableTopEccentricAngleTolerance: Info{TableTopEccentricAngleTolerance, []string{"DS"}, "Table Top Eccentric Angle Tolerance", "TableTopEccentricAngleTolerance", "1", false}, + TableTopPitchAngleTolerance: Info{TableTopPitchAngleTolerance, []string{"FL"}, "Table Top Pitch Angle Tolerance", "TableTopPitchAngleTolerance", "1", false}, + TableTopRollAngleTolerance: Info{TableTopRollAngleTolerance, []string{"FL"}, "Table Top Roll Angle Tolerance", "TableTopRollAngleTolerance", "1", false}, + TableTopVerticalPositionTolerance: Info{TableTopVerticalPositionTolerance, []string{"DS"}, "Table Top Vertical Position Tolerance", "TableTopVerticalPositionTolerance", "1", false}, + TableTopLongitudinalPositionTolerance: Info{TableTopLongitudinalPositionTolerance, []string{"DS"}, "Table Top Longitudinal Position Tolerance", "TableTopLongitudinalPositionTolerance", "1", false}, + TableTopLateralPositionTolerance: Info{TableTopLateralPositionTolerance, []string{"DS"}, "Table Top Lateral Position Tolerance", "TableTopLateralPositionTolerance", "1", false}, + RTPlanRelationship: Info{RTPlanRelationship, []string{"CS"}, "RT Plan Relationship", "RTPlanRelationship", "1", false}, + FractionGroupSequence: Info{FractionGroupSequence, []string{"SQ"}, "Fraction Group Sequence", "FractionGroupSequence", "1", false}, + FractionGroupNumber: Info{FractionGroupNumber, []string{"IS"}, "Fraction Group Number", "FractionGroupNumber", "1", false}, + FractionGroupDescription: Info{FractionGroupDescription, []string{"LO"}, "Fraction Group Description", "FractionGroupDescription", "1", false}, + NumberOfFractionsPlanned: Info{NumberOfFractionsPlanned, []string{"IS"}, "Number of Fractions Planned", "NumberOfFractionsPlanned", "1", false}, + NumberOfFractionPatternDigitsPerDay: Info{NumberOfFractionPatternDigitsPerDay, []string{"IS"}, "Number of Fraction Pattern Digits Per Day", "NumberOfFractionPatternDigitsPerDay", "1", false}, + RepeatFractionCycleLength: Info{RepeatFractionCycleLength, []string{"IS"}, "Repeat Fraction Cycle Length", "RepeatFractionCycleLength", "1", false}, + FractionPattern: Info{FractionPattern, []string{"LT"}, "Fraction Pattern", "FractionPattern", "1", false}, + NumberOfBeams: Info{NumberOfBeams, []string{"IS"}, "Number of Beams", "NumberOfBeams", "1", false}, + BeamDoseSpecificationPoint: Info{BeamDoseSpecificationPoint, []string{"DS"}, "Beam Dose Specification Point", "BeamDoseSpecificationPoint", "3", true}, + ReferencedDoseReferenceUID: Info{ReferencedDoseReferenceUID, []string{"UI"}, "Referenced Dose Reference UID", "ReferencedDoseReferenceUID", "1", false}, + BeamDose: Info{BeamDose, []string{"DS"}, "Beam Dose", "BeamDose", "1", false}, + BeamMeterset: Info{BeamMeterset, []string{"DS"}, "Beam Meterset", "BeamMeterset", "1", false}, + BeamDosePointDepth: Info{BeamDosePointDepth, []string{"FL"}, "Beam Dose Point Depth", "BeamDosePointDepth", "1", false}, + BeamDosePointEquivalentDepth: Info{BeamDosePointEquivalentDepth, []string{"FL"}, "Beam Dose Point Equivalent Depth", "BeamDosePointEquivalentDepth", "1", false}, + BeamDosePointSSD: Info{BeamDosePointSSD, []string{"FL"}, "Beam Dose Point SSD", "BeamDosePointSSD", "1", false}, + BeamDoseMeaning: Info{BeamDoseMeaning, []string{"CS"}, "Beam Dose Meaning", "BeamDoseMeaning", "1", false}, + BeamDoseVerificationControlPointSequence: Info{BeamDoseVerificationControlPointSequence, []string{"SQ"}, "Beam Dose Verification Control Point Sequence", "BeamDoseVerificationControlPointSequence", "1", false}, + AverageBeamDosePointDepth: Info{AverageBeamDosePointDepth, []string{"FL"}, "Average Beam Dose Point Depth", "AverageBeamDosePointDepth", "1", true}, + AverageBeamDosePointEquivalentDepth: Info{AverageBeamDosePointEquivalentDepth, []string{"FL"}, "Average Beam Dose Point Equivalent Depth", "AverageBeamDosePointEquivalentDepth", "1", true}, + AverageBeamDosePointSSD: Info{AverageBeamDosePointSSD, []string{"FL"}, "Average Beam Dose Point SSD", "AverageBeamDosePointSSD", "1", true}, + BeamDoseType: Info{BeamDoseType, []string{"CS"}, "Beam Dose Type", "BeamDoseType", "1", false}, + AlternateBeamDose: Info{AlternateBeamDose, []string{"DS"}, "Alternate Beam Dose", "AlternateBeamDose", "1", false}, + AlternateBeamDoseType: Info{AlternateBeamDoseType, []string{"CS"}, "Alternate Beam Dose Type", "AlternateBeamDoseType", "1", false}, + DepthValueAveragingFlag: Info{DepthValueAveragingFlag, []string{"CS"}, "Depth Value Averaging Flag", "DepthValueAveragingFlag", "1", false}, + BeamDosePointSourceToExternalContourDistance: Info{BeamDosePointSourceToExternalContourDistance, []string{"DS"}, "Beam Dose Point Source to External Contour Distance", "BeamDosePointSourceToExternalContourDistance", "1", false}, + NumberOfBrachyApplicationSetups: Info{NumberOfBrachyApplicationSetups, []string{"IS"}, "Number of Brachy Application Setups", "NumberOfBrachyApplicationSetups", "1", false}, + BrachyApplicationSetupDoseSpecificationPoint: Info{BrachyApplicationSetupDoseSpecificationPoint, []string{"DS"}, "Brachy Application Setup Dose Specification Point", "BrachyApplicationSetupDoseSpecificationPoint", "3", false}, + BrachyApplicationSetupDose: Info{BrachyApplicationSetupDose, []string{"DS"}, "Brachy Application Setup Dose", "BrachyApplicationSetupDose", "1", false}, + BeamSequence: Info{BeamSequence, []string{"SQ"}, "Beam Sequence", "BeamSequence", "1", false}, + TreatmentMachineName: Info{TreatmentMachineName, []string{"SH"}, "Treatment Machine Name", "TreatmentMachineName", "1", false}, + PrimaryDosimeterUnit: Info{PrimaryDosimeterUnit, []string{"CS"}, "Primary Dosimeter Unit", "PrimaryDosimeterUnit", "1", false}, + SourceAxisDistance: Info{SourceAxisDistance, []string{"DS"}, "Source-Axis Distance", "SourceAxisDistance", "1", false}, + BeamLimitingDeviceSequence: Info{BeamLimitingDeviceSequence, []string{"SQ"}, "Beam Limiting Device Sequence", "BeamLimitingDeviceSequence", "1", false}, + RTBeamLimitingDeviceType: Info{RTBeamLimitingDeviceType, []string{"CS"}, "RT Beam Limiting Device Type", "RTBeamLimitingDeviceType", "1", false}, + SourceToBeamLimitingDeviceDistance: Info{SourceToBeamLimitingDeviceDistance, []string{"DS"}, "Source to Beam Limiting Device Distance", "SourceToBeamLimitingDeviceDistance", "1", false}, + IsocenterToBeamLimitingDeviceDistance: Info{IsocenterToBeamLimitingDeviceDistance, []string{"FL"}, "Isocenter to Beam Limiting Device Distance", "IsocenterToBeamLimitingDeviceDistance", "1", false}, + NumberOfLeafJawPairs: Info{NumberOfLeafJawPairs, []string{"IS"}, "Number of Leaf/Jaw Pairs", "NumberOfLeafJawPairs", "1", false}, + LeafPositionBoundaries: Info{LeafPositionBoundaries, []string{"DS"}, "Leaf Position Boundaries", "LeafPositionBoundaries", "3-n", false}, + BeamNumber: Info{BeamNumber, []string{"IS"}, "Beam Number", "BeamNumber", "1", false}, + BeamName: Info{BeamName, []string{"LO"}, "Beam Name", "BeamName", "1", false}, + BeamDescription: Info{BeamDescription, []string{"ST"}, "Beam Description", "BeamDescription", "1", false}, + BeamType: Info{BeamType, []string{"CS"}, "Beam Type", "BeamType", "1", false}, + BeamDeliveryDurationLimit: Info{BeamDeliveryDurationLimit, []string{"FD"}, "Beam Delivery Duration Limit", "BeamDeliveryDurationLimit", "1", false}, + RadiationType: Info{RadiationType, []string{"CS"}, "Radiation Type", "RadiationType", "1", false}, + HighDoseTechniqueType: Info{HighDoseTechniqueType, []string{"CS"}, "High-Dose Technique Type", "HighDoseTechniqueType", "1", false}, + ReferenceImageNumber: Info{ReferenceImageNumber, []string{"IS"}, "Reference Image Number", "ReferenceImageNumber", "1", false}, + PlannedVerificationImageSequence: Info{PlannedVerificationImageSequence, []string{"SQ"}, "Planned Verification Image Sequence", "PlannedVerificationImageSequence", "1", false}, + ImagingDeviceSpecificAcquisitionParameters: Info{ImagingDeviceSpecificAcquisitionParameters, []string{"LO"}, "Imaging Device-Specific Acquisition Parameters", "ImagingDeviceSpecificAcquisitionParameters", "1-n", false}, + TreatmentDeliveryType: Info{TreatmentDeliveryType, []string{"CS"}, "Treatment Delivery Type", "TreatmentDeliveryType", "1", false}, + NumberOfWedges: Info{NumberOfWedges, []string{"IS"}, "Number of Wedges", "NumberOfWedges", "1", false}, + WedgeSequence: Info{WedgeSequence, []string{"SQ"}, "Wedge Sequence", "WedgeSequence", "1", false}, + WedgeNumber: Info{WedgeNumber, []string{"IS"}, "Wedge Number", "WedgeNumber", "1", false}, + WedgeType: Info{WedgeType, []string{"CS"}, "Wedge Type", "WedgeType", "1", false}, + WedgeID: Info{WedgeID, []string{"SH"}, "Wedge ID", "WedgeID", "1", false}, + WedgeAngle: Info{WedgeAngle, []string{"IS"}, "Wedge Angle", "WedgeAngle", "1", false}, + WedgeFactor: Info{WedgeFactor, []string{"DS"}, "Wedge Factor", "WedgeFactor", "1", false}, + TotalWedgeTrayWaterEquivalentThickness: Info{TotalWedgeTrayWaterEquivalentThickness, []string{"FL"}, "Total Wedge Tray Water-Equivalent Thickness", "TotalWedgeTrayWaterEquivalentThickness", "1", false}, + WedgeOrientation: Info{WedgeOrientation, []string{"DS"}, "Wedge Orientation", "WedgeOrientation", "1", false}, + IsocenterToWedgeTrayDistance: Info{IsocenterToWedgeTrayDistance, []string{"FL"}, "Isocenter to Wedge Tray Distance", "IsocenterToWedgeTrayDistance", "1", false}, + SourceToWedgeTrayDistance: Info{SourceToWedgeTrayDistance, []string{"DS"}, "Source to Wedge Tray Distance", "SourceToWedgeTrayDistance", "1", false}, + WedgeThinEdgePosition: Info{WedgeThinEdgePosition, []string{"FL"}, "Wedge Thin Edge Position", "WedgeThinEdgePosition", "1", false}, + BolusID: Info{BolusID, []string{"SH"}, "Bolus ID", "BolusID", "1", false}, + BolusDescription: Info{BolusDescription, []string{"ST"}, "Bolus Description", "BolusDescription", "1", false}, + EffectiveWedgeAngle: Info{EffectiveWedgeAngle, []string{"DS"}, "Effective Wedge Angle", "EffectiveWedgeAngle", "1", false}, + NumberOfCompensators: Info{NumberOfCompensators, []string{"IS"}, "Number of Compensators", "NumberOfCompensators", "1", false}, + MaterialID: Info{MaterialID, []string{"SH"}, "Material ID", "MaterialID", "1", false}, + TotalCompensatorTrayFactor: Info{TotalCompensatorTrayFactor, []string{"DS"}, "Total Compensator Tray Factor", "TotalCompensatorTrayFactor", "1", false}, + CompensatorSequence: Info{CompensatorSequence, []string{"SQ"}, "Compensator Sequence", "CompensatorSequence", "1", false}, + CompensatorNumber: Info{CompensatorNumber, []string{"IS"}, "Compensator Number", "CompensatorNumber", "1", false}, + CompensatorID: Info{CompensatorID, []string{"SH"}, "Compensator ID", "CompensatorID", "1", false}, + SourceToCompensatorTrayDistance: Info{SourceToCompensatorTrayDistance, []string{"DS"}, "Source to Compensator Tray Distance", "SourceToCompensatorTrayDistance", "1", false}, + CompensatorRows: Info{CompensatorRows, []string{"IS"}, "Compensator Rows", "CompensatorRows", "1", false}, + CompensatorColumns: Info{CompensatorColumns, []string{"IS"}, "Compensator Columns", "CompensatorColumns", "1", false}, + CompensatorPixelSpacing: Info{CompensatorPixelSpacing, []string{"DS"}, "Compensator Pixel Spacing", "CompensatorPixelSpacing", "2", false}, + CompensatorPosition: Info{CompensatorPosition, []string{"DS"}, "Compensator Position", "CompensatorPosition", "2", false}, + CompensatorTransmissionData: Info{CompensatorTransmissionData, []string{"DS"}, "Compensator Transmission Data", "CompensatorTransmissionData", "1-n", false}, + CompensatorThicknessData: Info{CompensatorThicknessData, []string{"DS"}, "Compensator Thickness Data", "CompensatorThicknessData", "1-n", false}, + NumberOfBoli: Info{NumberOfBoli, []string{"IS"}, "Number of Boli", "NumberOfBoli", "1", false}, + CompensatorType: Info{CompensatorType, []string{"CS"}, "Compensator Type", "CompensatorType", "1", false}, + CompensatorTrayID: Info{CompensatorTrayID, []string{"SH"}, "Compensator Tray ID", "CompensatorTrayID", "1", false}, + NumberOfBlocks: Info{NumberOfBlocks, []string{"IS"}, "Number of Blocks", "NumberOfBlocks", "1", false}, + TotalBlockTrayFactor: Info{TotalBlockTrayFactor, []string{"DS"}, "Total Block Tray Factor", "TotalBlockTrayFactor", "1", false}, + TotalBlockTrayWaterEquivalentThickness: Info{TotalBlockTrayWaterEquivalentThickness, []string{"FL"}, "Total Block Tray Water-Equivalent Thickness", "TotalBlockTrayWaterEquivalentThickness", "1", false}, + BlockSequence: Info{BlockSequence, []string{"SQ"}, "Block Sequence", "BlockSequence", "1", false}, + BlockTrayID: Info{BlockTrayID, []string{"SH"}, "Block Tray ID", "BlockTrayID", "1", false}, + SourceToBlockTrayDistance: Info{SourceToBlockTrayDistance, []string{"DS"}, "Source to Block Tray Distance", "SourceToBlockTrayDistance", "1", false}, + IsocenterToBlockTrayDistance: Info{IsocenterToBlockTrayDistance, []string{"FL"}, "Isocenter to Block Tray Distance", "IsocenterToBlockTrayDistance", "1", false}, + BlockType: Info{BlockType, []string{"CS"}, "Block Type", "BlockType", "1", false}, + AccessoryCode: Info{AccessoryCode, []string{"LO"}, "Accessory Code", "AccessoryCode", "1", false}, + BlockDivergence: Info{BlockDivergence, []string{"CS"}, "Block Divergence", "BlockDivergence", "1", false}, + BlockMountingPosition: Info{BlockMountingPosition, []string{"CS"}, "Block Mounting Position", "BlockMountingPosition", "1", false}, + BlockNumber: Info{BlockNumber, []string{"IS"}, "Block Number", "BlockNumber", "1", false}, + BlockName: Info{BlockName, []string{"LO"}, "Block Name", "BlockName", "1", false}, + BlockThickness: Info{BlockThickness, []string{"DS"}, "Block Thickness", "BlockThickness", "1", false}, + BlockTransmission: Info{BlockTransmission, []string{"DS"}, "Block Transmission", "BlockTransmission", "1", false}, + BlockNumberOfPoints: Info{BlockNumberOfPoints, []string{"IS"}, "Block Number of Points", "BlockNumberOfPoints", "1", false}, + BlockData: Info{BlockData, []string{"DS"}, "Block Data", "BlockData", "2-2n", false}, + ApplicatorSequence: Info{ApplicatorSequence, []string{"SQ"}, "Applicator Sequence", "ApplicatorSequence", "1", false}, + ApplicatorID: Info{ApplicatorID, []string{"SH"}, "Applicator ID", "ApplicatorID", "1", false}, + ApplicatorType: Info{ApplicatorType, []string{"CS"}, "Applicator Type", "ApplicatorType", "1", false}, + ApplicatorDescription: Info{ApplicatorDescription, []string{"LO"}, "Applicator Description", "ApplicatorDescription", "1", false}, + CumulativeDoseReferenceCoefficient: Info{CumulativeDoseReferenceCoefficient, []string{"DS"}, "Cumulative Dose Reference Coefficient", "CumulativeDoseReferenceCoefficient", "1", false}, + FinalCumulativeMetersetWeight: Info{FinalCumulativeMetersetWeight, []string{"DS"}, "Final Cumulative Meterset Weight", "FinalCumulativeMetersetWeight", "1", false}, + NumberOfControlPoints: Info{NumberOfControlPoints, []string{"IS"}, "Number of Control Points", "NumberOfControlPoints", "1", false}, + ControlPointSequence: Info{ControlPointSequence, []string{"SQ"}, "Control Point Sequence", "ControlPointSequence", "1", false}, + ControlPointIndex: Info{ControlPointIndex, []string{"IS"}, "Control Point Index", "ControlPointIndex", "1", false}, + NominalBeamEnergy: Info{NominalBeamEnergy, []string{"DS"}, "Nominal Beam Energy", "NominalBeamEnergy", "1", false}, + DoseRateSet: Info{DoseRateSet, []string{"DS"}, "Dose Rate Set", "DoseRateSet", "1", false}, + WedgePositionSequence: Info{WedgePositionSequence, []string{"SQ"}, "Wedge Position Sequence", "WedgePositionSequence", "1", false}, + WedgePosition: Info{WedgePosition, []string{"CS"}, "Wedge Position", "WedgePosition", "1", false}, + BeamLimitingDevicePositionSequence: Info{BeamLimitingDevicePositionSequence, []string{"SQ"}, "Beam Limiting Device Position Sequence", "BeamLimitingDevicePositionSequence", "1", false}, + LeafJawPositions: Info{LeafJawPositions, []string{"DS"}, "Leaf/Jaw Positions", "LeafJawPositions", "2-2n", false}, + GantryAngle: Info{GantryAngle, []string{"DS"}, "Gantry Angle", "GantryAngle", "1", false}, + GantryRotationDirection: Info{GantryRotationDirection, []string{"CS"}, "Gantry Rotation Direction", "GantryRotationDirection", "1", false}, + BeamLimitingDeviceAngle: Info{BeamLimitingDeviceAngle, []string{"DS"}, "Beam Limiting Device Angle", "BeamLimitingDeviceAngle", "1", false}, + BeamLimitingDeviceRotationDirection: Info{BeamLimitingDeviceRotationDirection, []string{"CS"}, "Beam Limiting Device Rotation Direction", "BeamLimitingDeviceRotationDirection", "1", false}, + PatientSupportAngle: Info{PatientSupportAngle, []string{"DS"}, "Patient Support Angle", "PatientSupportAngle", "1", false}, + PatientSupportRotationDirection: Info{PatientSupportRotationDirection, []string{"CS"}, "Patient Support Rotation Direction", "PatientSupportRotationDirection", "1", false}, + TableTopEccentricAxisDistance: Info{TableTopEccentricAxisDistance, []string{"DS"}, "Table Top Eccentric Axis Distance", "TableTopEccentricAxisDistance", "1", false}, + TableTopEccentricAngle: Info{TableTopEccentricAngle, []string{"DS"}, "Table Top Eccentric Angle", "TableTopEccentricAngle", "1", false}, + TableTopEccentricRotationDirection: Info{TableTopEccentricRotationDirection, []string{"CS"}, "Table Top Eccentric Rotation Direction", "TableTopEccentricRotationDirection", "1", false}, + TableTopVerticalPosition: Info{TableTopVerticalPosition, []string{"DS"}, "Table Top Vertical Position", "TableTopVerticalPosition", "1", false}, + TableTopLongitudinalPosition: Info{TableTopLongitudinalPosition, []string{"DS"}, "Table Top Longitudinal Position", "TableTopLongitudinalPosition", "1", false}, + TableTopLateralPosition: Info{TableTopLateralPosition, []string{"DS"}, "Table Top Lateral Position", "TableTopLateralPosition", "1", false}, + IsocenterPosition: Info{IsocenterPosition, []string{"DS"}, "Isocenter Position", "IsocenterPosition", "3", false}, + SurfaceEntryPoint: Info{SurfaceEntryPoint, []string{"DS"}, "Surface Entry Point", "SurfaceEntryPoint", "3", false}, + SourceToSurfaceDistance: Info{SourceToSurfaceDistance, []string{"DS"}, "Source to Surface Distance", "SourceToSurfaceDistance", "1", false}, AverageBeamDosePointSourceToExternalContourDistance: Info{AverageBeamDosePointSourceToExternalContourDistance, []string{"FL"}, "Average Beam Dose Point Source to External Contour Distance", "AverageBeamDosePointSourceToExternalContourDistance", "1", false}, - SourceToExternalContourDistance: Info{SourceToExternalContourDistance, []string{"FL"}, "Source to External Contour Distance", "SourceToExternalContourDistance", "1", false}, - ExternalContourEntryPoint: Info{ExternalContourEntryPoint, []string{"FL"}, "External Contour Entry Point", "ExternalContourEntryPoint", "3", false}, - CumulativeMetersetWeight: Info{CumulativeMetersetWeight, []string{"DS"}, "Cumulative Meterset Weight", "CumulativeMetersetWeight", "1", false}, - TableTopPitchAngle: Info{TableTopPitchAngle, []string{"FL"}, "Table Top Pitch Angle", "TableTopPitchAngle", "1", false}, - TableTopPitchRotationDirection: Info{TableTopPitchRotationDirection, []string{"CS"}, "Table Top Pitch Rotation Direction", "TableTopPitchRotationDirection", "1", false}, - TableTopRollAngle: Info{TableTopRollAngle, []string{"FL"}, "Table Top Roll Angle", "TableTopRollAngle", "1", false}, - TableTopRollRotationDirection: Info{TableTopRollRotationDirection, []string{"CS"}, "Table Top Roll Rotation Direction", "TableTopRollRotationDirection", "1", false}, - HeadFixationAngle: Info{HeadFixationAngle, []string{"FL"}, "Head Fixation Angle", "HeadFixationAngle", "1", false}, - GantryPitchAngle: Info{GantryPitchAngle, []string{"FL"}, "Gantry Pitch Angle", "GantryPitchAngle", "1", false}, - GantryPitchRotationDirection: Info{GantryPitchRotationDirection, []string{"CS"}, "Gantry Pitch Rotation Direction", "GantryPitchRotationDirection", "1", false}, - GantryPitchAngleTolerance: Info{GantryPitchAngleTolerance, []string{"FL"}, "Gantry Pitch Angle Tolerance", "GantryPitchAngleTolerance", "1", false}, - FixationEye: Info{FixationEye, []string{"CS"}, "Fixation Eye", "FixationEye", "1", false}, - ChairHeadFramePosition: Info{ChairHeadFramePosition, []string{"DS"}, "Chair Head Frame Position", "ChairHeadFramePosition", "1", false}, - HeadFixationAngleTolerance: Info{HeadFixationAngleTolerance, []string{"DS"}, "Head Fixation Angle Tolerance", "HeadFixationAngleTolerance", "1", false}, - ChairHeadFramePositionTolerance: Info{ChairHeadFramePositionTolerance, []string{"DS"}, "Chair Head Frame Position Tolerance", "ChairHeadFramePositionTolerance", "1", false}, - FixationLightAzimuthalAngleTolerance: Info{FixationLightAzimuthalAngleTolerance, []string{"DS"}, "Fixation Light Azimuthal Angle Tolerance", "FixationLightAzimuthalAngleTolerance", "1", false}, - FixationLightPolarAngleTolerance: Info{FixationLightPolarAngleTolerance, []string{"DS"}, "Fixation Light Polar Angle Tolerance", "FixationLightPolarAngleTolerance", "1", false}, - PatientSetupSequence: Info{PatientSetupSequence, []string{"SQ"}, "Patient Setup Sequence", "PatientSetupSequence", "1", false}, - PatientSetupNumber: Info{PatientSetupNumber, []string{"IS"}, "Patient Setup Number", "PatientSetupNumber", "1", false}, - PatientSetupLabel: Info{PatientSetupLabel, []string{"LO"}, "Patient Setup Label", "PatientSetupLabel", "1", false}, - PatientAdditionalPosition: Info{PatientAdditionalPosition, []string{"LO"}, "Patient Additional Position", "PatientAdditionalPosition", "1", false}, - FixationDeviceSequence: Info{FixationDeviceSequence, []string{"SQ"}, "Fixation Device Sequence", "FixationDeviceSequence", "1", false}, - FixationDeviceType: Info{FixationDeviceType, []string{"CS"}, "Fixation Device Type", "FixationDeviceType", "1", false}, - FixationDeviceLabel: Info{FixationDeviceLabel, []string{"SH"}, "Fixation Device Label", "FixationDeviceLabel", "1", false}, - FixationDeviceDescription: Info{FixationDeviceDescription, []string{"ST"}, "Fixation Device Description", "FixationDeviceDescription", "1", false}, - FixationDevicePosition: Info{FixationDevicePosition, []string{"SH"}, "Fixation Device Position", "FixationDevicePosition", "1", false}, - FixationDevicePitchAngle: Info{FixationDevicePitchAngle, []string{"FL"}, "Fixation Device Pitch Angle", "FixationDevicePitchAngle", "1", false}, - FixationDeviceRollAngle: Info{FixationDeviceRollAngle, []string{"FL"}, "Fixation Device Roll Angle", "FixationDeviceRollAngle", "1", false}, - ShieldingDeviceSequence: Info{ShieldingDeviceSequence, []string{"SQ"}, "Shielding Device Sequence", "ShieldingDeviceSequence", "1", false}, - ShieldingDeviceType: Info{ShieldingDeviceType, []string{"CS"}, "Shielding Device Type", "ShieldingDeviceType", "1", false}, - ShieldingDeviceLabel: Info{ShieldingDeviceLabel, []string{"SH"}, "Shielding Device Label", "ShieldingDeviceLabel", "1", false}, - ShieldingDeviceDescription: Info{ShieldingDeviceDescription, []string{"ST"}, "Shielding Device Description", "ShieldingDeviceDescription", "1", false}, - ShieldingDevicePosition: Info{ShieldingDevicePosition, []string{"SH"}, "Shielding Device Position", "ShieldingDevicePosition", "1", false}, - SetupTechnique: Info{SetupTechnique, []string{"CS"}, "Setup Technique", "SetupTechnique", "1", false}, - SetupTechniqueDescription: Info{SetupTechniqueDescription, []string{"ST"}, "Setup Technique Description", "SetupTechniqueDescription", "1", false}, - SetupDeviceSequence: Info{SetupDeviceSequence, []string{"SQ"}, "Setup Device Sequence", "SetupDeviceSequence", "1", false}, - SetupDeviceType: Info{SetupDeviceType, []string{"CS"}, "Setup Device Type", "SetupDeviceType", "1", false}, - SetupDeviceLabel: Info{SetupDeviceLabel, []string{"SH"}, "Setup Device Label", "SetupDeviceLabel", "1", false}, - SetupDeviceDescription: Info{SetupDeviceDescription, []string{"ST"}, "Setup Device Description", "SetupDeviceDescription", "1", false}, - SetupDeviceParameter: Info{SetupDeviceParameter, []string{"DS"}, "Setup Device Parameter", "SetupDeviceParameter", "1", false}, - SetupReferenceDescription: Info{SetupReferenceDescription, []string{"ST"}, "Setup Reference Description", "SetupReferenceDescription", "1", false}, - TableTopVerticalSetupDisplacement: Info{TableTopVerticalSetupDisplacement, []string{"DS"}, "Table Top Vertical Setup Displacement", "TableTopVerticalSetupDisplacement", "1", false}, - TableTopLongitudinalSetupDisplacement: Info{TableTopLongitudinalSetupDisplacement, []string{"DS"}, "Table Top Longitudinal Setup Displacement", "TableTopLongitudinalSetupDisplacement", "1", false}, - TableTopLateralSetupDisplacement: Info{TableTopLateralSetupDisplacement, []string{"DS"}, "Table Top Lateral Setup Displacement", "TableTopLateralSetupDisplacement", "1", false}, - BrachyTreatmentTechnique: Info{BrachyTreatmentTechnique, []string{"CS"}, "Brachy Treatment Technique", "BrachyTreatmentTechnique", "1", false}, - BrachyTreatmentType: Info{BrachyTreatmentType, []string{"CS"}, "Brachy Treatment Type", "BrachyTreatmentType", "1", false}, - TreatmentMachineSequence: Info{TreatmentMachineSequence, []string{"SQ"}, "Treatment Machine Sequence", "TreatmentMachineSequence", "1", false}, - SourceSequence: Info{SourceSequence, []string{"SQ"}, "Source Sequence", "SourceSequence", "1", false}, - SourceNumber: Info{SourceNumber, []string{"IS"}, "Source Number", "SourceNumber", "1", false}, - SourceType: Info{SourceType, []string{"CS"}, "Source Type", "SourceType", "1", false}, - SourceManufacturer: Info{SourceManufacturer, []string{"LO"}, "Source Manufacturer", "SourceManufacturer", "1", false}, - ActiveSourceDiameter: Info{ActiveSourceDiameter, []string{"DS"}, "Active Source Diameter", "ActiveSourceDiameter", "1", false}, - ActiveSourceLength: Info{ActiveSourceLength, []string{"DS"}, "Active Source Length", "ActiveSourceLength", "1", false}, - SourceModelID: Info{SourceModelID, []string{"SH"}, "Source Model ID", "SourceModelID", "1", false}, - SourceDescription: Info{SourceDescription, []string{"LO"}, "Source Description", "SourceDescription", "1", false}, - SourceEncapsulationNominalThickness: Info{SourceEncapsulationNominalThickness, []string{"DS"}, "Source Encapsulation Nominal Thickness", "SourceEncapsulationNominalThickness", "1", false}, - SourceEncapsulationNominalTransmission: Info{SourceEncapsulationNominalTransmission, []string{"DS"}, "Source Encapsulation Nominal Transmission", "SourceEncapsulationNominalTransmission", "1", false}, - SourceIsotopeName: Info{SourceIsotopeName, []string{"LO"}, "Source Isotope Name", "SourceIsotopeName", "1", false}, - SourceIsotopeHalfLife: Info{SourceIsotopeHalfLife, []string{"DS"}, "Source Isotope Half Life", "SourceIsotopeHalfLife", "1", false}, - SourceStrengthUnits: Info{SourceStrengthUnits, []string{"CS"}, "Source Strength Units", "SourceStrengthUnits", "1", false}, - ReferenceAirKermaRate: Info{ReferenceAirKermaRate, []string{"DS"}, "Reference Air Kerma Rate", "ReferenceAirKermaRate", "1", false}, - SourceStrength: Info{SourceStrength, []string{"DS"}, "Source Strength", "SourceStrength", "1", false}, - SourceStrengthReferenceDate: Info{SourceStrengthReferenceDate, []string{"DA"}, "Source Strength Reference Date", "SourceStrengthReferenceDate", "1", false}, - SourceStrengthReferenceTime: Info{SourceStrengthReferenceTime, []string{"TM"}, "Source Strength Reference Time", "SourceStrengthReferenceTime", "1", false}, - ApplicationSetupSequence: Info{ApplicationSetupSequence, []string{"SQ"}, "Application Setup Sequence", "ApplicationSetupSequence", "1", false}, - ApplicationSetupType: Info{ApplicationSetupType, []string{"CS"}, "Application Setup Type", "ApplicationSetupType", "1", false}, - ApplicationSetupNumber: Info{ApplicationSetupNumber, []string{"IS"}, "Application Setup Number", "ApplicationSetupNumber", "1", false}, - ApplicationSetupName: Info{ApplicationSetupName, []string{"LO"}, "Application Setup Name", "ApplicationSetupName", "1", false}, - ApplicationSetupManufacturer: Info{ApplicationSetupManufacturer, []string{"LO"}, "Application Setup Manufacturer", "ApplicationSetupManufacturer", "1", false}, - TemplateNumber: Info{TemplateNumber, []string{"IS"}, "Template Number", "TemplateNumber", "1", false}, - TemplateType: Info{TemplateType, []string{"SH"}, "Template Type", "TemplateType", "1", false}, - TemplateName: Info{TemplateName, []string{"LO"}, "Template Name", "TemplateName", "1", false}, - TotalReferenceAirKerma: Info{TotalReferenceAirKerma, []string{"DS"}, "Total Reference Air Kerma", "TotalReferenceAirKerma", "1", false}, - BrachyAccessoryDeviceSequence: Info{BrachyAccessoryDeviceSequence, []string{"SQ"}, "Brachy Accessory Device Sequence", "BrachyAccessoryDeviceSequence", "1", false}, - BrachyAccessoryDeviceNumber: Info{BrachyAccessoryDeviceNumber, []string{"IS"}, "Brachy Accessory Device Number", "BrachyAccessoryDeviceNumber", "1", false}, - BrachyAccessoryDeviceID: Info{BrachyAccessoryDeviceID, []string{"SH"}, "Brachy Accessory Device ID", "BrachyAccessoryDeviceID", "1", false}, - BrachyAccessoryDeviceType: Info{BrachyAccessoryDeviceType, []string{"CS"}, "Brachy Accessory Device Type", "BrachyAccessoryDeviceType", "1", false}, - BrachyAccessoryDeviceName: Info{BrachyAccessoryDeviceName, []string{"LO"}, "Brachy Accessory Device Name", "BrachyAccessoryDeviceName", "1", false}, - BrachyAccessoryDeviceNominalThickness: Info{BrachyAccessoryDeviceNominalThickness, []string{"DS"}, "Brachy Accessory Device Nominal Thickness", "BrachyAccessoryDeviceNominalThickness", "1", false}, - BrachyAccessoryDeviceNominalTransmission: Info{BrachyAccessoryDeviceNominalTransmission, []string{"DS"}, "Brachy Accessory Device Nominal Transmission", "BrachyAccessoryDeviceNominalTransmission", "1", false}, - ChannelEffectiveLength: Info{ChannelEffectiveLength, []string{"DS"}, "Channel Effective Length", "ChannelEffectiveLength", "1", false}, - ChannelInnerLength: Info{ChannelInnerLength, []string{"DS"}, "Channel Inner Length", "ChannelInnerLength", "1", false}, - AfterloaderChannelID: Info{AfterloaderChannelID, []string{"SH"}, "Afterloader Channel ID", "AfterloaderChannelID", "1", false}, - SourceApplicatorTipLength: Info{SourceApplicatorTipLength, []string{"DS"}, "Source Applicator Tip Length", "SourceApplicatorTipLength", "1", false}, - ChannelSequence: Info{ChannelSequence, []string{"SQ"}, "Channel Sequence", "ChannelSequence", "1", false}, - ChannelNumber: Info{ChannelNumber, []string{"IS"}, "Channel Number", "ChannelNumber", "1", false}, - ChannelLength: Info{ChannelLength, []string{"DS"}, "Channel Length", "ChannelLength", "1", false}, - ChannelTotalTime: Info{ChannelTotalTime, []string{"DS"}, "Channel Total Time", "ChannelTotalTime", "1", false}, - SourceMovementType: Info{SourceMovementType, []string{"CS"}, "Source Movement Type", "SourceMovementType", "1", false}, - NumberOfPulses: Info{NumberOfPulses, []string{"IS"}, "Number of Pulses", "NumberOfPulses", "1", false}, - PulseRepetitionInterval: Info{PulseRepetitionInterval, []string{"DS"}, "Pulse Repetition Interval", "PulseRepetitionInterval", "1", false}, - SourceApplicatorNumber: Info{SourceApplicatorNumber, []string{"IS"}, "Source Applicator Number", "SourceApplicatorNumber", "1", false}, - SourceApplicatorID: Info{SourceApplicatorID, []string{"SH"}, "Source Applicator ID", "SourceApplicatorID", "1", false}, - SourceApplicatorType: Info{SourceApplicatorType, []string{"CS"}, "Source Applicator Type", "SourceApplicatorType", "1", false}, - SourceApplicatorName: Info{SourceApplicatorName, []string{"LO"}, "Source Applicator Name", "SourceApplicatorName", "1", false}, - SourceApplicatorLength: Info{SourceApplicatorLength, []string{"DS"}, "Source Applicator Length", "SourceApplicatorLength", "1", false}, - SourceApplicatorManufacturer: Info{SourceApplicatorManufacturer, []string{"LO"}, "Source Applicator Manufacturer", "SourceApplicatorManufacturer", "1", false}, - SourceApplicatorWallNominalThickness: Info{SourceApplicatorWallNominalThickness, []string{"DS"}, "Source Applicator Wall Nominal Thickness", "SourceApplicatorWallNominalThickness", "1", false}, - SourceApplicatorWallNominalTransmission: Info{SourceApplicatorWallNominalTransmission, []string{"DS"}, "Source Applicator Wall Nominal Transmission", "SourceApplicatorWallNominalTransmission", "1", false}, - SourceApplicatorStepSize: Info{SourceApplicatorStepSize, []string{"DS"}, "Source Applicator Step Size", "SourceApplicatorStepSize", "1", false}, - ApplicatorShapeReferencedROINumber: Info{ApplicatorShapeReferencedROINumber, []string{"IS"}, "Applicator Shape Referenced ROI Number", "ApplicatorShapeReferencedROINumber", "1", false}, - TransferTubeNumber: Info{TransferTubeNumber, []string{"IS"}, "Transfer Tube Number", "TransferTubeNumber", "1", false}, - TransferTubeLength: Info{TransferTubeLength, []string{"DS"}, "Transfer Tube Length", "TransferTubeLength", "1", false}, - ChannelShieldSequence: Info{ChannelShieldSequence, []string{"SQ"}, "Channel Shield Sequence", "ChannelShieldSequence", "1", false}, - ChannelShieldNumber: Info{ChannelShieldNumber, []string{"IS"}, "Channel Shield Number", "ChannelShieldNumber", "1", false}, - ChannelShieldID: Info{ChannelShieldID, []string{"SH"}, "Channel Shield ID", "ChannelShieldID", "1", false}, - ChannelShieldName: Info{ChannelShieldName, []string{"LO"}, "Channel Shield Name", "ChannelShieldName", "1", false}, - ChannelShieldNominalThickness: Info{ChannelShieldNominalThickness, []string{"DS"}, "Channel Shield Nominal Thickness", "ChannelShieldNominalThickness", "1", false}, - ChannelShieldNominalTransmission: Info{ChannelShieldNominalTransmission, []string{"DS"}, "Channel Shield Nominal Transmission", "ChannelShieldNominalTransmission", "1", false}, - FinalCumulativeTimeWeight: Info{FinalCumulativeTimeWeight, []string{"DS"}, "Final Cumulative Time Weight", "FinalCumulativeTimeWeight", "1", false}, - BrachyControlPointSequence: Info{BrachyControlPointSequence, []string{"SQ"}, "Brachy Control Point Sequence", "BrachyControlPointSequence", "1", false}, - ControlPointRelativePosition: Info{ControlPointRelativePosition, []string{"DS"}, "Control Point Relative Position", "ControlPointRelativePosition", "1", false}, - ControlPoint3DPosition: Info{ControlPoint3DPosition, []string{"DS"}, "Control Point 3D Position", "ControlPoint3DPosition", "3", false}, - CumulativeTimeWeight: Info{CumulativeTimeWeight, []string{"DS"}, "Cumulative Time Weight", "CumulativeTimeWeight", "1", false}, - CompensatorDivergence: Info{CompensatorDivergence, []string{"CS"}, "Compensator Divergence", "CompensatorDivergence", "1", false}, - CompensatorMountingPosition: Info{CompensatorMountingPosition, []string{"CS"}, "Compensator Mounting Position", "CompensatorMountingPosition", "1", false}, - SourceToCompensatorDistance: Info{SourceToCompensatorDistance, []string{"DS"}, "Source to Compensator Distance", "SourceToCompensatorDistance", "1-n", false}, - TotalCompensatorTrayWaterEquivalentThickness: Info{TotalCompensatorTrayWaterEquivalentThickness, []string{"FL"}, "Total Compensator Tray Water-Equivalent Thickness", "TotalCompensatorTrayWaterEquivalentThickness", "1", false}, - IsocenterToCompensatorTrayDistance: Info{IsocenterToCompensatorTrayDistance, []string{"FL"}, "Isocenter to Compensator Tray Distance", "IsocenterToCompensatorTrayDistance", "1", false}, - CompensatorColumnOffset: Info{CompensatorColumnOffset, []string{"FL"}, "Compensator Column Offset", "CompensatorColumnOffset", "1", false}, - IsocenterToCompensatorDistances: Info{IsocenterToCompensatorDistances, []string{"FL"}, "Isocenter to Compensator Distances", "IsocenterToCompensatorDistances", "1-n", false}, - CompensatorRelativeStoppingPowerRatio: Info{CompensatorRelativeStoppingPowerRatio, []string{"FL"}, "Compensator Relative Stopping Power Ratio", "CompensatorRelativeStoppingPowerRatio", "1", false}, - CompensatorMillingToolDiameter: Info{CompensatorMillingToolDiameter, []string{"FL"}, "Compensator Milling Tool Diameter", "CompensatorMillingToolDiameter", "1", false}, - IonRangeCompensatorSequence: Info{IonRangeCompensatorSequence, []string{"SQ"}, "Ion Range Compensator Sequence", "IonRangeCompensatorSequence", "1", false}, - CompensatorDescription: Info{CompensatorDescription, []string{"LT"}, "Compensator Description", "CompensatorDescription", "1", false}, - RadiationMassNumber: Info{RadiationMassNumber, []string{"IS"}, "Radiation Mass Number", "RadiationMassNumber", "1", false}, - RadiationAtomicNumber: Info{RadiationAtomicNumber, []string{"IS"}, "Radiation Atomic Number", "RadiationAtomicNumber", "1", false}, - RadiationChargeState: Info{RadiationChargeState, []string{"SS"}, "Radiation Charge State", "RadiationChargeState", "1", false}, - ScanMode: Info{ScanMode, []string{"CS"}, "Scan Mode", "ScanMode", "1", false}, - ModulatedScanModeType: Info{ModulatedScanModeType, []string{"CS"}, "Modulated Scan Mode Type", "ModulatedScanModeType", "1", false}, - VirtualSourceAxisDistances: Info{VirtualSourceAxisDistances, []string{"FL"}, "Virtual Source-Axis Distances", "VirtualSourceAxisDistances", "2", false}, - SnoutSequence: Info{SnoutSequence, []string{"SQ"}, "Snout Sequence", "SnoutSequence", "1", false}, - SnoutPosition: Info{SnoutPosition, []string{"FL"}, "Snout Position", "SnoutPosition", "1", false}, - SnoutID: Info{SnoutID, []string{"SH"}, "Snout ID", "SnoutID", "1", false}, - NumberOfRangeShifters: Info{NumberOfRangeShifters, []string{"IS"}, "Number of Range Shifters", "NumberOfRangeShifters", "1", false}, - RangeShifterSequence: Info{RangeShifterSequence, []string{"SQ"}, "Range Shifter Sequence", "RangeShifterSequence", "1", false}, - RangeShifterNumber: Info{RangeShifterNumber, []string{"IS"}, "Range Shifter Number", "RangeShifterNumber", "1", false}, - RangeShifterID: Info{RangeShifterID, []string{"SH"}, "Range Shifter ID", "RangeShifterID", "1", false}, - RangeShifterType: Info{RangeShifterType, []string{"CS"}, "Range Shifter Type", "RangeShifterType", "1", false}, - RangeShifterDescription: Info{RangeShifterDescription, []string{"LO"}, "Range Shifter Description", "RangeShifterDescription", "1", false}, - NumberOfLateralSpreadingDevices: Info{NumberOfLateralSpreadingDevices, []string{"IS"}, "Number of Lateral Spreading Devices", "NumberOfLateralSpreadingDevices", "1", false}, - LateralSpreadingDeviceSequence: Info{LateralSpreadingDeviceSequence, []string{"SQ"}, "Lateral Spreading Device Sequence", "LateralSpreadingDeviceSequence", "1", false}, - LateralSpreadingDeviceNumber: Info{LateralSpreadingDeviceNumber, []string{"IS"}, "Lateral Spreading Device Number", "LateralSpreadingDeviceNumber", "1", false}, - LateralSpreadingDeviceID: Info{LateralSpreadingDeviceID, []string{"SH"}, "Lateral Spreading Device ID", "LateralSpreadingDeviceID", "1", false}, - LateralSpreadingDeviceType: Info{LateralSpreadingDeviceType, []string{"CS"}, "Lateral Spreading Device Type", "LateralSpreadingDeviceType", "1", false}, - LateralSpreadingDeviceDescription: Info{LateralSpreadingDeviceDescription, []string{"LO"}, "Lateral Spreading Device Description", "LateralSpreadingDeviceDescription", "1", false}, - LateralSpreadingDeviceWaterEquivalentThickness: Info{LateralSpreadingDeviceWaterEquivalentThickness, []string{"FL"}, "Lateral Spreading Device Water Equivalent Thickness", "LateralSpreadingDeviceWaterEquivalentThickness", "1", false}, - NumberOfRangeModulators: Info{NumberOfRangeModulators, []string{"IS"}, "Number of Range Modulators", "NumberOfRangeModulators", "1", false}, - RangeModulatorSequence: Info{RangeModulatorSequence, []string{"SQ"}, "Range Modulator Sequence", "RangeModulatorSequence", "1", false}, - RangeModulatorNumber: Info{RangeModulatorNumber, []string{"IS"}, "Range Modulator Number", "RangeModulatorNumber", "1", false}, - RangeModulatorID: Info{RangeModulatorID, []string{"SH"}, "Range Modulator ID", "RangeModulatorID", "1", false}, - RangeModulatorType: Info{RangeModulatorType, []string{"CS"}, "Range Modulator Type", "RangeModulatorType", "1", false}, - RangeModulatorDescription: Info{RangeModulatorDescription, []string{"LO"}, "Range Modulator Description", "RangeModulatorDescription", "1", false}, - BeamCurrentModulationID: Info{BeamCurrentModulationID, []string{"SH"}, "Beam Current Modulation ID", "BeamCurrentModulationID", "1", false}, - PatientSupportType: Info{PatientSupportType, []string{"CS"}, "Patient Support Type", "PatientSupportType", "1", false}, - PatientSupportID: Info{PatientSupportID, []string{"SH"}, "Patient Support ID", "PatientSupportID", "1", false}, - PatientSupportAccessoryCode: Info{PatientSupportAccessoryCode, []string{"LO"}, "Patient Support Accessory Code", "PatientSupportAccessoryCode", "1", false}, - TrayAccessoryCode: Info{TrayAccessoryCode, []string{"LO"}, "Tray Accessory Code", "TrayAccessoryCode", "1", false}, - FixationLightAzimuthalAngle: Info{FixationLightAzimuthalAngle, []string{"FL"}, "Fixation Light Azimuthal Angle", "FixationLightAzimuthalAngle", "1", false}, - FixationLightPolarAngle: Info{FixationLightPolarAngle, []string{"FL"}, "Fixation Light Polar Angle", "FixationLightPolarAngle", "1", false}, - MetersetRate: Info{MetersetRate, []string{"FL"}, "Meterset Rate", "MetersetRate", "1", false}, - RangeShifterSettingsSequence: Info{RangeShifterSettingsSequence, []string{"SQ"}, "Range Shifter Settings Sequence", "RangeShifterSettingsSequence", "1", false}, - RangeShifterSetting: Info{RangeShifterSetting, []string{"LO"}, "Range Shifter Setting", "RangeShifterSetting", "1", false}, - IsocenterToRangeShifterDistance: Info{IsocenterToRangeShifterDistance, []string{"FL"}, "Isocenter to Range Shifter Distance", "IsocenterToRangeShifterDistance", "1", false}, - RangeShifterWaterEquivalentThickness: Info{RangeShifterWaterEquivalentThickness, []string{"FL"}, "Range Shifter Water Equivalent Thickness", "RangeShifterWaterEquivalentThickness", "1", false}, - LateralSpreadingDeviceSettingsSequence: Info{LateralSpreadingDeviceSettingsSequence, []string{"SQ"}, "Lateral Spreading Device Settings Sequence", "LateralSpreadingDeviceSettingsSequence", "1", false}, - LateralSpreadingDeviceSetting: Info{LateralSpreadingDeviceSetting, []string{"LO"}, "Lateral Spreading Device Setting", "LateralSpreadingDeviceSetting", "1", false}, - IsocenterToLateralSpreadingDeviceDistance: Info{IsocenterToLateralSpreadingDeviceDistance, []string{"FL"}, "Isocenter to Lateral Spreading Device Distance", "IsocenterToLateralSpreadingDeviceDistance", "1", false}, - RangeModulatorSettingsSequence: Info{RangeModulatorSettingsSequence, []string{"SQ"}, "Range Modulator Settings Sequence", "RangeModulatorSettingsSequence", "1", false}, - RangeModulatorGatingStartValue: Info{RangeModulatorGatingStartValue, []string{"FL"}, "Range Modulator Gating Start Value", "RangeModulatorGatingStartValue", "1", false}, - RangeModulatorGatingStopValue: Info{RangeModulatorGatingStopValue, []string{"FL"}, "Range Modulator Gating Stop Value", "RangeModulatorGatingStopValue", "1", false}, - RangeModulatorGatingStartWaterEquivalentThickness: Info{RangeModulatorGatingStartWaterEquivalentThickness, []string{"FL"}, "Range Modulator Gating Start Water Equivalent Thickness", "RangeModulatorGatingStartWaterEquivalentThickness", "1", false}, - RangeModulatorGatingStopWaterEquivalentThickness: Info{RangeModulatorGatingStopWaterEquivalentThickness, []string{"FL"}, "Range Modulator Gating Stop Water Equivalent Thickness", "RangeModulatorGatingStopWaterEquivalentThickness", "1", false}, - IsocenterToRangeModulatorDistance: Info{IsocenterToRangeModulatorDistance, []string{"FL"}, "Isocenter to Range Modulator Distance", "IsocenterToRangeModulatorDistance", "1", false}, - ScanSpotTimeOffset: Info{ScanSpotTimeOffset, []string{"FL"}, "Scan Spot Time Offset", "ScanSpotTimeOffset", "1-n", false}, - ScanSpotTuneID: Info{ScanSpotTuneID, []string{"SH"}, "Scan Spot Tune ID", "ScanSpotTuneID", "1", false}, - ScanSpotPrescribedIndices: Info{ScanSpotPrescribedIndices, []string{"IS"}, "Scan Spot Prescribed Indices", "ScanSpotPrescribedIndices", "1-n", false}, - NumberOfScanSpotPositions: Info{NumberOfScanSpotPositions, []string{"IS"}, "Number of Scan Spot Positions", "NumberOfScanSpotPositions", "1", false}, - ScanSpotReordered: Info{ScanSpotReordered, []string{"CS"}, "Scan Spot Reordered", "ScanSpotReordered", "1", false}, - ScanSpotPositionMap: Info{ScanSpotPositionMap, []string{"FL"}, "Scan Spot Position Map", "ScanSpotPositionMap", "1-n", false}, - ScanSpotReorderingAllowed: Info{ScanSpotReorderingAllowed, []string{"CS"}, "Scan Spot Reordering Allowed", "ScanSpotReorderingAllowed", "1", false}, - ScanSpotMetersetWeights: Info{ScanSpotMetersetWeights, []string{"FL"}, "Scan Spot Meterset Weights", "ScanSpotMetersetWeights", "1-n", false}, - ScanningSpotSize: Info{ScanningSpotSize, []string{"FL"}, "Scanning Spot Size", "ScanningSpotSize", "2", false}, - ScanSpotSizesDelivered: Info{ScanSpotSizesDelivered, []string{"FL"}, "Scan Spot Sizes Delivered", "ScanSpotSizesDelivered", "2-2n", false}, - NumberOfPaintings: Info{NumberOfPaintings, []string{"IS"}, "Number of Paintings", "NumberOfPaintings", "1", false}, - IonToleranceTableSequence: Info{IonToleranceTableSequence, []string{"SQ"}, "Ion Tolerance Table Sequence", "IonToleranceTableSequence", "1", false}, - IonBeamSequence: Info{IonBeamSequence, []string{"SQ"}, "Ion Beam Sequence", "IonBeamSequence", "1", false}, - IonBeamLimitingDeviceSequence: Info{IonBeamLimitingDeviceSequence, []string{"SQ"}, "Ion Beam Limiting Device Sequence", "IonBeamLimitingDeviceSequence", "1", false}, - IonBlockSequence: Info{IonBlockSequence, []string{"SQ"}, "Ion Block Sequence", "IonBlockSequence", "1", false}, - IonControlPointSequence: Info{IonControlPointSequence, []string{"SQ"}, "Ion Control Point Sequence", "IonControlPointSequence", "1", false}, - IonWedgeSequence: Info{IonWedgeSequence, []string{"SQ"}, "Ion Wedge Sequence", "IonWedgeSequence", "1", false}, - IonWedgePositionSequence: Info{IonWedgePositionSequence, []string{"SQ"}, "Ion Wedge Position Sequence", "IonWedgePositionSequence", "1", false}, - ReferencedSetupImageSequence: Info{ReferencedSetupImageSequence, []string{"SQ"}, "Referenced Setup Image Sequence", "ReferencedSetupImageSequence", "1", false}, - SetupImageComment: Info{SetupImageComment, []string{"ST"}, "Setup Image Comment", "SetupImageComment", "1", false}, - MotionSynchronizationSequence: Info{MotionSynchronizationSequence, []string{"SQ"}, "Motion Synchronization Sequence", "MotionSynchronizationSequence", "1", false}, - ControlPointOrientation: Info{ControlPointOrientation, []string{"FL"}, "Control Point Orientation", "ControlPointOrientation", "3", false}, - GeneralAccessorySequence: Info{GeneralAccessorySequence, []string{"SQ"}, "General Accessory Sequence", "GeneralAccessorySequence", "1", false}, - GeneralAccessoryID: Info{GeneralAccessoryID, []string{"SH"}, "General Accessory ID", "GeneralAccessoryID", "1", false}, - GeneralAccessoryDescription: Info{GeneralAccessoryDescription, []string{"ST"}, "General Accessory Description", "GeneralAccessoryDescription", "1", false}, - GeneralAccessoryType: Info{GeneralAccessoryType, []string{"CS"}, "General Accessory Type", "GeneralAccessoryType", "1", false}, - GeneralAccessoryNumber: Info{GeneralAccessoryNumber, []string{"IS"}, "General Accessory Number", "GeneralAccessoryNumber", "1", false}, - SourceToGeneralAccessoryDistance: Info{SourceToGeneralAccessoryDistance, []string{"FL"}, "Source to General Accessory Distance", "SourceToGeneralAccessoryDistance", "1", false}, - IsocenterToGeneralAccessoryDistance: Info{IsocenterToGeneralAccessoryDistance, []string{"DS"}, "Isocenter to General Accessory Distance", "IsocenterToGeneralAccessoryDistance", "1", false}, - ApplicatorGeometrySequence: Info{ApplicatorGeometrySequence, []string{"SQ"}, "Applicator Geometry Sequence", "ApplicatorGeometrySequence", "1", false}, - ApplicatorApertureShape: Info{ApplicatorApertureShape, []string{"CS"}, "Applicator Aperture Shape", "ApplicatorApertureShape", "1", false}, - ApplicatorOpening: Info{ApplicatorOpening, []string{"FL"}, "Applicator Opening", "ApplicatorOpening", "1", false}, - ApplicatorOpeningX: Info{ApplicatorOpeningX, []string{"FL"}, "Applicator Opening X", "ApplicatorOpeningX", "1", false}, - ApplicatorOpeningY: Info{ApplicatorOpeningY, []string{"FL"}, "Applicator Opening Y", "ApplicatorOpeningY", "1", false}, - SourceToApplicatorMountingPositionDistance: Info{SourceToApplicatorMountingPositionDistance, []string{"FL"}, "Source to Applicator Mounting Position Distance", "SourceToApplicatorMountingPositionDistance", "1", false}, - NumberOfBlockSlabItems: Info{NumberOfBlockSlabItems, []string{"IS"}, "Number of Block Slab Items", "NumberOfBlockSlabItems", "1", false}, - BlockSlabSequence: Info{BlockSlabSequence, []string{"SQ"}, "Block Slab Sequence", "BlockSlabSequence", "1", false}, - BlockSlabThickness: Info{BlockSlabThickness, []string{"DS"}, "Block Slab Thickness", "BlockSlabThickness", "1", false}, - BlockSlabNumber: Info{BlockSlabNumber, []string{"US"}, "Block Slab Number", "BlockSlabNumber", "1", false}, - DeviceMotionControlSequence: Info{DeviceMotionControlSequence, []string{"SQ"}, "Device Motion Control Sequence", "DeviceMotionControlSequence", "1", false}, - DeviceMotionExecutionMode: Info{DeviceMotionExecutionMode, []string{"CS"}, "Device Motion Execution Mode", "DeviceMotionExecutionMode", "1", false}, - DeviceMotionObservationMode: Info{DeviceMotionObservationMode, []string{"CS"}, "Device Motion Observation Mode", "DeviceMotionObservationMode", "1", false}, - DeviceMotionParameterCodeSequence: Info{DeviceMotionParameterCodeSequence, []string{"SQ"}, "Device Motion Parameter Code Sequence", "DeviceMotionParameterCodeSequence", "1", false}, - DistalDepthFraction: Info{DistalDepthFraction, []string{"FL"}, "Distal Depth Fraction", "DistalDepthFraction", "1", false}, - DistalDepth: Info{DistalDepth, []string{"FL"}, "Distal Depth", "DistalDepth", "1", false}, - NominalRangeModulationFractions: Info{NominalRangeModulationFractions, []string{"FL"}, "Nominal Range Modulation Fractions", "NominalRangeModulationFractions", "2", false}, - NominalRangeModulatedRegionDepths: Info{NominalRangeModulatedRegionDepths, []string{"FL"}, "Nominal Range Modulated Region Depths", "NominalRangeModulatedRegionDepths", "2", false}, - DepthDoseParametersSequence: Info{DepthDoseParametersSequence, []string{"SQ"}, "Depth Dose Parameters Sequence", "DepthDoseParametersSequence", "1", false}, - DeliveredDepthDoseParametersSequence: Info{DeliveredDepthDoseParametersSequence, []string{"SQ"}, "Delivered Depth Dose Parameters Sequence", "DeliveredDepthDoseParametersSequence", "1", false}, - DeliveredDistalDepthFraction: Info{DeliveredDistalDepthFraction, []string{"FL"}, "Delivered Distal Depth Fraction", "DeliveredDistalDepthFraction", "1", false}, - DeliveredDistalDepth: Info{DeliveredDistalDepth, []string{"FL"}, "Delivered Distal Depth", "DeliveredDistalDepth", "1", false}, - DeliveredNominalRangeModulationFractions: Info{DeliveredNominalRangeModulationFractions, []string{"FL"}, "Delivered Nominal Range Modulation Fractions", "DeliveredNominalRangeModulationFractions", "2", false}, - DeliveredNominalRangeModulatedRegionDepths: Info{DeliveredNominalRangeModulatedRegionDepths, []string{"FL"}, "Delivered Nominal Range Modulated Region Depths", "DeliveredNominalRangeModulatedRegionDepths", "2", false}, - DeliveredReferenceDoseDefinition: Info{DeliveredReferenceDoseDefinition, []string{"CS"}, "Delivered Reference Dose Definition", "DeliveredReferenceDoseDefinition", "1", false}, - ReferenceDoseDefinition: Info{ReferenceDoseDefinition, []string{"CS"}, "Reference Dose Definition", "ReferenceDoseDefinition", "1", false}, - RTControlPointIndex: Info{RTControlPointIndex, []string{"US"}, "RT Control Point Index", "RTControlPointIndex", "1", false}, - RadiationGenerationModeIndex: Info{RadiationGenerationModeIndex, []string{"US"}, "Radiation Generation Mode Index", "RadiationGenerationModeIndex", "1", false}, - ReferencedDefinedDeviceIndex: Info{ReferencedDefinedDeviceIndex, []string{"US"}, "Referenced Defined Device Index", "ReferencedDefinedDeviceIndex", "1", false}, - RadiationDoseIdentificationIndex: Info{RadiationDoseIdentificationIndex, []string{"US"}, "Radiation Dose Identification Index", "RadiationDoseIdentificationIndex", "1", false}, - NumberOfRTControlPoints: Info{NumberOfRTControlPoints, []string{"US"}, "Number of RT Control Points", "NumberOfRTControlPoints", "1", false}, - ReferencedRadiationGenerationModeIndex: Info{ReferencedRadiationGenerationModeIndex, []string{"US"}, "Referenced Radiation Generation Mode Index", "ReferencedRadiationGenerationModeIndex", "1", false}, - TreatmentPositionIndex: Info{TreatmentPositionIndex, []string{"US"}, "Treatment Position Index", "TreatmentPositionIndex", "1", false}, - ReferencedDeviceIndex: Info{ReferencedDeviceIndex, []string{"US"}, "Referenced Device Index", "ReferencedDeviceIndex", "1", false}, - TreatmentPositionGroupLabel: Info{TreatmentPositionGroupLabel, []string{"LO"}, "Treatment Position Group Label", "TreatmentPositionGroupLabel", "1", false}, - TreatmentPositionGroupUID: Info{TreatmentPositionGroupUID, []string{"UI"}, "Treatment Position Group UID", "TreatmentPositionGroupUID", "1", false}, - TreatmentPositionGroupSequence: Info{TreatmentPositionGroupSequence, []string{"SQ"}, "Treatment Position Group Sequence", "TreatmentPositionGroupSequence", "1", false}, - ReferencedTreatmentPositionIndex: Info{ReferencedTreatmentPositionIndex, []string{"US"}, "Referenced Treatment Position Index", "ReferencedTreatmentPositionIndex", "1", false}, - ReferencedRadiationDoseIdentificationIndex: Info{ReferencedRadiationDoseIdentificationIndex, []string{"US"}, "Referenced Radiation Dose Identification Index", "ReferencedRadiationDoseIdentificationIndex", "1", false}, - RTAccessoryHolderWaterEquivalentThickness: Info{RTAccessoryHolderWaterEquivalentThickness, []string{"FD"}, "RT Accessory Holder Water-Equivalent Thickness", "RTAccessoryHolderWaterEquivalentThickness", "1", false}, - ReferencedRTAccessoryHolderDeviceIndex: Info{ReferencedRTAccessoryHolderDeviceIndex, []string{"US"}, "Referenced RT Accessory Holder Device Index", "ReferencedRTAccessoryHolderDeviceIndex", "1", false}, - RTAccessoryHolderSlotExistenceFlag: Info{RTAccessoryHolderSlotExistenceFlag, []string{"CS"}, "RT Accessory Holder Slot Existence Flag", "RTAccessoryHolderSlotExistenceFlag", "1", false}, - RTAccessoryHolderSlotSequence: Info{RTAccessoryHolderSlotSequence, []string{"SQ"}, "RT Accessory Holder Slot Sequence", "RTAccessoryHolderSlotSequence", "1", false}, - RTAccessoryHolderSlotID: Info{RTAccessoryHolderSlotID, []string{"LO"}, "RT Accessory Holder Slot ID", "RTAccessoryHolderSlotID", "1", false}, - RTAccessoryHolderSlotDistance: Info{RTAccessoryHolderSlotDistance, []string{"FD"}, "RT Accessory Holder Slot Distance", "RTAccessoryHolderSlotDistance", "1", false}, - RTAccessorySlotDistance: Info{RTAccessorySlotDistance, []string{"FD"}, "RT Accessory Slot Distance", "RTAccessorySlotDistance", "1", false}, - RTAccessoryHolderDefinitionSequence: Info{RTAccessoryHolderDefinitionSequence, []string{"SQ"}, "RT Accessory Holder Definition Sequence", "RTAccessoryHolderDefinitionSequence", "1", false}, - RTAccessoryDeviceSlotID: Info{RTAccessoryDeviceSlotID, []string{"LO"}, "RT Accessory Device Slot ID", "RTAccessoryDeviceSlotID", "1", false}, - RTRadiationSequence: Info{RTRadiationSequence, []string{"SQ"}, "RT Radiation Sequence", "RTRadiationSequence", "1", false}, - RadiationDoseSequence: Info{RadiationDoseSequence, []string{"SQ"}, "Radiation Dose Sequence", "RadiationDoseSequence", "1", false}, - RadiationDoseIdentificationSequence: Info{RadiationDoseIdentificationSequence, []string{"SQ"}, "Radiation Dose Identification Sequence", "RadiationDoseIdentificationSequence", "1", false}, - RadiationDoseIdentificationLabel: Info{RadiationDoseIdentificationLabel, []string{"LO"}, "Radiation Dose Identification Label", "RadiationDoseIdentificationLabel", "1", false}, - ReferenceDoseType: Info{ReferenceDoseType, []string{"CS"}, "Reference Dose Type", "ReferenceDoseType", "1", false}, - PrimaryDoseValueIndicator: Info{PrimaryDoseValueIndicator, []string{"CS"}, "Primary Dose Value Indicator", "PrimaryDoseValueIndicator", "1", false}, - DoseValuesSequence: Info{DoseValuesSequence, []string{"SQ"}, "Dose Values Sequence", "DoseValuesSequence", "1", false}, - DoseValuePurpose: Info{DoseValuePurpose, []string{"CS"}, "Dose Value Purpose", "DoseValuePurpose", "1-n", false}, - ReferenceDosePointCoordinates: Info{ReferenceDosePointCoordinates, []string{"FD"}, "Reference Dose Point Coordinates", "ReferenceDosePointCoordinates", "3", false}, - RadiationDoseValuesParametersSequence: Info{RadiationDoseValuesParametersSequence, []string{"SQ"}, "Radiation Dose Values Parameters Sequence", "RadiationDoseValuesParametersSequence", "1", false}, - MetersetToDoseMappingSequence: Info{MetersetToDoseMappingSequence, []string{"SQ"}, "Meterset to Dose Mapping Sequence", "MetersetToDoseMappingSequence", "1", false}, - ExpectedInVivoMeasurementValuesSequence: Info{ExpectedInVivoMeasurementValuesSequence, []string{"SQ"}, "Expected In-Vivo Measurement Values Sequence", "ExpectedInVivoMeasurementValuesSequence", "1", false}, - ExpectedInVivoMeasurementValueIndex: Info{ExpectedInVivoMeasurementValueIndex, []string{"US"}, "Expected In-Vivo Measurement Value Index", "ExpectedInVivoMeasurementValueIndex", "1", false}, - RadiationDoseInVivoMeasurementLabel: Info{RadiationDoseInVivoMeasurementLabel, []string{"LO"}, "Radiation Dose In-Vivo Measurement Label", "RadiationDoseInVivoMeasurementLabel", "1", false}, - RadiationDoseCentralAxisDisplacement: Info{RadiationDoseCentralAxisDisplacement, []string{"FD"}, "Radiation Dose Central Axis Displacement", "RadiationDoseCentralAxisDisplacement", "2", false}, - RadiationDoseValue: Info{RadiationDoseValue, []string{"FD"}, "Radiation Dose Value", "RadiationDoseValue", "1", false}, - RadiationDoseSourceToSkinDistance: Info{RadiationDoseSourceToSkinDistance, []string{"FD"}, "Radiation Dose Source to Skin Distance", "RadiationDoseSourceToSkinDistance", "1", false}, - RadiationDoseMeasurementPointCoordinates: Info{RadiationDoseMeasurementPointCoordinates, []string{"FD"}, "Radiation Dose Measurement Point Coordinates", "RadiationDoseMeasurementPointCoordinates", "3", false}, - RadiationDoseSourceToExternalContourDistance: Info{RadiationDoseSourceToExternalContourDistance, []string{"FD"}, "Radiation Dose Source to External Contour Distance", "RadiationDoseSourceToExternalContourDistance", "1", false}, - RTToleranceSetSequence: Info{RTToleranceSetSequence, []string{"SQ"}, "RT Tolerance Set Sequence", "RTToleranceSetSequence", "1", false}, - RTToleranceSetLabel: Info{RTToleranceSetLabel, []string{"LO"}, "RT Tolerance Set Label", "RTToleranceSetLabel", "1", false}, - AttributeToleranceValuesSequence: Info{AttributeToleranceValuesSequence, []string{"SQ"}, "Attribute Tolerance Values Sequence", "AttributeToleranceValuesSequence", "1", false}, - ToleranceValue: Info{ToleranceValue, []string{"FD"}, "Tolerance Value", "ToleranceValue", "1", false}, - PatientSupportPositionToleranceSequence: Info{PatientSupportPositionToleranceSequence, []string{"SQ"}, "Patient Support Position Tolerance Sequence", "PatientSupportPositionToleranceSequence", "1", false}, - TreatmentTimeLimit: Info{TreatmentTimeLimit, []string{"FD"}, "Treatment Time Limit", "TreatmentTimeLimit", "1", false}, - CArmPhotonElectronControlPointSequence: Info{CArmPhotonElectronControlPointSequence, []string{"SQ"}, "C-Arm Photon-Electron Control Point Sequence", "CArmPhotonElectronControlPointSequence", "1", false}, - ReferencedRTRadiationSequence: Info{ReferencedRTRadiationSequence, []string{"SQ"}, "Referenced RT Radiation Sequence", "ReferencedRTRadiationSequence", "1", false}, - ReferencedRTInstanceSequence: Info{ReferencedRTInstanceSequence, []string{"SQ"}, "Referenced RT Instance Sequence", "ReferencedRTInstanceSequence", "1", false}, - ReferencedRTPatientSetupSequence: Info{ReferencedRTPatientSetupSequence, []string{"SQ"}, "Referenced RT Patient Setup Sequence", "ReferencedRTPatientSetupSequence", "1", true}, - SourceToPatientSurfaceDistance: Info{SourceToPatientSurfaceDistance, []string{"FD"}, "Source to Patient Surface Distance", "SourceToPatientSurfaceDistance", "1", false}, - TreatmentMachineSpecialModeCodeSequence: Info{TreatmentMachineSpecialModeCodeSequence, []string{"SQ"}, "Treatment Machine Special Mode Code Sequence", "TreatmentMachineSpecialModeCodeSequence", "1", false}, - IntendedNumberOfFractions: Info{IntendedNumberOfFractions, []string{"US"}, "Intended Number of Fractions", "IntendedNumberOfFractions", "1", false}, - RTRadiationSetIntent: Info{RTRadiationSetIntent, []string{"CS"}, "RT Radiation Set Intent", "RTRadiationSetIntent", "1", false}, - RTRadiationPhysicalAndGeometricContentDetailFlag: Info{RTRadiationPhysicalAndGeometricContentDetailFlag, []string{"CS"}, "RT Radiation Physical and Geometric Content Detail Flag", "RTRadiationPhysicalAndGeometricContentDetailFlag", "1", false}, - RTRecordFlag: Info{RTRecordFlag, []string{"CS"}, "RT Record Flag", "RTRecordFlag", "1", false}, - TreatmentDeviceIdentificationSequence: Info{TreatmentDeviceIdentificationSequence, []string{"SQ"}, "Treatment Device Identification Sequence", "TreatmentDeviceIdentificationSequence", "1", false}, - ReferencedRTPhysicianIntentSequence: Info{ReferencedRTPhysicianIntentSequence, []string{"SQ"}, "Referenced RT Physician Intent Sequence", "ReferencedRTPhysicianIntentSequence", "1", false}, - CumulativeMeterset: Info{CumulativeMeterset, []string{"FD"}, "Cumulative Meterset", "CumulativeMeterset", "1", false}, - DeliveryRate: Info{DeliveryRate, []string{"FD"}, "Delivery Rate", "DeliveryRate", "1", false}, - DeliveryRateUnitSequence: Info{DeliveryRateUnitSequence, []string{"SQ"}, "Delivery Rate Unit Sequence", "DeliveryRateUnitSequence", "1", false}, - TreatmentPositionSequence: Info{TreatmentPositionSequence, []string{"SQ"}, "Treatment Position Sequence", "TreatmentPositionSequence", "1", false}, - RadiationSourceAxisDistance: Info{RadiationSourceAxisDistance, []string{"FD"}, "Radiation Source-Axis Distance", "RadiationSourceAxisDistance", "1", false}, - NumberOfRTBeamLimitingDevices: Info{NumberOfRTBeamLimitingDevices, []string{"US"}, "Number of RT Beam Limiting Devices", "NumberOfRTBeamLimitingDevices", "1", false}, - RTBeamLimitingDeviceProximalDistance: Info{RTBeamLimitingDeviceProximalDistance, []string{"FD"}, "RT Beam Limiting Device Proximal Distance", "RTBeamLimitingDeviceProximalDistance", "1", false}, - RTBeamLimitingDeviceDistalDistance: Info{RTBeamLimitingDeviceDistalDistance, []string{"FD"}, "RT Beam Limiting Device Distal Distance", "RTBeamLimitingDeviceDistalDistance", "1", false}, + SourceToExternalContourDistance: Info{SourceToExternalContourDistance, []string{"FL"}, "Source to External Contour Distance", "SourceToExternalContourDistance", "1", false}, + ExternalContourEntryPoint: Info{ExternalContourEntryPoint, []string{"FL"}, "External Contour Entry Point", "ExternalContourEntryPoint", "3", false}, + CumulativeMetersetWeight: Info{CumulativeMetersetWeight, []string{"DS"}, "Cumulative Meterset Weight", "CumulativeMetersetWeight", "1", false}, + TableTopPitchAngle: Info{TableTopPitchAngle, []string{"FL"}, "Table Top Pitch Angle", "TableTopPitchAngle", "1", false}, + TableTopPitchRotationDirection: Info{TableTopPitchRotationDirection, []string{"CS"}, "Table Top Pitch Rotation Direction", "TableTopPitchRotationDirection", "1", false}, + TableTopRollAngle: Info{TableTopRollAngle, []string{"FL"}, "Table Top Roll Angle", "TableTopRollAngle", "1", false}, + TableTopRollRotationDirection: Info{TableTopRollRotationDirection, []string{"CS"}, "Table Top Roll Rotation Direction", "TableTopRollRotationDirection", "1", false}, + HeadFixationAngle: Info{HeadFixationAngle, []string{"FL"}, "Head Fixation Angle", "HeadFixationAngle", "1", false}, + GantryPitchAngle: Info{GantryPitchAngle, []string{"FL"}, "Gantry Pitch Angle", "GantryPitchAngle", "1", false}, + GantryPitchRotationDirection: Info{GantryPitchRotationDirection, []string{"CS"}, "Gantry Pitch Rotation Direction", "GantryPitchRotationDirection", "1", false}, + GantryPitchAngleTolerance: Info{GantryPitchAngleTolerance, []string{"FL"}, "Gantry Pitch Angle Tolerance", "GantryPitchAngleTolerance", "1", false}, + FixationEye: Info{FixationEye, []string{"CS"}, "Fixation Eye", "FixationEye", "1", false}, + ChairHeadFramePosition: Info{ChairHeadFramePosition, []string{"DS"}, "Chair Head Frame Position", "ChairHeadFramePosition", "1", false}, + HeadFixationAngleTolerance: Info{HeadFixationAngleTolerance, []string{"DS"}, "Head Fixation Angle Tolerance", "HeadFixationAngleTolerance", "1", false}, + ChairHeadFramePositionTolerance: Info{ChairHeadFramePositionTolerance, []string{"DS"}, "Chair Head Frame Position Tolerance", "ChairHeadFramePositionTolerance", "1", false}, + FixationLightAzimuthalAngleTolerance: Info{FixationLightAzimuthalAngleTolerance, []string{"DS"}, "Fixation Light Azimuthal Angle Tolerance", "FixationLightAzimuthalAngleTolerance", "1", false}, + FixationLightPolarAngleTolerance: Info{FixationLightPolarAngleTolerance, []string{"DS"}, "Fixation Light Polar Angle Tolerance", "FixationLightPolarAngleTolerance", "1", false}, + PatientSetupSequence: Info{PatientSetupSequence, []string{"SQ"}, "Patient Setup Sequence", "PatientSetupSequence", "1", false}, + PatientSetupNumber: Info{PatientSetupNumber, []string{"IS"}, "Patient Setup Number", "PatientSetupNumber", "1", false}, + PatientSetupLabel: Info{PatientSetupLabel, []string{"LO"}, "Patient Setup Label", "PatientSetupLabel", "1", false}, + PatientAdditionalPosition: Info{PatientAdditionalPosition, []string{"LO"}, "Patient Additional Position", "PatientAdditionalPosition", "1", false}, + FixationDeviceSequence: Info{FixationDeviceSequence, []string{"SQ"}, "Fixation Device Sequence", "FixationDeviceSequence", "1", false}, + FixationDeviceType: Info{FixationDeviceType, []string{"CS"}, "Fixation Device Type", "FixationDeviceType", "1", false}, + FixationDeviceLabel: Info{FixationDeviceLabel, []string{"SH"}, "Fixation Device Label", "FixationDeviceLabel", "1", false}, + FixationDeviceDescription: Info{FixationDeviceDescription, []string{"ST"}, "Fixation Device Description", "FixationDeviceDescription", "1", false}, + FixationDevicePosition: Info{FixationDevicePosition, []string{"SH"}, "Fixation Device Position", "FixationDevicePosition", "1", false}, + FixationDevicePitchAngle: Info{FixationDevicePitchAngle, []string{"FL"}, "Fixation Device Pitch Angle", "FixationDevicePitchAngle", "1", false}, + FixationDeviceRollAngle: Info{FixationDeviceRollAngle, []string{"FL"}, "Fixation Device Roll Angle", "FixationDeviceRollAngle", "1", false}, + ShieldingDeviceSequence: Info{ShieldingDeviceSequence, []string{"SQ"}, "Shielding Device Sequence", "ShieldingDeviceSequence", "1", false}, + ShieldingDeviceType: Info{ShieldingDeviceType, []string{"CS"}, "Shielding Device Type", "ShieldingDeviceType", "1", false}, + ShieldingDeviceLabel: Info{ShieldingDeviceLabel, []string{"SH"}, "Shielding Device Label", "ShieldingDeviceLabel", "1", false}, + ShieldingDeviceDescription: Info{ShieldingDeviceDescription, []string{"ST"}, "Shielding Device Description", "ShieldingDeviceDescription", "1", false}, + ShieldingDevicePosition: Info{ShieldingDevicePosition, []string{"SH"}, "Shielding Device Position", "ShieldingDevicePosition", "1", false}, + SetupTechnique: Info{SetupTechnique, []string{"CS"}, "Setup Technique", "SetupTechnique", "1", false}, + SetupTechniqueDescription: Info{SetupTechniqueDescription, []string{"ST"}, "Setup Technique Description", "SetupTechniqueDescription", "1", false}, + SetupDeviceSequence: Info{SetupDeviceSequence, []string{"SQ"}, "Setup Device Sequence", "SetupDeviceSequence", "1", false}, + SetupDeviceType: Info{SetupDeviceType, []string{"CS"}, "Setup Device Type", "SetupDeviceType", "1", false}, + SetupDeviceLabel: Info{SetupDeviceLabel, []string{"SH"}, "Setup Device Label", "SetupDeviceLabel", "1", false}, + SetupDeviceDescription: Info{SetupDeviceDescription, []string{"ST"}, "Setup Device Description", "SetupDeviceDescription", "1", false}, + SetupDeviceParameter: Info{SetupDeviceParameter, []string{"DS"}, "Setup Device Parameter", "SetupDeviceParameter", "1", false}, + SetupReferenceDescription: Info{SetupReferenceDescription, []string{"ST"}, "Setup Reference Description", "SetupReferenceDescription", "1", false}, + TableTopVerticalSetupDisplacement: Info{TableTopVerticalSetupDisplacement, []string{"DS"}, "Table Top Vertical Setup Displacement", "TableTopVerticalSetupDisplacement", "1", false}, + TableTopLongitudinalSetupDisplacement: Info{TableTopLongitudinalSetupDisplacement, []string{"DS"}, "Table Top Longitudinal Setup Displacement", "TableTopLongitudinalSetupDisplacement", "1", false}, + TableTopLateralSetupDisplacement: Info{TableTopLateralSetupDisplacement, []string{"DS"}, "Table Top Lateral Setup Displacement", "TableTopLateralSetupDisplacement", "1", false}, + BrachyTreatmentTechnique: Info{BrachyTreatmentTechnique, []string{"CS"}, "Brachy Treatment Technique", "BrachyTreatmentTechnique", "1", false}, + BrachyTreatmentType: Info{BrachyTreatmentType, []string{"CS"}, "Brachy Treatment Type", "BrachyTreatmentType", "1", false}, + TreatmentMachineSequence: Info{TreatmentMachineSequence, []string{"SQ"}, "Treatment Machine Sequence", "TreatmentMachineSequence", "1", false}, + SourceSequence: Info{SourceSequence, []string{"SQ"}, "Source Sequence", "SourceSequence", "1", false}, + SourceNumber: Info{SourceNumber, []string{"IS"}, "Source Number", "SourceNumber", "1", false}, + SourceType: Info{SourceType, []string{"CS"}, "Source Type", "SourceType", "1", false}, + SourceManufacturer: Info{SourceManufacturer, []string{"LO"}, "Source Manufacturer", "SourceManufacturer", "1", false}, + ActiveSourceDiameter: Info{ActiveSourceDiameter, []string{"DS"}, "Active Source Diameter", "ActiveSourceDiameter", "1", false}, + ActiveSourceLength: Info{ActiveSourceLength, []string{"DS"}, "Active Source Length", "ActiveSourceLength", "1", false}, + SourceModelID: Info{SourceModelID, []string{"SH"}, "Source Model ID", "SourceModelID", "1", false}, + SourceDescription: Info{SourceDescription, []string{"LO"}, "Source Description", "SourceDescription", "1", false}, + SourceEncapsulationNominalThickness: Info{SourceEncapsulationNominalThickness, []string{"DS"}, "Source Encapsulation Nominal Thickness", "SourceEncapsulationNominalThickness", "1", false}, + SourceEncapsulationNominalTransmission: Info{SourceEncapsulationNominalTransmission, []string{"DS"}, "Source Encapsulation Nominal Transmission", "SourceEncapsulationNominalTransmission", "1", false}, + SourceIsotopeName: Info{SourceIsotopeName, []string{"LO"}, "Source Isotope Name", "SourceIsotopeName", "1", false}, + SourceIsotopeHalfLife: Info{SourceIsotopeHalfLife, []string{"DS"}, "Source Isotope Half Life", "SourceIsotopeHalfLife", "1", false}, + SourceStrengthUnits: Info{SourceStrengthUnits, []string{"CS"}, "Source Strength Units", "SourceStrengthUnits", "1", false}, + ReferenceAirKermaRate: Info{ReferenceAirKermaRate, []string{"DS"}, "Reference Air Kerma Rate", "ReferenceAirKermaRate", "1", false}, + SourceStrength: Info{SourceStrength, []string{"DS"}, "Source Strength", "SourceStrength", "1", false}, + SourceStrengthReferenceDate: Info{SourceStrengthReferenceDate, []string{"DA"}, "Source Strength Reference Date", "SourceStrengthReferenceDate", "1", false}, + SourceStrengthReferenceTime: Info{SourceStrengthReferenceTime, []string{"TM"}, "Source Strength Reference Time", "SourceStrengthReferenceTime", "1", false}, + ApplicationSetupSequence: Info{ApplicationSetupSequence, []string{"SQ"}, "Application Setup Sequence", "ApplicationSetupSequence", "1", false}, + ApplicationSetupType: Info{ApplicationSetupType, []string{"CS"}, "Application Setup Type", "ApplicationSetupType", "1", false}, + ApplicationSetupNumber: Info{ApplicationSetupNumber, []string{"IS"}, "Application Setup Number", "ApplicationSetupNumber", "1", false}, + ApplicationSetupName: Info{ApplicationSetupName, []string{"LO"}, "Application Setup Name", "ApplicationSetupName", "1", false}, + ApplicationSetupManufacturer: Info{ApplicationSetupManufacturer, []string{"LO"}, "Application Setup Manufacturer", "ApplicationSetupManufacturer", "1", false}, + TemplateNumber: Info{TemplateNumber, []string{"IS"}, "Template Number", "TemplateNumber", "1", false}, + TemplateType: Info{TemplateType, []string{"SH"}, "Template Type", "TemplateType", "1", false}, + TemplateName: Info{TemplateName, []string{"LO"}, "Template Name", "TemplateName", "1", false}, + TotalReferenceAirKerma: Info{TotalReferenceAirKerma, []string{"DS"}, "Total Reference Air Kerma", "TotalReferenceAirKerma", "1", false}, + BrachyAccessoryDeviceSequence: Info{BrachyAccessoryDeviceSequence, []string{"SQ"}, "Brachy Accessory Device Sequence", "BrachyAccessoryDeviceSequence", "1", false}, + BrachyAccessoryDeviceNumber: Info{BrachyAccessoryDeviceNumber, []string{"IS"}, "Brachy Accessory Device Number", "BrachyAccessoryDeviceNumber", "1", false}, + BrachyAccessoryDeviceID: Info{BrachyAccessoryDeviceID, []string{"SH"}, "Brachy Accessory Device ID", "BrachyAccessoryDeviceID", "1", false}, + BrachyAccessoryDeviceType: Info{BrachyAccessoryDeviceType, []string{"CS"}, "Brachy Accessory Device Type", "BrachyAccessoryDeviceType", "1", false}, + BrachyAccessoryDeviceName: Info{BrachyAccessoryDeviceName, []string{"LO"}, "Brachy Accessory Device Name", "BrachyAccessoryDeviceName", "1", false}, + BrachyAccessoryDeviceNominalThickness: Info{BrachyAccessoryDeviceNominalThickness, []string{"DS"}, "Brachy Accessory Device Nominal Thickness", "BrachyAccessoryDeviceNominalThickness", "1", false}, + BrachyAccessoryDeviceNominalTransmission: Info{BrachyAccessoryDeviceNominalTransmission, []string{"DS"}, "Brachy Accessory Device Nominal Transmission", "BrachyAccessoryDeviceNominalTransmission", "1", false}, + ChannelEffectiveLength: Info{ChannelEffectiveLength, []string{"DS"}, "Channel Effective Length", "ChannelEffectiveLength", "1", false}, + ChannelInnerLength: Info{ChannelInnerLength, []string{"DS"}, "Channel Inner Length", "ChannelInnerLength", "1", false}, + AfterloaderChannelID: Info{AfterloaderChannelID, []string{"SH"}, "Afterloader Channel ID", "AfterloaderChannelID", "1", false}, + SourceApplicatorTipLength: Info{SourceApplicatorTipLength, []string{"DS"}, "Source Applicator Tip Length", "SourceApplicatorTipLength", "1", false}, + ChannelSequence: Info{ChannelSequence, []string{"SQ"}, "Channel Sequence", "ChannelSequence", "1", false}, + ChannelNumber: Info{ChannelNumber, []string{"IS"}, "Channel Number", "ChannelNumber", "1", false}, + ChannelLength: Info{ChannelLength, []string{"DS"}, "Channel Length", "ChannelLength", "1", false}, + ChannelTotalTime: Info{ChannelTotalTime, []string{"DS"}, "Channel Total Time", "ChannelTotalTime", "1", false}, + SourceMovementType: Info{SourceMovementType, []string{"CS"}, "Source Movement Type", "SourceMovementType", "1", false}, + NumberOfPulses: Info{NumberOfPulses, []string{"IS"}, "Number of Pulses", "NumberOfPulses", "1", false}, + PulseRepetitionInterval: Info{PulseRepetitionInterval, []string{"DS"}, "Pulse Repetition Interval", "PulseRepetitionInterval", "1", false}, + SourceApplicatorNumber: Info{SourceApplicatorNumber, []string{"IS"}, "Source Applicator Number", "SourceApplicatorNumber", "1", false}, + SourceApplicatorID: Info{SourceApplicatorID, []string{"SH"}, "Source Applicator ID", "SourceApplicatorID", "1", false}, + SourceApplicatorType: Info{SourceApplicatorType, []string{"CS"}, "Source Applicator Type", "SourceApplicatorType", "1", false}, + SourceApplicatorName: Info{SourceApplicatorName, []string{"LO"}, "Source Applicator Name", "SourceApplicatorName", "1", false}, + SourceApplicatorLength: Info{SourceApplicatorLength, []string{"DS"}, "Source Applicator Length", "SourceApplicatorLength", "1", false}, + SourceApplicatorManufacturer: Info{SourceApplicatorManufacturer, []string{"LO"}, "Source Applicator Manufacturer", "SourceApplicatorManufacturer", "1", false}, + SourceApplicatorWallNominalThickness: Info{SourceApplicatorWallNominalThickness, []string{"DS"}, "Source Applicator Wall Nominal Thickness", "SourceApplicatorWallNominalThickness", "1", false}, + SourceApplicatorWallNominalTransmission: Info{SourceApplicatorWallNominalTransmission, []string{"DS"}, "Source Applicator Wall Nominal Transmission", "SourceApplicatorWallNominalTransmission", "1", false}, + SourceApplicatorStepSize: Info{SourceApplicatorStepSize, []string{"DS"}, "Source Applicator Step Size", "SourceApplicatorStepSize", "1", false}, + ApplicatorShapeReferencedROINumber: Info{ApplicatorShapeReferencedROINumber, []string{"IS"}, "Applicator Shape Referenced ROI Number", "ApplicatorShapeReferencedROINumber", "1", false}, + TransferTubeNumber: Info{TransferTubeNumber, []string{"IS"}, "Transfer Tube Number", "TransferTubeNumber", "1", false}, + TransferTubeLength: Info{TransferTubeLength, []string{"DS"}, "Transfer Tube Length", "TransferTubeLength", "1", false}, + ChannelShieldSequence: Info{ChannelShieldSequence, []string{"SQ"}, "Channel Shield Sequence", "ChannelShieldSequence", "1", false}, + ChannelShieldNumber: Info{ChannelShieldNumber, []string{"IS"}, "Channel Shield Number", "ChannelShieldNumber", "1", false}, + ChannelShieldID: Info{ChannelShieldID, []string{"SH"}, "Channel Shield ID", "ChannelShieldID", "1", false}, + ChannelShieldName: Info{ChannelShieldName, []string{"LO"}, "Channel Shield Name", "ChannelShieldName", "1", false}, + ChannelShieldNominalThickness: Info{ChannelShieldNominalThickness, []string{"DS"}, "Channel Shield Nominal Thickness", "ChannelShieldNominalThickness", "1", false}, + ChannelShieldNominalTransmission: Info{ChannelShieldNominalTransmission, []string{"DS"}, "Channel Shield Nominal Transmission", "ChannelShieldNominalTransmission", "1", false}, + FinalCumulativeTimeWeight: Info{FinalCumulativeTimeWeight, []string{"DS"}, "Final Cumulative Time Weight", "FinalCumulativeTimeWeight", "1", false}, + BrachyControlPointSequence: Info{BrachyControlPointSequence, []string{"SQ"}, "Brachy Control Point Sequence", "BrachyControlPointSequence", "1", false}, + ControlPointRelativePosition: Info{ControlPointRelativePosition, []string{"DS"}, "Control Point Relative Position", "ControlPointRelativePosition", "1", false}, + ControlPoint3DPosition: Info{ControlPoint3DPosition, []string{"DS"}, "Control Point 3D Position", "ControlPoint3DPosition", "3", false}, + CumulativeTimeWeight: Info{CumulativeTimeWeight, []string{"DS"}, "Cumulative Time Weight", "CumulativeTimeWeight", "1", false}, + CompensatorDivergence: Info{CompensatorDivergence, []string{"CS"}, "Compensator Divergence", "CompensatorDivergence", "1", false}, + CompensatorMountingPosition: Info{CompensatorMountingPosition, []string{"CS"}, "Compensator Mounting Position", "CompensatorMountingPosition", "1", false}, + SourceToCompensatorDistance: Info{SourceToCompensatorDistance, []string{"DS"}, "Source to Compensator Distance", "SourceToCompensatorDistance", "1-n", false}, + TotalCompensatorTrayWaterEquivalentThickness: Info{TotalCompensatorTrayWaterEquivalentThickness, []string{"FL"}, "Total Compensator Tray Water-Equivalent Thickness", "TotalCompensatorTrayWaterEquivalentThickness", "1", false}, + IsocenterToCompensatorTrayDistance: Info{IsocenterToCompensatorTrayDistance, []string{"FL"}, "Isocenter to Compensator Tray Distance", "IsocenterToCompensatorTrayDistance", "1", false}, + CompensatorColumnOffset: Info{CompensatorColumnOffset, []string{"FL"}, "Compensator Column Offset", "CompensatorColumnOffset", "1", false}, + IsocenterToCompensatorDistances: Info{IsocenterToCompensatorDistances, []string{"FL"}, "Isocenter to Compensator Distances", "IsocenterToCompensatorDistances", "1-n", false}, + CompensatorRelativeStoppingPowerRatio: Info{CompensatorRelativeStoppingPowerRatio, []string{"FL"}, "Compensator Relative Stopping Power Ratio", "CompensatorRelativeStoppingPowerRatio", "1", false}, + CompensatorMillingToolDiameter: Info{CompensatorMillingToolDiameter, []string{"FL"}, "Compensator Milling Tool Diameter", "CompensatorMillingToolDiameter", "1", false}, + IonRangeCompensatorSequence: Info{IonRangeCompensatorSequence, []string{"SQ"}, "Ion Range Compensator Sequence", "IonRangeCompensatorSequence", "1", false}, + CompensatorDescription: Info{CompensatorDescription, []string{"LT"}, "Compensator Description", "CompensatorDescription", "1", false}, + RadiationMassNumber: Info{RadiationMassNumber, []string{"IS"}, "Radiation Mass Number", "RadiationMassNumber", "1", false}, + RadiationAtomicNumber: Info{RadiationAtomicNumber, []string{"IS"}, "Radiation Atomic Number", "RadiationAtomicNumber", "1", false}, + RadiationChargeState: Info{RadiationChargeState, []string{"SS"}, "Radiation Charge State", "RadiationChargeState", "1", false}, + ScanMode: Info{ScanMode, []string{"CS"}, "Scan Mode", "ScanMode", "1", false}, + ModulatedScanModeType: Info{ModulatedScanModeType, []string{"CS"}, "Modulated Scan Mode Type", "ModulatedScanModeType", "1", false}, + VirtualSourceAxisDistances: Info{VirtualSourceAxisDistances, []string{"FL"}, "Virtual Source-Axis Distances", "VirtualSourceAxisDistances", "2", false}, + SnoutSequence: Info{SnoutSequence, []string{"SQ"}, "Snout Sequence", "SnoutSequence", "1", false}, + SnoutPosition: Info{SnoutPosition, []string{"FL"}, "Snout Position", "SnoutPosition", "1", false}, + SnoutID: Info{SnoutID, []string{"SH"}, "Snout ID", "SnoutID", "1", false}, + NumberOfRangeShifters: Info{NumberOfRangeShifters, []string{"IS"}, "Number of Range Shifters", "NumberOfRangeShifters", "1", false}, + RangeShifterSequence: Info{RangeShifterSequence, []string{"SQ"}, "Range Shifter Sequence", "RangeShifterSequence", "1", false}, + RangeShifterNumber: Info{RangeShifterNumber, []string{"IS"}, "Range Shifter Number", "RangeShifterNumber", "1", false}, + RangeShifterID: Info{RangeShifterID, []string{"SH"}, "Range Shifter ID", "RangeShifterID", "1", false}, + RangeShifterType: Info{RangeShifterType, []string{"CS"}, "Range Shifter Type", "RangeShifterType", "1", false}, + RangeShifterDescription: Info{RangeShifterDescription, []string{"LO"}, "Range Shifter Description", "RangeShifterDescription", "1", false}, + NumberOfLateralSpreadingDevices: Info{NumberOfLateralSpreadingDevices, []string{"IS"}, "Number of Lateral Spreading Devices", "NumberOfLateralSpreadingDevices", "1", false}, + LateralSpreadingDeviceSequence: Info{LateralSpreadingDeviceSequence, []string{"SQ"}, "Lateral Spreading Device Sequence", "LateralSpreadingDeviceSequence", "1", false}, + LateralSpreadingDeviceNumber: Info{LateralSpreadingDeviceNumber, []string{"IS"}, "Lateral Spreading Device Number", "LateralSpreadingDeviceNumber", "1", false}, + LateralSpreadingDeviceID: Info{LateralSpreadingDeviceID, []string{"SH"}, "Lateral Spreading Device ID", "LateralSpreadingDeviceID", "1", false}, + LateralSpreadingDeviceType: Info{LateralSpreadingDeviceType, []string{"CS"}, "Lateral Spreading Device Type", "LateralSpreadingDeviceType", "1", false}, + LateralSpreadingDeviceDescription: Info{LateralSpreadingDeviceDescription, []string{"LO"}, "Lateral Spreading Device Description", "LateralSpreadingDeviceDescription", "1", false}, + LateralSpreadingDeviceWaterEquivalentThickness: Info{LateralSpreadingDeviceWaterEquivalentThickness, []string{"FL"}, "Lateral Spreading Device Water Equivalent Thickness", "LateralSpreadingDeviceWaterEquivalentThickness", "1", false}, + NumberOfRangeModulators: Info{NumberOfRangeModulators, []string{"IS"}, "Number of Range Modulators", "NumberOfRangeModulators", "1", false}, + RangeModulatorSequence: Info{RangeModulatorSequence, []string{"SQ"}, "Range Modulator Sequence", "RangeModulatorSequence", "1", false}, + RangeModulatorNumber: Info{RangeModulatorNumber, []string{"IS"}, "Range Modulator Number", "RangeModulatorNumber", "1", false}, + RangeModulatorID: Info{RangeModulatorID, []string{"SH"}, "Range Modulator ID", "RangeModulatorID", "1", false}, + RangeModulatorType: Info{RangeModulatorType, []string{"CS"}, "Range Modulator Type", "RangeModulatorType", "1", false}, + RangeModulatorDescription: Info{RangeModulatorDescription, []string{"LO"}, "Range Modulator Description", "RangeModulatorDescription", "1", false}, + BeamCurrentModulationID: Info{BeamCurrentModulationID, []string{"SH"}, "Beam Current Modulation ID", "BeamCurrentModulationID", "1", false}, + PatientSupportType: Info{PatientSupportType, []string{"CS"}, "Patient Support Type", "PatientSupportType", "1", false}, + PatientSupportID: Info{PatientSupportID, []string{"SH"}, "Patient Support ID", "PatientSupportID", "1", false}, + PatientSupportAccessoryCode: Info{PatientSupportAccessoryCode, []string{"LO"}, "Patient Support Accessory Code", "PatientSupportAccessoryCode", "1", false}, + TrayAccessoryCode: Info{TrayAccessoryCode, []string{"LO"}, "Tray Accessory Code", "TrayAccessoryCode", "1", false}, + FixationLightAzimuthalAngle: Info{FixationLightAzimuthalAngle, []string{"FL"}, "Fixation Light Azimuthal Angle", "FixationLightAzimuthalAngle", "1", false}, + FixationLightPolarAngle: Info{FixationLightPolarAngle, []string{"FL"}, "Fixation Light Polar Angle", "FixationLightPolarAngle", "1", false}, + MetersetRate: Info{MetersetRate, []string{"FL"}, "Meterset Rate", "MetersetRate", "1", false}, + RangeShifterSettingsSequence: Info{RangeShifterSettingsSequence, []string{"SQ"}, "Range Shifter Settings Sequence", "RangeShifterSettingsSequence", "1", false}, + RangeShifterSetting: Info{RangeShifterSetting, []string{"LO"}, "Range Shifter Setting", "RangeShifterSetting", "1", false}, + IsocenterToRangeShifterDistance: Info{IsocenterToRangeShifterDistance, []string{"FL"}, "Isocenter to Range Shifter Distance", "IsocenterToRangeShifterDistance", "1", false}, + RangeShifterWaterEquivalentThickness: Info{RangeShifterWaterEquivalentThickness, []string{"FL"}, "Range Shifter Water Equivalent Thickness", "RangeShifterWaterEquivalentThickness", "1", false}, + LateralSpreadingDeviceSettingsSequence: Info{LateralSpreadingDeviceSettingsSequence, []string{"SQ"}, "Lateral Spreading Device Settings Sequence", "LateralSpreadingDeviceSettingsSequence", "1", false}, + LateralSpreadingDeviceSetting: Info{LateralSpreadingDeviceSetting, []string{"LO"}, "Lateral Spreading Device Setting", "LateralSpreadingDeviceSetting", "1", false}, + IsocenterToLateralSpreadingDeviceDistance: Info{IsocenterToLateralSpreadingDeviceDistance, []string{"FL"}, "Isocenter to Lateral Spreading Device Distance", "IsocenterToLateralSpreadingDeviceDistance", "1", false}, + RangeModulatorSettingsSequence: Info{RangeModulatorSettingsSequence, []string{"SQ"}, "Range Modulator Settings Sequence", "RangeModulatorSettingsSequence", "1", false}, + RangeModulatorGatingStartValue: Info{RangeModulatorGatingStartValue, []string{"FL"}, "Range Modulator Gating Start Value", "RangeModulatorGatingStartValue", "1", false}, + RangeModulatorGatingStopValue: Info{RangeModulatorGatingStopValue, []string{"FL"}, "Range Modulator Gating Stop Value", "RangeModulatorGatingStopValue", "1", false}, + RangeModulatorGatingStartWaterEquivalentThickness: Info{RangeModulatorGatingStartWaterEquivalentThickness, []string{"FL"}, "Range Modulator Gating Start Water Equivalent Thickness", "RangeModulatorGatingStartWaterEquivalentThickness", "1", false}, + RangeModulatorGatingStopWaterEquivalentThickness: Info{RangeModulatorGatingStopWaterEquivalentThickness, []string{"FL"}, "Range Modulator Gating Stop Water Equivalent Thickness", "RangeModulatorGatingStopWaterEquivalentThickness", "1", false}, + IsocenterToRangeModulatorDistance: Info{IsocenterToRangeModulatorDistance, []string{"FL"}, "Isocenter to Range Modulator Distance", "IsocenterToRangeModulatorDistance", "1", false}, + ScanSpotTimeOffset: Info{ScanSpotTimeOffset, []string{"FL"}, "Scan Spot Time Offset", "ScanSpotTimeOffset", "1-n", false}, + ScanSpotTuneID: Info{ScanSpotTuneID, []string{"SH"}, "Scan Spot Tune ID", "ScanSpotTuneID", "1", false}, + ScanSpotPrescribedIndices: Info{ScanSpotPrescribedIndices, []string{"IS"}, "Scan Spot Prescribed Indices", "ScanSpotPrescribedIndices", "1-n", false}, + NumberOfScanSpotPositions: Info{NumberOfScanSpotPositions, []string{"IS"}, "Number of Scan Spot Positions", "NumberOfScanSpotPositions", "1", false}, + ScanSpotReordered: Info{ScanSpotReordered, []string{"CS"}, "Scan Spot Reordered", "ScanSpotReordered", "1", false}, + ScanSpotPositionMap: Info{ScanSpotPositionMap, []string{"FL"}, "Scan Spot Position Map", "ScanSpotPositionMap", "1-n", false}, + ScanSpotReorderingAllowed: Info{ScanSpotReorderingAllowed, []string{"CS"}, "Scan Spot Reordering Allowed", "ScanSpotReorderingAllowed", "1", false}, + ScanSpotMetersetWeights: Info{ScanSpotMetersetWeights, []string{"FL"}, "Scan Spot Meterset Weights", "ScanSpotMetersetWeights", "1-n", false}, + ScanningSpotSize: Info{ScanningSpotSize, []string{"FL"}, "Scanning Spot Size", "ScanningSpotSize", "2", false}, + ScanSpotSizesDelivered: Info{ScanSpotSizesDelivered, []string{"FL"}, "Scan Spot Sizes Delivered", "ScanSpotSizesDelivered", "2-2n", false}, + NumberOfPaintings: Info{NumberOfPaintings, []string{"IS"}, "Number of Paintings", "NumberOfPaintings", "1", false}, + IonToleranceTableSequence: Info{IonToleranceTableSequence, []string{"SQ"}, "Ion Tolerance Table Sequence", "IonToleranceTableSequence", "1", false}, + IonBeamSequence: Info{IonBeamSequence, []string{"SQ"}, "Ion Beam Sequence", "IonBeamSequence", "1", false}, + IonBeamLimitingDeviceSequence: Info{IonBeamLimitingDeviceSequence, []string{"SQ"}, "Ion Beam Limiting Device Sequence", "IonBeamLimitingDeviceSequence", "1", false}, + IonBlockSequence: Info{IonBlockSequence, []string{"SQ"}, "Ion Block Sequence", "IonBlockSequence", "1", false}, + IonControlPointSequence: Info{IonControlPointSequence, []string{"SQ"}, "Ion Control Point Sequence", "IonControlPointSequence", "1", false}, + IonWedgeSequence: Info{IonWedgeSequence, []string{"SQ"}, "Ion Wedge Sequence", "IonWedgeSequence", "1", false}, + IonWedgePositionSequence: Info{IonWedgePositionSequence, []string{"SQ"}, "Ion Wedge Position Sequence", "IonWedgePositionSequence", "1", false}, + ReferencedSetupImageSequence: Info{ReferencedSetupImageSequence, []string{"SQ"}, "Referenced Setup Image Sequence", "ReferencedSetupImageSequence", "1", false}, + SetupImageComment: Info{SetupImageComment, []string{"ST"}, "Setup Image Comment", "SetupImageComment", "1", false}, + MotionSynchronizationSequence: Info{MotionSynchronizationSequence, []string{"SQ"}, "Motion Synchronization Sequence", "MotionSynchronizationSequence", "1", false}, + ControlPointOrientation: Info{ControlPointOrientation, []string{"FL"}, "Control Point Orientation", "ControlPointOrientation", "3", false}, + GeneralAccessorySequence: Info{GeneralAccessorySequence, []string{"SQ"}, "General Accessory Sequence", "GeneralAccessorySequence", "1", false}, + GeneralAccessoryID: Info{GeneralAccessoryID, []string{"SH"}, "General Accessory ID", "GeneralAccessoryID", "1", false}, + GeneralAccessoryDescription: Info{GeneralAccessoryDescription, []string{"ST"}, "General Accessory Description", "GeneralAccessoryDescription", "1", false}, + GeneralAccessoryType: Info{GeneralAccessoryType, []string{"CS"}, "General Accessory Type", "GeneralAccessoryType", "1", false}, + GeneralAccessoryNumber: Info{GeneralAccessoryNumber, []string{"IS"}, "General Accessory Number", "GeneralAccessoryNumber", "1", false}, + SourceToGeneralAccessoryDistance: Info{SourceToGeneralAccessoryDistance, []string{"FL"}, "Source to General Accessory Distance", "SourceToGeneralAccessoryDistance", "1", false}, + IsocenterToGeneralAccessoryDistance: Info{IsocenterToGeneralAccessoryDistance, []string{"DS"}, "Isocenter to General Accessory Distance", "IsocenterToGeneralAccessoryDistance", "1", false}, + ApplicatorGeometrySequence: Info{ApplicatorGeometrySequence, []string{"SQ"}, "Applicator Geometry Sequence", "ApplicatorGeometrySequence", "1", false}, + ApplicatorApertureShape: Info{ApplicatorApertureShape, []string{"CS"}, "Applicator Aperture Shape", "ApplicatorApertureShape", "1", false}, + ApplicatorOpening: Info{ApplicatorOpening, []string{"FL"}, "Applicator Opening", "ApplicatorOpening", "1", false}, + ApplicatorOpeningX: Info{ApplicatorOpeningX, []string{"FL"}, "Applicator Opening X", "ApplicatorOpeningX", "1", false}, + ApplicatorOpeningY: Info{ApplicatorOpeningY, []string{"FL"}, "Applicator Opening Y", "ApplicatorOpeningY", "1", false}, + SourceToApplicatorMountingPositionDistance: Info{SourceToApplicatorMountingPositionDistance, []string{"FL"}, "Source to Applicator Mounting Position Distance", "SourceToApplicatorMountingPositionDistance", "1", false}, + NumberOfBlockSlabItems: Info{NumberOfBlockSlabItems, []string{"IS"}, "Number of Block Slab Items", "NumberOfBlockSlabItems", "1", false}, + BlockSlabSequence: Info{BlockSlabSequence, []string{"SQ"}, "Block Slab Sequence", "BlockSlabSequence", "1", false}, + BlockSlabThickness: Info{BlockSlabThickness, []string{"DS"}, "Block Slab Thickness", "BlockSlabThickness", "1", false}, + BlockSlabNumber: Info{BlockSlabNumber, []string{"US"}, "Block Slab Number", "BlockSlabNumber", "1", false}, + DeviceMotionControlSequence: Info{DeviceMotionControlSequence, []string{"SQ"}, "Device Motion Control Sequence", "DeviceMotionControlSequence", "1", false}, + DeviceMotionExecutionMode: Info{DeviceMotionExecutionMode, []string{"CS"}, "Device Motion Execution Mode", "DeviceMotionExecutionMode", "1", false}, + DeviceMotionObservationMode: Info{DeviceMotionObservationMode, []string{"CS"}, "Device Motion Observation Mode", "DeviceMotionObservationMode", "1", false}, + DeviceMotionParameterCodeSequence: Info{DeviceMotionParameterCodeSequence, []string{"SQ"}, "Device Motion Parameter Code Sequence", "DeviceMotionParameterCodeSequence", "1", false}, + DistalDepthFraction: Info{DistalDepthFraction, []string{"FL"}, "Distal Depth Fraction", "DistalDepthFraction", "1", false}, + DistalDepth: Info{DistalDepth, []string{"FL"}, "Distal Depth", "DistalDepth", "1", false}, + NominalRangeModulationFractions: Info{NominalRangeModulationFractions, []string{"FL"}, "Nominal Range Modulation Fractions", "NominalRangeModulationFractions", "2", false}, + NominalRangeModulatedRegionDepths: Info{NominalRangeModulatedRegionDepths, []string{"FL"}, "Nominal Range Modulated Region Depths", "NominalRangeModulatedRegionDepths", "2", false}, + DepthDoseParametersSequence: Info{DepthDoseParametersSequence, []string{"SQ"}, "Depth Dose Parameters Sequence", "DepthDoseParametersSequence", "1", false}, + DeliveredDepthDoseParametersSequence: Info{DeliveredDepthDoseParametersSequence, []string{"SQ"}, "Delivered Depth Dose Parameters Sequence", "DeliveredDepthDoseParametersSequence", "1", false}, + DeliveredDistalDepthFraction: Info{DeliveredDistalDepthFraction, []string{"FL"}, "Delivered Distal Depth Fraction", "DeliveredDistalDepthFraction", "1", false}, + DeliveredDistalDepth: Info{DeliveredDistalDepth, []string{"FL"}, "Delivered Distal Depth", "DeliveredDistalDepth", "1", false}, + DeliveredNominalRangeModulationFractions: Info{DeliveredNominalRangeModulationFractions, []string{"FL"}, "Delivered Nominal Range Modulation Fractions", "DeliveredNominalRangeModulationFractions", "2", false}, + DeliveredNominalRangeModulatedRegionDepths: Info{DeliveredNominalRangeModulatedRegionDepths, []string{"FL"}, "Delivered Nominal Range Modulated Region Depths", "DeliveredNominalRangeModulatedRegionDepths", "2", false}, + DeliveredReferenceDoseDefinition: Info{DeliveredReferenceDoseDefinition, []string{"CS"}, "Delivered Reference Dose Definition", "DeliveredReferenceDoseDefinition", "1", false}, + ReferenceDoseDefinition: Info{ReferenceDoseDefinition, []string{"CS"}, "Reference Dose Definition", "ReferenceDoseDefinition", "1", false}, + RTControlPointIndex: Info{RTControlPointIndex, []string{"US"}, "RT Control Point Index", "RTControlPointIndex", "1", false}, + RadiationGenerationModeIndex: Info{RadiationGenerationModeIndex, []string{"US"}, "Radiation Generation Mode Index", "RadiationGenerationModeIndex", "1", false}, + ReferencedDefinedDeviceIndex: Info{ReferencedDefinedDeviceIndex, []string{"US"}, "Referenced Defined Device Index", "ReferencedDefinedDeviceIndex", "1", false}, + RadiationDoseIdentificationIndex: Info{RadiationDoseIdentificationIndex, []string{"US"}, "Radiation Dose Identification Index", "RadiationDoseIdentificationIndex", "1", false}, + NumberOfRTControlPoints: Info{NumberOfRTControlPoints, []string{"US"}, "Number of RT Control Points", "NumberOfRTControlPoints", "1", false}, + ReferencedRadiationGenerationModeIndex: Info{ReferencedRadiationGenerationModeIndex, []string{"US"}, "Referenced Radiation Generation Mode Index", "ReferencedRadiationGenerationModeIndex", "1", false}, + TreatmentPositionIndex: Info{TreatmentPositionIndex, []string{"US"}, "Treatment Position Index", "TreatmentPositionIndex", "1", false}, + ReferencedDeviceIndex: Info{ReferencedDeviceIndex, []string{"US"}, "Referenced Device Index", "ReferencedDeviceIndex", "1", false}, + TreatmentPositionGroupLabel: Info{TreatmentPositionGroupLabel, []string{"LO"}, "Treatment Position Group Label", "TreatmentPositionGroupLabel", "1", false}, + TreatmentPositionGroupUID: Info{TreatmentPositionGroupUID, []string{"UI"}, "Treatment Position Group UID", "TreatmentPositionGroupUID", "1", false}, + TreatmentPositionGroupSequence: Info{TreatmentPositionGroupSequence, []string{"SQ"}, "Treatment Position Group Sequence", "TreatmentPositionGroupSequence", "1", false}, + ReferencedTreatmentPositionIndex: Info{ReferencedTreatmentPositionIndex, []string{"US"}, "Referenced Treatment Position Index", "ReferencedTreatmentPositionIndex", "1", false}, + ReferencedRadiationDoseIdentificationIndex: Info{ReferencedRadiationDoseIdentificationIndex, []string{"US"}, "Referenced Radiation Dose Identification Index", "ReferencedRadiationDoseIdentificationIndex", "1", false}, + RTAccessoryHolderWaterEquivalentThickness: Info{RTAccessoryHolderWaterEquivalentThickness, []string{"FD"}, "RT Accessory Holder Water-Equivalent Thickness", "RTAccessoryHolderWaterEquivalentThickness", "1", false}, + ReferencedRTAccessoryHolderDeviceIndex: Info{ReferencedRTAccessoryHolderDeviceIndex, []string{"US"}, "Referenced RT Accessory Holder Device Index", "ReferencedRTAccessoryHolderDeviceIndex", "1", false}, + RTAccessoryHolderSlotExistenceFlag: Info{RTAccessoryHolderSlotExistenceFlag, []string{"CS"}, "RT Accessory Holder Slot Existence Flag", "RTAccessoryHolderSlotExistenceFlag", "1", false}, + RTAccessoryHolderSlotSequence: Info{RTAccessoryHolderSlotSequence, []string{"SQ"}, "RT Accessory Holder Slot Sequence", "RTAccessoryHolderSlotSequence", "1", false}, + RTAccessoryHolderSlotID: Info{RTAccessoryHolderSlotID, []string{"LO"}, "RT Accessory Holder Slot ID", "RTAccessoryHolderSlotID", "1", false}, + RTAccessoryHolderSlotDistance: Info{RTAccessoryHolderSlotDistance, []string{"FD"}, "RT Accessory Holder Slot Distance", "RTAccessoryHolderSlotDistance", "1", false}, + RTAccessorySlotDistance: Info{RTAccessorySlotDistance, []string{"FD"}, "RT Accessory Slot Distance", "RTAccessorySlotDistance", "1", false}, + RTAccessoryHolderDefinitionSequence: Info{RTAccessoryHolderDefinitionSequence, []string{"SQ"}, "RT Accessory Holder Definition Sequence", "RTAccessoryHolderDefinitionSequence", "1", false}, + RTAccessoryDeviceSlotID: Info{RTAccessoryDeviceSlotID, []string{"LO"}, "RT Accessory Device Slot ID", "RTAccessoryDeviceSlotID", "1", false}, + RTRadiationSequence: Info{RTRadiationSequence, []string{"SQ"}, "RT Radiation Sequence", "RTRadiationSequence", "1", false}, + RadiationDoseSequence: Info{RadiationDoseSequence, []string{"SQ"}, "Radiation Dose Sequence", "RadiationDoseSequence", "1", false}, + RadiationDoseIdentificationSequence: Info{RadiationDoseIdentificationSequence, []string{"SQ"}, "Radiation Dose Identification Sequence", "RadiationDoseIdentificationSequence", "1", false}, + RadiationDoseIdentificationLabel: Info{RadiationDoseIdentificationLabel, []string{"LO"}, "Radiation Dose Identification Label", "RadiationDoseIdentificationLabel", "1", false}, + ReferenceDoseType: Info{ReferenceDoseType, []string{"CS"}, "Reference Dose Type", "ReferenceDoseType", "1", false}, + PrimaryDoseValueIndicator: Info{PrimaryDoseValueIndicator, []string{"CS"}, "Primary Dose Value Indicator", "PrimaryDoseValueIndicator", "1", false}, + DoseValuesSequence: Info{DoseValuesSequence, []string{"SQ"}, "Dose Values Sequence", "DoseValuesSequence", "1", false}, + DoseValuePurpose: Info{DoseValuePurpose, []string{"CS"}, "Dose Value Purpose", "DoseValuePurpose", "1-n", false}, + ReferenceDosePointCoordinates: Info{ReferenceDosePointCoordinates, []string{"FD"}, "Reference Dose Point Coordinates", "ReferenceDosePointCoordinates", "3", false}, + RadiationDoseValuesParametersSequence: Info{RadiationDoseValuesParametersSequence, []string{"SQ"}, "Radiation Dose Values Parameters Sequence", "RadiationDoseValuesParametersSequence", "1", false}, + MetersetToDoseMappingSequence: Info{MetersetToDoseMappingSequence, []string{"SQ"}, "Meterset to Dose Mapping Sequence", "MetersetToDoseMappingSequence", "1", false}, + ExpectedInVivoMeasurementValuesSequence: Info{ExpectedInVivoMeasurementValuesSequence, []string{"SQ"}, "Expected In-Vivo Measurement Values Sequence", "ExpectedInVivoMeasurementValuesSequence", "1", false}, + ExpectedInVivoMeasurementValueIndex: Info{ExpectedInVivoMeasurementValueIndex, []string{"US"}, "Expected In-Vivo Measurement Value Index", "ExpectedInVivoMeasurementValueIndex", "1", false}, + RadiationDoseInVivoMeasurementLabel: Info{RadiationDoseInVivoMeasurementLabel, []string{"LO"}, "Radiation Dose In-Vivo Measurement Label", "RadiationDoseInVivoMeasurementLabel", "1", false}, + RadiationDoseCentralAxisDisplacement: Info{RadiationDoseCentralAxisDisplacement, []string{"FD"}, "Radiation Dose Central Axis Displacement", "RadiationDoseCentralAxisDisplacement", "2", false}, + RadiationDoseValue: Info{RadiationDoseValue, []string{"FD"}, "Radiation Dose Value", "RadiationDoseValue", "1", false}, + RadiationDoseSourceToSkinDistance: Info{RadiationDoseSourceToSkinDistance, []string{"FD"}, "Radiation Dose Source to Skin Distance", "RadiationDoseSourceToSkinDistance", "1", false}, + RadiationDoseMeasurementPointCoordinates: Info{RadiationDoseMeasurementPointCoordinates, []string{"FD"}, "Radiation Dose Measurement Point Coordinates", "RadiationDoseMeasurementPointCoordinates", "3", false}, + RadiationDoseSourceToExternalContourDistance: Info{RadiationDoseSourceToExternalContourDistance, []string{"FD"}, "Radiation Dose Source to External Contour Distance", "RadiationDoseSourceToExternalContourDistance", "1", false}, + RTToleranceSetSequence: Info{RTToleranceSetSequence, []string{"SQ"}, "RT Tolerance Set Sequence", "RTToleranceSetSequence", "1", false}, + RTToleranceSetLabel: Info{RTToleranceSetLabel, []string{"LO"}, "RT Tolerance Set Label", "RTToleranceSetLabel", "1", false}, + AttributeToleranceValuesSequence: Info{AttributeToleranceValuesSequence, []string{"SQ"}, "Attribute Tolerance Values Sequence", "AttributeToleranceValuesSequence", "1", false}, + ToleranceValue: Info{ToleranceValue, []string{"FD"}, "Tolerance Value", "ToleranceValue", "1", false}, + PatientSupportPositionToleranceSequence: Info{PatientSupportPositionToleranceSequence, []string{"SQ"}, "Patient Support Position Tolerance Sequence", "PatientSupportPositionToleranceSequence", "1", false}, + TreatmentTimeLimit: Info{TreatmentTimeLimit, []string{"FD"}, "Treatment Time Limit", "TreatmentTimeLimit", "1", false}, + CArmPhotonElectronControlPointSequence: Info{CArmPhotonElectronControlPointSequence, []string{"SQ"}, "C-Arm Photon-Electron Control Point Sequence", "CArmPhotonElectronControlPointSequence", "1", false}, + ReferencedRTRadiationSequence: Info{ReferencedRTRadiationSequence, []string{"SQ"}, "Referenced RT Radiation Sequence", "ReferencedRTRadiationSequence", "1", false}, + ReferencedRTInstanceSequence: Info{ReferencedRTInstanceSequence, []string{"SQ"}, "Referenced RT Instance Sequence", "ReferencedRTInstanceSequence", "1", false}, + ReferencedRTPatientSetupSequence: Info{ReferencedRTPatientSetupSequence, []string{"SQ"}, "Referenced RT Patient Setup Sequence", "ReferencedRTPatientSetupSequence", "1", true}, + SourceToPatientSurfaceDistance: Info{SourceToPatientSurfaceDistance, []string{"FD"}, "Source to Patient Surface Distance", "SourceToPatientSurfaceDistance", "1", false}, + TreatmentMachineSpecialModeCodeSequence: Info{TreatmentMachineSpecialModeCodeSequence, []string{"SQ"}, "Treatment Machine Special Mode Code Sequence", "TreatmentMachineSpecialModeCodeSequence", "1", false}, + IntendedNumberOfFractions: Info{IntendedNumberOfFractions, []string{"US"}, "Intended Number of Fractions", "IntendedNumberOfFractions", "1", false}, + RTRadiationSetIntent: Info{RTRadiationSetIntent, []string{"CS"}, "RT Radiation Set Intent", "RTRadiationSetIntent", "1", false}, + RTRadiationPhysicalAndGeometricContentDetailFlag: Info{RTRadiationPhysicalAndGeometricContentDetailFlag, []string{"CS"}, "RT Radiation Physical and Geometric Content Detail Flag", "RTRadiationPhysicalAndGeometricContentDetailFlag", "1", false}, + RTRecordFlag: Info{RTRecordFlag, []string{"CS"}, "RT Record Flag", "RTRecordFlag", "1", false}, + TreatmentDeviceIdentificationSequence: Info{TreatmentDeviceIdentificationSequence, []string{"SQ"}, "Treatment Device Identification Sequence", "TreatmentDeviceIdentificationSequence", "1", false}, + ReferencedRTPhysicianIntentSequence: Info{ReferencedRTPhysicianIntentSequence, []string{"SQ"}, "Referenced RT Physician Intent Sequence", "ReferencedRTPhysicianIntentSequence", "1", false}, + CumulativeMeterset: Info{CumulativeMeterset, []string{"FD"}, "Cumulative Meterset", "CumulativeMeterset", "1", false}, + DeliveryRate: Info{DeliveryRate, []string{"FD"}, "Delivery Rate", "DeliveryRate", "1", false}, + DeliveryRateUnitSequence: Info{DeliveryRateUnitSequence, []string{"SQ"}, "Delivery Rate Unit Sequence", "DeliveryRateUnitSequence", "1", false}, + TreatmentPositionSequence: Info{TreatmentPositionSequence, []string{"SQ"}, "Treatment Position Sequence", "TreatmentPositionSequence", "1", false}, + RadiationSourceAxisDistance: Info{RadiationSourceAxisDistance, []string{"FD"}, "Radiation Source-Axis Distance", "RadiationSourceAxisDistance", "1", false}, + NumberOfRTBeamLimitingDevices: Info{NumberOfRTBeamLimitingDevices, []string{"US"}, "Number of RT Beam Limiting Devices", "NumberOfRTBeamLimitingDevices", "1", false}, + RTBeamLimitingDeviceProximalDistance: Info{RTBeamLimitingDeviceProximalDistance, []string{"FD"}, "RT Beam Limiting Device Proximal Distance", "RTBeamLimitingDeviceProximalDistance", "1", false}, + RTBeamLimitingDeviceDistalDistance: Info{RTBeamLimitingDeviceDistalDistance, []string{"FD"}, "RT Beam Limiting Device Distal Distance", "RTBeamLimitingDeviceDistalDistance", "1", false}, ParallelRTBeamDelimiterDeviceOrientationLabelCodeSequence: Info{ParallelRTBeamDelimiterDeviceOrientationLabelCodeSequence, []string{"SQ"}, "Parallel RT Beam Delimiter Device Orientation Label Code Sequence", "ParallelRTBeamDelimiterDeviceOrientationLabelCodeSequence", "1", false}, - BeamModifierOrientationAngle: Info{BeamModifierOrientationAngle, []string{"FD"}, "Beam Modifier Orientation Angle", "BeamModifierOrientationAngle", "1", false}, - FixedRTBeamDelimiterDeviceSequence: Info{FixedRTBeamDelimiterDeviceSequence, []string{"SQ"}, "Fixed RT Beam Delimiter Device Sequence", "FixedRTBeamDelimiterDeviceSequence", "1", false}, - ParallelRTBeamDelimiterDeviceSequence: Info{ParallelRTBeamDelimiterDeviceSequence, []string{"SQ"}, "Parallel RT Beam Delimiter Device Sequence", "ParallelRTBeamDelimiterDeviceSequence", "1", false}, - NumberOfParallelRTBeamDelimiters: Info{NumberOfParallelRTBeamDelimiters, []string{"US"}, "Number of Parallel RT Beam Delimiters", "NumberOfParallelRTBeamDelimiters", "1", false}, - ParallelRTBeamDelimiterBoundaries: Info{ParallelRTBeamDelimiterBoundaries, []string{"FD"}, "Parallel RT Beam Delimiter Boundaries", "ParallelRTBeamDelimiterBoundaries", "2-n", false}, - ParallelRTBeamDelimiterPositions: Info{ParallelRTBeamDelimiterPositions, []string{"FD"}, "Parallel RT Beam Delimiter Positions", "ParallelRTBeamDelimiterPositions", "2-n", false}, - RTBeamLimitingDeviceOffset: Info{RTBeamLimitingDeviceOffset, []string{"FD"}, "RT Beam Limiting Device Offset", "RTBeamLimitingDeviceOffset", "2", false}, - RTBeamDelimiterGeometrySequence: Info{RTBeamDelimiterGeometrySequence, []string{"SQ"}, "RT Beam Delimiter Geometry Sequence", "RTBeamDelimiterGeometrySequence", "1", false}, - RTBeamLimitingDeviceDefinitionSequence: Info{RTBeamLimitingDeviceDefinitionSequence, []string{"SQ"}, "RT Beam Limiting Device Definition Sequence", "RTBeamLimitingDeviceDefinitionSequence", "1", false}, - ParallelRTBeamDelimiterOpeningMode: Info{ParallelRTBeamDelimiterOpeningMode, []string{"CS"}, "Parallel RT Beam Delimiter Opening Mode", "ParallelRTBeamDelimiterOpeningMode", "1", false}, - ParallelRTBeamDelimiterLeafMountingSide: Info{ParallelRTBeamDelimiterLeafMountingSide, []string{"CS"}, "Parallel RT Beam Delimiter Leaf Mounting Side", "ParallelRTBeamDelimiterLeafMountingSide", "1-n", false}, - PatientSetupUID: Info{PatientSetupUID, []string{"UI"}, "Patient Setup UID", "PatientSetupUID", "1", true}, - WedgeDefinitionSequence: Info{WedgeDefinitionSequence, []string{"SQ"}, "Wedge Definition Sequence", "WedgeDefinitionSequence", "1", false}, - RadiationBeamWedgeAngle: Info{RadiationBeamWedgeAngle, []string{"FD"}, "Radiation Beam Wedge Angle", "RadiationBeamWedgeAngle", "1", false}, - RadiationBeamWedgeThinEdgeDistance: Info{RadiationBeamWedgeThinEdgeDistance, []string{"FD"}, "Radiation Beam Wedge Thin Edge Distance", "RadiationBeamWedgeThinEdgeDistance", "1", false}, - RadiationBeamEffectiveWedgeAngle: Info{RadiationBeamEffectiveWedgeAngle, []string{"FD"}, "Radiation Beam Effective Wedge Angle", "RadiationBeamEffectiveWedgeAngle", "1", false}, - NumberOfWedgePositions: Info{NumberOfWedgePositions, []string{"US"}, "Number of Wedge Positions", "NumberOfWedgePositions", "1", false}, - RTBeamLimitingDeviceOpeningSequence: Info{RTBeamLimitingDeviceOpeningSequence, []string{"SQ"}, "RT Beam Limiting Device Opening Sequence", "RTBeamLimitingDeviceOpeningSequence", "1", false}, - NumberOfRTBeamLimitingDeviceOpenings: Info{NumberOfRTBeamLimitingDeviceOpenings, []string{"US"}, "Number of RT Beam Limiting Device Openings", "NumberOfRTBeamLimitingDeviceOpenings", "1", false}, - RadiationDosimeterUnitSequence: Info{RadiationDosimeterUnitSequence, []string{"SQ"}, "Radiation Dosimeter Unit Sequence", "RadiationDosimeterUnitSequence", "1", false}, - RTDeviceDistanceReferenceLocationCodeSequence: Info{RTDeviceDistanceReferenceLocationCodeSequence, []string{"SQ"}, "RT Device Distance Reference Location Code Sequence", "RTDeviceDistanceReferenceLocationCodeSequence", "1", false}, - RadiationDeviceConfigurationAndCommissioningKeySequence: Info{RadiationDeviceConfigurationAndCommissioningKeySequence, []string{"SQ"}, "Radiation Device Configuration and Commissioning Key Sequence", "RadiationDeviceConfigurationAndCommissioningKeySequence", "1", false}, - PatientSupportPositionParameterSequence: Info{PatientSupportPositionParameterSequence, []string{"SQ"}, "Patient Support Position Parameter Sequence", "PatientSupportPositionParameterSequence", "1", false}, - PatientSupportPositionSpecificationMethod: Info{PatientSupportPositionSpecificationMethod, []string{"CS"}, "Patient Support Position Specification Method", "PatientSupportPositionSpecificationMethod", "1", false}, - PatientSupportPositionDeviceParameterSequence: Info{PatientSupportPositionDeviceParameterSequence, []string{"SQ"}, "Patient Support Position Device Parameter Sequence", "PatientSupportPositionDeviceParameterSequence", "1", false}, - DeviceOrderIndex: Info{DeviceOrderIndex, []string{"US"}, "Device Order Index", "DeviceOrderIndex", "1", false}, - PatientSupportPositionParameterOrderIndex: Info{PatientSupportPositionParameterOrderIndex, []string{"US"}, "Patient Support Position Parameter Order Index", "PatientSupportPositionParameterOrderIndex", "1", false}, - PatientSupportPositionDeviceToleranceSequence: Info{PatientSupportPositionDeviceToleranceSequence, []string{"SQ"}, "Patient Support Position Device Tolerance Sequence", "PatientSupportPositionDeviceToleranceSequence", "1", false}, - PatientSupportPositionToleranceOrderIndex: Info{PatientSupportPositionToleranceOrderIndex, []string{"US"}, "Patient Support Position Tolerance Order Index", "PatientSupportPositionToleranceOrderIndex", "1", false}, - CompensatorDefinitionSequence: Info{CompensatorDefinitionSequence, []string{"SQ"}, "Compensator Definition Sequence", "CompensatorDefinitionSequence", "1", false}, - CompensatorMapOrientation: Info{CompensatorMapOrientation, []string{"CS"}, "Compensator Map Orientation", "CompensatorMapOrientation", "1", false}, - CompensatorProximalThicknessMap: Info{CompensatorProximalThicknessMap, []string{"OF"}, "Compensator Proximal Thickness Map", "CompensatorProximalThicknessMap", "1", false}, - CompensatorDistalThicknessMap: Info{CompensatorDistalThicknessMap, []string{"OF"}, "Compensator Distal Thickness Map", "CompensatorDistalThicknessMap", "1", false}, - CompensatorBasePlaneOffset: Info{CompensatorBasePlaneOffset, []string{"FD"}, "Compensator Base Plane Offset", "CompensatorBasePlaneOffset", "1", false}, - CompensatorShapeFabricationCodeSequence: Info{CompensatorShapeFabricationCodeSequence, []string{"SQ"}, "Compensator Shape Fabrication Code Sequence", "CompensatorShapeFabricationCodeSequence", "1", false}, - CompensatorShapeSequence: Info{CompensatorShapeSequence, []string{"SQ"}, "Compensator Shape Sequence", "CompensatorShapeSequence", "1", false}, - RadiationBeamCompensatorMillingToolDiameter: Info{RadiationBeamCompensatorMillingToolDiameter, []string{"FD"}, "Radiation Beam Compensator Milling Tool Diameter", "RadiationBeamCompensatorMillingToolDiameter", "1", false}, - BlockDefinitionSequence: Info{BlockDefinitionSequence, []string{"SQ"}, "Block Definition Sequence", "BlockDefinitionSequence", "1", false}, - BlockEdgeData: Info{BlockEdgeData, []string{"OF"}, "Block Edge Data", "BlockEdgeData", "1", false}, - BlockOrientation: Info{BlockOrientation, []string{"CS"}, "Block Orientation", "BlockOrientation", "1", false}, - RadiationBeamBlockThickness: Info{RadiationBeamBlockThickness, []string{"FD"}, "Radiation Beam Block Thickness", "RadiationBeamBlockThickness", "1", false}, - RadiationBeamBlockSlabThickness: Info{RadiationBeamBlockSlabThickness, []string{"FD"}, "Radiation Beam Block Slab Thickness", "RadiationBeamBlockSlabThickness", "1", false}, - BlockEdgeDataSequence: Info{BlockEdgeDataSequence, []string{"SQ"}, "Block Edge Data Sequence", "BlockEdgeDataSequence", "1", false}, - NumberOfRTAccessoryHolders: Info{NumberOfRTAccessoryHolders, []string{"US"}, "Number of RT Accessory Holders", "NumberOfRTAccessoryHolders", "1", false}, - GeneralAccessoryDefinitionSequence: Info{GeneralAccessoryDefinitionSequence, []string{"SQ"}, "General Accessory Definition Sequence", "GeneralAccessoryDefinitionSequence", "1", false}, - NumberOfGeneralAccessories: Info{NumberOfGeneralAccessories, []string{"US"}, "Number of General Accessories", "NumberOfGeneralAccessories", "1", false}, - BolusDefinitionSequence: Info{BolusDefinitionSequence, []string{"SQ"}, "Bolus Definition Sequence", "BolusDefinitionSequence", "1", false}, - NumberOfBoluses: Info{NumberOfBoluses, []string{"US"}, "Number of Boluses", "NumberOfBoluses", "1", false}, - EquipmentFrameOfReferenceUID: Info{EquipmentFrameOfReferenceUID, []string{"UI"}, "Equipment Frame of Reference UID", "EquipmentFrameOfReferenceUID", "1", false}, - EquipmentFrameOfReferenceDescription: Info{EquipmentFrameOfReferenceDescription, []string{"ST"}, "Equipment Frame of Reference Description", "EquipmentFrameOfReferenceDescription", "1", false}, - EquipmentReferencePointCoordinatesSequence: Info{EquipmentReferencePointCoordinatesSequence, []string{"SQ"}, "Equipment Reference Point Coordinates Sequence", "EquipmentReferencePointCoordinatesSequence", "1", false}, - EquipmentReferencePointCodeSequence: Info{EquipmentReferencePointCodeSequence, []string{"SQ"}, "Equipment Reference Point Code Sequence", "EquipmentReferencePointCodeSequence", "1", false}, - RTBeamLimitingDeviceAngle: Info{RTBeamLimitingDeviceAngle, []string{"FD"}, "RT Beam Limiting Device Angle", "RTBeamLimitingDeviceAngle", "1", false}, - SourceRollAngle: Info{SourceRollAngle, []string{"FD"}, "Source Roll Angle", "SourceRollAngle", "1", false}, - RadiationGenerationModeSequence: Info{RadiationGenerationModeSequence, []string{"SQ"}, "Radiation GenerationMode Sequence", "RadiationGenerationModeSequence", "1", false}, - RadiationGenerationModeLabel: Info{RadiationGenerationModeLabel, []string{"SH"}, "Radiation GenerationMode Label", "RadiationGenerationModeLabel", "1", false}, - RadiationGenerationModeDescription: Info{RadiationGenerationModeDescription, []string{"ST"}, "Radiation GenerationMode Description", "RadiationGenerationModeDescription", "1", false}, - RadiationGenerationModeMachineCodeSequence: Info{RadiationGenerationModeMachineCodeSequence, []string{"SQ"}, "Radiation GenerationMode Machine Code Sequence", "RadiationGenerationModeMachineCodeSequence", "1", false}, - RadiationTypeCodeSequence: Info{RadiationTypeCodeSequence, []string{"SQ"}, "Radiation Type Code Sequence", "RadiationTypeCodeSequence", "1", false}, - NominalEnergy: Info{NominalEnergy, []string{"DS"}, "Nominal Energy", "NominalEnergy", "1", false}, - MinimumNominalEnergy: Info{MinimumNominalEnergy, []string{"DS"}, "Minimum Nominal Energy", "MinimumNominalEnergy", "1", false}, - MaximumNominalEnergy: Info{MaximumNominalEnergy, []string{"DS"}, "Maximum Nominal Energy", "MaximumNominalEnergy", "1", false}, - RadiationFluenceModifierCodeSequence: Info{RadiationFluenceModifierCodeSequence, []string{"SQ"}, "Radiation Fluence Modifier Code Sequence", "RadiationFluenceModifierCodeSequence", "1", false}, - EnergyUnitCodeSequence: Info{EnergyUnitCodeSequence, []string{"SQ"}, "Energy Unit Code Sequence", "EnergyUnitCodeSequence", "1", false}, - NumberOfRadiationGenerationModes: Info{NumberOfRadiationGenerationModes, []string{"US"}, "Number of Radiation GenerationModes", "NumberOfRadiationGenerationModes", "1", false}, - PatientSupportDevicesSequence: Info{PatientSupportDevicesSequence, []string{"SQ"}, "Patient Support Devices Sequence", "PatientSupportDevicesSequence", "1", false}, - NumberOfPatientSupportDevices: Info{NumberOfPatientSupportDevices, []string{"US"}, "Number of Patient Support Devices", "NumberOfPatientSupportDevices", "1", false}, - RTBeamModifierDefinitionDistance: Info{RTBeamModifierDefinitionDistance, []string{"FD"}, "RT Beam Modifier Definition Distance", "RTBeamModifierDefinitionDistance", "1", false}, - BeamAreaLimitSequence: Info{BeamAreaLimitSequence, []string{"SQ"}, "Beam Area Limit Sequence", "BeamAreaLimitSequence", "1", false}, - ReferencedRTPrescriptionSequence: Info{ReferencedRTPrescriptionSequence, []string{"SQ"}, "Referenced RT Prescription Sequence", "ReferencedRTPrescriptionSequence", "1", false}, - DoseValueInterpretation: Info{DoseValueInterpretation, []string{"CS"}, "Dose Value Interpretation", "DoseValueInterpretation", "1", false}, - TreatmentSessionUID: Info{TreatmentSessionUID, []string{"UI"}, "Treatment Session UID", "TreatmentSessionUID", "1", false}, - RTRadiationUsage: Info{RTRadiationUsage, []string{"CS"}, "RT Radiation Usage", "RTRadiationUsage", "1", false}, - ReferencedRTRadiationSetSequence: Info{ReferencedRTRadiationSetSequence, []string{"SQ"}, "Referenced RT Radiation Set Sequence", "ReferencedRTRadiationSetSequence", "1", false}, - ReferencedRTRadiationRecordSequence: Info{ReferencedRTRadiationRecordSequence, []string{"SQ"}, "Referenced RT Radiation Record Sequence", "ReferencedRTRadiationRecordSequence", "1", false}, - RTRadiationSetDeliveryNumber: Info{RTRadiationSetDeliveryNumber, []string{"US"}, "RT Radiation Set Delivery Number", "RTRadiationSetDeliveryNumber", "1", false}, - ClinicalFractionNumber: Info{ClinicalFractionNumber, []string{"US"}, "Clinical Fraction Number", "ClinicalFractionNumber", "1", false}, - RTTreatmentFractionCompletionStatus: Info{RTTreatmentFractionCompletionStatus, []string{"CS"}, "RT Treatment Fraction Completion Status", "RTTreatmentFractionCompletionStatus", "1", false}, - RTRadiationSetUsage: Info{RTRadiationSetUsage, []string{"CS"}, "RT Radiation Set Usage", "RTRadiationSetUsage", "1", false}, - TreatmentDeliveryContinuationFlag: Info{TreatmentDeliveryContinuationFlag, []string{"CS"}, "Treatment Delivery Continuation Flag", "TreatmentDeliveryContinuationFlag", "1", false}, - TreatmentRecordContentOrigin: Info{TreatmentRecordContentOrigin, []string{"CS"}, "Treatment Record Content Origin", "TreatmentRecordContentOrigin", "1", false}, - RTTreatmentTerminationStatus: Info{RTTreatmentTerminationStatus, []string{"CS"}, "RT Treatment Termination Status", "RTTreatmentTerminationStatus", "1", false}, - RTTreatmentTerminationReasonCodeSequence: Info{RTTreatmentTerminationReasonCodeSequence, []string{"SQ"}, "RT Treatment Termination Reason Code Sequence", "RTTreatmentTerminationReasonCodeSequence", "1", false}, - MachineSpecificTreatmentTerminationCodeSequence: Info{MachineSpecificTreatmentTerminationCodeSequence, []string{"SQ"}, "Machine-Specific Treatment Termination Code Sequence", "MachineSpecificTreatmentTerminationCodeSequence", "1", false}, - RTRadiationSalvageRecordControlPointSequence: Info{RTRadiationSalvageRecordControlPointSequence, []string{"SQ"}, "RT Radiation Salvage Record Control Point Sequence", "RTRadiationSalvageRecordControlPointSequence", "1", false}, - StartingMetersetValueKnownFlag: Info{StartingMetersetValueKnownFlag, []string{"CS"}, "Starting Meterset Value Known Flag", "StartingMetersetValueKnownFlag", "1", false}, - TreatmentTerminationDescription: Info{TreatmentTerminationDescription, []string{"ST"}, "Treatment Termination Description", "TreatmentTerminationDescription", "1", false}, - TreatmentToleranceViolationSequence: Info{TreatmentToleranceViolationSequence, []string{"SQ"}, "Treatment Tolerance Violation Sequence", "TreatmentToleranceViolationSequence", "1", false}, - TreatmentToleranceViolationCategory: Info{TreatmentToleranceViolationCategory, []string{"CS"}, "Treatment Tolerance Violation Category", "TreatmentToleranceViolationCategory", "1", false}, - TreatmentToleranceViolationAttributeSequence: Info{TreatmentToleranceViolationAttributeSequence, []string{"SQ"}, "Treatment Tolerance Violation Attribute Sequence", "TreatmentToleranceViolationAttributeSequence", "1", false}, - TreatmentToleranceViolationDescription: Info{TreatmentToleranceViolationDescription, []string{"ST"}, "Treatment Tolerance Violation Description", "TreatmentToleranceViolationDescription", "1", false}, - TreatmentToleranceViolationIdentification: Info{TreatmentToleranceViolationIdentification, []string{"ST"}, "Treatment Tolerance Violation Identification", "TreatmentToleranceViolationIdentification", "1", false}, - TreatmentToleranceViolationDateTime: Info{TreatmentToleranceViolationDateTime, []string{"DT"}, "Treatment Tolerance Violation DateTime", "TreatmentToleranceViolationDateTime", "1", false}, - RecordedRTControlPointDateTime: Info{RecordedRTControlPointDateTime, []string{"DT"}, "Recorded RT Control Point DateTime", "RecordedRTControlPointDateTime", "1", false}, - ReferencedRadiationRTControlPointIndex: Info{ReferencedRadiationRTControlPointIndex, []string{"US"}, "Referenced Radiation RT Control Point Index", "ReferencedRadiationRTControlPointIndex", "1", false}, - AlternateValueSequence: Info{AlternateValueSequence, []string{"SQ"}, "Alternate Value Sequence", "AlternateValueSequence", "1", false}, - ConfirmationSequence: Info{ConfirmationSequence, []string{"SQ"}, "Confirmation Sequence", "ConfirmationSequence", "1", false}, - InterlockSequence: Info{InterlockSequence, []string{"SQ"}, "Interlock Sequence", "InterlockSequence", "1", false}, - InterlockDateTime: Info{InterlockDateTime, []string{"DT"}, "Interlock DateTime", "InterlockDateTime", "1", false}, - InterlockDescription: Info{InterlockDescription, []string{"ST"}, "Interlock Description", "InterlockDescription", "1", false}, - InterlockOriginatingDeviceSequence: Info{InterlockOriginatingDeviceSequence, []string{"SQ"}, "Interlock Originating Device Sequence", "InterlockOriginatingDeviceSequence", "1", false}, - InterlockCodeSequence: Info{InterlockCodeSequence, []string{"SQ"}, "Interlock Code Sequence", "InterlockCodeSequence", "1", false}, - InterlockResolutionCodeSequence: Info{InterlockResolutionCodeSequence, []string{"SQ"}, "Interlock Resolution Code Sequence", "InterlockResolutionCodeSequence", "1", false}, - InterlockResolutionUserSequence: Info{InterlockResolutionUserSequence, []string{"SQ"}, "Interlock Resolution User Sequence", "InterlockResolutionUserSequence", "1", false}, - OverrideDateTime: Info{OverrideDateTime, []string{"DT"}, "Override DateTime", "OverrideDateTime", "1", false}, - TreatmentToleranceViolationTypeCodeSequence: Info{TreatmentToleranceViolationTypeCodeSequence, []string{"SQ"}, "Treatment Tolerance Violation Type Code Sequence", "TreatmentToleranceViolationTypeCodeSequence", "1", false}, - TreatmentToleranceViolationCauseCodeSequence: Info{TreatmentToleranceViolationCauseCodeSequence, []string{"SQ"}, "Treatment Tolerance Violation Cause Code Sequence", "TreatmentToleranceViolationCauseCodeSequence", "1", false}, - MeasuredMetersetToDoseMappingSequence: Info{MeasuredMetersetToDoseMappingSequence, []string{"SQ"}, "Measured Meterset to Dose Mapping Sequence", "MeasuredMetersetToDoseMappingSequence", "1", false}, - ReferencedExpectedInVivoMeasurementValueIndex: Info{ReferencedExpectedInVivoMeasurementValueIndex, []string{"US"}, "Referenced Expected In-Vivo Measurement Value Index", "ReferencedExpectedInVivoMeasurementValueIndex", "1", false}, - DoseMeasurementDeviceCodeSequence: Info{DoseMeasurementDeviceCodeSequence, []string{"SQ"}, "Dose Measurement Device Code Sequence", "DoseMeasurementDeviceCodeSequence", "1", false}, - AdditionalParameterRecordingInstanceSequence: Info{AdditionalParameterRecordingInstanceSequence, []string{"SQ"}, "Additional Parameter Recording Instance Sequence", "AdditionalParameterRecordingInstanceSequence", "1", false}, - InterlockOriginDescription: Info{InterlockOriginDescription, []string{"ST"}, "Interlock Origin Description", "InterlockOriginDescription", "1", false}, - RTPatientPositionScopeSequence: Info{RTPatientPositionScopeSequence, []string{"SQ"}, "RT Patient Position Scope Sequence", "RTPatientPositionScopeSequence", "1", false}, - ReferencedTreatmentPositionGroupUID: Info{ReferencedTreatmentPositionGroupUID, []string{"UI"}, "Referenced Treatment Position Group UID", "ReferencedTreatmentPositionGroupUID", "1", false}, - RadiationOrderIndex: Info{RadiationOrderIndex, []string{"US"}, "Radiation Order Index", "RadiationOrderIndex", "1", false}, - OmittedRadiationSequence: Info{OmittedRadiationSequence, []string{"SQ"}, "Omitted Radiation Sequence", "OmittedRadiationSequence", "1", false}, - ReasonForOmissionCodeSequence: Info{ReasonForOmissionCodeSequence, []string{"SQ"}, "Reason for Omission Code Sequence", "ReasonForOmissionCodeSequence", "1", false}, - RTDeliveryStartPatientPositionSequence: Info{RTDeliveryStartPatientPositionSequence, []string{"SQ"}, "RT Delivery Start Patient Position Sequence", "RTDeliveryStartPatientPositionSequence", "1", false}, - RTTreatmentPreparationPatientPositionSequence: Info{RTTreatmentPreparationPatientPositionSequence, []string{"SQ"}, "RT Treatment Preparation Patient Position Sequence", "RTTreatmentPreparationPatientPositionSequence", "1", false}, - ReferencedRTTreatmentPreparationSequence: Info{ReferencedRTTreatmentPreparationSequence, []string{"SQ"}, "Referenced RT Treatment Preparation Sequence", "ReferencedRTTreatmentPreparationSequence", "1", false}, - ReferencedPatientSetupPhotoSequence: Info{ReferencedPatientSetupPhotoSequence, []string{"SQ"}, "Referenced Patient Setup Photo Sequence", "ReferencedPatientSetupPhotoSequence", "1", false}, - PatientTreatmentPreparationMethodCodeSequence: Info{PatientTreatmentPreparationMethodCodeSequence, []string{"SQ"}, "Patient Treatment Preparation Method Code Sequence", "PatientTreatmentPreparationMethodCodeSequence", "1", false}, - PatientTreatmentPreparationProcedureParameterDescription: Info{PatientTreatmentPreparationProcedureParameterDescription, []string{"LT"}, "Patient Treatment Preparation Procedure Parameter Description", "PatientTreatmentPreparationProcedureParameterDescription", "1", false}, - PatientTreatmentPreparationDeviceSequence: Info{PatientTreatmentPreparationDeviceSequence, []string{"SQ"}, "Patient Treatment Preparation Device Sequence", "PatientTreatmentPreparationDeviceSequence", "1", false}, - PatientTreatmentPreparationProcedureSequence: Info{PatientTreatmentPreparationProcedureSequence, []string{"SQ"}, "Patient Treatment Preparation Procedure Sequence", "PatientTreatmentPreparationProcedureSequence", "1", false}, - PatientTreatmentPreparationProcedureCodeSequence: Info{PatientTreatmentPreparationProcedureCodeSequence, []string{"SQ"}, "Patient Treatment Preparation Procedure Code Sequence", "PatientTreatmentPreparationProcedureCodeSequence", "1", false}, - PatientTreatmentPreparationMethodDescription: Info{PatientTreatmentPreparationMethodDescription, []string{"LT"}, "Patient Treatment Preparation Method Description", "PatientTreatmentPreparationMethodDescription", "1", false}, - PatientTreatmentPreparationProcedureParameterSequence: Info{PatientTreatmentPreparationProcedureParameterSequence, []string{"SQ"}, "Patient Treatment Preparation Procedure Parameter Sequence", "PatientTreatmentPreparationProcedureParameterSequence", "1", false}, - PatientSetupPhotoDescription: Info{PatientSetupPhotoDescription, []string{"LT"}, "Patient Setup Photo Description", "PatientSetupPhotoDescription", "1", false}, - PatientTreatmentPreparationProcedureIndex: Info{PatientTreatmentPreparationProcedureIndex, []string{"US"}, "Patient Treatment Preparation Procedure Index", "PatientTreatmentPreparationProcedureIndex", "1", false}, - ReferencedPatientSetupProcedureIndex: Info{ReferencedPatientSetupProcedureIndex, []string{"US"}, "Referenced Patient Setup Procedure Index", "ReferencedPatientSetupProcedureIndex", "1", false}, - RTRadiationTaskSequence: Info{RTRadiationTaskSequence, []string{"SQ"}, "RT Radiation Task Sequence", "RTRadiationTaskSequence", "1", false}, - RTPatientPositionDisplacementSequence: Info{RTPatientPositionDisplacementSequence, []string{"SQ"}, "RT Patient Position Displacement Sequence", "RTPatientPositionDisplacementSequence", "1", false}, - RTPatientPositionSequence: Info{RTPatientPositionSequence, []string{"SQ"}, "RT Patient Position Sequence", "RTPatientPositionSequence", "1", false}, - DisplacementReferenceLabel: Info{DisplacementReferenceLabel, []string{"LO"}, "Displacement Reference Label", "DisplacementReferenceLabel", "1", false}, - DisplacementMatrix: Info{DisplacementMatrix, []string{"FD"}, "Displacement Matrix", "DisplacementMatrix", "16", false}, - PatientSupportDisplacementSequence: Info{PatientSupportDisplacementSequence, []string{"SQ"}, "Patient Support Displacement Sequence", "PatientSupportDisplacementSequence", "1", false}, - DisplacementReferenceLocationCodeSequence: Info{DisplacementReferenceLocationCodeSequence, []string{"SQ"}, "Displacement Reference Location Code Sequence", "DisplacementReferenceLocationCodeSequence", "1", false}, - RTRadiationSetDeliveryUsage: Info{RTRadiationSetDeliveryUsage, []string{"CS"}, "RT Radiation Set Delivery Usage", "RTRadiationSetDeliveryUsage", "1", false}, - ReferencedRTPlanSequence: Info{ReferencedRTPlanSequence, []string{"SQ"}, "Referenced RT Plan Sequence", "ReferencedRTPlanSequence", "1", false}, - ReferencedBeamSequence: Info{ReferencedBeamSequence, []string{"SQ"}, "Referenced Beam Sequence", "ReferencedBeamSequence", "1", false}, - ReferencedBeamNumber: Info{ReferencedBeamNumber, []string{"IS"}, "Referenced Beam Number", "ReferencedBeamNumber", "1", false}, - ReferencedReferenceImageNumber: Info{ReferencedReferenceImageNumber, []string{"IS"}, "Referenced Reference Image Number", "ReferencedReferenceImageNumber", "1", false}, - StartCumulativeMetersetWeight: Info{StartCumulativeMetersetWeight, []string{"DS"}, "Start Cumulative Meterset Weight", "StartCumulativeMetersetWeight", "1", false}, - EndCumulativeMetersetWeight: Info{EndCumulativeMetersetWeight, []string{"DS"}, "End Cumulative Meterset Weight", "EndCumulativeMetersetWeight", "1", false}, - ReferencedBrachyApplicationSetupSequence: Info{ReferencedBrachyApplicationSetupSequence, []string{"SQ"}, "Referenced Brachy Application Setup Sequence", "ReferencedBrachyApplicationSetupSequence", "1", false}, - ReferencedBrachyApplicationSetupNumber: Info{ReferencedBrachyApplicationSetupNumber, []string{"IS"}, "Referenced Brachy Application Setup Number", "ReferencedBrachyApplicationSetupNumber", "1", false}, - ReferencedSourceNumber: Info{ReferencedSourceNumber, []string{"IS"}, "Referenced Source Number", "ReferencedSourceNumber", "1", false}, - ReferencedFractionGroupSequence: Info{ReferencedFractionGroupSequence, []string{"SQ"}, "Referenced Fraction Group Sequence", "ReferencedFractionGroupSequence", "1", false}, - ReferencedFractionGroupNumber: Info{ReferencedFractionGroupNumber, []string{"IS"}, "Referenced Fraction Group Number", "ReferencedFractionGroupNumber", "1", false}, - ReferencedVerificationImageSequence: Info{ReferencedVerificationImageSequence, []string{"SQ"}, "Referenced Verification Image Sequence", "ReferencedVerificationImageSequence", "1", false}, - ReferencedReferenceImageSequence: Info{ReferencedReferenceImageSequence, []string{"SQ"}, "Referenced Reference Image Sequence", "ReferencedReferenceImageSequence", "1", false}, - ReferencedDoseReferenceSequence: Info{ReferencedDoseReferenceSequence, []string{"SQ"}, "Referenced Dose Reference Sequence", "ReferencedDoseReferenceSequence", "1", false}, - ReferencedDoseReferenceNumber: Info{ReferencedDoseReferenceNumber, []string{"IS"}, "Referenced Dose Reference Number", "ReferencedDoseReferenceNumber", "1", false}, - BrachyReferencedDoseReferenceSequence: Info{BrachyReferencedDoseReferenceSequence, []string{"SQ"}, "Brachy Referenced Dose Reference Sequence", "BrachyReferencedDoseReferenceSequence", "1", false}, - ReferencedStructureSetSequence: Info{ReferencedStructureSetSequence, []string{"SQ"}, "Referenced Structure Set Sequence", "ReferencedStructureSetSequence", "1", false}, - ReferencedPatientSetupNumber: Info{ReferencedPatientSetupNumber, []string{"IS"}, "Referenced Patient Setup Number", "ReferencedPatientSetupNumber", "1", false}, - ReferencedDoseSequence: Info{ReferencedDoseSequence, []string{"SQ"}, "Referenced Dose Sequence", "ReferencedDoseSequence", "1", false}, - ReferencedToleranceTableNumber: Info{ReferencedToleranceTableNumber, []string{"IS"}, "Referenced Tolerance Table Number", "ReferencedToleranceTableNumber", "1", false}, - ReferencedBolusSequence: Info{ReferencedBolusSequence, []string{"SQ"}, "Referenced Bolus Sequence", "ReferencedBolusSequence", "1", false}, - ReferencedWedgeNumber: Info{ReferencedWedgeNumber, []string{"IS"}, "Referenced Wedge Number", "ReferencedWedgeNumber", "1", false}, - ReferencedCompensatorNumber: Info{ReferencedCompensatorNumber, []string{"IS"}, "Referenced Compensator Number", "ReferencedCompensatorNumber", "1", false}, - ReferencedBlockNumber: Info{ReferencedBlockNumber, []string{"IS"}, "Referenced Block Number", "ReferencedBlockNumber", "1", false}, - ReferencedControlPointIndex: Info{ReferencedControlPointIndex, []string{"IS"}, "Referenced Control Point Index", "ReferencedControlPointIndex", "1", false}, - ReferencedControlPointSequence: Info{ReferencedControlPointSequence, []string{"SQ"}, "Referenced Control Point Sequence", "ReferencedControlPointSequence", "1", false}, - ReferencedStartControlPointIndex: Info{ReferencedStartControlPointIndex, []string{"IS"}, "Referenced Start Control Point Index", "ReferencedStartControlPointIndex", "1", false}, - ReferencedStopControlPointIndex: Info{ReferencedStopControlPointIndex, []string{"IS"}, "Referenced Stop Control Point Index", "ReferencedStopControlPointIndex", "1", false}, - ReferencedRangeShifterNumber: Info{ReferencedRangeShifterNumber, []string{"IS"}, "Referenced Range Shifter Number", "ReferencedRangeShifterNumber", "1", false}, - ReferencedLateralSpreadingDeviceNumber: Info{ReferencedLateralSpreadingDeviceNumber, []string{"IS"}, "Referenced Lateral Spreading Device Number", "ReferencedLateralSpreadingDeviceNumber", "1", false}, - ReferencedRangeModulatorNumber: Info{ReferencedRangeModulatorNumber, []string{"IS"}, "Referenced Range Modulator Number", "ReferencedRangeModulatorNumber", "1", false}, - OmittedBeamTaskSequence: Info{OmittedBeamTaskSequence, []string{"SQ"}, "Omitted Beam Task Sequence", "OmittedBeamTaskSequence", "1", false}, - ReasonForOmission: Info{ReasonForOmission, []string{"CS"}, "Reason for Omission", "ReasonForOmission", "1", false}, - ReasonForOmissionDescription: Info{ReasonForOmissionDescription, []string{"LO"}, "Reason for Omission Description", "ReasonForOmissionDescription", "1", false}, - PrescriptionOverviewSequence: Info{PrescriptionOverviewSequence, []string{"SQ"}, "Prescription Overview Sequence", "PrescriptionOverviewSequence", "1", false}, - TotalPrescriptionDose: Info{TotalPrescriptionDose, []string{"FL"}, "Total Prescription Dose", "TotalPrescriptionDose", "1", false}, - PlanOverviewSequence: Info{PlanOverviewSequence, []string{"SQ"}, "Plan Overview Sequence", "PlanOverviewSequence", "1", false}, - PlanOverviewIndex: Info{PlanOverviewIndex, []string{"US"}, "Plan Overview Index", "PlanOverviewIndex", "1", false}, - ReferencedPlanOverviewIndex: Info{ReferencedPlanOverviewIndex, []string{"US"}, "Referenced Plan Overview Index", "ReferencedPlanOverviewIndex", "1", false}, - NumberOfFractionsIncluded: Info{NumberOfFractionsIncluded, []string{"US"}, "Number of Fractions Included", "NumberOfFractionsIncluded", "1", false}, - DoseCalibrationConditionsSequence: Info{DoseCalibrationConditionsSequence, []string{"SQ"}, "Dose Calibration Conditions Sequence", "DoseCalibrationConditionsSequence", "1", false}, - AbsorbedDoseToMetersetRatio: Info{AbsorbedDoseToMetersetRatio, []string{"FD"}, "Absorbed Dose to Meterset Ratio", "AbsorbedDoseToMetersetRatio", "1", false}, - DelineatedRadiationFieldSize: Info{DelineatedRadiationFieldSize, []string{"FD"}, "Delineated Radiation Field Size", "DelineatedRadiationFieldSize", "2", false}, - DoseCalibrationConditionsVerifiedFlag: Info{DoseCalibrationConditionsVerifiedFlag, []string{"CS"}, "Dose Calibration Conditions Verified Flag", "DoseCalibrationConditionsVerifiedFlag", "1", false}, - CalibrationReferencePointDepth: Info{CalibrationReferencePointDepth, []string{"FD"}, "Calibration Reference Point Depth", "CalibrationReferencePointDepth", "1", false}, - GatingBeamHoldTransitionSequence: Info{GatingBeamHoldTransitionSequence, []string{"SQ"}, "Gating Beam Hold Transition Sequence", "GatingBeamHoldTransitionSequence", "1", false}, - BeamHoldTransition: Info{BeamHoldTransition, []string{"CS"}, "Beam Hold Transition", "BeamHoldTransition", "1", false}, - BeamHoldTransitionDateTime: Info{BeamHoldTransitionDateTime, []string{"DT"}, "Beam Hold Transition DateTime", "BeamHoldTransitionDateTime", "1", false}, - BeamHoldOriginatingDeviceSequence: Info{BeamHoldOriginatingDeviceSequence, []string{"SQ"}, "Beam Hold Originating Device Sequence", "BeamHoldOriginatingDeviceSequence", "1", false}, - BeamHoldTransitionTriggerSource: Info{BeamHoldTransitionTriggerSource, []string{"CS"}, "Beam Hold Transition Trigger Source", "BeamHoldTransitionTriggerSource", "1", false}, - ApprovalStatus: Info{ApprovalStatus, []string{"CS"}, "Approval Status", "ApprovalStatus", "1", false}, - ReviewDate: Info{ReviewDate, []string{"DA"}, "Review Date", "ReviewDate", "1", false}, - ReviewTime: Info{ReviewTime, []string{"TM"}, "Review Time", "ReviewTime", "1", false}, - ReviewerName: Info{ReviewerName, []string{"PN"}, "Reviewer Name", "ReviewerName", "1", false}, - RadiobiologicalDoseEffectSequence: Info{RadiobiologicalDoseEffectSequence, []string{"SQ"}, "Radiobiological Dose Effect Sequence", "RadiobiologicalDoseEffectSequence", "1", false}, - RadiobiologicalDoseEffectFlag: Info{RadiobiologicalDoseEffectFlag, []string{"CS"}, "Radiobiological Dose Effect Flag", "RadiobiologicalDoseEffectFlag", "1", false}, - EffectiveDoseCalculationMethodCategoryCodeSequence: Info{EffectiveDoseCalculationMethodCategoryCodeSequence, []string{"SQ"}, "Effective Dose Calculation Method Category Code Sequence", "EffectiveDoseCalculationMethodCategoryCodeSequence", "1", false}, - EffectiveDoseCalculationMethodCodeSequence: Info{EffectiveDoseCalculationMethodCodeSequence, []string{"SQ"}, "Effective Dose Calculation Method Code Sequence", "EffectiveDoseCalculationMethodCodeSequence", "1", false}, - EffectiveDoseCalculationMethodDescription: Info{EffectiveDoseCalculationMethodDescription, []string{"LO"}, "Effective Dose Calculation Method Description", "EffectiveDoseCalculationMethodDescription", "1", false}, - ConceptualVolumeUID: Info{ConceptualVolumeUID, []string{"UI"}, "Conceptual Volume UID", "ConceptualVolumeUID", "1", false}, - OriginatingSOPInstanceReferenceSequence: Info{OriginatingSOPInstanceReferenceSequence, []string{"SQ"}, "Originating SOP Instance Reference Sequence", "OriginatingSOPInstanceReferenceSequence", "1", false}, - ConceptualVolumeConstituentSequence: Info{ConceptualVolumeConstituentSequence, []string{"SQ"}, "Conceptual Volume Constituent Sequence", "ConceptualVolumeConstituentSequence", "1", false}, - EquivalentConceptualVolumeInstanceReferenceSequence: Info{EquivalentConceptualVolumeInstanceReferenceSequence, []string{"SQ"}, "Equivalent Conceptual Volume Instance Reference Sequence", "EquivalentConceptualVolumeInstanceReferenceSequence", "1", false}, - EquivalentConceptualVolumesSequence: Info{EquivalentConceptualVolumesSequence, []string{"SQ"}, "Equivalent Conceptual Volumes Sequence", "EquivalentConceptualVolumesSequence", "1", false}, - ReferencedConceptualVolumeUID: Info{ReferencedConceptualVolumeUID, []string{"UI"}, "Referenced Conceptual Volume UID", "ReferencedConceptualVolumeUID", "1", false}, - ConceptualVolumeCombinationExpression: Info{ConceptualVolumeCombinationExpression, []string{"UT"}, "Conceptual Volume Combination Expression", "ConceptualVolumeCombinationExpression", "1", false}, - ConceptualVolumeConstituentIndex: Info{ConceptualVolumeConstituentIndex, []string{"US"}, "Conceptual Volume Constituent Index", "ConceptualVolumeConstituentIndex", "1", false}, - ConceptualVolumeCombinationFlag: Info{ConceptualVolumeCombinationFlag, []string{"CS"}, "Conceptual Volume Combination Flag", "ConceptualVolumeCombinationFlag", "1", false}, - ConceptualVolumeCombinationDescription: Info{ConceptualVolumeCombinationDescription, []string{"ST"}, "Conceptual Volume Combination Description", "ConceptualVolumeCombinationDescription", "1", false}, - ConceptualVolumeSegmentationDefinedFlag: Info{ConceptualVolumeSegmentationDefinedFlag, []string{"CS"}, "Conceptual Volume Segmentation Defined Flag", "ConceptualVolumeSegmentationDefinedFlag", "1", false}, - ConceptualVolumeSegmentationReferenceSequence: Info{ConceptualVolumeSegmentationReferenceSequence, []string{"SQ"}, "Conceptual Volume Segmentation Reference Sequence", "ConceptualVolumeSegmentationReferenceSequence", "1", false}, - ConceptualVolumeConstituentSegmentationReferenceSequence: Info{ConceptualVolumeConstituentSegmentationReferenceSequence, []string{"SQ"}, "Conceptual Volume Constituent Segmentation Reference Sequence", "ConceptualVolumeConstituentSegmentationReferenceSequence", "1", false}, - ConstituentConceptualVolumeUID: Info{ConstituentConceptualVolumeUID, []string{"UI"}, "Constituent Conceptual Volume UID", "ConstituentConceptualVolumeUID", "1", false}, - DerivationConceptualVolumeSequence: Info{DerivationConceptualVolumeSequence, []string{"SQ"}, "Derivation Conceptual Volume Sequence", "DerivationConceptualVolumeSequence", "1", false}, - SourceConceptualVolumeUID: Info{SourceConceptualVolumeUID, []string{"UI"}, "Source Conceptual Volume UID", "SourceConceptualVolumeUID", "1", false}, - ConceptualVolumeDerivationAlgorithmSequence: Info{ConceptualVolumeDerivationAlgorithmSequence, []string{"SQ"}, "Conceptual Volume Derivation Algorithm Sequence", "ConceptualVolumeDerivationAlgorithmSequence", "1", false}, - ConceptualVolumeDescription: Info{ConceptualVolumeDescription, []string{"ST"}, "Conceptual Volume Description", "ConceptualVolumeDescription", "1", false}, - SourceConceptualVolumeSequence: Info{SourceConceptualVolumeSequence, []string{"SQ"}, "Source Conceptual Volume Sequence", "SourceConceptualVolumeSequence", "1", false}, - AuthorIdentificationSequence: Info{AuthorIdentificationSequence, []string{"SQ"}, "Author Identification Sequence", "AuthorIdentificationSequence", "1", false}, - ManufacturerModelVersion: Info{ManufacturerModelVersion, []string{"LO"}, "Manufacturer's Model Version", "ManufacturerModelVersion", "1", false}, - DeviceAlternateIdentifier: Info{DeviceAlternateIdentifier, []string{"UC"}, "Device Alternate Identifier", "DeviceAlternateIdentifier", "1", false}, - DeviceAlternateIdentifierType: Info{DeviceAlternateIdentifierType, []string{"CS"}, "Device Alternate Identifier Type", "DeviceAlternateIdentifierType", "1", false}, - DeviceAlternateIdentifierFormat: Info{DeviceAlternateIdentifierFormat, []string{"LT"}, "Device Alternate Identifier Format", "DeviceAlternateIdentifierFormat", "1", false}, - SegmentationCreationTemplateLabel: Info{SegmentationCreationTemplateLabel, []string{"LO"}, "Segmentation Creation Template Label", "SegmentationCreationTemplateLabel", "1", false}, - SegmentationTemplateUID: Info{SegmentationTemplateUID, []string{"UI"}, "Segmentation Template UID", "SegmentationTemplateUID", "1", false}, - ReferencedSegmentReferenceIndex: Info{ReferencedSegmentReferenceIndex, []string{"US"}, "Referenced Segment Reference Index", "ReferencedSegmentReferenceIndex", "1", false}, - SegmentReferenceSequence: Info{SegmentReferenceSequence, []string{"SQ"}, "Segment Reference Sequence", "SegmentReferenceSequence", "1", false}, - SegmentReferenceIndex: Info{SegmentReferenceIndex, []string{"US"}, "Segment Reference Index", "SegmentReferenceIndex", "1", false}, - DirectSegmentReferenceSequence: Info{DirectSegmentReferenceSequence, []string{"SQ"}, "Direct Segment Reference Sequence", "DirectSegmentReferenceSequence", "1", false}, - CombinationSegmentReferenceSequence: Info{CombinationSegmentReferenceSequence, []string{"SQ"}, "Combination Segment Reference Sequence", "CombinationSegmentReferenceSequence", "1", false}, - ConceptualVolumeSequence: Info{ConceptualVolumeSequence, []string{"SQ"}, "Conceptual Volume Sequence", "ConceptualVolumeSequence", "1", false}, - SegmentedRTAccessoryDeviceSequence: Info{SegmentedRTAccessoryDeviceSequence, []string{"SQ"}, "Segmented RT Accessory Device Sequence", "SegmentedRTAccessoryDeviceSequence", "1", false}, - SegmentCharacteristicsSequence: Info{SegmentCharacteristicsSequence, []string{"SQ"}, "Segment Characteristics Sequence", "SegmentCharacteristicsSequence", "1", false}, - RelatedSegmentCharacteristicsSequence: Info{RelatedSegmentCharacteristicsSequence, []string{"SQ"}, "Related Segment Characteristics Sequence", "RelatedSegmentCharacteristicsSequence", "1", false}, - SegmentCharacteristicsPrecedence: Info{SegmentCharacteristicsPrecedence, []string{"US"}, "Segment Characteristics Precedence", "SegmentCharacteristicsPrecedence", "1", false}, - RTSegmentAnnotationSequence: Info{RTSegmentAnnotationSequence, []string{"SQ"}, "RT Segment Annotation Sequence", "RTSegmentAnnotationSequence", "1", false}, - SegmentAnnotationCategoryCodeSequence: Info{SegmentAnnotationCategoryCodeSequence, []string{"SQ"}, "Segment Annotation Category Code Sequence", "SegmentAnnotationCategoryCodeSequence", "1", false}, - SegmentAnnotationTypeCodeSequence: Info{SegmentAnnotationTypeCodeSequence, []string{"SQ"}, "Segment Annotation Type Code Sequence", "SegmentAnnotationTypeCodeSequence", "1", false}, - DeviceLabel: Info{DeviceLabel, []string{"LO"}, "Device Label", "DeviceLabel", "1", false}, - DeviceTypeCodeSequence: Info{DeviceTypeCodeSequence, []string{"SQ"}, "Device Type Code Sequence", "DeviceTypeCodeSequence", "1", false}, - SegmentAnnotationTypeModifierCodeSequence: Info{SegmentAnnotationTypeModifierCodeSequence, []string{"SQ"}, "Segment Annotation Type Modifier Code Sequence", "SegmentAnnotationTypeModifierCodeSequence", "1", false}, - PatientEquipmentRelationshipCodeSequence: Info{PatientEquipmentRelationshipCodeSequence, []string{"SQ"}, "Patient Equipment Relationship Code Sequence", "PatientEquipmentRelationshipCodeSequence", "1", false}, - ReferencedFiducialsUID: Info{ReferencedFiducialsUID, []string{"UI"}, "Referenced Fiducials UID", "ReferencedFiducialsUID", "1", false}, - PatientTreatmentOrientationSequence: Info{PatientTreatmentOrientationSequence, []string{"SQ"}, "Patient Treatment Orientation Sequence", "PatientTreatmentOrientationSequence", "1", false}, - UserContentLabel: Info{UserContentLabel, []string{"SH"}, "User Content Label", "UserContentLabel", "1", false}, - UserContentLongLabel: Info{UserContentLongLabel, []string{"LO"}, "User Content Long Label", "UserContentLongLabel", "1", false}, - EntityLabel: Info{EntityLabel, []string{"SH"}, "Entity Label", "EntityLabel", "1", false}, - EntityName: Info{EntityName, []string{"LO"}, "Entity Name", "EntityName", "1", false}, - EntityDescription: Info{EntityDescription, []string{"ST"}, "Entity Description", "EntityDescription", "1", false}, - EntityLongLabel: Info{EntityLongLabel, []string{"LO"}, "Entity Long Label", "EntityLongLabel", "1", false}, - DeviceIndex: Info{DeviceIndex, []string{"US"}, "Device Index", "DeviceIndex", "1", false}, - RTTreatmentPhaseIndex: Info{RTTreatmentPhaseIndex, []string{"US"}, "RT Treatment Phase Index", "RTTreatmentPhaseIndex", "1", false}, - RTTreatmentPhaseUID: Info{RTTreatmentPhaseUID, []string{"UI"}, "RT Treatment Phase UID", "RTTreatmentPhaseUID", "1", false}, - RTPrescriptionIndex: Info{RTPrescriptionIndex, []string{"US"}, "RT Prescription Index", "RTPrescriptionIndex", "1", false}, - RTSegmentAnnotationIndex: Info{RTSegmentAnnotationIndex, []string{"US"}, "RT Segment Annotation Index", "RTSegmentAnnotationIndex", "1", false}, - BasisRTTreatmentPhaseIndex: Info{BasisRTTreatmentPhaseIndex, []string{"US"}, "Basis RT Treatment Phase Index", "BasisRTTreatmentPhaseIndex", "1", false}, - RelatedRTTreatmentPhaseIndex: Info{RelatedRTTreatmentPhaseIndex, []string{"US"}, "Related RT Treatment Phase Index", "RelatedRTTreatmentPhaseIndex", "1", false}, - ReferencedRTTreatmentPhaseIndex: Info{ReferencedRTTreatmentPhaseIndex, []string{"US"}, "Referenced RT Treatment Phase Index", "ReferencedRTTreatmentPhaseIndex", "1", false}, - ReferencedRTPrescriptionIndex: Info{ReferencedRTPrescriptionIndex, []string{"US"}, "Referenced RT Prescription Index", "ReferencedRTPrescriptionIndex", "1", false}, - ReferencedParentRTPrescriptionIndex: Info{ReferencedParentRTPrescriptionIndex, []string{"US"}, "Referenced Parent RT Prescription Index", "ReferencedParentRTPrescriptionIndex", "1", false}, - ManufacturerDeviceIdentifier: Info{ManufacturerDeviceIdentifier, []string{"ST"}, "Manufacturer's Device Identifier", "ManufacturerDeviceIdentifier", "1", false}, - InstanceLevelReferencedPerformedProcedureStepSequence: Info{InstanceLevelReferencedPerformedProcedureStepSequence, []string{"SQ"}, "Instance-Level Referenced Performed Procedure Step Sequence", "InstanceLevelReferencedPerformedProcedureStepSequence", "1", false}, - RTTreatmentPhaseIntentPresenceFlag: Info{RTTreatmentPhaseIntentPresenceFlag, []string{"CS"}, "RT Treatment Phase Intent Presence Flag", "RTTreatmentPhaseIntentPresenceFlag", "1", false}, - RadiotherapyTreatmentType: Info{RadiotherapyTreatmentType, []string{"CS"}, "Radiotherapy Treatment Type", "RadiotherapyTreatmentType", "1", false}, - TeletherapyRadiationType: Info{TeletherapyRadiationType, []string{"CS"}, "Teletherapy Radiation Type", "TeletherapyRadiationType", "1-n", false}, - BrachytherapySourceType: Info{BrachytherapySourceType, []string{"CS"}, "Brachytherapy Source Type", "BrachytherapySourceType", "1-n", false}, - ReferencedRTTreatmentPhaseSequence: Info{ReferencedRTTreatmentPhaseSequence, []string{"SQ"}, "Referenced RT Treatment Phase Sequence", "ReferencedRTTreatmentPhaseSequence", "1", false}, - ReferencedDirectSegmentInstanceSequence: Info{ReferencedDirectSegmentInstanceSequence, []string{"SQ"}, "Referenced Direct Segment Instance Sequence", "ReferencedDirectSegmentInstanceSequence", "1", false}, - IntendedRTTreatmentPhaseSequence: Info{IntendedRTTreatmentPhaseSequence, []string{"SQ"}, "Intended RT Treatment Phase Sequence", "IntendedRTTreatmentPhaseSequence", "1", false}, - IntendedPhaseStartDate: Info{IntendedPhaseStartDate, []string{"DA"}, "Intended Phase Start Date", "IntendedPhaseStartDate", "1", false}, - IntendedPhaseEndDate: Info{IntendedPhaseEndDate, []string{"DA"}, "Intended Phase End Date", "IntendedPhaseEndDate", "1", false}, - RTTreatmentPhaseIntervalSequence: Info{RTTreatmentPhaseIntervalSequence, []string{"SQ"}, "RT Treatment Phase Interval Sequence", "RTTreatmentPhaseIntervalSequence", "1", false}, - TemporalRelationshipIntervalAnchor: Info{TemporalRelationshipIntervalAnchor, []string{"CS"}, "Temporal Relationship Interval Anchor", "TemporalRelationshipIntervalAnchor", "1", false}, - MinimumNumberOfIntervalDays: Info{MinimumNumberOfIntervalDays, []string{"FD"}, "Minimum Number of Interval Days", "MinimumNumberOfIntervalDays", "1", false}, - MaximumNumberOfIntervalDays: Info{MaximumNumberOfIntervalDays, []string{"FD"}, "Maximum Number of Interval Days", "MaximumNumberOfIntervalDays", "1", false}, - PertinentSOPClassesInStudy: Info{PertinentSOPClassesInStudy, []string{"UI"}, "Pertinent SOP Classes in Study", "PertinentSOPClassesInStudy", "1-n", false}, - PertinentSOPClassesInSeries: Info{PertinentSOPClassesInSeries, []string{"UI"}, "Pertinent SOP Classes in Series", "PertinentSOPClassesInSeries", "1-n", false}, - RTPrescriptionLabel: Info{RTPrescriptionLabel, []string{"LO"}, "RT Prescription Label", "RTPrescriptionLabel", "1", false}, - RTPhysicianIntentPredecessorSequence: Info{RTPhysicianIntentPredecessorSequence, []string{"SQ"}, "RT Physician Intent Predecessor Sequence", "RTPhysicianIntentPredecessorSequence", "1", false}, - RTTreatmentApproachLabel: Info{RTTreatmentApproachLabel, []string{"LO"}, "RT Treatment Approach Label", "RTTreatmentApproachLabel", "1", false}, - RTPhysicianIntentSequence: Info{RTPhysicianIntentSequence, []string{"SQ"}, "RT Physician Intent Sequence", "RTPhysicianIntentSequence", "1", false}, - RTPhysicianIntentIndex: Info{RTPhysicianIntentIndex, []string{"US"}, "RT Physician Intent Index", "RTPhysicianIntentIndex", "1", false}, - RTTreatmentIntentType: Info{RTTreatmentIntentType, []string{"CS"}, "RT Treatment Intent Type", "RTTreatmentIntentType", "1", false}, - RTPhysicianIntentNarrative: Info{RTPhysicianIntentNarrative, []string{"UT"}, "RT Physician Intent Narrative", "RTPhysicianIntentNarrative", "1", false}, - RTProtocolCodeSequence: Info{RTProtocolCodeSequence, []string{"SQ"}, "RT Protocol Code Sequence", "RTProtocolCodeSequence", "1", false}, - ReasonForSuperseding: Info{ReasonForSuperseding, []string{"ST"}, "Reason for Superseding", "ReasonForSuperseding", "1", false}, - RTDiagnosisCodeSequence: Info{RTDiagnosisCodeSequence, []string{"SQ"}, "RT Diagnosis Code Sequence", "RTDiagnosisCodeSequence", "1", false}, - ReferencedRTPhysicianIntentIndex: Info{ReferencedRTPhysicianIntentIndex, []string{"US"}, "Referenced RT Physician Intent Index", "ReferencedRTPhysicianIntentIndex", "1", false}, - RTPhysicianIntentInputInstanceSequence: Info{RTPhysicianIntentInputInstanceSequence, []string{"SQ"}, "RT Physician Intent Input Instance Sequence", "RTPhysicianIntentInputInstanceSequence", "1", false}, - RTAnatomicPrescriptionSequence: Info{RTAnatomicPrescriptionSequence, []string{"SQ"}, "RT Anatomic Prescription Sequence", "RTAnatomicPrescriptionSequence", "1", false}, - PriorTreatmentDoseDescription: Info{PriorTreatmentDoseDescription, []string{"UT"}, "Prior Treatment Dose Description", "PriorTreatmentDoseDescription", "1", false}, - PriorTreatmentReferenceSequence: Info{PriorTreatmentReferenceSequence, []string{"SQ"}, "Prior Treatment Reference Sequence", "PriorTreatmentReferenceSequence", "1", false}, - DosimetricObjectiveEvaluationScope: Info{DosimetricObjectiveEvaluationScope, []string{"CS"}, "Dosimetric Objective Evaluation Scope", "DosimetricObjectiveEvaluationScope", "1", false}, - TherapeuticRoleCategoryCodeSequence: Info{TherapeuticRoleCategoryCodeSequence, []string{"SQ"}, "Therapeutic Role Category Code Sequence", "TherapeuticRoleCategoryCodeSequence", "1", false}, - TherapeuticRoleTypeCodeSequence: Info{TherapeuticRoleTypeCodeSequence, []string{"SQ"}, "Therapeutic Role Type Code Sequence", "TherapeuticRoleTypeCodeSequence", "1", false}, - ConceptualVolumeOptimizationPrecedence: Info{ConceptualVolumeOptimizationPrecedence, []string{"US"}, "Conceptual Volume Optimization Precedence", "ConceptualVolumeOptimizationPrecedence", "1", false}, - ConceptualVolumeCategoryCodeSequence: Info{ConceptualVolumeCategoryCodeSequence, []string{"SQ"}, "Conceptual Volume Category Code Sequence", "ConceptualVolumeCategoryCodeSequence", "1", false}, - ConceptualVolumeBlockingConstraint: Info{ConceptualVolumeBlockingConstraint, []string{"CS"}, "Conceptual Volume Blocking Constraint", "ConceptualVolumeBlockingConstraint", "1", false}, - ConceptualVolumeTypeCodeSequence: Info{ConceptualVolumeTypeCodeSequence, []string{"SQ"}, "Conceptual Volume Type Code Sequence", "ConceptualVolumeTypeCodeSequence", "1", false}, - ConceptualVolumeTypeModifierCodeSequence: Info{ConceptualVolumeTypeModifierCodeSequence, []string{"SQ"}, "Conceptual Volume Type Modifier Code Sequence", "ConceptualVolumeTypeModifierCodeSequence", "1", false}, - RTPrescriptionSequence: Info{RTPrescriptionSequence, []string{"SQ"}, "RT Prescription Sequence", "RTPrescriptionSequence", "1", false}, - DosimetricObjectiveSequence: Info{DosimetricObjectiveSequence, []string{"SQ"}, "Dosimetric Objective Sequence", "DosimetricObjectiveSequence", "1", false}, - DosimetricObjectiveTypeCodeSequence: Info{DosimetricObjectiveTypeCodeSequence, []string{"SQ"}, "Dosimetric Objective Type Code Sequence", "DosimetricObjectiveTypeCodeSequence", "1", false}, - DosimetricObjectiveUID: Info{DosimetricObjectiveUID, []string{"UI"}, "Dosimetric Objective UID", "DosimetricObjectiveUID", "1", false}, - ReferencedDosimetricObjectiveUID: Info{ReferencedDosimetricObjectiveUID, []string{"UI"}, "Referenced Dosimetric Objective UID", "ReferencedDosimetricObjectiveUID", "1", false}, - DosimetricObjectiveParameterSequence: Info{DosimetricObjectiveParameterSequence, []string{"SQ"}, "Dosimetric Objective Parameter Sequence", "DosimetricObjectiveParameterSequence", "1", false}, - ReferencedDosimetricObjectivesSequence: Info{ReferencedDosimetricObjectivesSequence, []string{"SQ"}, "Referenced Dosimetric Objectives Sequence", "ReferencedDosimetricObjectivesSequence", "1", false}, - AbsoluteDosimetricObjectiveFlag: Info{AbsoluteDosimetricObjectiveFlag, []string{"CS"}, "Absolute Dosimetric Objective Flag", "AbsoluteDosimetricObjectiveFlag", "1", false}, - DosimetricObjectiveWeight: Info{DosimetricObjectiveWeight, []string{"FD"}, "Dosimetric Objective Weight", "DosimetricObjectiveWeight", "1", false}, - DosimetricObjectivePurpose: Info{DosimetricObjectivePurpose, []string{"CS"}, "Dosimetric Objective Purpose", "DosimetricObjectivePurpose", "1", false}, - PlanningInputInformationSequence: Info{PlanningInputInformationSequence, []string{"SQ"}, "Planning Input Information Sequence", "PlanningInputInformationSequence", "1", false}, - TreatmentSite: Info{TreatmentSite, []string{"LO"}, "Treatment Site", "TreatmentSite", "1", false}, - TreatmentSiteCodeSequence: Info{TreatmentSiteCodeSequence, []string{"SQ"}, "Treatment Site Code Sequence", "TreatmentSiteCodeSequence", "1", false}, - FractionPatternSequence: Info{FractionPatternSequence, []string{"SQ"}, "Fraction Pattern Sequence", "FractionPatternSequence", "1", false}, - TreatmentTechniqueNotes: Info{TreatmentTechniqueNotes, []string{"UT"}, "Treatment Technique Notes", "TreatmentTechniqueNotes", "1", false}, - PrescriptionNotes: Info{PrescriptionNotes, []string{"UT"}, "Prescription Notes", "PrescriptionNotes", "1", false}, - NumberOfIntervalFractions: Info{NumberOfIntervalFractions, []string{"IS"}, "Number of Interval Fractions", "NumberOfIntervalFractions", "1", false}, - NumberOfFractions: Info{NumberOfFractions, []string{"US"}, "Number of Fractions", "NumberOfFractions", "1", false}, - IntendedDeliveryDuration: Info{IntendedDeliveryDuration, []string{"US"}, "Intended Delivery Duration", "IntendedDeliveryDuration", "1", false}, - FractionationNotes: Info{FractionationNotes, []string{"UT"}, "Fractionation Notes", "FractionationNotes", "1", false}, - RTTreatmentTechniqueCodeSequence: Info{RTTreatmentTechniqueCodeSequence, []string{"SQ"}, "RT Treatment Technique Code Sequence", "RTTreatmentTechniqueCodeSequence", "1", false}, - PrescriptionNotesSequence: Info{PrescriptionNotesSequence, []string{"SQ"}, "Prescription Notes Sequence", "PrescriptionNotesSequence", "1", false}, - FractionBasedRelationshipSequence: Info{FractionBasedRelationshipSequence, []string{"SQ"}, "Fraction-Based Relationship Sequence", "FractionBasedRelationshipSequence", "1", false}, - FractionBasedRelationshipIntervalAnchor: Info{FractionBasedRelationshipIntervalAnchor, []string{"CS"}, "Fraction-Based Relationship Interval Anchor", "FractionBasedRelationshipIntervalAnchor", "1", false}, - MinimumHoursBetweenFractions: Info{MinimumHoursBetweenFractions, []string{"FD"}, "Minimum Hours between Fractions", "MinimumHoursBetweenFractions", "1", false}, - IntendedFractionStartTime: Info{IntendedFractionStartTime, []string{"TM"}, "Intended Fraction Start Time", "IntendedFractionStartTime", "1-n", false}, - IntendedStartDayOfWeek: Info{IntendedStartDayOfWeek, []string{"LT"}, "Intended Start Day of Week", "IntendedStartDayOfWeek", "1", false}, - WeekdayFractionPatternSequence: Info{WeekdayFractionPatternSequence, []string{"SQ"}, "Weekday Fraction Pattern Sequence", "WeekdayFractionPatternSequence", "1", false}, - DeliveryTimeStructureCodeSequence: Info{DeliveryTimeStructureCodeSequence, []string{"SQ"}, "Delivery Time Structure Code Sequence", "DeliveryTimeStructureCodeSequence", "1", false}, - TreatmentSiteModifierCodeSequence: Info{TreatmentSiteModifierCodeSequence, []string{"SQ"}, "Treatment Site Modifier Code Sequence", "TreatmentSiteModifierCodeSequence", "1", false}, - RoboticBaseLocationIndicator: Info{RoboticBaseLocationIndicator, []string{"CS"}, "Robotic Base Location Indicator", "RoboticBaseLocationIndicator", "1", true}, - RoboticPathNodeSetCodeSequence: Info{RoboticPathNodeSetCodeSequence, []string{"SQ"}, "Robotic Path Node Set Code Sequence", "RoboticPathNodeSetCodeSequence", "1", false}, - RoboticNodeIdentifier: Info{RoboticNodeIdentifier, []string{"UL"}, "Robotic Node Identifier", "RoboticNodeIdentifier", "1", false}, - RTTreatmentSourceCoordinates: Info{RTTreatmentSourceCoordinates, []string{"FD"}, "RT Treatment Source Coordinates", "RTTreatmentSourceCoordinates", "3", false}, - RadiationSourceCoordinateSystemYawAngle: Info{RadiationSourceCoordinateSystemYawAngle, []string{"FD"}, "Radiation Source Coordinate SystemYaw Angle", "RadiationSourceCoordinateSystemYawAngle", "1", false}, - RadiationSourceCoordinateSystemRollAngle: Info{RadiationSourceCoordinateSystemRollAngle, []string{"FD"}, "Radiation Source Coordinate SystemRoll Angle", "RadiationSourceCoordinateSystemRollAngle", "1", false}, - RadiationSourceCoordinateSystemPitchAngle: Info{RadiationSourceCoordinateSystemPitchAngle, []string{"FD"}, "Radiation Source Coordinate System Pitch Angle", "RadiationSourceCoordinateSystemPitchAngle", "1", false}, - RoboticPathControlPointSequence: Info{RoboticPathControlPointSequence, []string{"SQ"}, "Robotic Path Control Point Sequence", "RoboticPathControlPointSequence", "1", false}, - TomotherapeuticControlPointSequence: Info{TomotherapeuticControlPointSequence, []string{"SQ"}, "Tomotherapeutic Control Point Sequence", "TomotherapeuticControlPointSequence", "1", false}, - TomotherapeuticLeafOpenDurations: Info{TomotherapeuticLeafOpenDurations, []string{"FD"}, "Tomotherapeutic Leaf Open Durations", "TomotherapeuticLeafOpenDurations", "1-n", false}, - TomotherapeuticLeafInitialClosedDurations: Info{TomotherapeuticLeafInitialClosedDurations, []string{"FD"}, "Tomotherapeutic Leaf Initial Closed Durations", "TomotherapeuticLeafInitialClosedDurations", "1-n", false}, - ConceptualVolumeIdentificationSequence: Info{ConceptualVolumeIdentificationSequence, []string{"SQ"}, "Conceptual Volume Identification Sequence", "ConceptualVolumeIdentificationSequence", "1", false}, - Arbitrary: Info{Arbitrary, []string{"LT"}, "Arbitrary", "Arbitrary", "1", true}, - TextComments: Info{TextComments, []string{"LT"}, "Text Comments", "TextComments", "1", true}, - ResultsID: Info{ResultsID, []string{"SH"}, "Results ID", "ResultsID", "1", true}, - ResultsIDIssuer: Info{ResultsIDIssuer, []string{"LO"}, "Results ID Issuer", "ResultsIDIssuer", "1", true}, - ReferencedInterpretationSequence: Info{ReferencedInterpretationSequence, []string{"SQ"}, "Referenced Interpretation Sequence", "ReferencedInterpretationSequence", "1", true}, - ReportProductionStatusTrial: Info{ReportProductionStatusTrial, []string{"CS"}, "Report Production Status (Trial)", "ReportProductionStatusTrial", "1", true}, - InterpretationRecordedDate: Info{InterpretationRecordedDate, []string{"DA"}, "Interpretation Recorded Date", "InterpretationRecordedDate", "1", true}, - InterpretationRecordedTime: Info{InterpretationRecordedTime, []string{"TM"}, "Interpretation Recorded Time", "InterpretationRecordedTime", "1", true}, - InterpretationRecorder: Info{InterpretationRecorder, []string{"PN"}, "Interpretation Recorder", "InterpretationRecorder", "1", true}, - ReferenceToRecordedSound: Info{ReferenceToRecordedSound, []string{"LO"}, "Reference to Recorded Sound", "ReferenceToRecordedSound", "1", true}, - InterpretationTranscriptionDate: Info{InterpretationTranscriptionDate, []string{"DA"}, "Interpretation Transcription Date", "InterpretationTranscriptionDate", "1", true}, - InterpretationTranscriptionTime: Info{InterpretationTranscriptionTime, []string{"TM"}, "Interpretation Transcription Time", "InterpretationTranscriptionTime", "1", true}, - InterpretationTranscriber: Info{InterpretationTranscriber, []string{"PN"}, "Interpretation Transcriber", "InterpretationTranscriber", "1", true}, - InterpretationText: Info{InterpretationText, []string{"ST"}, "Interpretation Text", "InterpretationText", "1", true}, - InterpretationAuthor: Info{InterpretationAuthor, []string{"PN"}, "Interpretation Author", "InterpretationAuthor", "1", true}, - InterpretationApproverSequence: Info{InterpretationApproverSequence, []string{"SQ"}, "Interpretation Approver Sequence", "InterpretationApproverSequence", "1", true}, - InterpretationApprovalDate: Info{InterpretationApprovalDate, []string{"DA"}, "Interpretation Approval Date", "InterpretationApprovalDate", "1", true}, - InterpretationApprovalTime: Info{InterpretationApprovalTime, []string{"TM"}, "Interpretation Approval Time", "InterpretationApprovalTime", "1", true}, - PhysicianApprovingInterpretation: Info{PhysicianApprovingInterpretation, []string{"PN"}, "Physician Approving Interpretation", "PhysicianApprovingInterpretation", "1", true}, - InterpretationDiagnosisDescription: Info{InterpretationDiagnosisDescription, []string{"LT"}, "Interpretation Diagnosis Description", "InterpretationDiagnosisDescription", "1", true}, - InterpretationDiagnosisCodeSequence: Info{InterpretationDiagnosisCodeSequence, []string{"SQ"}, "Interpretation Diagnosis Code Sequence", "InterpretationDiagnosisCodeSequence", "1", true}, - ResultsDistributionListSequence: Info{ResultsDistributionListSequence, []string{"SQ"}, "Results Distribution List Sequence", "ResultsDistributionListSequence", "1", true}, - DistributionName: Info{DistributionName, []string{"PN"}, "Distribution Name", "DistributionName", "1", true}, - DistributionAddress: Info{DistributionAddress, []string{"LO"}, "Distribution Address", "DistributionAddress", "1", true}, - InterpretationID: Info{InterpretationID, []string{"SH"}, "Interpretation ID", "InterpretationID", "1", true}, - InterpretationIDIssuer: Info{InterpretationIDIssuer, []string{"LO"}, "Interpretation ID Issuer", "InterpretationIDIssuer", "1", true}, - InterpretationTypeID: Info{InterpretationTypeID, []string{"CS"}, "Interpretation Type ID", "InterpretationTypeID", "1", true}, - InterpretationStatusID: Info{InterpretationStatusID, []string{"CS"}, "Interpretation Status ID", "InterpretationStatusID", "1", true}, - Impressions: Info{Impressions, []string{"ST"}, "Impressions", "Impressions", "1", true}, - ResultsComments: Info{ResultsComments, []string{"ST"}, "Results Comments", "ResultsComments", "1", true}, - LowEnergyDetectors: Info{LowEnergyDetectors, []string{"CS"}, "Low Energy Detectors", "LowEnergyDetectors", "1", false}, - HighEnergyDetectors: Info{HighEnergyDetectors, []string{"CS"}, "High Energy Detectors", "HighEnergyDetectors", "1", false}, - DetectorGeometrySequence: Info{DetectorGeometrySequence, []string{"SQ"}, "Detector Geometry Sequence", "DetectorGeometrySequence", "1", false}, - ThreatROIVoxelSequence: Info{ThreatROIVoxelSequence, []string{"SQ"}, "Threat ROI Voxel Sequence", "ThreatROIVoxelSequence", "1", false}, - ThreatROIBase: Info{ThreatROIBase, []string{"FL"}, "Threat ROI Base", "ThreatROIBase", "3", false}, - ThreatROIExtents: Info{ThreatROIExtents, []string{"FL"}, "Threat ROI Extents", "ThreatROIExtents", "3", false}, - ThreatROIBitmap: Info{ThreatROIBitmap, []string{"OB"}, "Threat ROI Bitmap", "ThreatROIBitmap", "1", false}, - RouteSegmentID: Info{RouteSegmentID, []string{"SH"}, "Route Segment ID", "RouteSegmentID", "1", false}, - GantryType: Info{GantryType, []string{"CS"}, "Gantry Type", "GantryType", "1", false}, - OOIOwnerType: Info{OOIOwnerType, []string{"CS"}, "OOI Owner Type", "OOIOwnerType", "1", false}, - RouteSegmentSequence: Info{RouteSegmentSequence, []string{"SQ"}, "Route Segment Sequence", "RouteSegmentSequence", "1", false}, - PotentialThreatObjectID: Info{PotentialThreatObjectID, []string{"US"}, "Potential Threat Object ID", "PotentialThreatObjectID", "1", false}, - ThreatSequence: Info{ThreatSequence, []string{"SQ"}, "Threat Sequence", "ThreatSequence", "1", false}, - ThreatCategory: Info{ThreatCategory, []string{"CS"}, "Threat Category", "ThreatCategory", "1", false}, - ThreatCategoryDescription: Info{ThreatCategoryDescription, []string{"LT"}, "Threat Category Description", "ThreatCategoryDescription", "1", false}, - ATDAbilityAssessment: Info{ATDAbilityAssessment, []string{"CS"}, "ATD Ability Assessment", "ATDAbilityAssessment", "1", false}, - ATDAssessmentFlag: Info{ATDAssessmentFlag, []string{"CS"}, "ATD Assessment Flag", "ATDAssessmentFlag", "1", false}, - ATDAssessmentProbability: Info{ATDAssessmentProbability, []string{"FL"}, "ATD Assessment Probability", "ATDAssessmentProbability", "1", false}, - Mass: Info{Mass, []string{"FL"}, "Mass", "Mass", "1", false}, - Density: Info{Density, []string{"FL"}, "Density", "Density", "1", false}, - ZEffective: Info{ZEffective, []string{"FL"}, "Z Effective", "ZEffective", "1", false}, - BoardingPassID: Info{BoardingPassID, []string{"SH"}, "Boarding Pass ID", "BoardingPassID", "1", false}, - CenterOfMass: Info{CenterOfMass, []string{"FL"}, "Center of Mass", "CenterOfMass", "3", false}, - CenterOfPTO: Info{CenterOfPTO, []string{"FL"}, "Center of PTO", "CenterOfPTO", "3", false}, - BoundingPolygon: Info{BoundingPolygon, []string{"FL"}, "Bounding Polygon", "BoundingPolygon", "6-n", false}, - RouteSegmentStartLocationID: Info{RouteSegmentStartLocationID, []string{"SH"}, "Route Segment Start Location ID", "RouteSegmentStartLocationID", "1", false}, - RouteSegmentEndLocationID: Info{RouteSegmentEndLocationID, []string{"SH"}, "Route Segment End Location ID", "RouteSegmentEndLocationID", "1", false}, - RouteSegmentLocationIDType: Info{RouteSegmentLocationIDType, []string{"CS"}, "Route Segment Location ID Type", "RouteSegmentLocationIDType", "1", false}, - AbortReason: Info{AbortReason, []string{"CS"}, "Abort Reason", "AbortReason", "1-n", false}, - VolumeOfPTO: Info{VolumeOfPTO, []string{"FL"}, "Volume of PTO", "VolumeOfPTO", "1", false}, - AbortFlag: Info{AbortFlag, []string{"CS"}, "Abort Flag", "AbortFlag", "1", false}, - RouteSegmentStartTime: Info{RouteSegmentStartTime, []string{"DT"}, "Route Segment Start Time", "RouteSegmentStartTime", "1", false}, - RouteSegmentEndTime: Info{RouteSegmentEndTime, []string{"DT"}, "Route Segment End Time", "RouteSegmentEndTime", "1", false}, - TDRType: Info{TDRType, []string{"CS"}, "TDR Type", "TDRType", "1", false}, - InternationalRouteSegment: Info{InternationalRouteSegment, []string{"CS"}, "International Route Segment", "InternationalRouteSegment", "1", false}, - ThreatDetectionAlgorithmAndVersion: Info{ThreatDetectionAlgorithmAndVersion, []string{"LO"}, "Threat Detection Algorithm and Version", "ThreatDetectionAlgorithmAndVersion", "1-n", false}, - AssignedLocation: Info{AssignedLocation, []string{"SH"}, "Assigned Location", "AssignedLocation", "1", false}, - AlarmDecisionTime: Info{AlarmDecisionTime, []string{"DT"}, "Alarm Decision Time", "AlarmDecisionTime", "1", false}, - AlarmDecision: Info{AlarmDecision, []string{"CS"}, "Alarm Decision", "AlarmDecision", "1", false}, - NumberOfTotalObjects: Info{NumberOfTotalObjects, []string{"US"}, "Number of Total Objects", "NumberOfTotalObjects", "1", false}, - NumberOfAlarmObjects: Info{NumberOfAlarmObjects, []string{"US"}, "Number of Alarm Objects", "NumberOfAlarmObjects", "1", false}, - PTORepresentationSequence: Info{PTORepresentationSequence, []string{"SQ"}, "PTO Representation Sequence", "PTORepresentationSequence", "1", false}, - ATDAssessmentSequence: Info{ATDAssessmentSequence, []string{"SQ"}, "ATD Assessment Sequence", "ATDAssessmentSequence", "1", false}, - TIPType: Info{TIPType, []string{"CS"}, "TIP Type", "TIPType", "1", false}, - DICOSVersion: Info{DICOSVersion, []string{"CS"}, "DICOS Version", "DICOSVersion", "1", false}, - OOIOwnerCreationTime: Info{OOIOwnerCreationTime, []string{"DT"}, "OOI Owner Creation Time", "OOIOwnerCreationTime", "1", false}, - OOIType: Info{OOIType, []string{"CS"}, "OOI Type", "OOIType", "1", false}, - OOISize: Info{OOISize, []string{"FL"}, "OOI Size", "OOISize", "3", false}, - AcquisitionStatus: Info{AcquisitionStatus, []string{"CS"}, "Acquisition Status", "AcquisitionStatus", "1", false}, - BasisMaterialsCodeSequence: Info{BasisMaterialsCodeSequence, []string{"SQ"}, "Basis Materials Code Sequence", "BasisMaterialsCodeSequence", "1", false}, - PhantomType: Info{PhantomType, []string{"CS"}, "Phantom Type", "PhantomType", "1", false}, - OOIOwnerSequence: Info{OOIOwnerSequence, []string{"SQ"}, "OOI Owner Sequence", "OOIOwnerSequence", "1", false}, - ScanType: Info{ScanType, []string{"CS"}, "Scan Type", "ScanType", "1", false}, - ItineraryID: Info{ItineraryID, []string{"LO"}, "Itinerary ID", "ItineraryID", "1", false}, - ItineraryIDType: Info{ItineraryIDType, []string{"SH"}, "Itinerary ID Type", "ItineraryIDType", "1", false}, - ItineraryIDAssigningAuthority: Info{ItineraryIDAssigningAuthority, []string{"LO"}, "Itinerary ID Assigning Authority", "ItineraryIDAssigningAuthority", "1", false}, - RouteID: Info{RouteID, []string{"SH"}, "Route ID", "RouteID", "1", false}, - RouteIDAssigningAuthority: Info{RouteIDAssigningAuthority, []string{"SH"}, "Route ID Assigning Authority", "RouteIDAssigningAuthority", "1", false}, - InboundArrivalType: Info{InboundArrivalType, []string{"CS"}, "Inbound Arrival Type", "InboundArrivalType", "1", false}, - CarrierID: Info{CarrierID, []string{"SH"}, "Carrier ID", "CarrierID", "1", false}, - CarrierIDAssigningAuthority: Info{CarrierIDAssigningAuthority, []string{"CS"}, "Carrier ID Assigning Authority", "CarrierIDAssigningAuthority", "1", false}, - SourceOrientation: Info{SourceOrientation, []string{"FL"}, "Source Orientation", "SourceOrientation", "3", false}, - SourcePosition: Info{SourcePosition, []string{"FL"}, "Source Position", "SourcePosition", "3", false}, - BeltHeight: Info{BeltHeight, []string{"FL"}, "Belt Height", "BeltHeight", "1", false}, - AlgorithmRoutingCodeSequence: Info{AlgorithmRoutingCodeSequence, []string{"SQ"}, "Algorithm Routing Code Sequence", "AlgorithmRoutingCodeSequence", "1", false}, - TransportClassification: Info{TransportClassification, []string{"CS"}, "Transport Classification", "TransportClassification", "1", false}, - OOITypeDescriptor: Info{OOITypeDescriptor, []string{"LT"}, "OOI Type Descriptor", "OOITypeDescriptor", "1", false}, - TotalProcessingTime: Info{TotalProcessingTime, []string{"FL"}, "Total Processing Time", "TotalProcessingTime", "1", false}, - DetectorCalibrationData: Info{DetectorCalibrationData, []string{"OB"}, "Detector Calibration Data", "DetectorCalibrationData", "1", false}, - AdditionalScreeningPerformed: Info{AdditionalScreeningPerformed, []string{"CS"}, "Additional Screening Performed", "AdditionalScreeningPerformed", "1", false}, - AdditionalInspectionSelectionCriteria: Info{AdditionalInspectionSelectionCriteria, []string{"CS"}, "Additional Inspection Selection Criteria", "AdditionalInspectionSelectionCriteria", "1", false}, - AdditionalInspectionMethodSequence: Info{AdditionalInspectionMethodSequence, []string{"SQ"}, "Additional Inspection Method Sequence", "AdditionalInspectionMethodSequence", "1", false}, - AITDeviceType: Info{AITDeviceType, []string{"CS"}, "AIT Device Type", "AITDeviceType", "1", false}, - QRMeasurementsSequence: Info{QRMeasurementsSequence, []string{"SQ"}, "QR Measurements Sequence", "QRMeasurementsSequence", "1", false}, - TargetMaterialSequence: Info{TargetMaterialSequence, []string{"SQ"}, "Target Material Sequence", "TargetMaterialSequence", "1", false}, - SNRThreshold: Info{SNRThreshold, []string{"FD"}, "SNR Threshold", "SNRThreshold", "1", false}, - ImageScaleRepresentation: Info{ImageScaleRepresentation, []string{"DS"}, "Image Scale Representation", "ImageScaleRepresentation", "1", false}, - ReferencedPTOSequence: Info{ReferencedPTOSequence, []string{"SQ"}, "Referenced PTO Sequence", "ReferencedPTOSequence", "1", false}, - ReferencedTDRInstanceSequence: Info{ReferencedTDRInstanceSequence, []string{"SQ"}, "Referenced TDR Instance Sequence", "ReferencedTDRInstanceSequence", "1", false}, - PTOLocationDescription: Info{PTOLocationDescription, []string{"ST"}, "PTO Location Description", "PTOLocationDescription", "1", false}, - AnomalyLocatorIndicatorSequence: Info{AnomalyLocatorIndicatorSequence, []string{"SQ"}, "Anomaly Locator Indicator Sequence", "AnomalyLocatorIndicatorSequence", "1", false}, - AnomalyLocatorIndicator: Info{AnomalyLocatorIndicator, []string{"FL"}, "Anomaly Locator Indicator", "AnomalyLocatorIndicator", "3", false}, - PTORegionSequence: Info{PTORegionSequence, []string{"SQ"}, "PTO Region Sequence", "PTORegionSequence", "1", false}, - InspectionSelectionCriteria: Info{InspectionSelectionCriteria, []string{"CS"}, "Inspection Selection Criteria", "InspectionSelectionCriteria", "1", false}, - SecondaryInspectionMethodSequence: Info{SecondaryInspectionMethodSequence, []string{"SQ"}, "Secondary Inspection Method Sequence", "SecondaryInspectionMethodSequence", "1", false}, - PRCSToRCSOrientation: Info{PRCSToRCSOrientation, []string{"DS"}, "PRCS to RCS Orientation", "PRCSToRCSOrientation", "6", false}, - MACParametersSequence: Info{MACParametersSequence, []string{"SQ"}, "MAC Parameters Sequence", "MACParametersSequence", "1", false}, - CurveDimensions: Info{CurveDimensions, []string{"US"}, "Curve Dimensions", "CurveDimensions", "1", true}, - NumberOfPoints: Info{NumberOfPoints, []string{"US"}, "Number of Points", "NumberOfPoints", "1", true}, - TypeOfData: Info{TypeOfData, []string{"CS"}, "Type of Data", "TypeOfData", "1", true}, - CurveDescription: Info{CurveDescription, []string{"LO"}, "Curve Description", "CurveDescription", "1", true}, - AxisUnits: Info{AxisUnits, []string{"SH"}, "Axis Units", "AxisUnits", "1-n", true}, - AxisLabels: Info{AxisLabels, []string{"SH"}, "Axis Labels", "AxisLabels", "1-n", true}, - DataValueRepresentation: Info{DataValueRepresentation, []string{"US"}, "Data Value Representation", "DataValueRepresentation", "1", true}, - MinimumCoordinateValue: Info{MinimumCoordinateValue, []string{"US"}, "Minimum Coordinate Value", "MinimumCoordinateValue", "1-n", true}, - MaximumCoordinateValue: Info{MaximumCoordinateValue, []string{"US"}, "Maximum Coordinate Value", "MaximumCoordinateValue", "1-n", true}, - CurveRange: Info{CurveRange, []string{"SH"}, "Curve Range", "CurveRange", "1-n", true}, - CurveDataDescriptor: Info{CurveDataDescriptor, []string{"US"}, "Curve Data Descriptor", "CurveDataDescriptor", "1-n", true}, - CoordinateStartValue: Info{CoordinateStartValue, []string{"US"}, "Coordinate Start Value", "CoordinateStartValue", "1-n", true}, - CoordinateStepValue: Info{CoordinateStepValue, []string{"US"}, "Coordinate Step Value", "CoordinateStepValue", "1-n", true}, - CurveActivationLayer: Info{CurveActivationLayer, []string{"CS"}, "Curve Activation Layer", "CurveActivationLayer", "1", true}, - AudioType: Info{AudioType, []string{"US"}, "Audio Type", "AudioType", "1", true}, - AudioSampleFormat: Info{AudioSampleFormat, []string{"US"}, "Audio Sample Format", "AudioSampleFormat", "1", true}, - NumberOfChannels: Info{NumberOfChannels, []string{"US"}, "Number of Channels", "NumberOfChannels", "1", true}, - NumberOfSamples: Info{NumberOfSamples, []string{"UL"}, "Number of Samples", "NumberOfSamples", "1", true}, - SampleRate: Info{SampleRate, []string{"UL"}, "Sample Rate", "SampleRate", "1", true}, - TotalTime: Info{TotalTime, []string{"UL"}, "Total Time", "TotalTime", "1", true}, - AudioSampleData: Info{AudioSampleData, []string{"OB", "OW"}, "Audio Sample Data", "AudioSampleData", "1", true}, - AudioComments: Info{AudioComments, []string{"LT"}, "Audio Comments", "AudioComments", "1", true}, - CurveLabel: Info{CurveLabel, []string{"LO"}, "Curve Label", "CurveLabel", "1", true}, - CurveReferencedOverlaySequence: Info{CurveReferencedOverlaySequence, []string{"SQ"}, "Curve Referenced Overlay Sequence", "CurveReferencedOverlaySequence", "1", true}, - CurveReferencedOverlayGroup: Info{CurveReferencedOverlayGroup, []string{"US"}, "Curve Referenced Overlay Group", "CurveReferencedOverlayGroup", "1", true}, - CurveData: Info{CurveData, []string{"OB", "OW"}, "Curve Data", "CurveData", "1", true}, - SharedFunctionalGroupsSequence: Info{SharedFunctionalGroupsSequence, []string{"SQ"}, "Shared Functional Groups Sequence", "SharedFunctionalGroupsSequence", "1", false}, - PerFrameFunctionalGroupsSequence: Info{PerFrameFunctionalGroupsSequence, []string{"SQ"}, "Per-Frame Functional Groups Sequence", "PerFrameFunctionalGroupsSequence", "1", false}, - WaveformSequence: Info{WaveformSequence, []string{"SQ"}, "Waveform Sequence", "WaveformSequence", "1", false}, - ChannelMinimumValue: Info{ChannelMinimumValue, []string{"OB", "OW"}, "Channel Minimum Value", "ChannelMinimumValue", "1", false}, - ChannelMaximumValue: Info{ChannelMaximumValue, []string{"OB", "OW"}, "Channel Maximum Value", "ChannelMaximumValue", "1", false}, - WaveformBitsAllocated: Info{WaveformBitsAllocated, []string{"US"}, "Waveform Bits Allocated", "WaveformBitsAllocated", "1", false}, - WaveformSampleInterpretation: Info{WaveformSampleInterpretation, []string{"CS"}, "Waveform Sample Interpretation", "WaveformSampleInterpretation", "1", false}, - WaveformPaddingValue: Info{WaveformPaddingValue, []string{"OB", "OW"}, "Waveform Padding Value", "WaveformPaddingValue", "1", false}, - WaveformData: Info{WaveformData, []string{"OB", "OW"}, "Waveform Data", "WaveformData", "1", false}, - FirstOrderPhaseCorrectionAngle: Info{FirstOrderPhaseCorrectionAngle, []string{"OF"}, "First Order Phase Correction Angle", "FirstOrderPhaseCorrectionAngle", "1", false}, - SpectroscopyData: Info{SpectroscopyData, []string{"OF"}, "Spectroscopy Data", "SpectroscopyData", "1", false}, - OverlayRows: Info{OverlayRows, []string{"US"}, "Overlay Rows", "OverlayRows", "1", false}, - OverlayColumns: Info{OverlayColumns, []string{"US"}, "Overlay Columns", "OverlayColumns", "1", false}, - OverlayPlanes: Info{OverlayPlanes, []string{"US"}, "Overlay Planes", "OverlayPlanes", "1", true}, - NumberOfFramesInOverlay: Info{NumberOfFramesInOverlay, []string{"IS"}, "Number of Frames in Overlay", "NumberOfFramesInOverlay", "1", false}, - OverlayDescription: Info{OverlayDescription, []string{"LO"}, "Overlay Description", "OverlayDescription", "1", false}, - OverlayType: Info{OverlayType, []string{"CS"}, "Overlay Type", "OverlayType", "1", false}, - OverlaySubtype: Info{OverlaySubtype, []string{"LO"}, "Overlay Subtype", "OverlaySubtype", "1", false}, - OverlayOrigin: Info{OverlayOrigin, []string{"SS"}, "Overlay Origin", "OverlayOrigin", "2", false}, - ImageFrameOrigin: Info{ImageFrameOrigin, []string{"US"}, "Image Frame Origin", "ImageFrameOrigin", "1", false}, - OverlayPlaneOrigin: Info{OverlayPlaneOrigin, []string{"US"}, "Overlay Plane Origin", "OverlayPlaneOrigin", "1", true}, - OverlayCompressionCode: Info{OverlayCompressionCode, []string{"CS"}, "Overlay Compression Code", "OverlayCompressionCode", "1", true}, - OverlayCompressionOriginator: Info{OverlayCompressionOriginator, []string{"SH"}, "Overlay Compression Originator", "OverlayCompressionOriginator", "1", true}, - OverlayCompressionLabel: Info{OverlayCompressionLabel, []string{"SH"}, "Overlay Compression Label", "OverlayCompressionLabel", "1", true}, - OverlayCompressionDescription: Info{OverlayCompressionDescription, []string{"CS"}, "Overlay Compression Description", "OverlayCompressionDescription", "1", true}, - OverlayCompressionStepPointers: Info{OverlayCompressionStepPointers, []string{"AT"}, "Overlay Compression Step Pointers", "OverlayCompressionStepPointers", "1-n", true}, - OverlayRepeatInterval: Info{OverlayRepeatInterval, []string{"US"}, "Overlay Repeat Interval", "OverlayRepeatInterval", "1", true}, - OverlayBitsGrouped: Info{OverlayBitsGrouped, []string{"US"}, "Overlay Bits Grouped", "OverlayBitsGrouped", "1", true}, - OverlayBitsAllocated: Info{OverlayBitsAllocated, []string{"US"}, "Overlay Bits Allocated", "OverlayBitsAllocated", "1", false}, - OverlayBitPosition: Info{OverlayBitPosition, []string{"US"}, "Overlay Bit Position", "OverlayBitPosition", "1", false}, - OverlayFormat: Info{OverlayFormat, []string{"CS"}, "Overlay Format", "OverlayFormat", "1", true}, - OverlayLocation: Info{OverlayLocation, []string{"US"}, "Overlay Location", "OverlayLocation", "1", true}, - OverlayCodeLabel: Info{OverlayCodeLabel, []string{"CS"}, "Overlay Code Label", "OverlayCodeLabel", "1-n", true}, - OverlayNumberOfTables: Info{OverlayNumberOfTables, []string{"US"}, "Overlay Number of Tables", "OverlayNumberOfTables", "1", true}, - OverlayCodeTableLocation: Info{OverlayCodeTableLocation, []string{"AT"}, "Overlay Code Table Location", "OverlayCodeTableLocation", "1-n", true}, - OverlayBitsForCodeWord: Info{OverlayBitsForCodeWord, []string{"US"}, "Overlay Bits For Code Word", "OverlayBitsForCodeWord", "1", true}, - OverlayActivationLayer: Info{OverlayActivationLayer, []string{"CS"}, "Overlay Activation Layer", "OverlayActivationLayer", "1", false}, - OverlayDescriptorGray: Info{OverlayDescriptorGray, []string{"US"}, "Overlay Descriptor - Gray", "OverlayDescriptorGray", "1", true}, - OverlayDescriptorRed: Info{OverlayDescriptorRed, []string{"US"}, "Overlay Descriptor - Red", "OverlayDescriptorRed", "1", true}, - OverlayDescriptorGreen: Info{OverlayDescriptorGreen, []string{"US"}, "Overlay Descriptor - Green", "OverlayDescriptorGreen", "1", true}, - OverlayDescriptorBlue: Info{OverlayDescriptorBlue, []string{"US"}, "Overlay Descriptor - Blue", "OverlayDescriptorBlue", "1", true}, - OverlaysGray: Info{OverlaysGray, []string{"US"}, "Overlays - Gray", "OverlaysGray", "1-n", true}, - OverlaysRed: Info{OverlaysRed, []string{"US"}, "Overlays - Red", "OverlaysRed", "1-n", true}, - OverlaysGreen: Info{OverlaysGreen, []string{"US"}, "Overlays - Green", "OverlaysGreen", "1-n", true}, - OverlaysBlue: Info{OverlaysBlue, []string{"US"}, "Overlays - Blue", "OverlaysBlue", "1-n", true}, - ROIArea: Info{ROIArea, []string{"IS"}, "ROI Area", "ROIArea", "1", false}, - ROIMean: Info{ROIMean, []string{"DS"}, "ROI Mean", "ROIMean", "1", false}, - ROIStandardDeviation: Info{ROIStandardDeviation, []string{"DS"}, "ROI Standard Deviation", "ROIStandardDeviation", "1", false}, - OverlayLabel: Info{OverlayLabel, []string{"LO"}, "Overlay Label", "OverlayLabel", "1", false}, - OverlayData: Info{OverlayData, []string{"OB", "OW"}, "Overlay Data", "OverlayData", "1", false}, - OverlayComments: Info{OverlayComments, []string{"LT"}, "Overlay Comments", "OverlayComments", "1", true}, - ExtendedOffsetTable: Info{ExtendedOffsetTable, []string{"OV"}, "Extended Offset Table", "ExtendedOffsetTable", "1", false}, - ExtendedOffsetTableLengths: Info{ExtendedOffsetTableLengths, []string{"OV"}, "Extended Offset Table Lengths", "ExtendedOffsetTableLengths", "1", false}, - EncapsulatedPixelDataValueTotalLength: Info{EncapsulatedPixelDataValueTotalLength, []string{"UV"}, "Encapsulated Pixel Data Value Total Length", "EncapsulatedPixelDataValueTotalLength", "1", false}, - FloatPixelData: Info{FloatPixelData, []string{"OF"}, "Float Pixel Data", "FloatPixelData", "1", false}, - DoubleFloatPixelData: Info{DoubleFloatPixelData, []string{"OD"}, "Double Float Pixel Data", "DoubleFloatPixelData", "1", false}, - PixelData: Info{PixelData, []string{"OB", "OW"}, "Pixel Data", "PixelData", "1", false}, - CoefficientsSDVN: Info{CoefficientsSDVN, []string{"OW"}, "Coefficients SDVN", "CoefficientsSDVN", "1", true}, - CoefficientsSDHN: Info{CoefficientsSDHN, []string{"OW"}, "Coefficients SDHN", "CoefficientsSDHN", "1", true}, - CoefficientsSDDN: Info{CoefficientsSDDN, []string{"OW"}, "Coefficients SDDN", "CoefficientsSDDN", "1", true}, - VariablePixelData: Info{VariablePixelData, []string{"OB", "OW"}, "Variable Pixel Data", "VariablePixelData", "1", true}, - VariableNextDataGroup: Info{VariableNextDataGroup, []string{"US"}, "Variable Next Data Group", "VariableNextDataGroup", "1", true}, - VariableCoefficientsSDVN: Info{VariableCoefficientsSDVN, []string{"OW"}, "Variable Coefficients SDVN", "VariableCoefficientsSDVN", "1", true}, - VariableCoefficientsSDHN: Info{VariableCoefficientsSDHN, []string{"OW"}, "Variable Coefficients SDHN", "VariableCoefficientsSDHN", "1", true}, - VariableCoefficientsSDDN: Info{VariableCoefficientsSDDN, []string{"OW"}, "Variable Coefficients SDDN", "VariableCoefficientsSDDN", "1", true}, - DigitalSignaturesSequence: Info{DigitalSignaturesSequence, []string{"SQ"}, "Digital Signatures Sequence", "DigitalSignaturesSequence", "1", false}, - DataSetTrailingPadding: Info{DataSetTrailingPadding, []string{"OB"}, "Data Set Trailing Padding", "DataSetTrailingPadding", "1", false}, - Item: Info{Item, []string{"NA"}, "Item", "Item", "1", false}, - ItemDelimitationItem: Info{ItemDelimitationItem, []string{"NA"}, "Item Delimitation Item", "ItemDelimitationItem", "1", false}, - SequenceDelimitationItem: Info{SequenceDelimitationItem, []string{"NA"}, "Sequence Delimitation Item", "SequenceDelimitationItem", "1", false}, - FileMetaInformationGroupLength: Info{FileMetaInformationGroupLength, []string{"UL"}, "File Meta Information Group Length", "FileMetaInformationGroupLength", "1", false}, - FileMetaInformationVersion: Info{FileMetaInformationVersion, []string{"OB"}, "File Meta Information Version", "FileMetaInformationVersion", "1", false}, - MediaStorageSOPClassUID: Info{MediaStorageSOPClassUID, []string{"UI"}, "Media Storage SOP Class UID", "MediaStorageSOPClassUID", "1", false}, - MediaStorageSOPInstanceUID: Info{MediaStorageSOPInstanceUID, []string{"UI"}, "Media Storage SOP Instance UID", "MediaStorageSOPInstanceUID", "1", false}, - TransferSyntaxUID: Info{TransferSyntaxUID, []string{"UI"}, "Transfer Syntax UID", "TransferSyntaxUID", "1", false}, - ImplementationClassUID: Info{ImplementationClassUID, []string{"UI"}, "Implementation Class UID", "ImplementationClassUID", "1", false}, - ImplementationVersionName: Info{ImplementationVersionName, []string{"SH"}, "Implementation Version Name", "ImplementationVersionName", "1", false}, - SourceApplicationEntityTitle: Info{SourceApplicationEntityTitle, []string{"AE"}, "Source Application Entity Title", "SourceApplicationEntityTitle", "1", false}, - SendingApplicationEntityTitle: Info{SendingApplicationEntityTitle, []string{"AE"}, "Sending Application Entity Title", "SendingApplicationEntityTitle", "1", false}, - ReceivingApplicationEntityTitle: Info{ReceivingApplicationEntityTitle, []string{"AE"}, "Receiving Application Entity Title", "ReceivingApplicationEntityTitle", "1", false}, - SourcePresentationAddress: Info{SourcePresentationAddress, []string{"UR"}, "Source Presentation Address", "SourcePresentationAddress", "1", false}, - SendingPresentationAddress: Info{SendingPresentationAddress, []string{"UR"}, "Sending Presentation Address", "SendingPresentationAddress", "1", false}, - ReceivingPresentationAddress: Info{ReceivingPresentationAddress, []string{"UR"}, "Receiving Presentation Address", "ReceivingPresentationAddress", "1", false}, - RTVMetaInformationVersion: Info{RTVMetaInformationVersion, []string{"OB"}, "RTV Meta Information Version", "RTVMetaInformationVersion", "1", false}, - RTVCommunicationSOPClassUID: Info{RTVCommunicationSOPClassUID, []string{"UI"}, "RTV Communication SOP Class UID", "RTVCommunicationSOPClassUID", "1", false}, - RTVCommunicationSOPInstanceUID: Info{RTVCommunicationSOPInstanceUID, []string{"UI"}, "RTV Communication SOP Instance UID", "RTVCommunicationSOPInstanceUID", "1", false}, - RTVSourceIdentifier: Info{RTVSourceIdentifier, []string{"OB"}, "RTV Source Identifier", "RTVSourceIdentifier", "1", false}, - RTVFlowIdentifier: Info{RTVFlowIdentifier, []string{"OB"}, "RTV Flow Identifier", "RTVFlowIdentifier", "1", false}, - RTVFlowRTPSamplingRate: Info{RTVFlowRTPSamplingRate, []string{"UL"}, "RTV Flow RTP Sampling Rate", "RTVFlowRTPSamplingRate", "1", false}, - RTVFlowActualFrameDuration: Info{RTVFlowActualFrameDuration, []string{"FD"}, "RTV Flow Actual Frame Duration", "RTVFlowActualFrameDuration", "1", false}, - PrivateInformationCreatorUID: Info{PrivateInformationCreatorUID, []string{"UI"}, "Private Information Creator UID", "PrivateInformationCreatorUID", "1", false}, - PrivateInformation: Info{PrivateInformation, []string{"OB"}, "Private Information", "PrivateInformation", "1", false}, - FileSetID: Info{FileSetID, []string{"CS"}, "File-set ID", "FileSetID", "1", false}, - FileSetDescriptorFileID: Info{FileSetDescriptorFileID, []string{"CS"}, "File-set Descriptor File ID", "FileSetDescriptorFileID", "1-8", false}, - SpecificCharacterSetOfFileSetDescriptorFile: Info{SpecificCharacterSetOfFileSetDescriptorFile, []string{"CS"}, "Specific Character Set of File-set Descriptor File", "SpecificCharacterSetOfFileSetDescriptorFile", "1", false}, - OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity: Info{OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity, []string{"UL"}, "Offset of the First Directory Record of the Root Directory Entity", "OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity", "1", false}, - OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity: Info{OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity, []string{"UL"}, "Offset of the Last Directory Record of the Root Directory Entity", "OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity", "1", false}, - FileSetConsistencyFlag: Info{FileSetConsistencyFlag, []string{"US"}, "File-set Consistency Flag", "FileSetConsistencyFlag", "1", false}, - DirectoryRecordSequence: Info{DirectoryRecordSequence, []string{"SQ"}, "Directory Record Sequence", "DirectoryRecordSequence", "1", false}, - OffsetOfTheNextDirectoryRecord: Info{OffsetOfTheNextDirectoryRecord, []string{"UL"}, "Offset of the Next Directory Record", "OffsetOfTheNextDirectoryRecord", "1", false}, - RecordInUseFlag: Info{RecordInUseFlag, []string{"US"}, "Record In-use Flag", "RecordInUseFlag", "1", false}, - OffsetOfReferencedLowerLevelDirectoryEntity: Info{OffsetOfReferencedLowerLevelDirectoryEntity, []string{"UL"}, "Offset of Referenced Lower-Level Directory Entity", "OffsetOfReferencedLowerLevelDirectoryEntity", "1", false}, - DirectoryRecordType: Info{DirectoryRecordType, []string{"CS"}, "Directory Record Type", "DirectoryRecordType", "1", false}, - PrivateRecordUID: Info{PrivateRecordUID, []string{"UI"}, "Private Record UID", "PrivateRecordUID", "1", false}, - ReferencedFileID: Info{ReferencedFileID, []string{"CS"}, "Referenced File ID", "ReferencedFileID", "1-8", false}, - MRDRDirectoryRecordOffset: Info{MRDRDirectoryRecordOffset, []string{"UL"}, "MRDR Directory Record Offset", "MRDRDirectoryRecordOffset", "1", true}, - ReferencedSOPClassUIDInFile: Info{ReferencedSOPClassUIDInFile, []string{"UI"}, "Referenced SOP Class UID in File", "ReferencedSOPClassUIDInFile", "1", false}, - ReferencedSOPInstanceUIDInFile: Info{ReferencedSOPInstanceUIDInFile, []string{"UI"}, "Referenced SOP Instance UID in File", "ReferencedSOPInstanceUIDInFile", "1", false}, - ReferencedTransferSyntaxUIDInFile: Info{ReferencedTransferSyntaxUIDInFile, []string{"UI"}, "Referenced Transfer Syntax UID in File", "ReferencedTransferSyntaxUIDInFile", "1", false}, - ReferencedRelatedGeneralSOPClassUIDInFile: Info{ReferencedRelatedGeneralSOPClassUIDInFile, []string{"UI"}, "Referenced Related General SOP Class UID in File", "ReferencedRelatedGeneralSOPClassUIDInFile", "1-n", false}, - NumberOfReferences: Info{NumberOfReferences, []string{"UL"}, "Number of References", "NumberOfReferences", "1", true}, - CurrentFrameFunctionalGroupsSequence: Info{CurrentFrameFunctionalGroupsSequence, []string{"SQ"}, "Current Frame Functional Groups Sequence", "CurrentFrameFunctionalGroupsSequence", "1", false}, + BeamModifierOrientationAngle: Info{BeamModifierOrientationAngle, []string{"FD"}, "Beam Modifier Orientation Angle", "BeamModifierOrientationAngle", "1", false}, + FixedRTBeamDelimiterDeviceSequence: Info{FixedRTBeamDelimiterDeviceSequence, []string{"SQ"}, "Fixed RT Beam Delimiter Device Sequence", "FixedRTBeamDelimiterDeviceSequence", "1", false}, + ParallelRTBeamDelimiterDeviceSequence: Info{ParallelRTBeamDelimiterDeviceSequence, []string{"SQ"}, "Parallel RT Beam Delimiter Device Sequence", "ParallelRTBeamDelimiterDeviceSequence", "1", false}, + NumberOfParallelRTBeamDelimiters: Info{NumberOfParallelRTBeamDelimiters, []string{"US"}, "Number of Parallel RT Beam Delimiters", "NumberOfParallelRTBeamDelimiters", "1", false}, + ParallelRTBeamDelimiterBoundaries: Info{ParallelRTBeamDelimiterBoundaries, []string{"FD"}, "Parallel RT Beam Delimiter Boundaries", "ParallelRTBeamDelimiterBoundaries", "2-n", false}, + ParallelRTBeamDelimiterPositions: Info{ParallelRTBeamDelimiterPositions, []string{"FD"}, "Parallel RT Beam Delimiter Positions", "ParallelRTBeamDelimiterPositions", "2-n", false}, + RTBeamLimitingDeviceOffset: Info{RTBeamLimitingDeviceOffset, []string{"FD"}, "RT Beam Limiting Device Offset", "RTBeamLimitingDeviceOffset", "2", false}, + RTBeamDelimiterGeometrySequence: Info{RTBeamDelimiterGeometrySequence, []string{"SQ"}, "RT Beam Delimiter Geometry Sequence", "RTBeamDelimiterGeometrySequence", "1", false}, + RTBeamLimitingDeviceDefinitionSequence: Info{RTBeamLimitingDeviceDefinitionSequence, []string{"SQ"}, "RT Beam Limiting Device Definition Sequence", "RTBeamLimitingDeviceDefinitionSequence", "1", false}, + ParallelRTBeamDelimiterOpeningMode: Info{ParallelRTBeamDelimiterOpeningMode, []string{"CS"}, "Parallel RT Beam Delimiter Opening Mode", "ParallelRTBeamDelimiterOpeningMode", "1", false}, + ParallelRTBeamDelimiterLeafMountingSide: Info{ParallelRTBeamDelimiterLeafMountingSide, []string{"CS"}, "Parallel RT Beam Delimiter Leaf Mounting Side", "ParallelRTBeamDelimiterLeafMountingSide", "1-n", false}, + PatientSetupUID: Info{PatientSetupUID, []string{"UI"}, "Patient Setup UID", "PatientSetupUID", "1", true}, + WedgeDefinitionSequence: Info{WedgeDefinitionSequence, []string{"SQ"}, "Wedge Definition Sequence", "WedgeDefinitionSequence", "1", false}, + RadiationBeamWedgeAngle: Info{RadiationBeamWedgeAngle, []string{"FD"}, "Radiation Beam Wedge Angle", "RadiationBeamWedgeAngle", "1", false}, + RadiationBeamWedgeThinEdgeDistance: Info{RadiationBeamWedgeThinEdgeDistance, []string{"FD"}, "Radiation Beam Wedge Thin Edge Distance", "RadiationBeamWedgeThinEdgeDistance", "1", false}, + RadiationBeamEffectiveWedgeAngle: Info{RadiationBeamEffectiveWedgeAngle, []string{"FD"}, "Radiation Beam Effective Wedge Angle", "RadiationBeamEffectiveWedgeAngle", "1", false}, + NumberOfWedgePositions: Info{NumberOfWedgePositions, []string{"US"}, "Number of Wedge Positions", "NumberOfWedgePositions", "1", false}, + RTBeamLimitingDeviceOpeningSequence: Info{RTBeamLimitingDeviceOpeningSequence, []string{"SQ"}, "RT Beam Limiting Device Opening Sequence", "RTBeamLimitingDeviceOpeningSequence", "1", false}, + NumberOfRTBeamLimitingDeviceOpenings: Info{NumberOfRTBeamLimitingDeviceOpenings, []string{"US"}, "Number of RT Beam Limiting Device Openings", "NumberOfRTBeamLimitingDeviceOpenings", "1", false}, + RadiationDosimeterUnitSequence: Info{RadiationDosimeterUnitSequence, []string{"SQ"}, "Radiation Dosimeter Unit Sequence", "RadiationDosimeterUnitSequence", "1", false}, + RTDeviceDistanceReferenceLocationCodeSequence: Info{RTDeviceDistanceReferenceLocationCodeSequence, []string{"SQ"}, "RT Device Distance Reference Location Code Sequence", "RTDeviceDistanceReferenceLocationCodeSequence", "1", false}, + RadiationDeviceConfigurationAndCommissioningKeySequence: Info{RadiationDeviceConfigurationAndCommissioningKeySequence, []string{"SQ"}, "Radiation Device Configuration and Commissioning Key Sequence", "RadiationDeviceConfigurationAndCommissioningKeySequence", "1", false}, + PatientSupportPositionParameterSequence: Info{PatientSupportPositionParameterSequence, []string{"SQ"}, "Patient Support Position Parameter Sequence", "PatientSupportPositionParameterSequence", "1", false}, + PatientSupportPositionSpecificationMethod: Info{PatientSupportPositionSpecificationMethod, []string{"CS"}, "Patient Support Position Specification Method", "PatientSupportPositionSpecificationMethod", "1", false}, + PatientSupportPositionDeviceParameterSequence: Info{PatientSupportPositionDeviceParameterSequence, []string{"SQ"}, "Patient Support Position Device Parameter Sequence", "PatientSupportPositionDeviceParameterSequence", "1", false}, + DeviceOrderIndex: Info{DeviceOrderIndex, []string{"US"}, "Device Order Index", "DeviceOrderIndex", "1", false}, + PatientSupportPositionParameterOrderIndex: Info{PatientSupportPositionParameterOrderIndex, []string{"US"}, "Patient Support Position Parameter Order Index", "PatientSupportPositionParameterOrderIndex", "1", false}, + PatientSupportPositionDeviceToleranceSequence: Info{PatientSupportPositionDeviceToleranceSequence, []string{"SQ"}, "Patient Support Position Device Tolerance Sequence", "PatientSupportPositionDeviceToleranceSequence", "1", false}, + PatientSupportPositionToleranceOrderIndex: Info{PatientSupportPositionToleranceOrderIndex, []string{"US"}, "Patient Support Position Tolerance Order Index", "PatientSupportPositionToleranceOrderIndex", "1", false}, + CompensatorDefinitionSequence: Info{CompensatorDefinitionSequence, []string{"SQ"}, "Compensator Definition Sequence", "CompensatorDefinitionSequence", "1", false}, + CompensatorMapOrientation: Info{CompensatorMapOrientation, []string{"CS"}, "Compensator Map Orientation", "CompensatorMapOrientation", "1", false}, + CompensatorProximalThicknessMap: Info{CompensatorProximalThicknessMap, []string{"OF"}, "Compensator Proximal Thickness Map", "CompensatorProximalThicknessMap", "1", false}, + CompensatorDistalThicknessMap: Info{CompensatorDistalThicknessMap, []string{"OF"}, "Compensator Distal Thickness Map", "CompensatorDistalThicknessMap", "1", false}, + CompensatorBasePlaneOffset: Info{CompensatorBasePlaneOffset, []string{"FD"}, "Compensator Base Plane Offset", "CompensatorBasePlaneOffset", "1", false}, + CompensatorShapeFabricationCodeSequence: Info{CompensatorShapeFabricationCodeSequence, []string{"SQ"}, "Compensator Shape Fabrication Code Sequence", "CompensatorShapeFabricationCodeSequence", "1", false}, + CompensatorShapeSequence: Info{CompensatorShapeSequence, []string{"SQ"}, "Compensator Shape Sequence", "CompensatorShapeSequence", "1", false}, + RadiationBeamCompensatorMillingToolDiameter: Info{RadiationBeamCompensatorMillingToolDiameter, []string{"FD"}, "Radiation Beam Compensator Milling Tool Diameter", "RadiationBeamCompensatorMillingToolDiameter", "1", false}, + BlockDefinitionSequence: Info{BlockDefinitionSequence, []string{"SQ"}, "Block Definition Sequence", "BlockDefinitionSequence", "1", false}, + BlockEdgeData: Info{BlockEdgeData, []string{"OF"}, "Block Edge Data", "BlockEdgeData", "1", false}, + BlockOrientation: Info{BlockOrientation, []string{"CS"}, "Block Orientation", "BlockOrientation", "1", false}, + RadiationBeamBlockThickness: Info{RadiationBeamBlockThickness, []string{"FD"}, "Radiation Beam Block Thickness", "RadiationBeamBlockThickness", "1", false}, + RadiationBeamBlockSlabThickness: Info{RadiationBeamBlockSlabThickness, []string{"FD"}, "Radiation Beam Block Slab Thickness", "RadiationBeamBlockSlabThickness", "1", false}, + BlockEdgeDataSequence: Info{BlockEdgeDataSequence, []string{"SQ"}, "Block Edge Data Sequence", "BlockEdgeDataSequence", "1", false}, + NumberOfRTAccessoryHolders: Info{NumberOfRTAccessoryHolders, []string{"US"}, "Number of RT Accessory Holders", "NumberOfRTAccessoryHolders", "1", false}, + GeneralAccessoryDefinitionSequence: Info{GeneralAccessoryDefinitionSequence, []string{"SQ"}, "General Accessory Definition Sequence", "GeneralAccessoryDefinitionSequence", "1", false}, + NumberOfGeneralAccessories: Info{NumberOfGeneralAccessories, []string{"US"}, "Number of General Accessories", "NumberOfGeneralAccessories", "1", false}, + BolusDefinitionSequence: Info{BolusDefinitionSequence, []string{"SQ"}, "Bolus Definition Sequence", "BolusDefinitionSequence", "1", false}, + NumberOfBoluses: Info{NumberOfBoluses, []string{"US"}, "Number of Boluses", "NumberOfBoluses", "1", false}, + EquipmentFrameOfReferenceUID: Info{EquipmentFrameOfReferenceUID, []string{"UI"}, "Equipment Frame of Reference UID", "EquipmentFrameOfReferenceUID", "1", false}, + EquipmentFrameOfReferenceDescription: Info{EquipmentFrameOfReferenceDescription, []string{"ST"}, "Equipment Frame of Reference Description", "EquipmentFrameOfReferenceDescription", "1", false}, + EquipmentReferencePointCoordinatesSequence: Info{EquipmentReferencePointCoordinatesSequence, []string{"SQ"}, "Equipment Reference Point Coordinates Sequence", "EquipmentReferencePointCoordinatesSequence", "1", false}, + EquipmentReferencePointCodeSequence: Info{EquipmentReferencePointCodeSequence, []string{"SQ"}, "Equipment Reference Point Code Sequence", "EquipmentReferencePointCodeSequence", "1", false}, + RTBeamLimitingDeviceAngle: Info{RTBeamLimitingDeviceAngle, []string{"FD"}, "RT Beam Limiting Device Angle", "RTBeamLimitingDeviceAngle", "1", false}, + SourceRollAngle: Info{SourceRollAngle, []string{"FD"}, "Source Roll Angle", "SourceRollAngle", "1", false}, + RadiationGenerationModeSequence: Info{RadiationGenerationModeSequence, []string{"SQ"}, "Radiation GenerationMode Sequence", "RadiationGenerationModeSequence", "1", false}, + RadiationGenerationModeLabel: Info{RadiationGenerationModeLabel, []string{"SH"}, "Radiation GenerationMode Label", "RadiationGenerationModeLabel", "1", false}, + RadiationGenerationModeDescription: Info{RadiationGenerationModeDescription, []string{"ST"}, "Radiation GenerationMode Description", "RadiationGenerationModeDescription", "1", false}, + RadiationGenerationModeMachineCodeSequence: Info{RadiationGenerationModeMachineCodeSequence, []string{"SQ"}, "Radiation GenerationMode Machine Code Sequence", "RadiationGenerationModeMachineCodeSequence", "1", false}, + RadiationTypeCodeSequence: Info{RadiationTypeCodeSequence, []string{"SQ"}, "Radiation Type Code Sequence", "RadiationTypeCodeSequence", "1", false}, + NominalEnergy: Info{NominalEnergy, []string{"DS"}, "Nominal Energy", "NominalEnergy", "1", false}, + MinimumNominalEnergy: Info{MinimumNominalEnergy, []string{"DS"}, "Minimum Nominal Energy", "MinimumNominalEnergy", "1", false}, + MaximumNominalEnergy: Info{MaximumNominalEnergy, []string{"DS"}, "Maximum Nominal Energy", "MaximumNominalEnergy", "1", false}, + RadiationFluenceModifierCodeSequence: Info{RadiationFluenceModifierCodeSequence, []string{"SQ"}, "Radiation Fluence Modifier Code Sequence", "RadiationFluenceModifierCodeSequence", "1", false}, + EnergyUnitCodeSequence: Info{EnergyUnitCodeSequence, []string{"SQ"}, "Energy Unit Code Sequence", "EnergyUnitCodeSequence", "1", false}, + NumberOfRadiationGenerationModes: Info{NumberOfRadiationGenerationModes, []string{"US"}, "Number of Radiation GenerationModes", "NumberOfRadiationGenerationModes", "1", false}, + PatientSupportDevicesSequence: Info{PatientSupportDevicesSequence, []string{"SQ"}, "Patient Support Devices Sequence", "PatientSupportDevicesSequence", "1", false}, + NumberOfPatientSupportDevices: Info{NumberOfPatientSupportDevices, []string{"US"}, "Number of Patient Support Devices", "NumberOfPatientSupportDevices", "1", false}, + RTBeamModifierDefinitionDistance: Info{RTBeamModifierDefinitionDistance, []string{"FD"}, "RT Beam Modifier Definition Distance", "RTBeamModifierDefinitionDistance", "1", false}, + BeamAreaLimitSequence: Info{BeamAreaLimitSequence, []string{"SQ"}, "Beam Area Limit Sequence", "BeamAreaLimitSequence", "1", false}, + ReferencedRTPrescriptionSequence: Info{ReferencedRTPrescriptionSequence, []string{"SQ"}, "Referenced RT Prescription Sequence", "ReferencedRTPrescriptionSequence", "1", false}, + DoseValueInterpretation: Info{DoseValueInterpretation, []string{"CS"}, "Dose Value Interpretation", "DoseValueInterpretation", "1", false}, + TreatmentSessionUID: Info{TreatmentSessionUID, []string{"UI"}, "Treatment Session UID", "TreatmentSessionUID", "1", false}, + RTRadiationUsage: Info{RTRadiationUsage, []string{"CS"}, "RT Radiation Usage", "RTRadiationUsage", "1", false}, + ReferencedRTRadiationSetSequence: Info{ReferencedRTRadiationSetSequence, []string{"SQ"}, "Referenced RT Radiation Set Sequence", "ReferencedRTRadiationSetSequence", "1", false}, + ReferencedRTRadiationRecordSequence: Info{ReferencedRTRadiationRecordSequence, []string{"SQ"}, "Referenced RT Radiation Record Sequence", "ReferencedRTRadiationRecordSequence", "1", false}, + RTRadiationSetDeliveryNumber: Info{RTRadiationSetDeliveryNumber, []string{"US"}, "RT Radiation Set Delivery Number", "RTRadiationSetDeliveryNumber", "1", false}, + ClinicalFractionNumber: Info{ClinicalFractionNumber, []string{"US"}, "Clinical Fraction Number", "ClinicalFractionNumber", "1", false}, + RTTreatmentFractionCompletionStatus: Info{RTTreatmentFractionCompletionStatus, []string{"CS"}, "RT Treatment Fraction Completion Status", "RTTreatmentFractionCompletionStatus", "1", false}, + RTRadiationSetUsage: Info{RTRadiationSetUsage, []string{"CS"}, "RT Radiation Set Usage", "RTRadiationSetUsage", "1", false}, + TreatmentDeliveryContinuationFlag: Info{TreatmentDeliveryContinuationFlag, []string{"CS"}, "Treatment Delivery Continuation Flag", "TreatmentDeliveryContinuationFlag", "1", false}, + TreatmentRecordContentOrigin: Info{TreatmentRecordContentOrigin, []string{"CS"}, "Treatment Record Content Origin", "TreatmentRecordContentOrigin", "1", false}, + RTTreatmentTerminationStatus: Info{RTTreatmentTerminationStatus, []string{"CS"}, "RT Treatment Termination Status", "RTTreatmentTerminationStatus", "1", false}, + RTTreatmentTerminationReasonCodeSequence: Info{RTTreatmentTerminationReasonCodeSequence, []string{"SQ"}, "RT Treatment Termination Reason Code Sequence", "RTTreatmentTerminationReasonCodeSequence", "1", false}, + MachineSpecificTreatmentTerminationCodeSequence: Info{MachineSpecificTreatmentTerminationCodeSequence, []string{"SQ"}, "Machine-Specific Treatment Termination Code Sequence", "MachineSpecificTreatmentTerminationCodeSequence", "1", false}, + RTRadiationSalvageRecordControlPointSequence: Info{RTRadiationSalvageRecordControlPointSequence, []string{"SQ"}, "RT Radiation Salvage Record Control Point Sequence", "RTRadiationSalvageRecordControlPointSequence", "1", false}, + StartingMetersetValueKnownFlag: Info{StartingMetersetValueKnownFlag, []string{"CS"}, "Starting Meterset Value Known Flag", "StartingMetersetValueKnownFlag", "1", false}, + TreatmentTerminationDescription: Info{TreatmentTerminationDescription, []string{"ST"}, "Treatment Termination Description", "TreatmentTerminationDescription", "1", false}, + TreatmentToleranceViolationSequence: Info{TreatmentToleranceViolationSequence, []string{"SQ"}, "Treatment Tolerance Violation Sequence", "TreatmentToleranceViolationSequence", "1", false}, + TreatmentToleranceViolationCategory: Info{TreatmentToleranceViolationCategory, []string{"CS"}, "Treatment Tolerance Violation Category", "TreatmentToleranceViolationCategory", "1", false}, + TreatmentToleranceViolationAttributeSequence: Info{TreatmentToleranceViolationAttributeSequence, []string{"SQ"}, "Treatment Tolerance Violation Attribute Sequence", "TreatmentToleranceViolationAttributeSequence", "1", false}, + TreatmentToleranceViolationDescription: Info{TreatmentToleranceViolationDescription, []string{"ST"}, "Treatment Tolerance Violation Description", "TreatmentToleranceViolationDescription", "1", false}, + TreatmentToleranceViolationIdentification: Info{TreatmentToleranceViolationIdentification, []string{"ST"}, "Treatment Tolerance Violation Identification", "TreatmentToleranceViolationIdentification", "1", false}, + TreatmentToleranceViolationDateTime: Info{TreatmentToleranceViolationDateTime, []string{"DT"}, "Treatment Tolerance Violation DateTime", "TreatmentToleranceViolationDateTime", "1", false}, + RecordedRTControlPointDateTime: Info{RecordedRTControlPointDateTime, []string{"DT"}, "Recorded RT Control Point DateTime", "RecordedRTControlPointDateTime", "1", false}, + ReferencedRadiationRTControlPointIndex: Info{ReferencedRadiationRTControlPointIndex, []string{"US"}, "Referenced Radiation RT Control Point Index", "ReferencedRadiationRTControlPointIndex", "1", false}, + AlternateValueSequence: Info{AlternateValueSequence, []string{"SQ"}, "Alternate Value Sequence", "AlternateValueSequence", "1", false}, + ConfirmationSequence: Info{ConfirmationSequence, []string{"SQ"}, "Confirmation Sequence", "ConfirmationSequence", "1", false}, + InterlockSequence: Info{InterlockSequence, []string{"SQ"}, "Interlock Sequence", "InterlockSequence", "1", false}, + InterlockDateTime: Info{InterlockDateTime, []string{"DT"}, "Interlock DateTime", "InterlockDateTime", "1", false}, + InterlockDescription: Info{InterlockDescription, []string{"ST"}, "Interlock Description", "InterlockDescription", "1", false}, + InterlockOriginatingDeviceSequence: Info{InterlockOriginatingDeviceSequence, []string{"SQ"}, "Interlock Originating Device Sequence", "InterlockOriginatingDeviceSequence", "1", false}, + InterlockCodeSequence: Info{InterlockCodeSequence, []string{"SQ"}, "Interlock Code Sequence", "InterlockCodeSequence", "1", false}, + InterlockResolutionCodeSequence: Info{InterlockResolutionCodeSequence, []string{"SQ"}, "Interlock Resolution Code Sequence", "InterlockResolutionCodeSequence", "1", false}, + InterlockResolutionUserSequence: Info{InterlockResolutionUserSequence, []string{"SQ"}, "Interlock Resolution User Sequence", "InterlockResolutionUserSequence", "1", false}, + OverrideDateTime: Info{OverrideDateTime, []string{"DT"}, "Override DateTime", "OverrideDateTime", "1", false}, + TreatmentToleranceViolationTypeCodeSequence: Info{TreatmentToleranceViolationTypeCodeSequence, []string{"SQ"}, "Treatment Tolerance Violation Type Code Sequence", "TreatmentToleranceViolationTypeCodeSequence", "1", false}, + TreatmentToleranceViolationCauseCodeSequence: Info{TreatmentToleranceViolationCauseCodeSequence, []string{"SQ"}, "Treatment Tolerance Violation Cause Code Sequence", "TreatmentToleranceViolationCauseCodeSequence", "1", false}, + MeasuredMetersetToDoseMappingSequence: Info{MeasuredMetersetToDoseMappingSequence, []string{"SQ"}, "Measured Meterset to Dose Mapping Sequence", "MeasuredMetersetToDoseMappingSequence", "1", false}, + ReferencedExpectedInVivoMeasurementValueIndex: Info{ReferencedExpectedInVivoMeasurementValueIndex, []string{"US"}, "Referenced Expected In-Vivo Measurement Value Index", "ReferencedExpectedInVivoMeasurementValueIndex", "1", false}, + DoseMeasurementDeviceCodeSequence: Info{DoseMeasurementDeviceCodeSequence, []string{"SQ"}, "Dose Measurement Device Code Sequence", "DoseMeasurementDeviceCodeSequence", "1", false}, + AdditionalParameterRecordingInstanceSequence: Info{AdditionalParameterRecordingInstanceSequence, []string{"SQ"}, "Additional Parameter Recording Instance Sequence", "AdditionalParameterRecordingInstanceSequence", "1", false}, + InterlockOriginDescription: Info{InterlockOriginDescription, []string{"ST"}, "Interlock Origin Description", "InterlockOriginDescription", "1", false}, + RTPatientPositionScopeSequence: Info{RTPatientPositionScopeSequence, []string{"SQ"}, "RT Patient Position Scope Sequence", "RTPatientPositionScopeSequence", "1", false}, + ReferencedTreatmentPositionGroupUID: Info{ReferencedTreatmentPositionGroupUID, []string{"UI"}, "Referenced Treatment Position Group UID", "ReferencedTreatmentPositionGroupUID", "1", false}, + RadiationOrderIndex: Info{RadiationOrderIndex, []string{"US"}, "Radiation Order Index", "RadiationOrderIndex", "1", false}, + OmittedRadiationSequence: Info{OmittedRadiationSequence, []string{"SQ"}, "Omitted Radiation Sequence", "OmittedRadiationSequence", "1", false}, + ReasonForOmissionCodeSequence: Info{ReasonForOmissionCodeSequence, []string{"SQ"}, "Reason for Omission Code Sequence", "ReasonForOmissionCodeSequence", "1", false}, + RTDeliveryStartPatientPositionSequence: Info{RTDeliveryStartPatientPositionSequence, []string{"SQ"}, "RT Delivery Start Patient Position Sequence", "RTDeliveryStartPatientPositionSequence", "1", false}, + RTTreatmentPreparationPatientPositionSequence: Info{RTTreatmentPreparationPatientPositionSequence, []string{"SQ"}, "RT Treatment Preparation Patient Position Sequence", "RTTreatmentPreparationPatientPositionSequence", "1", false}, + ReferencedRTTreatmentPreparationSequence: Info{ReferencedRTTreatmentPreparationSequence, []string{"SQ"}, "Referenced RT Treatment Preparation Sequence", "ReferencedRTTreatmentPreparationSequence", "1", false}, + ReferencedPatientSetupPhotoSequence: Info{ReferencedPatientSetupPhotoSequence, []string{"SQ"}, "Referenced Patient Setup Photo Sequence", "ReferencedPatientSetupPhotoSequence", "1", false}, + PatientTreatmentPreparationMethodCodeSequence: Info{PatientTreatmentPreparationMethodCodeSequence, []string{"SQ"}, "Patient Treatment Preparation Method Code Sequence", "PatientTreatmentPreparationMethodCodeSequence", "1", false}, + PatientTreatmentPreparationProcedureParameterDescription: Info{PatientTreatmentPreparationProcedureParameterDescription, []string{"LT"}, "Patient Treatment Preparation Procedure Parameter Description", "PatientTreatmentPreparationProcedureParameterDescription", "1", false}, + PatientTreatmentPreparationDeviceSequence: Info{PatientTreatmentPreparationDeviceSequence, []string{"SQ"}, "Patient Treatment Preparation Device Sequence", "PatientTreatmentPreparationDeviceSequence", "1", false}, + PatientTreatmentPreparationProcedureSequence: Info{PatientTreatmentPreparationProcedureSequence, []string{"SQ"}, "Patient Treatment Preparation Procedure Sequence", "PatientTreatmentPreparationProcedureSequence", "1", false}, + PatientTreatmentPreparationProcedureCodeSequence: Info{PatientTreatmentPreparationProcedureCodeSequence, []string{"SQ"}, "Patient Treatment Preparation Procedure Code Sequence", "PatientTreatmentPreparationProcedureCodeSequence", "1", false}, + PatientTreatmentPreparationMethodDescription: Info{PatientTreatmentPreparationMethodDescription, []string{"LT"}, "Patient Treatment Preparation Method Description", "PatientTreatmentPreparationMethodDescription", "1", false}, + PatientTreatmentPreparationProcedureParameterSequence: Info{PatientTreatmentPreparationProcedureParameterSequence, []string{"SQ"}, "Patient Treatment Preparation Procedure Parameter Sequence", "PatientTreatmentPreparationProcedureParameterSequence", "1", false}, + PatientSetupPhotoDescription: Info{PatientSetupPhotoDescription, []string{"LT"}, "Patient Setup Photo Description", "PatientSetupPhotoDescription", "1", false}, + PatientTreatmentPreparationProcedureIndex: Info{PatientTreatmentPreparationProcedureIndex, []string{"US"}, "Patient Treatment Preparation Procedure Index", "PatientTreatmentPreparationProcedureIndex", "1", false}, + ReferencedPatientSetupProcedureIndex: Info{ReferencedPatientSetupProcedureIndex, []string{"US"}, "Referenced Patient Setup Procedure Index", "ReferencedPatientSetupProcedureIndex", "1", false}, + RTRadiationTaskSequence: Info{RTRadiationTaskSequence, []string{"SQ"}, "RT Radiation Task Sequence", "RTRadiationTaskSequence", "1", false}, + RTPatientPositionDisplacementSequence: Info{RTPatientPositionDisplacementSequence, []string{"SQ"}, "RT Patient Position Displacement Sequence", "RTPatientPositionDisplacementSequence", "1", false}, + RTPatientPositionSequence: Info{RTPatientPositionSequence, []string{"SQ"}, "RT Patient Position Sequence", "RTPatientPositionSequence", "1", false}, + DisplacementReferenceLabel: Info{DisplacementReferenceLabel, []string{"LO"}, "Displacement Reference Label", "DisplacementReferenceLabel", "1", false}, + DisplacementMatrix: Info{DisplacementMatrix, []string{"FD"}, "Displacement Matrix", "DisplacementMatrix", "16", false}, + PatientSupportDisplacementSequence: Info{PatientSupportDisplacementSequence, []string{"SQ"}, "Patient Support Displacement Sequence", "PatientSupportDisplacementSequence", "1", false}, + DisplacementReferenceLocationCodeSequence: Info{DisplacementReferenceLocationCodeSequence, []string{"SQ"}, "Displacement Reference Location Code Sequence", "DisplacementReferenceLocationCodeSequence", "1", false}, + RTRadiationSetDeliveryUsage: Info{RTRadiationSetDeliveryUsage, []string{"CS"}, "RT Radiation Set Delivery Usage", "RTRadiationSetDeliveryUsage", "1", false}, + ReferencedRTPlanSequence: Info{ReferencedRTPlanSequence, []string{"SQ"}, "Referenced RT Plan Sequence", "ReferencedRTPlanSequence", "1", false}, + ReferencedBeamSequence: Info{ReferencedBeamSequence, []string{"SQ"}, "Referenced Beam Sequence", "ReferencedBeamSequence", "1", false}, + ReferencedBeamNumber: Info{ReferencedBeamNumber, []string{"IS"}, "Referenced Beam Number", "ReferencedBeamNumber", "1", false}, + ReferencedReferenceImageNumber: Info{ReferencedReferenceImageNumber, []string{"IS"}, "Referenced Reference Image Number", "ReferencedReferenceImageNumber", "1", false}, + StartCumulativeMetersetWeight: Info{StartCumulativeMetersetWeight, []string{"DS"}, "Start Cumulative Meterset Weight", "StartCumulativeMetersetWeight", "1", false}, + EndCumulativeMetersetWeight: Info{EndCumulativeMetersetWeight, []string{"DS"}, "End Cumulative Meterset Weight", "EndCumulativeMetersetWeight", "1", false}, + ReferencedBrachyApplicationSetupSequence: Info{ReferencedBrachyApplicationSetupSequence, []string{"SQ"}, "Referenced Brachy Application Setup Sequence", "ReferencedBrachyApplicationSetupSequence", "1", false}, + ReferencedBrachyApplicationSetupNumber: Info{ReferencedBrachyApplicationSetupNumber, []string{"IS"}, "Referenced Brachy Application Setup Number", "ReferencedBrachyApplicationSetupNumber", "1", false}, + ReferencedSourceNumber: Info{ReferencedSourceNumber, []string{"IS"}, "Referenced Source Number", "ReferencedSourceNumber", "1", false}, + ReferencedFractionGroupSequence: Info{ReferencedFractionGroupSequence, []string{"SQ"}, "Referenced Fraction Group Sequence", "ReferencedFractionGroupSequence", "1", false}, + ReferencedFractionGroupNumber: Info{ReferencedFractionGroupNumber, []string{"IS"}, "Referenced Fraction Group Number", "ReferencedFractionGroupNumber", "1", false}, + ReferencedVerificationImageSequence: Info{ReferencedVerificationImageSequence, []string{"SQ"}, "Referenced Verification Image Sequence", "ReferencedVerificationImageSequence", "1", false}, + ReferencedReferenceImageSequence: Info{ReferencedReferenceImageSequence, []string{"SQ"}, "Referenced Reference Image Sequence", "ReferencedReferenceImageSequence", "1", false}, + ReferencedDoseReferenceSequence: Info{ReferencedDoseReferenceSequence, []string{"SQ"}, "Referenced Dose Reference Sequence", "ReferencedDoseReferenceSequence", "1", false}, + ReferencedDoseReferenceNumber: Info{ReferencedDoseReferenceNumber, []string{"IS"}, "Referenced Dose Reference Number", "ReferencedDoseReferenceNumber", "1", false}, + BrachyReferencedDoseReferenceSequence: Info{BrachyReferencedDoseReferenceSequence, []string{"SQ"}, "Brachy Referenced Dose Reference Sequence", "BrachyReferencedDoseReferenceSequence", "1", false}, + ReferencedStructureSetSequence: Info{ReferencedStructureSetSequence, []string{"SQ"}, "Referenced Structure Set Sequence", "ReferencedStructureSetSequence", "1", false}, + ReferencedPatientSetupNumber: Info{ReferencedPatientSetupNumber, []string{"IS"}, "Referenced Patient Setup Number", "ReferencedPatientSetupNumber", "1", false}, + ReferencedDoseSequence: Info{ReferencedDoseSequence, []string{"SQ"}, "Referenced Dose Sequence", "ReferencedDoseSequence", "1", false}, + ReferencedToleranceTableNumber: Info{ReferencedToleranceTableNumber, []string{"IS"}, "Referenced Tolerance Table Number", "ReferencedToleranceTableNumber", "1", false}, + ReferencedBolusSequence: Info{ReferencedBolusSequence, []string{"SQ"}, "Referenced Bolus Sequence", "ReferencedBolusSequence", "1", false}, + ReferencedWedgeNumber: Info{ReferencedWedgeNumber, []string{"IS"}, "Referenced Wedge Number", "ReferencedWedgeNumber", "1", false}, + ReferencedCompensatorNumber: Info{ReferencedCompensatorNumber, []string{"IS"}, "Referenced Compensator Number", "ReferencedCompensatorNumber", "1", false}, + ReferencedBlockNumber: Info{ReferencedBlockNumber, []string{"IS"}, "Referenced Block Number", "ReferencedBlockNumber", "1", false}, + ReferencedControlPointIndex: Info{ReferencedControlPointIndex, []string{"IS"}, "Referenced Control Point Index", "ReferencedControlPointIndex", "1", false}, + ReferencedControlPointSequence: Info{ReferencedControlPointSequence, []string{"SQ"}, "Referenced Control Point Sequence", "ReferencedControlPointSequence", "1", false}, + ReferencedStartControlPointIndex: Info{ReferencedStartControlPointIndex, []string{"IS"}, "Referenced Start Control Point Index", "ReferencedStartControlPointIndex", "1", false}, + ReferencedStopControlPointIndex: Info{ReferencedStopControlPointIndex, []string{"IS"}, "Referenced Stop Control Point Index", "ReferencedStopControlPointIndex", "1", false}, + ReferencedRangeShifterNumber: Info{ReferencedRangeShifterNumber, []string{"IS"}, "Referenced Range Shifter Number", "ReferencedRangeShifterNumber", "1", false}, + ReferencedLateralSpreadingDeviceNumber: Info{ReferencedLateralSpreadingDeviceNumber, []string{"IS"}, "Referenced Lateral Spreading Device Number", "ReferencedLateralSpreadingDeviceNumber", "1", false}, + ReferencedRangeModulatorNumber: Info{ReferencedRangeModulatorNumber, []string{"IS"}, "Referenced Range Modulator Number", "ReferencedRangeModulatorNumber", "1", false}, + OmittedBeamTaskSequence: Info{OmittedBeamTaskSequence, []string{"SQ"}, "Omitted Beam Task Sequence", "OmittedBeamTaskSequence", "1", false}, + ReasonForOmission: Info{ReasonForOmission, []string{"CS"}, "Reason for Omission", "ReasonForOmission", "1", false}, + ReasonForOmissionDescription: Info{ReasonForOmissionDescription, []string{"LO"}, "Reason for Omission Description", "ReasonForOmissionDescription", "1", false}, + PrescriptionOverviewSequence: Info{PrescriptionOverviewSequence, []string{"SQ"}, "Prescription Overview Sequence", "PrescriptionOverviewSequence", "1", false}, + TotalPrescriptionDose: Info{TotalPrescriptionDose, []string{"FL"}, "Total Prescription Dose", "TotalPrescriptionDose", "1", false}, + PlanOverviewSequence: Info{PlanOverviewSequence, []string{"SQ"}, "Plan Overview Sequence", "PlanOverviewSequence", "1", false}, + PlanOverviewIndex: Info{PlanOverviewIndex, []string{"US"}, "Plan Overview Index", "PlanOverviewIndex", "1", false}, + ReferencedPlanOverviewIndex: Info{ReferencedPlanOverviewIndex, []string{"US"}, "Referenced Plan Overview Index", "ReferencedPlanOverviewIndex", "1", false}, + NumberOfFractionsIncluded: Info{NumberOfFractionsIncluded, []string{"US"}, "Number of Fractions Included", "NumberOfFractionsIncluded", "1", false}, + DoseCalibrationConditionsSequence: Info{DoseCalibrationConditionsSequence, []string{"SQ"}, "Dose Calibration Conditions Sequence", "DoseCalibrationConditionsSequence", "1", false}, + AbsorbedDoseToMetersetRatio: Info{AbsorbedDoseToMetersetRatio, []string{"FD"}, "Absorbed Dose to Meterset Ratio", "AbsorbedDoseToMetersetRatio", "1", false}, + DelineatedRadiationFieldSize: Info{DelineatedRadiationFieldSize, []string{"FD"}, "Delineated Radiation Field Size", "DelineatedRadiationFieldSize", "2", false}, + DoseCalibrationConditionsVerifiedFlag: Info{DoseCalibrationConditionsVerifiedFlag, []string{"CS"}, "Dose Calibration Conditions Verified Flag", "DoseCalibrationConditionsVerifiedFlag", "1", false}, + CalibrationReferencePointDepth: Info{CalibrationReferencePointDepth, []string{"FD"}, "Calibration Reference Point Depth", "CalibrationReferencePointDepth", "1", false}, + GatingBeamHoldTransitionSequence: Info{GatingBeamHoldTransitionSequence, []string{"SQ"}, "Gating Beam Hold Transition Sequence", "GatingBeamHoldTransitionSequence", "1", false}, + BeamHoldTransition: Info{BeamHoldTransition, []string{"CS"}, "Beam Hold Transition", "BeamHoldTransition", "1", false}, + BeamHoldTransitionDateTime: Info{BeamHoldTransitionDateTime, []string{"DT"}, "Beam Hold Transition DateTime", "BeamHoldTransitionDateTime", "1", false}, + BeamHoldOriginatingDeviceSequence: Info{BeamHoldOriginatingDeviceSequence, []string{"SQ"}, "Beam Hold Originating Device Sequence", "BeamHoldOriginatingDeviceSequence", "1", false}, + BeamHoldTransitionTriggerSource: Info{BeamHoldTransitionTriggerSource, []string{"CS"}, "Beam Hold Transition Trigger Source", "BeamHoldTransitionTriggerSource", "1", false}, + ApprovalStatus: Info{ApprovalStatus, []string{"CS"}, "Approval Status", "ApprovalStatus", "1", false}, + ReviewDate: Info{ReviewDate, []string{"DA"}, "Review Date", "ReviewDate", "1", false}, + ReviewTime: Info{ReviewTime, []string{"TM"}, "Review Time", "ReviewTime", "1", false}, + ReviewerName: Info{ReviewerName, []string{"PN"}, "Reviewer Name", "ReviewerName", "1", false}, + RadiobiologicalDoseEffectSequence: Info{RadiobiologicalDoseEffectSequence, []string{"SQ"}, "Radiobiological Dose Effect Sequence", "RadiobiologicalDoseEffectSequence", "1", false}, + RadiobiologicalDoseEffectFlag: Info{RadiobiologicalDoseEffectFlag, []string{"CS"}, "Radiobiological Dose Effect Flag", "RadiobiologicalDoseEffectFlag", "1", false}, + EffectiveDoseCalculationMethodCategoryCodeSequence: Info{EffectiveDoseCalculationMethodCategoryCodeSequence, []string{"SQ"}, "Effective Dose Calculation Method Category Code Sequence", "EffectiveDoseCalculationMethodCategoryCodeSequence", "1", false}, + EffectiveDoseCalculationMethodCodeSequence: Info{EffectiveDoseCalculationMethodCodeSequence, []string{"SQ"}, "Effective Dose Calculation Method Code Sequence", "EffectiveDoseCalculationMethodCodeSequence", "1", false}, + EffectiveDoseCalculationMethodDescription: Info{EffectiveDoseCalculationMethodDescription, []string{"LO"}, "Effective Dose Calculation Method Description", "EffectiveDoseCalculationMethodDescription", "1", false}, + ConceptualVolumeUID: Info{ConceptualVolumeUID, []string{"UI"}, "Conceptual Volume UID", "ConceptualVolumeUID", "1", false}, + OriginatingSOPInstanceReferenceSequence: Info{OriginatingSOPInstanceReferenceSequence, []string{"SQ"}, "Originating SOP Instance Reference Sequence", "OriginatingSOPInstanceReferenceSequence", "1", false}, + ConceptualVolumeConstituentSequence: Info{ConceptualVolumeConstituentSequence, []string{"SQ"}, "Conceptual Volume Constituent Sequence", "ConceptualVolumeConstituentSequence", "1", false}, + EquivalentConceptualVolumeInstanceReferenceSequence: Info{EquivalentConceptualVolumeInstanceReferenceSequence, []string{"SQ"}, "Equivalent Conceptual Volume Instance Reference Sequence", "EquivalentConceptualVolumeInstanceReferenceSequence", "1", false}, + EquivalentConceptualVolumesSequence: Info{EquivalentConceptualVolumesSequence, []string{"SQ"}, "Equivalent Conceptual Volumes Sequence", "EquivalentConceptualVolumesSequence", "1", false}, + ReferencedConceptualVolumeUID: Info{ReferencedConceptualVolumeUID, []string{"UI"}, "Referenced Conceptual Volume UID", "ReferencedConceptualVolumeUID", "1", false}, + ConceptualVolumeCombinationExpression: Info{ConceptualVolumeCombinationExpression, []string{"UT"}, "Conceptual Volume Combination Expression", "ConceptualVolumeCombinationExpression", "1", false}, + ConceptualVolumeConstituentIndex: Info{ConceptualVolumeConstituentIndex, []string{"US"}, "Conceptual Volume Constituent Index", "ConceptualVolumeConstituentIndex", "1", false}, + ConceptualVolumeCombinationFlag: Info{ConceptualVolumeCombinationFlag, []string{"CS"}, "Conceptual Volume Combination Flag", "ConceptualVolumeCombinationFlag", "1", false}, + ConceptualVolumeCombinationDescription: Info{ConceptualVolumeCombinationDescription, []string{"ST"}, "Conceptual Volume Combination Description", "ConceptualVolumeCombinationDescription", "1", false}, + ConceptualVolumeSegmentationDefinedFlag: Info{ConceptualVolumeSegmentationDefinedFlag, []string{"CS"}, "Conceptual Volume Segmentation Defined Flag", "ConceptualVolumeSegmentationDefinedFlag", "1", false}, + ConceptualVolumeSegmentationReferenceSequence: Info{ConceptualVolumeSegmentationReferenceSequence, []string{"SQ"}, "Conceptual Volume Segmentation Reference Sequence", "ConceptualVolumeSegmentationReferenceSequence", "1", false}, + ConceptualVolumeConstituentSegmentationReferenceSequence: Info{ConceptualVolumeConstituentSegmentationReferenceSequence, []string{"SQ"}, "Conceptual Volume Constituent Segmentation Reference Sequence", "ConceptualVolumeConstituentSegmentationReferenceSequence", "1", false}, + ConstituentConceptualVolumeUID: Info{ConstituentConceptualVolumeUID, []string{"UI"}, "Constituent Conceptual Volume UID", "ConstituentConceptualVolumeUID", "1", false}, + DerivationConceptualVolumeSequence: Info{DerivationConceptualVolumeSequence, []string{"SQ"}, "Derivation Conceptual Volume Sequence", "DerivationConceptualVolumeSequence", "1", false}, + SourceConceptualVolumeUID: Info{SourceConceptualVolumeUID, []string{"UI"}, "Source Conceptual Volume UID", "SourceConceptualVolumeUID", "1", false}, + ConceptualVolumeDerivationAlgorithmSequence: Info{ConceptualVolumeDerivationAlgorithmSequence, []string{"SQ"}, "Conceptual Volume Derivation Algorithm Sequence", "ConceptualVolumeDerivationAlgorithmSequence", "1", false}, + ConceptualVolumeDescription: Info{ConceptualVolumeDescription, []string{"ST"}, "Conceptual Volume Description", "ConceptualVolumeDescription", "1", false}, + SourceConceptualVolumeSequence: Info{SourceConceptualVolumeSequence, []string{"SQ"}, "Source Conceptual Volume Sequence", "SourceConceptualVolumeSequence", "1", false}, + AuthorIdentificationSequence: Info{AuthorIdentificationSequence, []string{"SQ"}, "Author Identification Sequence", "AuthorIdentificationSequence", "1", false}, + ManufacturerModelVersion: Info{ManufacturerModelVersion, []string{"LO"}, "Manufacturer's Model Version", "ManufacturerModelVersion", "1", false}, + DeviceAlternateIdentifier: Info{DeviceAlternateIdentifier, []string{"UC"}, "Device Alternate Identifier", "DeviceAlternateIdentifier", "1", false}, + DeviceAlternateIdentifierType: Info{DeviceAlternateIdentifierType, []string{"CS"}, "Device Alternate Identifier Type", "DeviceAlternateIdentifierType", "1", false}, + DeviceAlternateIdentifierFormat: Info{DeviceAlternateIdentifierFormat, []string{"LT"}, "Device Alternate Identifier Format", "DeviceAlternateIdentifierFormat", "1", false}, + SegmentationCreationTemplateLabel: Info{SegmentationCreationTemplateLabel, []string{"LO"}, "Segmentation Creation Template Label", "SegmentationCreationTemplateLabel", "1", false}, + SegmentationTemplateUID: Info{SegmentationTemplateUID, []string{"UI"}, "Segmentation Template UID", "SegmentationTemplateUID", "1", false}, + ReferencedSegmentReferenceIndex: Info{ReferencedSegmentReferenceIndex, []string{"US"}, "Referenced Segment Reference Index", "ReferencedSegmentReferenceIndex", "1", false}, + SegmentReferenceSequence: Info{SegmentReferenceSequence, []string{"SQ"}, "Segment Reference Sequence", "SegmentReferenceSequence", "1", false}, + SegmentReferenceIndex: Info{SegmentReferenceIndex, []string{"US"}, "Segment Reference Index", "SegmentReferenceIndex", "1", false}, + DirectSegmentReferenceSequence: Info{DirectSegmentReferenceSequence, []string{"SQ"}, "Direct Segment Reference Sequence", "DirectSegmentReferenceSequence", "1", false}, + CombinationSegmentReferenceSequence: Info{CombinationSegmentReferenceSequence, []string{"SQ"}, "Combination Segment Reference Sequence", "CombinationSegmentReferenceSequence", "1", false}, + ConceptualVolumeSequence: Info{ConceptualVolumeSequence, []string{"SQ"}, "Conceptual Volume Sequence", "ConceptualVolumeSequence", "1", false}, + SegmentedRTAccessoryDeviceSequence: Info{SegmentedRTAccessoryDeviceSequence, []string{"SQ"}, "Segmented RT Accessory Device Sequence", "SegmentedRTAccessoryDeviceSequence", "1", false}, + SegmentCharacteristicsSequence: Info{SegmentCharacteristicsSequence, []string{"SQ"}, "Segment Characteristics Sequence", "SegmentCharacteristicsSequence", "1", false}, + RelatedSegmentCharacteristicsSequence: Info{RelatedSegmentCharacteristicsSequence, []string{"SQ"}, "Related Segment Characteristics Sequence", "RelatedSegmentCharacteristicsSequence", "1", false}, + SegmentCharacteristicsPrecedence: Info{SegmentCharacteristicsPrecedence, []string{"US"}, "Segment Characteristics Precedence", "SegmentCharacteristicsPrecedence", "1", false}, + RTSegmentAnnotationSequence: Info{RTSegmentAnnotationSequence, []string{"SQ"}, "RT Segment Annotation Sequence", "RTSegmentAnnotationSequence", "1", false}, + SegmentAnnotationCategoryCodeSequence: Info{SegmentAnnotationCategoryCodeSequence, []string{"SQ"}, "Segment Annotation Category Code Sequence", "SegmentAnnotationCategoryCodeSequence", "1", false}, + SegmentAnnotationTypeCodeSequence: Info{SegmentAnnotationTypeCodeSequence, []string{"SQ"}, "Segment Annotation Type Code Sequence", "SegmentAnnotationTypeCodeSequence", "1", false}, + DeviceLabel: Info{DeviceLabel, []string{"LO"}, "Device Label", "DeviceLabel", "1", false}, + DeviceTypeCodeSequence: Info{DeviceTypeCodeSequence, []string{"SQ"}, "Device Type Code Sequence", "DeviceTypeCodeSequence", "1", false}, + SegmentAnnotationTypeModifierCodeSequence: Info{SegmentAnnotationTypeModifierCodeSequence, []string{"SQ"}, "Segment Annotation Type Modifier Code Sequence", "SegmentAnnotationTypeModifierCodeSequence", "1", false}, + PatientEquipmentRelationshipCodeSequence: Info{PatientEquipmentRelationshipCodeSequence, []string{"SQ"}, "Patient Equipment Relationship Code Sequence", "PatientEquipmentRelationshipCodeSequence", "1", false}, + ReferencedFiducialsUID: Info{ReferencedFiducialsUID, []string{"UI"}, "Referenced Fiducials UID", "ReferencedFiducialsUID", "1", false}, + PatientTreatmentOrientationSequence: Info{PatientTreatmentOrientationSequence, []string{"SQ"}, "Patient Treatment Orientation Sequence", "PatientTreatmentOrientationSequence", "1", false}, + UserContentLabel: Info{UserContentLabel, []string{"SH"}, "User Content Label", "UserContentLabel", "1", false}, + UserContentLongLabel: Info{UserContentLongLabel, []string{"LO"}, "User Content Long Label", "UserContentLongLabel", "1", false}, + EntityLabel: Info{EntityLabel, []string{"SH"}, "Entity Label", "EntityLabel", "1", false}, + EntityName: Info{EntityName, []string{"LO"}, "Entity Name", "EntityName", "1", false}, + EntityDescription: Info{EntityDescription, []string{"ST"}, "Entity Description", "EntityDescription", "1", false}, + EntityLongLabel: Info{EntityLongLabel, []string{"LO"}, "Entity Long Label", "EntityLongLabel", "1", false}, + DeviceIndex: Info{DeviceIndex, []string{"US"}, "Device Index", "DeviceIndex", "1", false}, + RTTreatmentPhaseIndex: Info{RTTreatmentPhaseIndex, []string{"US"}, "RT Treatment Phase Index", "RTTreatmentPhaseIndex", "1", false}, + RTTreatmentPhaseUID: Info{RTTreatmentPhaseUID, []string{"UI"}, "RT Treatment Phase UID", "RTTreatmentPhaseUID", "1", false}, + RTPrescriptionIndex: Info{RTPrescriptionIndex, []string{"US"}, "RT Prescription Index", "RTPrescriptionIndex", "1", false}, + RTSegmentAnnotationIndex: Info{RTSegmentAnnotationIndex, []string{"US"}, "RT Segment Annotation Index", "RTSegmentAnnotationIndex", "1", false}, + BasisRTTreatmentPhaseIndex: Info{BasisRTTreatmentPhaseIndex, []string{"US"}, "Basis RT Treatment Phase Index", "BasisRTTreatmentPhaseIndex", "1", false}, + RelatedRTTreatmentPhaseIndex: Info{RelatedRTTreatmentPhaseIndex, []string{"US"}, "Related RT Treatment Phase Index", "RelatedRTTreatmentPhaseIndex", "1", false}, + ReferencedRTTreatmentPhaseIndex: Info{ReferencedRTTreatmentPhaseIndex, []string{"US"}, "Referenced RT Treatment Phase Index", "ReferencedRTTreatmentPhaseIndex", "1", false}, + ReferencedRTPrescriptionIndex: Info{ReferencedRTPrescriptionIndex, []string{"US"}, "Referenced RT Prescription Index", "ReferencedRTPrescriptionIndex", "1", false}, + ReferencedParentRTPrescriptionIndex: Info{ReferencedParentRTPrescriptionIndex, []string{"US"}, "Referenced Parent RT Prescription Index", "ReferencedParentRTPrescriptionIndex", "1", false}, + ManufacturerDeviceIdentifier: Info{ManufacturerDeviceIdentifier, []string{"ST"}, "Manufacturer's Device Identifier", "ManufacturerDeviceIdentifier", "1", false}, + InstanceLevelReferencedPerformedProcedureStepSequence: Info{InstanceLevelReferencedPerformedProcedureStepSequence, []string{"SQ"}, "Instance-Level Referenced Performed Procedure Step Sequence", "InstanceLevelReferencedPerformedProcedureStepSequence", "1", false}, + RTTreatmentPhaseIntentPresenceFlag: Info{RTTreatmentPhaseIntentPresenceFlag, []string{"CS"}, "RT Treatment Phase Intent Presence Flag", "RTTreatmentPhaseIntentPresenceFlag", "1", false}, + RadiotherapyTreatmentType: Info{RadiotherapyTreatmentType, []string{"CS"}, "Radiotherapy Treatment Type", "RadiotherapyTreatmentType", "1", false}, + TeletherapyRadiationType: Info{TeletherapyRadiationType, []string{"CS"}, "Teletherapy Radiation Type", "TeletherapyRadiationType", "1-n", false}, + BrachytherapySourceType: Info{BrachytherapySourceType, []string{"CS"}, "Brachytherapy Source Type", "BrachytherapySourceType", "1-n", false}, + ReferencedRTTreatmentPhaseSequence: Info{ReferencedRTTreatmentPhaseSequence, []string{"SQ"}, "Referenced RT Treatment Phase Sequence", "ReferencedRTTreatmentPhaseSequence", "1", false}, + ReferencedDirectSegmentInstanceSequence: Info{ReferencedDirectSegmentInstanceSequence, []string{"SQ"}, "Referenced Direct Segment Instance Sequence", "ReferencedDirectSegmentInstanceSequence", "1", false}, + IntendedRTTreatmentPhaseSequence: Info{IntendedRTTreatmentPhaseSequence, []string{"SQ"}, "Intended RT Treatment Phase Sequence", "IntendedRTTreatmentPhaseSequence", "1", false}, + IntendedPhaseStartDate: Info{IntendedPhaseStartDate, []string{"DA"}, "Intended Phase Start Date", "IntendedPhaseStartDate", "1", false}, + IntendedPhaseEndDate: Info{IntendedPhaseEndDate, []string{"DA"}, "Intended Phase End Date", "IntendedPhaseEndDate", "1", false}, + RTTreatmentPhaseIntervalSequence: Info{RTTreatmentPhaseIntervalSequence, []string{"SQ"}, "RT Treatment Phase Interval Sequence", "RTTreatmentPhaseIntervalSequence", "1", false}, + TemporalRelationshipIntervalAnchor: Info{TemporalRelationshipIntervalAnchor, []string{"CS"}, "Temporal Relationship Interval Anchor", "TemporalRelationshipIntervalAnchor", "1", false}, + MinimumNumberOfIntervalDays: Info{MinimumNumberOfIntervalDays, []string{"FD"}, "Minimum Number of Interval Days", "MinimumNumberOfIntervalDays", "1", false}, + MaximumNumberOfIntervalDays: Info{MaximumNumberOfIntervalDays, []string{"FD"}, "Maximum Number of Interval Days", "MaximumNumberOfIntervalDays", "1", false}, + PertinentSOPClassesInStudy: Info{PertinentSOPClassesInStudy, []string{"UI"}, "Pertinent SOP Classes in Study", "PertinentSOPClassesInStudy", "1-n", false}, + PertinentSOPClassesInSeries: Info{PertinentSOPClassesInSeries, []string{"UI"}, "Pertinent SOP Classes in Series", "PertinentSOPClassesInSeries", "1-n", false}, + RTPrescriptionLabel: Info{RTPrescriptionLabel, []string{"LO"}, "RT Prescription Label", "RTPrescriptionLabel", "1", false}, + RTPhysicianIntentPredecessorSequence: Info{RTPhysicianIntentPredecessorSequence, []string{"SQ"}, "RT Physician Intent Predecessor Sequence", "RTPhysicianIntentPredecessorSequence", "1", false}, + RTTreatmentApproachLabel: Info{RTTreatmentApproachLabel, []string{"LO"}, "RT Treatment Approach Label", "RTTreatmentApproachLabel", "1", false}, + RTPhysicianIntentSequence: Info{RTPhysicianIntentSequence, []string{"SQ"}, "RT Physician Intent Sequence", "RTPhysicianIntentSequence", "1", false}, + RTPhysicianIntentIndex: Info{RTPhysicianIntentIndex, []string{"US"}, "RT Physician Intent Index", "RTPhysicianIntentIndex", "1", false}, + RTTreatmentIntentType: Info{RTTreatmentIntentType, []string{"CS"}, "RT Treatment Intent Type", "RTTreatmentIntentType", "1", false}, + RTPhysicianIntentNarrative: Info{RTPhysicianIntentNarrative, []string{"UT"}, "RT Physician Intent Narrative", "RTPhysicianIntentNarrative", "1", false}, + RTProtocolCodeSequence: Info{RTProtocolCodeSequence, []string{"SQ"}, "RT Protocol Code Sequence", "RTProtocolCodeSequence", "1", false}, + ReasonForSuperseding: Info{ReasonForSuperseding, []string{"ST"}, "Reason for Superseding", "ReasonForSuperseding", "1", false}, + RTDiagnosisCodeSequence: Info{RTDiagnosisCodeSequence, []string{"SQ"}, "RT Diagnosis Code Sequence", "RTDiagnosisCodeSequence", "1", false}, + ReferencedRTPhysicianIntentIndex: Info{ReferencedRTPhysicianIntentIndex, []string{"US"}, "Referenced RT Physician Intent Index", "ReferencedRTPhysicianIntentIndex", "1", false}, + RTPhysicianIntentInputInstanceSequence: Info{RTPhysicianIntentInputInstanceSequence, []string{"SQ"}, "RT Physician Intent Input Instance Sequence", "RTPhysicianIntentInputInstanceSequence", "1", false}, + RTAnatomicPrescriptionSequence: Info{RTAnatomicPrescriptionSequence, []string{"SQ"}, "RT Anatomic Prescription Sequence", "RTAnatomicPrescriptionSequence", "1", false}, + PriorTreatmentDoseDescription: Info{PriorTreatmentDoseDescription, []string{"UT"}, "Prior Treatment Dose Description", "PriorTreatmentDoseDescription", "1", false}, + PriorTreatmentReferenceSequence: Info{PriorTreatmentReferenceSequence, []string{"SQ"}, "Prior Treatment Reference Sequence", "PriorTreatmentReferenceSequence", "1", false}, + DosimetricObjectiveEvaluationScope: Info{DosimetricObjectiveEvaluationScope, []string{"CS"}, "Dosimetric Objective Evaluation Scope", "DosimetricObjectiveEvaluationScope", "1", false}, + TherapeuticRoleCategoryCodeSequence: Info{TherapeuticRoleCategoryCodeSequence, []string{"SQ"}, "Therapeutic Role Category Code Sequence", "TherapeuticRoleCategoryCodeSequence", "1", false}, + TherapeuticRoleTypeCodeSequence: Info{TherapeuticRoleTypeCodeSequence, []string{"SQ"}, "Therapeutic Role Type Code Sequence", "TherapeuticRoleTypeCodeSequence", "1", false}, + ConceptualVolumeOptimizationPrecedence: Info{ConceptualVolumeOptimizationPrecedence, []string{"US"}, "Conceptual Volume Optimization Precedence", "ConceptualVolumeOptimizationPrecedence", "1", false}, + ConceptualVolumeCategoryCodeSequence: Info{ConceptualVolumeCategoryCodeSequence, []string{"SQ"}, "Conceptual Volume Category Code Sequence", "ConceptualVolumeCategoryCodeSequence", "1", false}, + ConceptualVolumeBlockingConstraint: Info{ConceptualVolumeBlockingConstraint, []string{"CS"}, "Conceptual Volume Blocking Constraint", "ConceptualVolumeBlockingConstraint", "1", false}, + ConceptualVolumeTypeCodeSequence: Info{ConceptualVolumeTypeCodeSequence, []string{"SQ"}, "Conceptual Volume Type Code Sequence", "ConceptualVolumeTypeCodeSequence", "1", false}, + ConceptualVolumeTypeModifierCodeSequence: Info{ConceptualVolumeTypeModifierCodeSequence, []string{"SQ"}, "Conceptual Volume Type Modifier Code Sequence", "ConceptualVolumeTypeModifierCodeSequence", "1", false}, + RTPrescriptionSequence: Info{RTPrescriptionSequence, []string{"SQ"}, "RT Prescription Sequence", "RTPrescriptionSequence", "1", false}, + DosimetricObjectiveSequence: Info{DosimetricObjectiveSequence, []string{"SQ"}, "Dosimetric Objective Sequence", "DosimetricObjectiveSequence", "1", false}, + DosimetricObjectiveTypeCodeSequence: Info{DosimetricObjectiveTypeCodeSequence, []string{"SQ"}, "Dosimetric Objective Type Code Sequence", "DosimetricObjectiveTypeCodeSequence", "1", false}, + DosimetricObjectiveUID: Info{DosimetricObjectiveUID, []string{"UI"}, "Dosimetric Objective UID", "DosimetricObjectiveUID", "1", false}, + ReferencedDosimetricObjectiveUID: Info{ReferencedDosimetricObjectiveUID, []string{"UI"}, "Referenced Dosimetric Objective UID", "ReferencedDosimetricObjectiveUID", "1", false}, + DosimetricObjectiveParameterSequence: Info{DosimetricObjectiveParameterSequence, []string{"SQ"}, "Dosimetric Objective Parameter Sequence", "DosimetricObjectiveParameterSequence", "1", false}, + ReferencedDosimetricObjectivesSequence: Info{ReferencedDosimetricObjectivesSequence, []string{"SQ"}, "Referenced Dosimetric Objectives Sequence", "ReferencedDosimetricObjectivesSequence", "1", false}, + AbsoluteDosimetricObjectiveFlag: Info{AbsoluteDosimetricObjectiveFlag, []string{"CS"}, "Absolute Dosimetric Objective Flag", "AbsoluteDosimetricObjectiveFlag", "1", false}, + DosimetricObjectiveWeight: Info{DosimetricObjectiveWeight, []string{"FD"}, "Dosimetric Objective Weight", "DosimetricObjectiveWeight", "1", false}, + DosimetricObjectivePurpose: Info{DosimetricObjectivePurpose, []string{"CS"}, "Dosimetric Objective Purpose", "DosimetricObjectivePurpose", "1", false}, + PlanningInputInformationSequence: Info{PlanningInputInformationSequence, []string{"SQ"}, "Planning Input Information Sequence", "PlanningInputInformationSequence", "1", false}, + TreatmentSite: Info{TreatmentSite, []string{"LO"}, "Treatment Site", "TreatmentSite", "1", false}, + TreatmentSiteCodeSequence: Info{TreatmentSiteCodeSequence, []string{"SQ"}, "Treatment Site Code Sequence", "TreatmentSiteCodeSequence", "1", false}, + FractionPatternSequence: Info{FractionPatternSequence, []string{"SQ"}, "Fraction Pattern Sequence", "FractionPatternSequence", "1", false}, + TreatmentTechniqueNotes: Info{TreatmentTechniqueNotes, []string{"UT"}, "Treatment Technique Notes", "TreatmentTechniqueNotes", "1", false}, + PrescriptionNotes: Info{PrescriptionNotes, []string{"UT"}, "Prescription Notes", "PrescriptionNotes", "1", false}, + NumberOfIntervalFractions: Info{NumberOfIntervalFractions, []string{"IS"}, "Number of Interval Fractions", "NumberOfIntervalFractions", "1", false}, + NumberOfFractions: Info{NumberOfFractions, []string{"US"}, "Number of Fractions", "NumberOfFractions", "1", false}, + IntendedDeliveryDuration: Info{IntendedDeliveryDuration, []string{"US"}, "Intended Delivery Duration", "IntendedDeliveryDuration", "1", false}, + FractionationNotes: Info{FractionationNotes, []string{"UT"}, "Fractionation Notes", "FractionationNotes", "1", false}, + RTTreatmentTechniqueCodeSequence: Info{RTTreatmentTechniqueCodeSequence, []string{"SQ"}, "RT Treatment Technique Code Sequence", "RTTreatmentTechniqueCodeSequence", "1", false}, + PrescriptionNotesSequence: Info{PrescriptionNotesSequence, []string{"SQ"}, "Prescription Notes Sequence", "PrescriptionNotesSequence", "1", false}, + FractionBasedRelationshipSequence: Info{FractionBasedRelationshipSequence, []string{"SQ"}, "Fraction-Based Relationship Sequence", "FractionBasedRelationshipSequence", "1", false}, + FractionBasedRelationshipIntervalAnchor: Info{FractionBasedRelationshipIntervalAnchor, []string{"CS"}, "Fraction-Based Relationship Interval Anchor", "FractionBasedRelationshipIntervalAnchor", "1", false}, + MinimumHoursBetweenFractions: Info{MinimumHoursBetweenFractions, []string{"FD"}, "Minimum Hours between Fractions", "MinimumHoursBetweenFractions", "1", false}, + IntendedFractionStartTime: Info{IntendedFractionStartTime, []string{"TM"}, "Intended Fraction Start Time", "IntendedFractionStartTime", "1-n", false}, + IntendedStartDayOfWeek: Info{IntendedStartDayOfWeek, []string{"LT"}, "Intended Start Day of Week", "IntendedStartDayOfWeek", "1", false}, + WeekdayFractionPatternSequence: Info{WeekdayFractionPatternSequence, []string{"SQ"}, "Weekday Fraction Pattern Sequence", "WeekdayFractionPatternSequence", "1", false}, + DeliveryTimeStructureCodeSequence: Info{DeliveryTimeStructureCodeSequence, []string{"SQ"}, "Delivery Time Structure Code Sequence", "DeliveryTimeStructureCodeSequence", "1", false}, + TreatmentSiteModifierCodeSequence: Info{TreatmentSiteModifierCodeSequence, []string{"SQ"}, "Treatment Site Modifier Code Sequence", "TreatmentSiteModifierCodeSequence", "1", false}, + RoboticBaseLocationIndicator: Info{RoboticBaseLocationIndicator, []string{"CS"}, "Robotic Base Location Indicator", "RoboticBaseLocationIndicator", "1", true}, + RoboticPathNodeSetCodeSequence: Info{RoboticPathNodeSetCodeSequence, []string{"SQ"}, "Robotic Path Node Set Code Sequence", "RoboticPathNodeSetCodeSequence", "1", false}, + RoboticNodeIdentifier: Info{RoboticNodeIdentifier, []string{"UL"}, "Robotic Node Identifier", "RoboticNodeIdentifier", "1", false}, + RTTreatmentSourceCoordinates: Info{RTTreatmentSourceCoordinates, []string{"FD"}, "RT Treatment Source Coordinates", "RTTreatmentSourceCoordinates", "3", false}, + RadiationSourceCoordinateSystemYawAngle: Info{RadiationSourceCoordinateSystemYawAngle, []string{"FD"}, "Radiation Source Coordinate SystemYaw Angle", "RadiationSourceCoordinateSystemYawAngle", "1", false}, + RadiationSourceCoordinateSystemRollAngle: Info{RadiationSourceCoordinateSystemRollAngle, []string{"FD"}, "Radiation Source Coordinate SystemRoll Angle", "RadiationSourceCoordinateSystemRollAngle", "1", false}, + RadiationSourceCoordinateSystemPitchAngle: Info{RadiationSourceCoordinateSystemPitchAngle, []string{"FD"}, "Radiation Source Coordinate System Pitch Angle", "RadiationSourceCoordinateSystemPitchAngle", "1", false}, + RoboticPathControlPointSequence: Info{RoboticPathControlPointSequence, []string{"SQ"}, "Robotic Path Control Point Sequence", "RoboticPathControlPointSequence", "1", false}, + TomotherapeuticControlPointSequence: Info{TomotherapeuticControlPointSequence, []string{"SQ"}, "Tomotherapeutic Control Point Sequence", "TomotherapeuticControlPointSequence", "1", false}, + TomotherapeuticLeafOpenDurations: Info{TomotherapeuticLeafOpenDurations, []string{"FD"}, "Tomotherapeutic Leaf Open Durations", "TomotherapeuticLeafOpenDurations", "1-n", false}, + TomotherapeuticLeafInitialClosedDurations: Info{TomotherapeuticLeafInitialClosedDurations, []string{"FD"}, "Tomotherapeutic Leaf Initial Closed Durations", "TomotherapeuticLeafInitialClosedDurations", "1-n", false}, + ConceptualVolumeIdentificationSequence: Info{ConceptualVolumeIdentificationSequence, []string{"SQ"}, "Conceptual Volume Identification Sequence", "ConceptualVolumeIdentificationSequence", "1", false}, + Arbitrary: Info{Arbitrary, []string{"LT"}, "Arbitrary", "Arbitrary", "1", true}, + TextComments: Info{TextComments, []string{"LT"}, "Text Comments", "TextComments", "1", true}, + ResultsID: Info{ResultsID, []string{"SH"}, "Results ID", "ResultsID", "1", true}, + ResultsIDIssuer: Info{ResultsIDIssuer, []string{"LO"}, "Results ID Issuer", "ResultsIDIssuer", "1", true}, + ReferencedInterpretationSequence: Info{ReferencedInterpretationSequence, []string{"SQ"}, "Referenced Interpretation Sequence", "ReferencedInterpretationSequence", "1", true}, + ReportProductionStatusTrial: Info{ReportProductionStatusTrial, []string{"CS"}, "Report Production Status (Trial)", "ReportProductionStatusTrial", "1", true}, + InterpretationRecordedDate: Info{InterpretationRecordedDate, []string{"DA"}, "Interpretation Recorded Date", "InterpretationRecordedDate", "1", true}, + InterpretationRecordedTime: Info{InterpretationRecordedTime, []string{"TM"}, "Interpretation Recorded Time", "InterpretationRecordedTime", "1", true}, + InterpretationRecorder: Info{InterpretationRecorder, []string{"PN"}, "Interpretation Recorder", "InterpretationRecorder", "1", true}, + ReferenceToRecordedSound: Info{ReferenceToRecordedSound, []string{"LO"}, "Reference to Recorded Sound", "ReferenceToRecordedSound", "1", true}, + InterpretationTranscriptionDate: Info{InterpretationTranscriptionDate, []string{"DA"}, "Interpretation Transcription Date", "InterpretationTranscriptionDate", "1", true}, + InterpretationTranscriptionTime: Info{InterpretationTranscriptionTime, []string{"TM"}, "Interpretation Transcription Time", "InterpretationTranscriptionTime", "1", true}, + InterpretationTranscriber: Info{InterpretationTranscriber, []string{"PN"}, "Interpretation Transcriber", "InterpretationTranscriber", "1", true}, + InterpretationText: Info{InterpretationText, []string{"ST"}, "Interpretation Text", "InterpretationText", "1", true}, + InterpretationAuthor: Info{InterpretationAuthor, []string{"PN"}, "Interpretation Author", "InterpretationAuthor", "1", true}, + InterpretationApproverSequence: Info{InterpretationApproverSequence, []string{"SQ"}, "Interpretation Approver Sequence", "InterpretationApproverSequence", "1", true}, + InterpretationApprovalDate: Info{InterpretationApprovalDate, []string{"DA"}, "Interpretation Approval Date", "InterpretationApprovalDate", "1", true}, + InterpretationApprovalTime: Info{InterpretationApprovalTime, []string{"TM"}, "Interpretation Approval Time", "InterpretationApprovalTime", "1", true}, + PhysicianApprovingInterpretation: Info{PhysicianApprovingInterpretation, []string{"PN"}, "Physician Approving Interpretation", "PhysicianApprovingInterpretation", "1", true}, + InterpretationDiagnosisDescription: Info{InterpretationDiagnosisDescription, []string{"LT"}, "Interpretation Diagnosis Description", "InterpretationDiagnosisDescription", "1", true}, + InterpretationDiagnosisCodeSequence: Info{InterpretationDiagnosisCodeSequence, []string{"SQ"}, "Interpretation Diagnosis Code Sequence", "InterpretationDiagnosisCodeSequence", "1", true}, + ResultsDistributionListSequence: Info{ResultsDistributionListSequence, []string{"SQ"}, "Results Distribution List Sequence", "ResultsDistributionListSequence", "1", true}, + DistributionName: Info{DistributionName, []string{"PN"}, "Distribution Name", "DistributionName", "1", true}, + DistributionAddress: Info{DistributionAddress, []string{"LO"}, "Distribution Address", "DistributionAddress", "1", true}, + InterpretationID: Info{InterpretationID, []string{"SH"}, "Interpretation ID", "InterpretationID", "1", true}, + InterpretationIDIssuer: Info{InterpretationIDIssuer, []string{"LO"}, "Interpretation ID Issuer", "InterpretationIDIssuer", "1", true}, + InterpretationTypeID: Info{InterpretationTypeID, []string{"CS"}, "Interpretation Type ID", "InterpretationTypeID", "1", true}, + InterpretationStatusID: Info{InterpretationStatusID, []string{"CS"}, "Interpretation Status ID", "InterpretationStatusID", "1", true}, + Impressions: Info{Impressions, []string{"ST"}, "Impressions", "Impressions", "1", true}, + ResultsComments: Info{ResultsComments, []string{"ST"}, "Results Comments", "ResultsComments", "1", true}, + LowEnergyDetectors: Info{LowEnergyDetectors, []string{"CS"}, "Low Energy Detectors", "LowEnergyDetectors", "1", false}, + HighEnergyDetectors: Info{HighEnergyDetectors, []string{"CS"}, "High Energy Detectors", "HighEnergyDetectors", "1", false}, + DetectorGeometrySequence: Info{DetectorGeometrySequence, []string{"SQ"}, "Detector Geometry Sequence", "DetectorGeometrySequence", "1", false}, + ThreatROIVoxelSequence: Info{ThreatROIVoxelSequence, []string{"SQ"}, "Threat ROI Voxel Sequence", "ThreatROIVoxelSequence", "1", false}, + ThreatROIBase: Info{ThreatROIBase, []string{"FL"}, "Threat ROI Base", "ThreatROIBase", "3", false}, + ThreatROIExtents: Info{ThreatROIExtents, []string{"FL"}, "Threat ROI Extents", "ThreatROIExtents", "3", false}, + ThreatROIBitmap: Info{ThreatROIBitmap, []string{"OB"}, "Threat ROI Bitmap", "ThreatROIBitmap", "1", false}, + RouteSegmentID: Info{RouteSegmentID, []string{"SH"}, "Route Segment ID", "RouteSegmentID", "1", false}, + GantryType: Info{GantryType, []string{"CS"}, "Gantry Type", "GantryType", "1", false}, + OOIOwnerType: Info{OOIOwnerType, []string{"CS"}, "OOI Owner Type", "OOIOwnerType", "1", false}, + RouteSegmentSequence: Info{RouteSegmentSequence, []string{"SQ"}, "Route Segment Sequence", "RouteSegmentSequence", "1", false}, + PotentialThreatObjectID: Info{PotentialThreatObjectID, []string{"US"}, "Potential Threat Object ID", "PotentialThreatObjectID", "1", false}, + ThreatSequence: Info{ThreatSequence, []string{"SQ"}, "Threat Sequence", "ThreatSequence", "1", false}, + ThreatCategory: Info{ThreatCategory, []string{"CS"}, "Threat Category", "ThreatCategory", "1", false}, + ThreatCategoryDescription: Info{ThreatCategoryDescription, []string{"LT"}, "Threat Category Description", "ThreatCategoryDescription", "1", false}, + ATDAbilityAssessment: Info{ATDAbilityAssessment, []string{"CS"}, "ATD Ability Assessment", "ATDAbilityAssessment", "1", false}, + ATDAssessmentFlag: Info{ATDAssessmentFlag, []string{"CS"}, "ATD Assessment Flag", "ATDAssessmentFlag", "1", false}, + ATDAssessmentProbability: Info{ATDAssessmentProbability, []string{"FL"}, "ATD Assessment Probability", "ATDAssessmentProbability", "1", false}, + Mass: Info{Mass, []string{"FL"}, "Mass", "Mass", "1", false}, + Density: Info{Density, []string{"FL"}, "Density", "Density", "1", false}, + ZEffective: Info{ZEffective, []string{"FL"}, "Z Effective", "ZEffective", "1", false}, + BoardingPassID: Info{BoardingPassID, []string{"SH"}, "Boarding Pass ID", "BoardingPassID", "1", false}, + CenterOfMass: Info{CenterOfMass, []string{"FL"}, "Center of Mass", "CenterOfMass", "3", false}, + CenterOfPTO: Info{CenterOfPTO, []string{"FL"}, "Center of PTO", "CenterOfPTO", "3", false}, + BoundingPolygon: Info{BoundingPolygon, []string{"FL"}, "Bounding Polygon", "BoundingPolygon", "6-n", false}, + RouteSegmentStartLocationID: Info{RouteSegmentStartLocationID, []string{"SH"}, "Route Segment Start Location ID", "RouteSegmentStartLocationID", "1", false}, + RouteSegmentEndLocationID: Info{RouteSegmentEndLocationID, []string{"SH"}, "Route Segment End Location ID", "RouteSegmentEndLocationID", "1", false}, + RouteSegmentLocationIDType: Info{RouteSegmentLocationIDType, []string{"CS"}, "Route Segment Location ID Type", "RouteSegmentLocationIDType", "1", false}, + AbortReason: Info{AbortReason, []string{"CS"}, "Abort Reason", "AbortReason", "1-n", false}, + VolumeOfPTO: Info{VolumeOfPTO, []string{"FL"}, "Volume of PTO", "VolumeOfPTO", "1", false}, + AbortFlag: Info{AbortFlag, []string{"CS"}, "Abort Flag", "AbortFlag", "1", false}, + RouteSegmentStartTime: Info{RouteSegmentStartTime, []string{"DT"}, "Route Segment Start Time", "RouteSegmentStartTime", "1", false}, + RouteSegmentEndTime: Info{RouteSegmentEndTime, []string{"DT"}, "Route Segment End Time", "RouteSegmentEndTime", "1", false}, + TDRType: Info{TDRType, []string{"CS"}, "TDR Type", "TDRType", "1", false}, + InternationalRouteSegment: Info{InternationalRouteSegment, []string{"CS"}, "International Route Segment", "InternationalRouteSegment", "1", false}, + ThreatDetectionAlgorithmAndVersion: Info{ThreatDetectionAlgorithmAndVersion, []string{"LO"}, "Threat Detection Algorithm and Version", "ThreatDetectionAlgorithmAndVersion", "1-n", false}, + AssignedLocation: Info{AssignedLocation, []string{"SH"}, "Assigned Location", "AssignedLocation", "1", false}, + AlarmDecisionTime: Info{AlarmDecisionTime, []string{"DT"}, "Alarm Decision Time", "AlarmDecisionTime", "1", false}, + AlarmDecision: Info{AlarmDecision, []string{"CS"}, "Alarm Decision", "AlarmDecision", "1", false}, + NumberOfTotalObjects: Info{NumberOfTotalObjects, []string{"US"}, "Number of Total Objects", "NumberOfTotalObjects", "1", false}, + NumberOfAlarmObjects: Info{NumberOfAlarmObjects, []string{"US"}, "Number of Alarm Objects", "NumberOfAlarmObjects", "1", false}, + PTORepresentationSequence: Info{PTORepresentationSequence, []string{"SQ"}, "PTO Representation Sequence", "PTORepresentationSequence", "1", false}, + ATDAssessmentSequence: Info{ATDAssessmentSequence, []string{"SQ"}, "ATD Assessment Sequence", "ATDAssessmentSequence", "1", false}, + TIPType: Info{TIPType, []string{"CS"}, "TIP Type", "TIPType", "1", false}, + DICOSVersion: Info{DICOSVersion, []string{"CS"}, "DICOS Version", "DICOSVersion", "1", false}, + OOIOwnerCreationTime: Info{OOIOwnerCreationTime, []string{"DT"}, "OOI Owner Creation Time", "OOIOwnerCreationTime", "1", false}, + OOIType: Info{OOIType, []string{"CS"}, "OOI Type", "OOIType", "1", false}, + OOISize: Info{OOISize, []string{"FL"}, "OOI Size", "OOISize", "3", false}, + AcquisitionStatus: Info{AcquisitionStatus, []string{"CS"}, "Acquisition Status", "AcquisitionStatus", "1", false}, + BasisMaterialsCodeSequence: Info{BasisMaterialsCodeSequence, []string{"SQ"}, "Basis Materials Code Sequence", "BasisMaterialsCodeSequence", "1", false}, + PhantomType: Info{PhantomType, []string{"CS"}, "Phantom Type", "PhantomType", "1", false}, + OOIOwnerSequence: Info{OOIOwnerSequence, []string{"SQ"}, "OOI Owner Sequence", "OOIOwnerSequence", "1", false}, + ScanType: Info{ScanType, []string{"CS"}, "Scan Type", "ScanType", "1", false}, + ItineraryID: Info{ItineraryID, []string{"LO"}, "Itinerary ID", "ItineraryID", "1", false}, + ItineraryIDType: Info{ItineraryIDType, []string{"SH"}, "Itinerary ID Type", "ItineraryIDType", "1", false}, + ItineraryIDAssigningAuthority: Info{ItineraryIDAssigningAuthority, []string{"LO"}, "Itinerary ID Assigning Authority", "ItineraryIDAssigningAuthority", "1", false}, + RouteID: Info{RouteID, []string{"SH"}, "Route ID", "RouteID", "1", false}, + RouteIDAssigningAuthority: Info{RouteIDAssigningAuthority, []string{"SH"}, "Route ID Assigning Authority", "RouteIDAssigningAuthority", "1", false}, + InboundArrivalType: Info{InboundArrivalType, []string{"CS"}, "Inbound Arrival Type", "InboundArrivalType", "1", false}, + CarrierID: Info{CarrierID, []string{"SH"}, "Carrier ID", "CarrierID", "1", false}, + CarrierIDAssigningAuthority: Info{CarrierIDAssigningAuthority, []string{"CS"}, "Carrier ID Assigning Authority", "CarrierIDAssigningAuthority", "1", false}, + SourceOrientation: Info{SourceOrientation, []string{"FL"}, "Source Orientation", "SourceOrientation", "3", false}, + SourcePosition: Info{SourcePosition, []string{"FL"}, "Source Position", "SourcePosition", "3", false}, + BeltHeight: Info{BeltHeight, []string{"FL"}, "Belt Height", "BeltHeight", "1", false}, + AlgorithmRoutingCodeSequence: Info{AlgorithmRoutingCodeSequence, []string{"SQ"}, "Algorithm Routing Code Sequence", "AlgorithmRoutingCodeSequence", "1", false}, + TransportClassification: Info{TransportClassification, []string{"CS"}, "Transport Classification", "TransportClassification", "1", false}, + OOITypeDescriptor: Info{OOITypeDescriptor, []string{"LT"}, "OOI Type Descriptor", "OOITypeDescriptor", "1", false}, + TotalProcessingTime: Info{TotalProcessingTime, []string{"FL"}, "Total Processing Time", "TotalProcessingTime", "1", false}, + DetectorCalibrationData: Info{DetectorCalibrationData, []string{"OB"}, "Detector Calibration Data", "DetectorCalibrationData", "1", false}, + AdditionalScreeningPerformed: Info{AdditionalScreeningPerformed, []string{"CS"}, "Additional Screening Performed", "AdditionalScreeningPerformed", "1", false}, + AdditionalInspectionSelectionCriteria: Info{AdditionalInspectionSelectionCriteria, []string{"CS"}, "Additional Inspection Selection Criteria", "AdditionalInspectionSelectionCriteria", "1", false}, + AdditionalInspectionMethodSequence: Info{AdditionalInspectionMethodSequence, []string{"SQ"}, "Additional Inspection Method Sequence", "AdditionalInspectionMethodSequence", "1", false}, + AITDeviceType: Info{AITDeviceType, []string{"CS"}, "AIT Device Type", "AITDeviceType", "1", false}, + QRMeasurementsSequence: Info{QRMeasurementsSequence, []string{"SQ"}, "QR Measurements Sequence", "QRMeasurementsSequence", "1", false}, + TargetMaterialSequence: Info{TargetMaterialSequence, []string{"SQ"}, "Target Material Sequence", "TargetMaterialSequence", "1", false}, + SNRThreshold: Info{SNRThreshold, []string{"FD"}, "SNR Threshold", "SNRThreshold", "1", false}, + ImageScaleRepresentation: Info{ImageScaleRepresentation, []string{"DS"}, "Image Scale Representation", "ImageScaleRepresentation", "1", false}, + ReferencedPTOSequence: Info{ReferencedPTOSequence, []string{"SQ"}, "Referenced PTO Sequence", "ReferencedPTOSequence", "1", false}, + ReferencedTDRInstanceSequence: Info{ReferencedTDRInstanceSequence, []string{"SQ"}, "Referenced TDR Instance Sequence", "ReferencedTDRInstanceSequence", "1", false}, + PTOLocationDescription: Info{PTOLocationDescription, []string{"ST"}, "PTO Location Description", "PTOLocationDescription", "1", false}, + AnomalyLocatorIndicatorSequence: Info{AnomalyLocatorIndicatorSequence, []string{"SQ"}, "Anomaly Locator Indicator Sequence", "AnomalyLocatorIndicatorSequence", "1", false}, + AnomalyLocatorIndicator: Info{AnomalyLocatorIndicator, []string{"FL"}, "Anomaly Locator Indicator", "AnomalyLocatorIndicator", "3", false}, + PTORegionSequence: Info{PTORegionSequence, []string{"SQ"}, "PTO Region Sequence", "PTORegionSequence", "1", false}, + InspectionSelectionCriteria: Info{InspectionSelectionCriteria, []string{"CS"}, "Inspection Selection Criteria", "InspectionSelectionCriteria", "1", false}, + SecondaryInspectionMethodSequence: Info{SecondaryInspectionMethodSequence, []string{"SQ"}, "Secondary Inspection Method Sequence", "SecondaryInspectionMethodSequence", "1", false}, + PRCSToRCSOrientation: Info{PRCSToRCSOrientation, []string{"DS"}, "PRCS to RCS Orientation", "PRCSToRCSOrientation", "6", false}, + MACParametersSequence: Info{MACParametersSequence, []string{"SQ"}, "MAC Parameters Sequence", "MACParametersSequence", "1", false}, + CurveDimensions: Info{CurveDimensions, []string{"US"}, "Curve Dimensions", "CurveDimensions", "1", true}, + NumberOfPoints: Info{NumberOfPoints, []string{"US"}, "Number of Points", "NumberOfPoints", "1", true}, + TypeOfData: Info{TypeOfData, []string{"CS"}, "Type of Data", "TypeOfData", "1", true}, + CurveDescription: Info{CurveDescription, []string{"LO"}, "Curve Description", "CurveDescription", "1", true}, + AxisUnits: Info{AxisUnits, []string{"SH"}, "Axis Units", "AxisUnits", "1-n", true}, + AxisLabels: Info{AxisLabels, []string{"SH"}, "Axis Labels", "AxisLabels", "1-n", true}, + DataValueRepresentation: Info{DataValueRepresentation, []string{"US"}, "Data Value Representation", "DataValueRepresentation", "1", true}, + MinimumCoordinateValue: Info{MinimumCoordinateValue, []string{"US"}, "Minimum Coordinate Value", "MinimumCoordinateValue", "1-n", true}, + MaximumCoordinateValue: Info{MaximumCoordinateValue, []string{"US"}, "Maximum Coordinate Value", "MaximumCoordinateValue", "1-n", true}, + CurveRange: Info{CurveRange, []string{"SH"}, "Curve Range", "CurveRange", "1-n", true}, + CurveDataDescriptor: Info{CurveDataDescriptor, []string{"US"}, "Curve Data Descriptor", "CurveDataDescriptor", "1-n", true}, + CoordinateStartValue: Info{CoordinateStartValue, []string{"US"}, "Coordinate Start Value", "CoordinateStartValue", "1-n", true}, + CoordinateStepValue: Info{CoordinateStepValue, []string{"US"}, "Coordinate Step Value", "CoordinateStepValue", "1-n", true}, + CurveActivationLayer: Info{CurveActivationLayer, []string{"CS"}, "Curve Activation Layer", "CurveActivationLayer", "1", true}, + AudioType: Info{AudioType, []string{"US"}, "Audio Type", "AudioType", "1", true}, + AudioSampleFormat: Info{AudioSampleFormat, []string{"US"}, "Audio Sample Format", "AudioSampleFormat", "1", true}, + NumberOfChannels: Info{NumberOfChannels, []string{"US"}, "Number of Channels", "NumberOfChannels", "1", true}, + NumberOfSamples: Info{NumberOfSamples, []string{"UL"}, "Number of Samples", "NumberOfSamples", "1", true}, + SampleRate: Info{SampleRate, []string{"UL"}, "Sample Rate", "SampleRate", "1", true}, + TotalTime: Info{TotalTime, []string{"UL"}, "Total Time", "TotalTime", "1", true}, + AudioSampleData: Info{AudioSampleData, []string{"OB", "OW"}, "Audio Sample Data", "AudioSampleData", "1", true}, + AudioComments: Info{AudioComments, []string{"LT"}, "Audio Comments", "AudioComments", "1", true}, + CurveLabel: Info{CurveLabel, []string{"LO"}, "Curve Label", "CurveLabel", "1", true}, + CurveReferencedOverlaySequence: Info{CurveReferencedOverlaySequence, []string{"SQ"}, "Curve Referenced Overlay Sequence", "CurveReferencedOverlaySequence", "1", true}, + CurveReferencedOverlayGroup: Info{CurveReferencedOverlayGroup, []string{"US"}, "Curve Referenced Overlay Group", "CurveReferencedOverlayGroup", "1", true}, + CurveData: Info{CurveData, []string{"OB", "OW"}, "Curve Data", "CurveData", "1", true}, + SharedFunctionalGroupsSequence: Info{SharedFunctionalGroupsSequence, []string{"SQ"}, "Shared Functional Groups Sequence", "SharedFunctionalGroupsSequence", "1", false}, + PerFrameFunctionalGroupsSequence: Info{PerFrameFunctionalGroupsSequence, []string{"SQ"}, "Per-Frame Functional Groups Sequence", "PerFrameFunctionalGroupsSequence", "1", false}, + WaveformSequence: Info{WaveformSequence, []string{"SQ"}, "Waveform Sequence", "WaveformSequence", "1", false}, + ChannelMinimumValue: Info{ChannelMinimumValue, []string{"OB", "OW"}, "Channel Minimum Value", "ChannelMinimumValue", "1", false}, + ChannelMaximumValue: Info{ChannelMaximumValue, []string{"OB", "OW"}, "Channel Maximum Value", "ChannelMaximumValue", "1", false}, + WaveformBitsAllocated: Info{WaveformBitsAllocated, []string{"US"}, "Waveform Bits Allocated", "WaveformBitsAllocated", "1", false}, + WaveformSampleInterpretation: Info{WaveformSampleInterpretation, []string{"CS"}, "Waveform Sample Interpretation", "WaveformSampleInterpretation", "1", false}, + WaveformPaddingValue: Info{WaveformPaddingValue, []string{"OB", "OW"}, "Waveform Padding Value", "WaveformPaddingValue", "1", false}, + WaveformData: Info{WaveformData, []string{"OB", "OW"}, "Waveform Data", "WaveformData", "1", false}, + FirstOrderPhaseCorrectionAngle: Info{FirstOrderPhaseCorrectionAngle, []string{"OF"}, "First Order Phase Correction Angle", "FirstOrderPhaseCorrectionAngle", "1", false}, + SpectroscopyData: Info{SpectroscopyData, []string{"OF"}, "Spectroscopy Data", "SpectroscopyData", "1", false}, + OverlayRows: Info{OverlayRows, []string{"US"}, "Overlay Rows", "OverlayRows", "1", false}, + OverlayColumns: Info{OverlayColumns, []string{"US"}, "Overlay Columns", "OverlayColumns", "1", false}, + OverlayPlanes: Info{OverlayPlanes, []string{"US"}, "Overlay Planes", "OverlayPlanes", "1", true}, + NumberOfFramesInOverlay: Info{NumberOfFramesInOverlay, []string{"IS"}, "Number of Frames in Overlay", "NumberOfFramesInOverlay", "1", false}, + OverlayDescription: Info{OverlayDescription, []string{"LO"}, "Overlay Description", "OverlayDescription", "1", false}, + OverlayType: Info{OverlayType, []string{"CS"}, "Overlay Type", "OverlayType", "1", false}, + OverlaySubtype: Info{OverlaySubtype, []string{"LO"}, "Overlay Subtype", "OverlaySubtype", "1", false}, + OverlayOrigin: Info{OverlayOrigin, []string{"SS"}, "Overlay Origin", "OverlayOrigin", "2", false}, + ImageFrameOrigin: Info{ImageFrameOrigin, []string{"US"}, "Image Frame Origin", "ImageFrameOrigin", "1", false}, + OverlayPlaneOrigin: Info{OverlayPlaneOrigin, []string{"US"}, "Overlay Plane Origin", "OverlayPlaneOrigin", "1", true}, + OverlayCompressionCode: Info{OverlayCompressionCode, []string{"CS"}, "Overlay Compression Code", "OverlayCompressionCode", "1", true}, + OverlayCompressionOriginator: Info{OverlayCompressionOriginator, []string{"SH"}, "Overlay Compression Originator", "OverlayCompressionOriginator", "1", true}, + OverlayCompressionLabel: Info{OverlayCompressionLabel, []string{"SH"}, "Overlay Compression Label", "OverlayCompressionLabel", "1", true}, + OverlayCompressionDescription: Info{OverlayCompressionDescription, []string{"CS"}, "Overlay Compression Description", "OverlayCompressionDescription", "1", true}, + OverlayCompressionStepPointers: Info{OverlayCompressionStepPointers, []string{"AT"}, "Overlay Compression Step Pointers", "OverlayCompressionStepPointers", "1-n", true}, + OverlayRepeatInterval: Info{OverlayRepeatInterval, []string{"US"}, "Overlay Repeat Interval", "OverlayRepeatInterval", "1", true}, + OverlayBitsGrouped: Info{OverlayBitsGrouped, []string{"US"}, "Overlay Bits Grouped", "OverlayBitsGrouped", "1", true}, + OverlayBitsAllocated: Info{OverlayBitsAllocated, []string{"US"}, "Overlay Bits Allocated", "OverlayBitsAllocated", "1", false}, + OverlayBitPosition: Info{OverlayBitPosition, []string{"US"}, "Overlay Bit Position", "OverlayBitPosition", "1", false}, + OverlayFormat: Info{OverlayFormat, []string{"CS"}, "Overlay Format", "OverlayFormat", "1", true}, + OverlayLocation: Info{OverlayLocation, []string{"US"}, "Overlay Location", "OverlayLocation", "1", true}, + OverlayCodeLabel: Info{OverlayCodeLabel, []string{"CS"}, "Overlay Code Label", "OverlayCodeLabel", "1-n", true}, + OverlayNumberOfTables: Info{OverlayNumberOfTables, []string{"US"}, "Overlay Number of Tables", "OverlayNumberOfTables", "1", true}, + OverlayCodeTableLocation: Info{OverlayCodeTableLocation, []string{"AT"}, "Overlay Code Table Location", "OverlayCodeTableLocation", "1-n", true}, + OverlayBitsForCodeWord: Info{OverlayBitsForCodeWord, []string{"US"}, "Overlay Bits For Code Word", "OverlayBitsForCodeWord", "1", true}, + OverlayActivationLayer: Info{OverlayActivationLayer, []string{"CS"}, "Overlay Activation Layer", "OverlayActivationLayer", "1", false}, + OverlayDescriptorGray: Info{OverlayDescriptorGray, []string{"US"}, "Overlay Descriptor - Gray", "OverlayDescriptorGray", "1", true}, + OverlayDescriptorRed: Info{OverlayDescriptorRed, []string{"US"}, "Overlay Descriptor - Red", "OverlayDescriptorRed", "1", true}, + OverlayDescriptorGreen: Info{OverlayDescriptorGreen, []string{"US"}, "Overlay Descriptor - Green", "OverlayDescriptorGreen", "1", true}, + OverlayDescriptorBlue: Info{OverlayDescriptorBlue, []string{"US"}, "Overlay Descriptor - Blue", "OverlayDescriptorBlue", "1", true}, + OverlaysGray: Info{OverlaysGray, []string{"US"}, "Overlays - Gray", "OverlaysGray", "1-n", true}, + OverlaysRed: Info{OverlaysRed, []string{"US"}, "Overlays - Red", "OverlaysRed", "1-n", true}, + OverlaysGreen: Info{OverlaysGreen, []string{"US"}, "Overlays - Green", "OverlaysGreen", "1-n", true}, + OverlaysBlue: Info{OverlaysBlue, []string{"US"}, "Overlays - Blue", "OverlaysBlue", "1-n", true}, + ROIArea: Info{ROIArea, []string{"IS"}, "ROI Area", "ROIArea", "1", false}, + ROIMean: Info{ROIMean, []string{"DS"}, "ROI Mean", "ROIMean", "1", false}, + ROIStandardDeviation: Info{ROIStandardDeviation, []string{"DS"}, "ROI Standard Deviation", "ROIStandardDeviation", "1", false}, + OverlayLabel: Info{OverlayLabel, []string{"LO"}, "Overlay Label", "OverlayLabel", "1", false}, + OverlayData: Info{OverlayData, []string{"OB", "OW"}, "Overlay Data", "OverlayData", "1", false}, + OverlayComments: Info{OverlayComments, []string{"LT"}, "Overlay Comments", "OverlayComments", "1", true}, + ExtendedOffsetTable: Info{ExtendedOffsetTable, []string{"OV"}, "Extended Offset Table", "ExtendedOffsetTable", "1", false}, + ExtendedOffsetTableLengths: Info{ExtendedOffsetTableLengths, []string{"OV"}, "Extended Offset Table Lengths", "ExtendedOffsetTableLengths", "1", false}, + EncapsulatedPixelDataValueTotalLength: Info{EncapsulatedPixelDataValueTotalLength, []string{"UV"}, "Encapsulated Pixel Data Value Total Length", "EncapsulatedPixelDataValueTotalLength", "1", false}, + FloatPixelData: Info{FloatPixelData, []string{"OF"}, "Float Pixel Data", "FloatPixelData", "1", false}, + DoubleFloatPixelData: Info{DoubleFloatPixelData, []string{"OD"}, "Double Float Pixel Data", "DoubleFloatPixelData", "1", false}, + PixelData: Info{PixelData, []string{"OB", "OW"}, "Pixel Data", "PixelData", "1", false}, + CoefficientsSDVN: Info{CoefficientsSDVN, []string{"OW"}, "Coefficients SDVN", "CoefficientsSDVN", "1", true}, + CoefficientsSDHN: Info{CoefficientsSDHN, []string{"OW"}, "Coefficients SDHN", "CoefficientsSDHN", "1", true}, + CoefficientsSDDN: Info{CoefficientsSDDN, []string{"OW"}, "Coefficients SDDN", "CoefficientsSDDN", "1", true}, + VariablePixelData: Info{VariablePixelData, []string{"OB", "OW"}, "Variable Pixel Data", "VariablePixelData", "1", true}, + VariableNextDataGroup: Info{VariableNextDataGroup, []string{"US"}, "Variable Next Data Group", "VariableNextDataGroup", "1", true}, + VariableCoefficientsSDVN: Info{VariableCoefficientsSDVN, []string{"OW"}, "Variable Coefficients SDVN", "VariableCoefficientsSDVN", "1", true}, + VariableCoefficientsSDHN: Info{VariableCoefficientsSDHN, []string{"OW"}, "Variable Coefficients SDHN", "VariableCoefficientsSDHN", "1", true}, + VariableCoefficientsSDDN: Info{VariableCoefficientsSDDN, []string{"OW"}, "Variable Coefficients SDDN", "VariableCoefficientsSDDN", "1", true}, + DigitalSignaturesSequence: Info{DigitalSignaturesSequence, []string{"SQ"}, "Digital Signatures Sequence", "DigitalSignaturesSequence", "1", false}, + DataSetTrailingPadding: Info{DataSetTrailingPadding, []string{"OB"}, "Data Set Trailing Padding", "DataSetTrailingPadding", "1", false}, + Item: Info{Item, []string{"NA"}, "Item", "Item", "1", false}, + ItemDelimitationItem: Info{ItemDelimitationItem, []string{"NA"}, "Item Delimitation Item", "ItemDelimitationItem", "1", false}, + SequenceDelimitationItem: Info{SequenceDelimitationItem, []string{"NA"}, "Sequence Delimitation Item", "SequenceDelimitationItem", "1", false}, + FileMetaInformationGroupLength: Info{FileMetaInformationGroupLength, []string{"UL"}, "File Meta Information Group Length", "FileMetaInformationGroupLength", "1", false}, + FileMetaInformationVersion: Info{FileMetaInformationVersion, []string{"OB"}, "File Meta Information Version", "FileMetaInformationVersion", "1", false}, + MediaStorageSOPClassUID: Info{MediaStorageSOPClassUID, []string{"UI"}, "Media Storage SOP Class UID", "MediaStorageSOPClassUID", "1", false}, + MediaStorageSOPInstanceUID: Info{MediaStorageSOPInstanceUID, []string{"UI"}, "Media Storage SOP Instance UID", "MediaStorageSOPInstanceUID", "1", false}, + TransferSyntaxUID: Info{TransferSyntaxUID, []string{"UI"}, "Transfer Syntax UID", "TransferSyntaxUID", "1", false}, + ImplementationClassUID: Info{ImplementationClassUID, []string{"UI"}, "Implementation Class UID", "ImplementationClassUID", "1", false}, + ImplementationVersionName: Info{ImplementationVersionName, []string{"SH"}, "Implementation Version Name", "ImplementationVersionName", "1", false}, + SourceApplicationEntityTitle: Info{SourceApplicationEntityTitle, []string{"AE"}, "Source Application Entity Title", "SourceApplicationEntityTitle", "1", false}, + SendingApplicationEntityTitle: Info{SendingApplicationEntityTitle, []string{"AE"}, "Sending Application Entity Title", "SendingApplicationEntityTitle", "1", false}, + ReceivingApplicationEntityTitle: Info{ReceivingApplicationEntityTitle, []string{"AE"}, "Receiving Application Entity Title", "ReceivingApplicationEntityTitle", "1", false}, + SourcePresentationAddress: Info{SourcePresentationAddress, []string{"UR"}, "Source Presentation Address", "SourcePresentationAddress", "1", false}, + SendingPresentationAddress: Info{SendingPresentationAddress, []string{"UR"}, "Sending Presentation Address", "SendingPresentationAddress", "1", false}, + ReceivingPresentationAddress: Info{ReceivingPresentationAddress, []string{"UR"}, "Receiving Presentation Address", "ReceivingPresentationAddress", "1", false}, + RTVMetaInformationVersion: Info{RTVMetaInformationVersion, []string{"OB"}, "RTV Meta Information Version", "RTVMetaInformationVersion", "1", false}, + RTVCommunicationSOPClassUID: Info{RTVCommunicationSOPClassUID, []string{"UI"}, "RTV Communication SOP Class UID", "RTVCommunicationSOPClassUID", "1", false}, + RTVCommunicationSOPInstanceUID: Info{RTVCommunicationSOPInstanceUID, []string{"UI"}, "RTV Communication SOP Instance UID", "RTVCommunicationSOPInstanceUID", "1", false}, + RTVSourceIdentifier: Info{RTVSourceIdentifier, []string{"OB"}, "RTV Source Identifier", "RTVSourceIdentifier", "1", false}, + RTVFlowIdentifier: Info{RTVFlowIdentifier, []string{"OB"}, "RTV Flow Identifier", "RTVFlowIdentifier", "1", false}, + RTVFlowRTPSamplingRate: Info{RTVFlowRTPSamplingRate, []string{"UL"}, "RTV Flow RTP Sampling Rate", "RTVFlowRTPSamplingRate", "1", false}, + RTVFlowActualFrameDuration: Info{RTVFlowActualFrameDuration, []string{"FD"}, "RTV Flow Actual Frame Duration", "RTVFlowActualFrameDuration", "1", false}, + PrivateInformationCreatorUID: Info{PrivateInformationCreatorUID, []string{"UI"}, "Private Information Creator UID", "PrivateInformationCreatorUID", "1", false}, + PrivateInformation: Info{PrivateInformation, []string{"OB"}, "Private Information", "PrivateInformation", "1", false}, + FileSetID: Info{FileSetID, []string{"CS"}, "File-set ID", "FileSetID", "1", false}, + FileSetDescriptorFileID: Info{FileSetDescriptorFileID, []string{"CS"}, "File-set Descriptor File ID", "FileSetDescriptorFileID", "1-8", false}, + SpecificCharacterSetOfFileSetDescriptorFile: Info{SpecificCharacterSetOfFileSetDescriptorFile, []string{"CS"}, "Specific Character Set of File-set Descriptor File", "SpecificCharacterSetOfFileSetDescriptorFile", "1", false}, + OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity: Info{OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity, []string{"UL"}, "Offset of the First Directory Record of the Root Directory Entity", "OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity", "1", false}, + OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity: Info{OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity, []string{"UL"}, "Offset of the Last Directory Record of the Root Directory Entity", "OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity", "1", false}, + FileSetConsistencyFlag: Info{FileSetConsistencyFlag, []string{"US"}, "File-set Consistency Flag", "FileSetConsistencyFlag", "1", false}, + DirectoryRecordSequence: Info{DirectoryRecordSequence, []string{"SQ"}, "Directory Record Sequence", "DirectoryRecordSequence", "1", false}, + OffsetOfTheNextDirectoryRecord: Info{OffsetOfTheNextDirectoryRecord, []string{"UL"}, "Offset of the Next Directory Record", "OffsetOfTheNextDirectoryRecord", "1", false}, + RecordInUseFlag: Info{RecordInUseFlag, []string{"US"}, "Record In-use Flag", "RecordInUseFlag", "1", false}, + OffsetOfReferencedLowerLevelDirectoryEntity: Info{OffsetOfReferencedLowerLevelDirectoryEntity, []string{"UL"}, "Offset of Referenced Lower-Level Directory Entity", "OffsetOfReferencedLowerLevelDirectoryEntity", "1", false}, + DirectoryRecordType: Info{DirectoryRecordType, []string{"CS"}, "Directory Record Type", "DirectoryRecordType", "1", false}, + PrivateRecordUID: Info{PrivateRecordUID, []string{"UI"}, "Private Record UID", "PrivateRecordUID", "1", false}, + ReferencedFileID: Info{ReferencedFileID, []string{"CS"}, "Referenced File ID", "ReferencedFileID", "1-8", false}, + MRDRDirectoryRecordOffset: Info{MRDRDirectoryRecordOffset, []string{"UL"}, "MRDR Directory Record Offset", "MRDRDirectoryRecordOffset", "1", true}, + ReferencedSOPClassUIDInFile: Info{ReferencedSOPClassUIDInFile, []string{"UI"}, "Referenced SOP Class UID in File", "ReferencedSOPClassUIDInFile", "1", false}, + ReferencedSOPInstanceUIDInFile: Info{ReferencedSOPInstanceUIDInFile, []string{"UI"}, "Referenced SOP Instance UID in File", "ReferencedSOPInstanceUIDInFile", "1", false}, + ReferencedTransferSyntaxUIDInFile: Info{ReferencedTransferSyntaxUIDInFile, []string{"UI"}, "Referenced Transfer Syntax UID in File", "ReferencedTransferSyntaxUIDInFile", "1", false}, + ReferencedRelatedGeneralSOPClassUIDInFile: Info{ReferencedRelatedGeneralSOPClassUIDInFile, []string{"UI"}, "Referenced Related General SOP Class UID in File", "ReferencedRelatedGeneralSOPClassUIDInFile", "1-n", false}, + NumberOfReferences: Info{NumberOfReferences, []string{"UL"}, "Number of References", "NumberOfReferences", "1", true}, + CurrentFrameFunctionalGroupsSequence: Info{CurrentFrameFunctionalGroupsSequence, []string{"SQ"}, "Current Frame Functional Groups Sequence", "CurrentFrameFunctionalGroupsSequence", "1", false}, } diff --git a/read_test.go b/read_test.go index e4a84641..774af7b7 100644 --- a/read_test.go +++ b/read_test.go @@ -37,8 +37,8 @@ func TestReadTag(t *testing.T) { }, { name: "custom", - data: buildTagData(t, tag.Tag{0x0011, 0x0010}), - wantTag: tag.Tag{0x0011, 0x0010}, + data: buildTagData(t, tag.Tag{Group: 0x0011, Element: 0x0010}), + wantTag: tag.Tag{Group: 0x0011, Element: 0x0010}, wantErr: nil, }, { diff --git a/write_test.go b/write_test.go index 56ca9549..37da6e42 100644 --- a/write_test.go +++ b/write_test.go @@ -50,7 +50,7 @@ func TestWrite(t *testing.T) { mustNewElement(tag.SelectorSLValue, []int{-20}), // Some tag with an unknown VR. { - Tag: tag.Tag{0x0019, 0x1027}, + Tag: tag.Tag{Group: 0x0019, Element: 0x1027}, ValueRepresentation: tag.VRUnknown, RawValueRepresentation: "UN", ValueLength: 4, @@ -69,7 +69,7 @@ func TestWrite(t *testing.T) { // We need to use an Explicit transfer syntax here or all data will be // read in with "UN". mustNewElement(tag.TransferSyntaxUID, []string{uid.ExplicitVRLittleEndian}), - mustNewPrivateElement(tag.Tag{0x0003, 0x0010}, vrraw.ShortText, []string{"some data"}), + mustNewPrivateElement(tag.Tag{Group: 0x0003, Element: 0x0010}, vrraw.ShortText, []string{"some data"}), }}, wantError: nil, }, @@ -592,11 +592,11 @@ func TestWrite(t *testing.T) { mustNewElement(tag.MediaStorageSOPInstanceUID, []string{"1.2.3.4.5.6.7"}), mustNewElement(tag.TransferSyntaxUID, []string{uid.ImplicitVRLittleEndian}), mustNewElement(tag.PatientName, []string{"Bob", "Jones"}), - makeUNSequenceElement(tag.Tag{0x0019, 0x1027}, [][]*Element{ + makeUNSequenceElement(tag.Tag{Group: 0x0019, Element: 0x1027}, [][]*Element{ // Item 1. { { - Tag: tag.Tag{0x0019, 0x1028}, + Tag: tag.Tag{Group: 0x0019, Element: 0x1028}, ValueRepresentation: tag.VRUnknown, RawValueRepresentation: "UN", Value: &bytesValue{ @@ -604,7 +604,7 @@ func TestWrite(t *testing.T) { }, }, // Nested Sequence. - makeUNSequenceElement(tag.Tag{0x0019, 0x1029}, [][]*Element{ + makeUNSequenceElement(tag.Tag{Group: 0x0019, Element: 0x1029}, [][]*Element{ { { Tag: tag.PatientName,