diff --git a/src/dcm_dict.jl b/src/dcm_dict.jl index dea23ab..fdec11d 100644 --- a/src/dcm_dict.jl +++ b/src/dcm_dict.jl @@ -31,9 +31,12 @@ dcm_dict = Dict( (0x0008, 0x0014) => [:InstanceCreatorUID, "UI", "1"], (0x0008, 0x0015) => [:InstanceCoercionDateTime, "DT", "1"], (0x0008, 0x0016) => [:SOPClassUID, "UI", "1"], + (0x0008, 0x0017) => [:AcquisitionUID, "UI", "1"], (0x0008, 0x0018) => [:SOPInstanceUID, "UI", "1"], + (0x0008, 0x0019) => [:PyramidUID, "UI", "1"], (0x0008, 0x001a) => [:RelatedGeneralSOPClassUID, "UI", "1-n"], (0x0008, 0x001b) => [:OriginalSpecializedSOPClassUID, "UI", "1"], + (0x0008, 0x001c) => [:SyntheticData, "CS", "1"], (0x0008, 0x0020) => [:StudyDate, "DA", "1"], (0x0008, 0x0021) => [:SeriesDate, "DA", "1"], (0x0008, 0x0022) => [:AcquisitionDate, "DA", "1"], @@ -124,6 +127,48 @@ dcm_dict = Dict( (0x0008, 0x030e) => [:PrivateDataElementDescription, "UT", "1"], (0x0008, 0x030f) => [:PrivateDataElementEncoding, "UT", "1"], (0x0008, 0x0310) => [:PrivateDataElementDefinitionSequence, "SQ", "1"], + (0x0008, 0x0400) => [:ScopeOfInventorySequence, "SQ", "1"], + (0x0008, 0x0401) => [:InventoryPurpose, "LT", "1"], + (0x0008, 0x0402) => [:InventoryInstanceDescription, "LT", "1"], + (0x0008, 0x0403) => [:InventoryLevel, "CS", "1"], + (0x0008, 0x0404) => [:ItemInventoryDateTime, "DT", "1"], + (0x0008, 0x0405) => [:RemovedFromOperationalUse, "CS", "1"], + (0x0008, 0x0406) => [:ReasonForRemovalCodeSequence, "SQ", "1"], + (0x0008, 0x0407) => [:StoredInstanceBaseURI, "UR", "1"], + (0x0008, 0x0408) => [:FolderAccessURI, "UR", "1"], + (0x0008, 0x0409) => [:FileAccessURI, "UR", "1"], + (0x0008, 0x040a) => [:ContainerFileType, "CS", "1"], + (0x0008, 0x040b) => [:FilenameInContainer, "UR", "1"], + (0x0008, 0x040c) => [:FileOffsetInContainer, "UV", "1"], + (0x0008, 0x040d) => [:FileLengthInContainer, "UV", "1"], + (0x0008, 0x040e) => [:StoredInstanceTransferSyntaxUID, "UI", "1"], + (0x0008, 0x040f) => [:ExtendedMatchingMechanisms, "CS", "1-n"], + (0x0008, 0x0410) => [:RangeMatchingSequence, "SQ", "1"], + (0x0008, 0x0411) => [:ListOfUIDMatchingSequence, "SQ", "1"], + (0x0008, 0x0412) => [:EmptyValueMatchingSequence, "SQ", "1"], + (0x0008, 0x0413) => [:GeneralMatchingSequence, "SQ", "1"], + (0x0008, 0x0414) => [:RequestedStatusInterval, "US", "1"], + (0x0008, 0x0415) => [:RetainInstances, "CS", "1"], + (0x0008, 0x0416) => [:ExpirationDateTime, "DT", "1"], + (0x0008, 0x0417) => [:TransactionStatus, "CS", "1"], + (0x0008, 0x0418) => [:TransactionStatusComment, "LT", "1"], + (0x0008, 0x0419) => [:FileSetAccessSequence, "SQ", "1"], + (0x0008, 0x041a) => [:FileAccessSequence, "SQ", "1"], + (0x0008, 0x041b) => [:RecordKey, "OB", "1"], + (0x0008, 0x041c) => [:PriorRecordKey, "OB", "1"], + (0x0008, 0x041d) => [:MetadataSequence, "SQ", "1"], + (0x0008, 0x041e) => [:UpdatedMetadataSequence, "SQ", "1"], + (0x0008, 0x041f) => [:StudyUpdateDateTime, "DT", "1"], + (0x0008, 0x0420) => [:InventoryAccessEndPointsSequence, "SQ", "1"], + (0x0008, 0x0421) => [:StudyAccessEndPointsSequence, "SQ", "1"], + (0x0008, 0x0422) => [:IncorporatedInventoryInstanceSequence, "SQ", "1"], + (0x0008, 0x0423) => [:InventoriedStudiesSequence, "SQ", "1"], + (0x0008, 0x0424) => [:InventoriedSeriesSequence, "SQ", "1"], + (0x0008, 0x0425) => [:InventoriedInstancesSequence, "SQ", "1"], + (0x0008, 0x0426) => [:InventoryCompletionStatus, "CS", "1"], + (0x0008, 0x0427) => [:NumberOfStudyRecordsInInstance, "UL", "1"], + (0x0008, 0x0428) => [:TotalNumberOfStudyRecords, "UV", "1"], + (0x0008, 0x0429) => [:MaximumNumberOfRecords, "UV", "1"], (0x0008, 0x1000) => [:NetworkID, "AE", "1"], (0x0008, 0x1010) => [:StationName, "SH", "1"], (0x0008, 0x1030) => [:StudyDescription, "LO", "1"], @@ -142,10 +187,12 @@ dcm_dict = Dict( (0x0008, 0x1072) => [:OperatorIdentificationSequence, "SQ", "1"], (0x0008, 0x1080) => [:AdmittingDiagnosesDescription, "LO", "1-n"], (0x0008, 0x1084) => [:AdmittingDiagnosesCodeSequence, "SQ", "1"], + (0x0008, 0x1088) => [:PyramidDescription, "LO", "1"], (0x0008, 0x1090) => [:ManufacturerModelName, "LO", "1"], (0x0008, 0x1100) => [:ReferencedResultsSequence, "SQ", "1"], (0x0008, 0x1110) => [:ReferencedStudySequence, "SQ", "1"], (0x0008, 0x1111) => [:ReferencedPerformedProcedureStepSequence, "SQ", "1"], + (0x0008, 0x1112) => [:ReferencedInstancesBySOPClassSequence, "SQ", "1"], (0x0008, 0x1115) => [:ReferencedSeriesSequence, "SQ", "1"], (0x0008, 0x1120) => [:ReferencedPatientSequence, "SQ", "1"], (0x0008, 0x1125) => [:ReferencedVisitSequence, "SQ", "1"], @@ -173,6 +220,7 @@ dcm_dict = Dict( (0x0008, 0x1198) => [:FailedSOPSequence, "SQ", "1"], (0x0008, 0x1199) => [:ReferencedSOPSequence, "SQ", "1"], (0x0008, 0x119a) => [:OtherFailuresSequence, "SQ", "1"], + (0x0008, 0x119b) => [:FailedStudySequence, "SQ", "1"], (0x0008, 0x1200) => [:StudiesContainingOtherReferencedInstancesSequence, "SQ", "1"], (0x0008, 0x1250) => [:RelatedSeriesSequence, "SQ", "1"], (0x0008, 0x2110) => [:LossyImageCompressionRetired, "CS", "1"], @@ -210,21 +258,17 @@ dcm_dict = Dict( (0x0008, 0x2255) => [:AnatomicApproachDirectionCodeSequenceTrial, "SQ", "1"], (0x0008, 0x2256) => [:AnatomicPerspectiveDescriptionTrial, "ST", "1"], (0x0008, 0x2257) => [:AnatomicPerspectiveCodeSequenceTrial, "SQ", "1"], - (0x0008, 0x2258) => - [:AnatomicLocationOfExaminingInstrumentDescriptionTrial, "ST", "1"], - (0x0008, 0x2259) => - [:AnatomicLocationOfExaminingInstrumentCodeSequenceTrial, "SQ", "1"], - (0x0008, 0x225a) => - [:AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial, "SQ", "1"], - (0x0008, 0x225c) => - [:OnAxisBackgroundAnatomicStructureCodeSequenceTrial, "SQ", "1"], + (0x0008, 0x2258) => [:AnatomicLocationOfExaminingInstrumentDescriptionTrial, "ST", "1"], + (0x0008, 0x2259) => [:AnatomicLocationOfExaminingInstrumentCodeSequenceTrial, "SQ", "1"], + (0x0008, 0x225a) => [:AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial, "SQ", "1"], + (0x0008, 0x225c) => [:OnAxisBackgroundAnatomicStructureCodeSequenceTrial, "SQ", "1"], (0x0008, 0x3001) => [:AlternateRepresentationSequence, "SQ", "1"], (0x0008, 0x3002) => [:AvailableTransferSyntaxUID, "UI", "1-n"], (0x0008, 0x3010) => [:IrradiationEventUID, "UI", "1-n"], (0x0008, 0x3011) => [:SourceIrradiationEventSequence, "SQ", "1"], (0x0008, 0x3012) => [:RadiopharmaceuticalAdministrationEventUID, "UI", "1"], (0x0008, 0x4000) => [:IdentifyingComments, "LT", "1"], - (0x0008, 0x9007) => [:FrameType, "CS", "4"], + (0x0008, 0x9007) => [:FrameType, "CS", "4-5"], (0x0008, 0x9092) => [:ReferencedImageEvidenceSequence, "SQ", "1"], (0x0008, 0x9121) => [:ReferencedRawDataSequence, "SQ", "1"], (0x0008, 0x9123) => [:CreatorVersionUID, "UI", "1"], @@ -320,23 +364,30 @@ dcm_dict = Dict( (0x0012, 0x0010) => [:ClinicalTrialSponsorName, "LO", "1"], (0x0012, 0x0020) => [:ClinicalTrialProtocolID, "LO", "1"], (0x0012, 0x0021) => [:ClinicalTrialProtocolName, "LO", "1"], + (0x0012, 0x0022) => [:IssuerOfClinicalTrialProtocolID, "LO", "1"], + (0x0012, 0x0023) => [:OtherClinicalTrialProtocolIDsSequence, "SQ", "1"], (0x0012, 0x0030) => [:ClinicalTrialSiteID, "LO", "1"], (0x0012, 0x0031) => [:ClinicalTrialSiteName, "LO", "1"], + (0x0012, 0x0032) => [:IssuerOfClinicalTrialSiteID, "LO", "1"], (0x0012, 0x0040) => [:ClinicalTrialSubjectID, "LO", "1"], + (0x0012, 0x0041) => [:IssuerOfClinicalTrialSubjectID, "LO", "1"], (0x0012, 0x0042) => [:ClinicalTrialSubjectReadingID, "LO", "1"], + (0x0012, 0x0043) => [:IssuerOfClinicalTrialSubjectReadingID, "LO", "1"], (0x0012, 0x0050) => [:ClinicalTrialTimePointID, "LO", "1"], (0x0012, 0x0051) => [:ClinicalTrialTimePointDescription, "ST", "1"], (0x0012, 0x0052) => [:LongitudinalTemporalOffsetFromEvent, "FD", "1"], (0x0012, 0x0053) => [:LongitudinalTemporalEventType, "CS", "1"], + (0x0012, 0x0054) => [:ClinicalTrialTimePointTypeCodeSequence, "SQ", "1"], + (0x0012, 0x0055) => [:IssuerOfClinicalTrialTimePointID, "LO", "1"], (0x0012, 0x0060) => [:ClinicalTrialCoordinatingCenterName, "LO", "1"], (0x0012, 0x0062) => [:PatientIdentityRemoved, "CS", "1"], (0x0012, 0x0063) => [:DeidentificationMethod, "LO", "1-n"], (0x0012, 0x0064) => [:DeidentificationMethodCodeSequence, "SQ", "1"], (0x0012, 0x0071) => [:ClinicalTrialSeriesID, "LO", "1"], (0x0012, 0x0072) => [:ClinicalTrialSeriesDescription, "LO", "1"], + (0x0012, 0x0073) => [:IssuerOfClinicalTrialSeriesID, "LO", "1"], (0x0012, 0x0081) => [:ClinicalTrialProtocolEthicsCommitteeName, "LO", "1"], - (0x0012, 0x0082) => - [:ClinicalTrialProtocolEthicsCommitteeApprovalNumber, "LO", "1"], + (0x0012, 0x0082) => [:ClinicalTrialProtocolEthicsCommitteeApprovalNumber, "LO", "1"], (0x0012, 0x0083) => [:ConsentForClinicalTrialUseSequence, "SQ", "1"], (0x0012, 0x0084) => [:DistributionType, "CS", "1"], (0x0012, 0x0085) => [:ConsentForDistributionFlag, "CS", "1"], @@ -366,6 +417,14 @@ dcm_dict = Dict( (0x0014, 0x0106) => [:MultipleComponentApprovalSequence, "SQ", "1"], (0x0014, 0x0107) => [:OtherApprovalStatus, "CS", "1-n"], (0x0014, 0x0108) => [:OtherSecondaryApprovalStatus, "CS", "1-n"], + (0x0014, 0x0200) => [:DataElementLabelSequence, "SQ", "1"], + (0x0014, 0x0201) => [:DataElementLabelItemSequence, "SQ", "1"], + (0x0014, 0x0202) => [:DataElement, "AT", "1"], + (0x0014, 0x0203) => [:DataElementName, "LO", "1"], + (0x0014, 0x0204) => [:DataElementDescription, "LO", "1"], + (0x0014, 0x0205) => [:DataElementConditionality, "CS", "1"], + (0x0014, 0x0206) => [:DataElementMinimumCharacters, "IS", "1"], + (0x0014, 0x0207) => [:DataElementMaximumCharacters, "IS", "1"], (0x0014, 0x1010) => [:ActualEnvironmentalConditions, "ST", "1"], (0x0014, 0x1020) => [:ExpiryDate, "DA", "1"], (0x0014, 0x1040) => [:EnvironmentalConditions, "ST", "1"], @@ -417,6 +476,8 @@ dcm_dict = Dict( (0x0014, 0x3077) => [:TimeOfGainCalibration, "TM", "1"], (0x0014, 0x3080) => [:BadPixelImage, "OB", "1"], (0x0014, 0x3099) => [:CalibrationNotes, "LT", "1"], + (0x0014, 0x3100) => [:LinearityCorrectionTechnique, "LT", "1"], + (0x0014, 0x3101) => [:BeamHardeningCorrectionTechnique, "LT", "1"], (0x0014, 0x4002) => [:PulserEquipmentSequence, "SQ", "1"], (0x0014, 0x4004) => [:PulserType, "CS", "1"], (0x0014, 0x4006) => [:PulserNotes, "LT", "1"], @@ -497,9 +558,9 @@ dcm_dict = Dict( (0x0014, 0x409c) => [:TranslationRateX, "DS", "1"], (0x0014, 0x409d) => [:TranslationRateY, "DS", "1"], (0x0014, 0x409f) => [:ChannelOverlap, "DS", "1"], - (0x0014, 0x40a0) => [:ImageQualityIndicatorType, "LO", "1"], - (0x0014, 0x40a1) => [:ImageQualityIndicatorMaterial, "LO", "1"], - (0x0014, 0x40a2) => [:ImageQualityIndicatorSize, "LO", "1"], + (0x0014, 0x40a0) => [:ImageQualityIndicatorType, "LO", "1-n"], + (0x0014, 0x40a1) => [:ImageQualityIndicatorMaterial, "LO", "1-n"], + (0x0014, 0x40a2) => [:ImageQualityIndicatorSize, "LO", "1-n"], (0x0014, 0x5002) => [:LINACEnergy, "IS", "1"], (0x0014, 0x5004) => [:LINACOutput, "IS", "1"], (0x0014, 0x5100) => [:ActiveAperture, "US", "1"], @@ -639,6 +700,11 @@ dcm_dict = Dict( (0x0016, 0x008c) => [:GPSAreaInformation, "OB", "1"], (0x0016, 0x008d) => [:GPSDateStamp, "DT", "1"], (0x0016, 0x008e) => [:GPSDifferential, "IS", "1"], + (0x0016, 0x1001) => [:LightSourcePolarization, "CS", "1"], + (0x0016, 0x1002) => [:EmitterColorTemperature, "DS", "1"], + (0x0016, 0x1003) => [:ContactMethod, "CS", "1"], + (0x0016, 0x1004) => [:ImmersionMedia, "CS", "1-n"], + (0x0016, 0x1005) => [:OpticalMagnificationFactor, "DS", "1"], (0x0018, 0x0010) => [:ContrastBolusAgent, "LO", "1"], (0x0018, 0x0012) => [:ContrastBolusAgentSequence, "SQ", "1"], (0x0018, 0x0013) => [:ContrastBolusT1Relaxivity, "FL", "1"], @@ -810,9 +876,30 @@ dcm_dict = Dict( (0x0018, 0x11a3) => [:CompressionPressure, "DS", "1"], (0x0018, 0x11a4) => [:PaddleDescription, "LO", "1"], (0x0018, 0x11a5) => [:CompressionContactArea, "DS", "1"], + (0x0018, 0x11b0) => [:AcquisitionMode, "LO", "1"], + (0x0018, 0x11b1) => [:DoseModeName, "LO", "1"], + (0x0018, 0x11b2) => [:AcquiredSubtractionMaskFlag, "CS", "1"], + (0x0018, 0x11b3) => [:FluoroscopyPersistenceFlag, "CS", "1"], + (0x0018, 0x11b4) => [:FluoroscopyLastImageHoldPersistenceFlag, "CS", "1"], + (0x0018, 0x11b5) => [:UpperLimitNumberOfPersistentFluoroscopyFrames, "IS", "1"], + (0x0018, 0x11b6) => [:ContrastBolusAutoInjectionTriggerFlag, "CS", "1"], + (0x0018, 0x11b7) => [:ContrastBolusInjectionDelay, "FD", "1"], + (0x0018, 0x11b8) => [:XAAcquisitionPhaseDetailsSequence, "SQ", "1"], + (0x0018, 0x11b9) => [:XAAcquisitionFrameRate, "FD", "1"], + (0x0018, 0x11ba) => [:XAPlaneDetailsSequence, "SQ", "1"], + (0x0018, 0x11bb) => [:AcquisitionFieldOfViewLabel, "LO", "1"], + (0x0018, 0x11bc) => [:XRayFilterDetailsSequence, "SQ", "1"], + (0x0018, 0x11bd) => [:XAAcquisitionDuration, "FD", "1"], + (0x0018, 0x11be) => [:ReconstructionPipelineType, "CS", "1"], + (0x0018, 0x11bf) => [:ImageFilterDetailsSequence, "SQ", "1"], + (0x0018, 0x11c0) => [:AppliedMaskSubtractionFlag, "CS", "1"], + (0x0018, 0x11c1) => [:RequestedSeriesDescriptionCodeSequence, "SQ", "1"], (0x0018, 0x1200) => [:DateOfLastCalibration, "DA", "1-n"], (0x0018, 0x1201) => [:TimeOfLastCalibration, "TM", "1-n"], (0x0018, 0x1202) => [:DateTimeOfLastCalibration, "DT", "1"], + (0x0018, 0x1203) => [:CalibrationDateTime, "DT", "1"], + (0x0018, 0x1204) => [:DateOfManufacture, "DA", "1"], + (0x0018, 0x1205) => [:DateOfInstallation, "DA", "1"], (0x0018, 0x1210) => [:ConvolutionKernel, "SH", "1-n"], (0x0018, 0x1240) => [:UpperLowerPixelValues, "IS", "1-n"], (0x0018, 0x1242) => [:ActualFrameDuration, "IS", "1"], @@ -823,8 +910,7 @@ dcm_dict = Dict( (0x0018, 0x1260) => [:PlateType, "SH", "1"], (0x0018, 0x1261) => [:PhosphorType, "LO", "1"], (0x0018, 0x1271) => [:WaterEquivalentDiameter, "FD", "1"], - (0x0018, 0x1272) => - [:WaterEquivalentDiameterCalculationMethodCodeSequence, "SQ", "1"], + (0x0018, 0x1272) => [:WaterEquivalentDiameterCalculationMethodCodeSequence, "SQ", "1"], (0x0018, 0x1300) => [:ScanVelocity, "DS", "1"], (0x0018, 0x1301) => [:WholeBodyTechnique, "CS", "1-n"], (0x0018, 0x1302) => [:ScanLength, "IS", "1"], @@ -915,6 +1001,7 @@ dcm_dict = Dict( (0x0018, 0x4000) => [:AcquisitionComments, "LT", "1"], (0x0018, 0x5000) => [:OutputPower, "SH", "1-n"], (0x0018, 0x5010) => [:TransducerData, "LO", "1-n"], + (0x0018, 0x5011) => [:TransducerIdentificationSequence, "SQ", "1"], (0x0018, 0x5012) => [:FocusDepth, "DS", "1"], (0x0018, 0x5020) => [:ProcessingFunction, "LO", "1"], (0x0018, 0x5021) => [:PostprocessingFunction, "LO", "1"], @@ -979,6 +1066,7 @@ dcm_dict = Dict( (0x0018, 0x6058) => [:TableOfPixelValues, "UL", "1-n"], (0x0018, 0x605a) => [:TableOfParameterValues, "FL", "1-n"], (0x0018, 0x6060) => [:RWaveTimeVector, "FL", "1-n"], + (0x0018, 0x6070) => [:ActiveImageAreaOverlayGroup, "US", "1"], (0x0018, 0x7000) => [:DetectorConditionsNominalFlag, "CS", "1"], (0x0018, 0x7001) => [:DetectorTemperature, "DS", "1"], (0x0018, 0x7004) => [:DetectorType, "CS", "1"], @@ -1297,8 +1385,7 @@ dcm_dict = Dict( (0x0018, 0x9439) => [:ExposureControlSensingRegionLowerHorizontalEdge, "SS", "1"], (0x0018, 0x9440) => [:CenterOfCircularExposureControlSensingRegion, "SS", "2"], (0x0018, 0x9441) => [:RadiusOfCircularExposureControlSensingRegion, "US", "1"], - (0x0018, 0x9442) => - [:VerticesOfThePolygonalExposureControlSensingRegion, "SS", "2-n"], + (0x0018, 0x9442) => [:VerticesOfThePolygonalExposureControlSensingRegion, "SS", "2-n"], (0x0018, 0x9447) => [:ColumnAngulationPatient, "FL", "1"], (0x0018, 0x9449) => [:BeamAngle, "FL", "1"], (0x0018, 0x9451) => [:FrameDetectorParametersSequence, "SQ", "1"], @@ -1430,6 +1517,27 @@ dcm_dict = Dict( (0x0018, 0x980e) => [:TransducerBeamSteeringCodeSequence, "SQ", "1"], (0x0018, 0x980f) => [:TransducerApplicationCodeSequence, "SQ", "1"], (0x0018, 0x9810) => [:ZeroVelocityPixelValue, "US or SS", "1"], + (0x0018, 0x9821) => [:PhotoacousticExcitationCharacteristicsSequence, "SQ", "1"], + (0x0018, 0x9822) => [:ExcitationSpectralWidth, "FD", "1"], + (0x0018, 0x9823) => [:ExcitationEnergy, "FD", "1"], + (0x0018, 0x9824) => [:ExcitationPulseDuration, "FD", "1"], + (0x0018, 0x9825) => [:ExcitationWavelengthSequence, "SQ", "1"], + (0x0018, 0x9826) => [:ExcitationWavelength, "FD", "1"], + (0x0018, 0x9828) => [:IlluminationTranslationFlag, "CS", "1"], + (0x0018, 0x9829) => [:AcousticCouplingMediumFlag, "CS", "1"], + (0x0018, 0x982a) => [:AcousticCouplingMediumCodeSequence, "SQ", "1"], + (0x0018, 0x982b) => [:AcousticCouplingMediumTemperature, "FD", "1"], + (0x0018, 0x982c) => [:TransducerResponseSequence, "SQ", "1"], + (0x0018, 0x982d) => [:CenterFrequency, "FD", "1"], + (0x0018, 0x982e) => [:FractionalBandwidth, "FD", "1"], + (0x0018, 0x982f) => [:LowerCutoffFrequency, "FD", "1"], + (0x0018, 0x9830) => [:UpperCutoffFrequency, "FD", "1"], + (0x0018, 0x9831) => [:TransducerTechnologySequence, "SQ", "1"], + (0x0018, 0x9832) => [:SoundSpeedCorrectionMechanismCodeSequence, "SQ", "1"], + (0x0018, 0x9833) => [:ObjectSoundSpeed, "FD", "1"], + (0x0018, 0x9834) => [:AcousticCouplingMediumSoundSpeed, "FD", "1"], + (0x0018, 0x9835) => [:PhotoacousticImageFrameTypeSequence, "SQ", "1"], + (0x0018, 0x9836) => [:ImageDataTypeCodeSequence, "SQ", "1"], (0x0018, 0x9900) => [:ReferenceLocationLabel, "LO", "1"], (0x0018, 0x9901) => [:ReferenceLocationDescription, "UT", "1"], (0x0018, 0x9902) => [:ReferenceBasisCodeSequence, "SQ", "1"], @@ -1470,8 +1578,7 @@ dcm_dict = Dict( (0x0018, 0x9930) => [:AcquisitionMotion, "CS", "1"], (0x0018, 0x9931) => [:AcquisitionStartLocationSequence, "SQ", "1"], (0x0018, 0x9932) => [:AcquisitionEndLocationSequence, "SQ", "1"], - (0x0018, 0x9933) => - [:ReconstructionProtocolElementSpecificationSequence, "SQ", "1"], + (0x0018, 0x9933) => [:ReconstructionProtocolElementSpecificationSequence, "SQ", "1"], (0x0018, 0x9934) => [:ReconstructionProtocolElementSequence, "SQ", "1"], (0x0018, 0x9935) => [:StorageProtocolElementSpecificationSequence, "SQ", "1"], (0x0018, 0x9936) => [:StorageProtocolElementSequence, "SQ", "1"], @@ -1509,6 +1616,7 @@ dcm_dict = Dict( (0x0020, 0x0022) => [:OverlayNumber, "IS", "1"], (0x0020, 0x0024) => [:CurveNumber, "IS", "1"], (0x0020, 0x0026) => [:LUTNumber, "IS", "1"], + (0x0020, 0x0027) => [:PyramidLabel, "LO", "1"], (0x0020, 0x0030) => [:ImagePosition, "DS", "3"], (0x0020, 0x0032) => [:ImagePositionPatient, "DS", "3"], (0x0020, 0x0035) => [:ImageOrientation, "DS", "6"], @@ -1628,6 +1736,7 @@ dcm_dict = Dict( (0x0022, 0x000c) => [:HorizontalFieldOfView, "FL", "1"], (0x0022, 0x000d) => [:PupilDilated, "CS", "1"], (0x0022, 0x000e) => [:DegreeOfDilation, "FL", "1"], + (0x0022, 0x000f) => [:VertexDistance, "FD", "1"], (0x0022, 0x0010) => [:StereoBaselineAngle, "FL", "1"], (0x0022, 0x0011) => [:StereoBaselineDisplacement, "FL", "1"], (0x0022, 0x0012) => [:StereoHorizontalPixelOffset, "FL", "1"], @@ -1702,10 +1811,8 @@ dcm_dict = Dict( (0x0022, 0x1096) => [:KeratometryMeasurementTypeCodeSequence, "SQ", "1"], (0x0022, 0x1097) => [:ImplantPartNumber, "LO", "1"], (0x0022, 0x1100) => [:ReferencedOphthalmicAxialMeasurementsSequence, "SQ", "1"], - (0x0022, 0x1101) => - [:OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence, "SQ", "1"], - (0x0022, 0x1103) => - [:RefractiveErrorBeforeRefractiveSurgeryCodeSequence, "SQ", "1"], + (0x0022, 0x1101) => [:OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence, "SQ", "1"], + (0x0022, 0x1103) => [:RefractiveErrorBeforeRefractiveSurgeryCodeSequence, "SQ", "1"], (0x0022, 0x1121) => [:IOLPowerForExactEmmetropia, "FL", "1"], (0x0022, 0x1122) => [:IOLPowerForExactTargetRefraction, "FL", "1"], (0x0022, 0x1125) => [:AnteriorChamberDepthDefinitionCodeSequence, "SQ", "1"], @@ -1722,18 +1829,13 @@ dcm_dict = Dict( (0x0022, 0x1135) => [:SourceOfRefractiveMeasurementsCodeSequence, "SQ", "1"], (0x0022, 0x1140) => [:OphthalmicAxialLengthMeasurementModified, "CS", "1"], (0x0022, 0x1150) => [:OphthalmicAxialLengthDataSourceCodeSequence, "SQ", "1"], - (0x0022, 0x1153) => - [:OphthalmicAxialLengthAcquisitionMethodCodeSequence, "SQ", "1"], + (0x0022, 0x1153) => [:OphthalmicAxialLengthAcquisitionMethodCodeSequence, "SQ", "1"], (0x0022, 0x1155) => [:SignalToNoiseRatio, "FL", "1"], (0x0022, 0x1159) => [:OphthalmicAxialLengthDataSourceDescription, "LO", "1"], - (0x0022, 0x1210) => - [:OphthalmicAxialLengthMeasurementsTotalLengthSequence, "SQ", "1"], - (0x0022, 0x1211) => - [:OphthalmicAxialLengthMeasurementsSegmentalLengthSequence, "SQ", "1"], - (0x0022, 0x1212) => - [:OphthalmicAxialLengthMeasurementsLengthSummationSequence, "SQ", "1"], - (0x0022, 0x1220) => - [:UltrasoundOphthalmicAxialLengthMeasurementsSequence, "SQ", "1"], + (0x0022, 0x1210) => [:OphthalmicAxialLengthMeasurementsTotalLengthSequence, "SQ", "1"], + (0x0022, 0x1211) => [:OphthalmicAxialLengthMeasurementsSegmentalLengthSequence, "SQ", "1"], + (0x0022, 0x1212) => [:OphthalmicAxialLengthMeasurementsLengthSummationSequence, "SQ", "1"], + (0x0022, 0x1220) => [:UltrasoundOphthalmicAxialLengthMeasurementsSequence, "SQ", "1"], (0x0022, 0x1225) => [:OpticalOphthalmicAxialLengthMeasurementsSequence, "SQ", "1"], (0x0022, 0x1230) => [:UltrasoundSelectedOphthalmicAxialLengthSequence, "SQ", "1"], (0x0022, 0x1250) => [:OphthalmicAxialLengthSelectionMethodCodeSequence, "SQ", "1"], @@ -1741,13 +1843,11 @@ dcm_dict = Dict( (0x0022, 0x1257) => [:SelectedSegmentalOphthalmicAxialLengthSequence, "SQ", "1"], (0x0022, 0x1260) => [:SelectedTotalOphthalmicAxialLengthSequence, "SQ", "1"], (0x0022, 0x1262) => [:OphthalmicAxialLengthQualityMetricSequence, "SQ", "1"], - (0x0022, 0x1265) => - [:OphthalmicAxialLengthQualityMetricTypeCodeSequence, "SQ", "1"], + (0x0022, 0x1265) => [:OphthalmicAxialLengthQualityMetricTypeCodeSequence, "SQ", "1"], (0x0022, 0x1273) => [:OphthalmicAxialLengthQualityMetricTypeDescription, "LO", "1"], (0x0022, 0x1300) => [:IntraocularLensCalculationsRightEyeSequence, "SQ", "1"], (0x0022, 0x1310) => [:IntraocularLensCalculationsLeftEyeSequence, "SQ", "1"], - (0x0022, 0x1330) => - [:ReferencedOphthalmicAxialLengthMeasurementQCImageSequence, "SQ", "1"], + (0x0022, 0x1330) => [:ReferencedOphthalmicAxialLengthMeasurementQCImageSequence, "SQ", "1"], (0x0022, 0x1415) => [:OphthalmicMappingDeviceType, "CS", "1"], (0x0022, 0x1420) => [:AcquisitionMethodCodeSequence, "SQ", "1"], (0x0022, 0x1423) => [:AcquisitionMethodAlgorithmSequence, "SQ", "1"], @@ -1771,12 +1871,9 @@ dcm_dict = Dict( (0x0022, 0x1515) => [:OphthalmicAxialLengthMethod, "CS", "1"], (0x0022, 0x1517) => [:OphthalmicFOV, "FL", "1"], (0x0022, 0x1518) => [:TwoDimensionalToThreeDimensionalMapSequence, "SQ", "1"], - (0x0022, 0x1525) => - [:WideFieldOphthalmicPhotographyQualityRatingSequence, "SQ", "1"], - (0x0022, 0x1526) => - [:WideFieldOphthalmicPhotographyQualityThresholdSequence, "SQ", "1"], - (0x0022, 0x1527) => - [:WideFieldOphthalmicPhotographyThresholdQualityRating, "FL", "1"], + (0x0022, 0x1525) => [:WideFieldOphthalmicPhotographyQualityRatingSequence, "SQ", "1"], + (0x0022, 0x1526) => [:WideFieldOphthalmicPhotographyQualityThresholdSequence, "SQ", "1"], + (0x0022, 0x1527) => [:WideFieldOphthalmicPhotographyThresholdQualityRating, "FL", "1"], (0x0022, 0x1528) => [:XCoordinatesCenterPixelViewAngle, "FL", "1"], (0x0022, 0x1529) => [:YCoordinatesCenterPixelViewAngle, "FL", "1"], (0x0022, 0x1530) => [:NumberOfMapPoints, "UL", "1"], @@ -1792,7 +1889,7 @@ dcm_dict = Dict( (0x0022, 0x1628) => [:OphthalmicEnFaceImageQualityRatingSequence, "SQ", "1"], (0x0022, 0x1630) => [:QualityThreshold, "DS", "1"], (0x0022, 0x1640) => [:OCTBscanAnalysisAcquisitionParametersSequence, "SQ", "1"], - (0x0022, 0x1642) => [:NumberofBscansPerFrame, "UL", "1"], + (0x0022, 0x1642) => [:NumberOfBscansPerFrame, "UL", "1"], (0x0022, 0x1643) => [:BscanSlabThickness, "FL", "1"], (0x0022, 0x1644) => [:DistanceBetweenBscanSlabs, "FL", "1"], (0x0022, 0x1645) => [:BscanCycleTime, "FL", "1"], @@ -1841,8 +1938,7 @@ dcm_dict = Dict( (0x0024, 0x0064) => [:ResultsNormalsSequence, "SQ", "1"], (0x0024, 0x0065) => [:AgeCorrectedSensitivityDeviationAlgorithmSequence, "SQ", "1"], (0x0024, 0x0066) => [:GlobalDeviationFromNormal, "FL", "1"], - (0x0024, 0x0067) => - [:GeneralizedDefectSensitivityDeviationAlgorithmSequence, "SQ", "1"], + (0x0024, 0x0067) => [:GeneralizedDefectSensitivityDeviationAlgorithmSequence, "SQ", "1"], (0x0024, 0x0068) => [:LocalizedDeviationFromNormal, "FL", "1"], (0x0024, 0x0069) => [:PatientReliabilityIndicator, "LO", "1"], (0x0024, 0x0070) => [:VisualFieldMeanSensitivity, "FL", "1"], @@ -1855,8 +1951,7 @@ dcm_dict = Dict( (0x0024, 0x0077) => [:ShortTermFluctuationProbability, "FL", "1"], (0x0024, 0x0078) => [:CorrectedLocalizedDeviationFromNormalCalculated, "CS", "1"], (0x0024, 0x0079) => [:CorrectedLocalizedDeviationFromNormal, "FL", "1"], - (0x0024, 0x0080) => - [:CorrectedLocalizedDeviationFromNormalProbabilityCalculated, "CS", "1"], + (0x0024, 0x0080) => [:CorrectedLocalizedDeviationFromNormalProbabilityCalculated, "CS", "1"], (0x0024, 0x0081) => [:CorrectedLocalizedDeviationFromNormalProbability, "FL", "1"], (0x0024, 0x0083) => [:GlobalDeviationProbabilitySequence, "SQ", "1"], (0x0024, 0x0085) => [:LocalizedDeviationProbabilitySequence, "SQ", "1"], @@ -1874,12 +1969,9 @@ dcm_dict = Dict( (0x0024, 0x0097) => [:VisualFieldTestPointNormalsSequence, "SQ", "1"], (0x0024, 0x0098) => [:QuantifiedDefect, "FL", "1"], (0x0024, 0x0100) => [:AgeCorrectedSensitivityDeviationProbabilityValue, "FL", "1"], - (0x0024, 0x0102) => - [:GeneralizedDefectCorrectedSensitivityDeviationFlag, "CS", "1"], - (0x0024, 0x0103) => - [:GeneralizedDefectCorrectedSensitivityDeviationValue, "FL", "1"], - (0x0024, 0x0104) => - [:GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue, "FL", "1"], + (0x0024, 0x0102) => [:GeneralizedDefectCorrectedSensitivityDeviationFlag, "CS", "1"], + (0x0024, 0x0103) => [:GeneralizedDefectCorrectedSensitivityDeviationValue, "FL", "1"], + (0x0024, 0x0104) => [:GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue, "FL", "1"], (0x0024, 0x0105) => [:MinimumSensitivityValue, "FL", "1"], (0x0024, 0x0106) => [:BlindSpotLocalized, "CS", "1"], (0x0024, 0x0107) => [:BlindSpotXCoordinate, "FL", "1"], @@ -1887,10 +1979,8 @@ dcm_dict = Dict( (0x0024, 0x0110) => [:VisualAcuityMeasurementSequence, "SQ", "1"], (0x0024, 0x0112) => [:RefractiveParametersUsedOnPatientSequence, "SQ", "1"], (0x0024, 0x0113) => [:MeasurementLaterality, "CS", "1"], - (0x0024, 0x0114) => - [:OphthalmicPatientClinicalInformationLeftEyeSequence, "SQ", "1"], - (0x0024, 0x0115) => - [:OphthalmicPatientClinicalInformationRightEyeSequence, "SQ", "1"], + (0x0024, 0x0114) => [:OphthalmicPatientClinicalInformationLeftEyeSequence, "SQ", "1"], + (0x0024, 0x0115) => [:OphthalmicPatientClinicalInformationRightEyeSequence, "SQ", "1"], (0x0024, 0x0117) => [:FovealPointNormativeDataFlag, "CS", "1"], (0x0024, 0x0118) => [:FovealPointProbabilityValue, "FL", "1"], (0x0024, 0x0120) => [:ScreeningBaselineMeasured, "CS", "1"], @@ -2047,6 +2137,7 @@ dcm_dict = Dict( (0x0028, 0x2112) => [:LossyImageCompressionRatio, "DS", "1-n"], (0x0028, 0x2114) => [:LossyImageCompressionMethod, "CS", "1-n"], (0x0028, 0x3000) => [:ModalityLUTSequence, "SQ", "1"], + (0x0028, 0x3001) => [:VariableModalityLUTSequence, "SQ", "1"], (0x0028, 0x3002) => [:LUTDescriptor, "US or SS", "3"], (0x0028, 0x3003) => [:LUTExplanation, "LO", "1"], (0x0028, 0x3004) => [:ModalityLUTType, "LO", "1"], @@ -2170,6 +2261,7 @@ dcm_dict = Dict( (0x0032, 0x1055) => [:StudyComponentStatusID, "CS", "1"], (0x0032, 0x1060) => [:RequestedProcedureDescription, "LO", "1"], (0x0032, 0x1064) => [:RequestedProcedureCodeSequence, "SQ", "1"], + (0x0032, 0x1065) => [:RequestedLateralityCodeSequence, "SQ", "1"], (0x0032, 0x1066) => [:ReasonForVisit, "UT", "1"], (0x0032, 0x1067) => [:ReasonForVisitCodeSequence, "SQ", "1"], (0x0032, 0x1070) => [:RequestedContrastAgent, "LO", "1"], @@ -2261,6 +2353,24 @@ dcm_dict = Dict( (0x003a, 0x0314) => [:ImpedanceMeasurementDateTime, "DT", "1"], (0x003a, 0x0315) => [:ImpedanceMeasurementFrequency, "DS", "1"], (0x003a, 0x0316) => [:ImpedanceMeasurementCurrentType, "CS", "1"], + (0x003a, 0x0317) => [:WaveformAmplifierType, "CS", "1"], + (0x003a, 0x0318) => [:FilterLowFrequencyCharacteristicsSequence, "SQ", "1"], + (0x003a, 0x0319) => [:FilterHighFrequencyCharacteristicsSequence, "SQ", "1"], + (0x003a, 0x0320) => [:SummarizedFilterLookupTable, "SQ", "1"], + (0x003a, 0x0321) => [:NotchFilterCharacteristicsSequence, "SQ", "1"], + (0x003a, 0x0322) => [:WaveformFilterType, "CS", "1"], + (0x003a, 0x0323) => [:AnalogFilterCharacteristicsSequence, "SQ", "1"], + (0x003a, 0x0324) => [:AnalogFilterRollOff, "DS", "1"], + (0x003a, 0x0325) => [:AnalogFilterType, "SQ", "1"], + (0x003a, 0x0326) => [:DigitalFilterCharacteristicsSequence, "SQ", "1"], + (0x003a, 0x0327) => [:DigitalFilterOrder, "IS", "1"], + (0x003a, 0x0328) => [:DigitalFilterTypeCodeSequence, "SQ", "1"], + (0x003a, 0x0329) => [:WaveformFilterDescription, "ST", "1"], + (0x003a, 0x032a) => [:FilterLookupTableSequence, "SQ", "1"], + (0x003a, 0x032b) => [:FilterLookupTableDescription, "ST", "1"], + (0x003a, 0x032c) => [:FrequencyEncodingCodeSequence, "SQ", "1"], + (0x003a, 0x032d) => [:MagnitudeEncodingCodeSequence, "SQ", "1"], + (0x003a, 0x032e) => [:FilterLookupTableData, "OD", "1"], (0x0040, 0x0001) => [:ScheduledStationAETitle, "AE", "1-n"], (0x0040, 0x0002) => [:ScheduledProcedureStepStartDate, "DA", "1"], (0x0040, 0x0003) => [:ScheduledProcedureStepStartTime, "TM", "1"], @@ -2271,8 +2381,7 @@ dcm_dict = Dict( (0x0040, 0x0008) => [:ScheduledProtocolCodeSequence, "SQ", "1"], (0x0040, 0x0009) => [:ScheduledProcedureStepID, "SH", "1"], (0x0040, 0x000a) => [:StageCodeSequence, "SQ", "1"], - (0x0040, 0x000b) => - [:ScheduledPerformingPhysicianIdentificationSequence, "SQ", "1"], + (0x0040, 0x000b) => [:ScheduledPerformingPhysicianIdentificationSequence, "SQ", "1"], (0x0040, 0x0010) => [:ScheduledStationName, "SH", "1-n"], (0x0040, 0x0011) => [:ScheduledProcedureStepLocation, "SH", "1"], (0x0040, 0x0012) => [:PreMedication, "LO", "1"], @@ -2304,8 +2413,7 @@ dcm_dict = Dict( (0x0040, 0x0270) => [:ScheduledStepAttributesSequence, "SQ", "1"], (0x0040, 0x0275) => [:RequestAttributesSequence, "SQ", "1"], (0x0040, 0x0280) => [:CommentsOnThePerformedProcedureStep, "ST", "1"], - (0x0040, 0x0281) => - [:PerformedProcedureStepDiscontinuationReasonCodeSequence, "SQ", "1"], + (0x0040, 0x0281) => [:PerformedProcedureStepDiscontinuationReasonCodeSequence, "SQ", "1"], (0x0040, 0x0293) => [:QuantitySequence, "SQ", "1"], (0x0040, 0x0294) => [:Quantity, "DS", "1"], (0x0040, 0x0295) => [:MeasuringUnitsSequence, "SQ", "1"], @@ -2406,17 +2514,14 @@ dcm_dict = Dict( (0x0040, 0x4009) => [:HumanPerformerCodeSequence, "SQ", "1"], (0x0040, 0x4010) => [:ScheduledProcedureStepModificationDateTime, "DT", "1"], (0x0040, 0x4011) => [:ExpectedCompletionDateTime, "DT", "1"], - (0x0040, 0x4015) => - [:ResultingGeneralPurposePerformedProcedureStepsSequence, "SQ", "1"], - (0x0040, 0x4016) => - [:ReferencedGeneralPurposeScheduledProcedureStepSequence, "SQ", "1"], + (0x0040, 0x4015) => [:ResultingGeneralPurposePerformedProcedureStepsSequence, "SQ", "1"], + (0x0040, 0x4016) => [:ReferencedGeneralPurposeScheduledProcedureStepSequence, "SQ", "1"], (0x0040, 0x4018) => [:ScheduledWorkitemCodeSequence, "SQ", "1"], (0x0040, 0x4019) => [:PerformedWorkitemCodeSequence, "SQ", "1"], (0x0040, 0x4020) => [:InputAvailabilityFlag, "CS", "1"], (0x0040, 0x4021) => [:InputInformationSequence, "SQ", "1"], (0x0040, 0x4022) => [:RelevantInformationSequence, "SQ", "1"], - (0x0040, 0x4023) => - [:ReferencedGeneralPurposeScheduledProcedureStepTransactionUID, "UI", "1"], + (0x0040, 0x4023) => [:ReferencedGeneralPurposeScheduledProcedureStepTransactionUID, "UI", "1"], (0x0040, 0x4025) => [:ScheduledStationNameCodeSequence, "SQ", "1"], (0x0040, 0x4026) => [:ScheduledStationClassCodeSequence, "SQ", "1"], (0x0040, 0x4027) => [:ScheduledStationGeographicLocationCodeSequence, "SQ", "1"], @@ -2464,10 +2569,10 @@ dcm_dict = Dict( (0x0040, 0xa024) => [:FindingsGroupRecordingTimeTrial, "TM", "1"], (0x0040, 0xa026) => [:FindingsSourceCategoryCodeSequenceTrial, "SQ", "1"], (0x0040, 0xa027) => [:VerifyingOrganization, "LO", "1"], - (0x0040, 0xa028) => - [:DocumentingOrganizationIdentifierCodeSequenceTrial, "SQ", "1"], + (0x0040, 0xa028) => [:DocumentingOrganizationIdentifierCodeSequenceTrial, "SQ", "1"], (0x0040, 0xa030) => [:VerificationDateTime, "DT", "1"], (0x0040, 0xa032) => [:ObservationDateTime, "DT", "1"], + (0x0040, 0xa033) => [:ObservationStartDateTime, "DT", "1"], (0x0040, 0xa040) => [:ValueType, "CS", "1"], (0x0040, 0xa043) => [:ConceptNameCodeSequence, "SQ", "1"], (0x0040, 0xa047) => [:MeasurementPrecisionDescriptionTrial, "LO", "1"], @@ -2563,6 +2668,14 @@ dcm_dict = Dict( (0x0040, 0xa731) => [:RelationshipSequenceTrial, "SQ", "1"], (0x0040, 0xa732) => [:RelationshipTypeCodeSequenceTrial, "SQ", "1"], (0x0040, 0xa744) => [:LanguageCodeSequenceTrial, "SQ", "1"], + (0x0040, 0xa801) => [:TabulatedValuesSequence, "SQ", "1"], + (0x0040, 0xa802) => [:NumberOfTableRows, "UL", "1"], + (0x0040, 0xa803) => [:NumberOfTableColumns, "UL", "1"], + (0x0040, 0xa804) => [:TableRowNumber, "UL", "1"], + (0x0040, 0xa805) => [:TableColumnNumber, "UL", "1"], + (0x0040, 0xa806) => [:TableRowDefinitionSequence, "SQ", "1"], + (0x0040, 0xa807) => [:TableColumnDefinitionSequence, "SQ", "1"], + (0x0040, 0xa808) => [:CellValuesSequence, "SQ", "1"], (0x0040, 0xa992) => [:UniformResourceLocatorTrial, "ST", "1"], (0x0040, 0xb020) => [:WaveformAnnotationSequence, "SQ", "1"], (0x0040, 0xdb00) => [:TemplateIdentifier, "CS", "1"], @@ -2728,6 +2841,10 @@ dcm_dict = Dict( (0x0048, 0x0111) => [:CondenserLensPower, "DS", "1"], (0x0048, 0x0112) => [:ObjectiveLensPower, "DS", "1"], (0x0048, 0x0113) => [:ObjectiveLensNumericalAperture, "DS", "1"], + (0x0048, 0x0114) => [:ConfocalMode, "CS", "1"], + (0x0048, 0x0115) => [:TissueLocation, "CS", "1"], + (0x0048, 0x0116) => [:ConfocalMicroscopyImageFrameTypeSequence, "SQ", "1"], + (0x0048, 0x0117) => [:ImageAcquisitionDepth, "FD", "1"], (0x0048, 0x0120) => [:PaletteColorLookupTableSequence, "SQ", "1"], (0x0048, 0x0200) => [:ReferencedImageNavigationSequence, "SQ", "1"], (0x0048, 0x0201) => [:TopLeftHandCornerOfLocalizerArea, "US", "2"], @@ -2878,7 +2995,7 @@ dcm_dict = Dict( (0x0062, 0x0006) => [:SegmentDescription, "ST", "1"], (0x0062, 0x0007) => [:SegmentationAlgorithmIdentificationSequence, "SQ", "1"], (0x0062, 0x0008) => [:SegmentAlgorithmType, "CS", "1"], - (0x0062, 0x0009) => [:SegmentAlgorithmName, "LO", "1"], + (0x0062, 0x0009) => [:SegmentAlgorithmName, "LO", "1-n"], (0x0062, 0x000a) => [:SegmentIdentificationSequence, "SQ", "1"], (0x0062, 0x000b) => [:ReferencedSegmentNumber, "US", "1-n"], (0x0062, 0x000c) => [:RecommendedDisplayGrayscaleValue, "US", "1"], @@ -2925,6 +3042,7 @@ dcm_dict = Dict( (0x0066, 0x001f) => [:VectorDimensionality, "US", "1"], (0x0066, 0x0020) => [:VectorAccuracy, "FL", "1-n"], (0x0066, 0x0021) => [:VectorCoordinateData, "OF", "1"], + (0x0066, 0x0022) => [:DoublePointCoordinatesData, "OD", "1"], (0x0066, 0x0023) => [:TrianglePointIndexList, "OW", "1"], (0x0066, 0x0024) => [:EdgePointIndexList, "OW", "1"], (0x0066, 0x0025) => [:VertexPointIndexList, "OW", "1"], @@ -2935,8 +3053,7 @@ dcm_dict = Dict( (0x0066, 0x002a) => [:SurfaceCount, "UL", "1"], (0x0066, 0x002b) => [:ReferencedSurfaceSequence, "SQ", "1"], (0x0066, 0x002c) => [:ReferencedSurfaceNumber, "UL", "1"], - (0x0066, 0x002d) => - [:SegmentSurfaceGenerationAlgorithmIdentificationSequence, "SQ", "1"], + (0x0066, 0x002d) => [:SegmentSurfaceGenerationAlgorithmIdentificationSequence, "SQ", "1"], (0x0066, 0x002e) => [:SegmentSurfaceSourceInstanceSequence, "SQ", "1"], (0x0066, 0x002f) => [:AlgorithmFamilyCodeSequence, "SQ", "1"], (0x0066, 0x0030) => [:AlgorithmNameCodeSequence, "SQ", "1"], @@ -3042,6 +3159,22 @@ dcm_dict = Dict( (0x0068, 0x7003) => [:ModelUsageCodeSequence, "SQ", "1"], (0x0068, 0x7004) => [:ModelGroupUID, "UI", "1"], (0x0068, 0x7005) => [:RelativeURIReferenceWithinEncapsulatedDocument, "UR", "1"], + (0x006a, 0x0001) => [:AnnotationCoordinateType, "CS", "1"], + (0x006a, 0x0002) => [:AnnotationGroupSequence, "SQ", "1"], + (0x006a, 0x0003) => [:AnnotationGroupUID, "UI", "1"], + (0x006a, 0x0005) => [:AnnotationGroupLabel, "LO", "1"], + (0x006a, 0x0006) => [:AnnotationGroupDescription, "UT", "1"], + (0x006a, 0x0007) => [:AnnotationGroupGenerationType, "CS", "1"], + (0x006a, 0x0008) => [:AnnotationGroupAlgorithmIdentificationSequence, "SQ", "1"], + (0x006a, 0x0009) => [:AnnotationPropertyCategoryCodeSequence, "SQ", "1"], + (0x006a, 0x000a) => [:AnnotationPropertyTypeCodeSequence, "SQ", "1"], + (0x006a, 0x000b) => [:AnnotationPropertyTypeModifierCodeSequence, "SQ", "1"], + (0x006a, 0x000c) => [:NumberOfAnnotations, "UL", "1"], + (0x006a, 0x000d) => [:AnnotationAppliesToAllOpticalPaths, "CS", "1"], + (0x006a, 0x000e) => [:ReferencedOpticalPathIdentifier, "SH", "1-n"], + (0x006a, 0x000f) => [:AnnotationAppliesToAllZPlanes, "CS", "1"], + (0x006a, 0x0010) => [:CommonZCoordinateValue, "FD", "1-n"], + (0x006a, 0x0011) => [:AnnotationIndexList, "OL", "1"], (0x0070, 0x0001) => [:GraphicAnnotationSequence, "SQ", "1"], (0x0070, 0x0002) => [:GraphicLayer, "CS", "1"], (0x0070, 0x0003) => [:BoundingBoxAnnotationUnits, "CS", "1"], @@ -3132,8 +3265,7 @@ dcm_dict = Dict( (0x0070, 0x0308) => [:RegistrationSequence, "SQ", "1"], (0x0070, 0x0309) => [:MatrixRegistrationSequence, "SQ", "1"], (0x0070, 0x030a) => [:MatrixSequence, "SQ", "1"], - (0x0070, 0x030b) => - [:FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix, "FD", "16"], + (0x0070, 0x030b) => [:FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix, "FD", "16"], (0x0070, 0x030c) => [:FrameOfReferenceTransformationMatrixType, "CS", "1"], (0x0070, 0x030d) => [:RegistrationTypeCodeSequence, "SQ", "1"], (0x0070, 0x030f) => [:FiducialDescription, "ST", "1"], @@ -3141,6 +3273,7 @@ dcm_dict = Dict( (0x0070, 0x0311) => [:FiducialIdentifierCodeSequence, "SQ", "1"], (0x0070, 0x0312) => [:ContourUncertaintyRadius, "FD", "1"], (0x0070, 0x0314) => [:UsedFiducialsSequence, "SQ", "1"], + (0x0070, 0x0315) => [:UsedRTStructureSetROISequence, "SQ", "1"], (0x0070, 0x0318) => [:GraphicCoordinatesDataSequence, "SQ", "1"], (0x0070, 0x031a) => [:FiducialUID, "UI", "1"], (0x0070, 0x031b) => [:ReferencedFiducialUID, "UI", "1"], @@ -3288,6 +3421,9 @@ dcm_dict = Dict( (0x0072, 0x007e) => [:SelectorSSValue, "SS", "1-n"], (0x0072, 0x007f) => [:SelectorUIValue, "UI", "1-n"], (0x0072, 0x0080) => [:SelectorCodeSequenceValue, "SQ", "1"], + (0x0072, 0x0081) => [:SelectorOVValue, "OV", "1"], + (0x0072, 0x0082) => [:SelectorSVValue, "SV", "1-n"], + (0x0072, 0x0083) => [:SelectorUVValue, "UV", "1-n"], (0x0072, 0x0100) => [:NumberOfScreens, "US", "1"], (0x0072, 0x0102) => [:NominalScreenDefinitionSequence, "SQ", "1"], (0x0072, 0x0104) => [:NumberOfVerticalPixels, "US", "1"], @@ -3458,14 +3594,12 @@ dcm_dict = Dict( (0x0078, 0x002e) => [:ImplantTemplateGroupMemberID, "US", "1"], (0x0078, 0x0050) => [:ThreeDImplantTemplateGroupMemberMatchingPoint, "FD", "3"], (0x0078, 0x0060) => [:ThreeDImplantTemplateGroupMemberMatchingAxes, "FD", "9"], - (0x0078, 0x0070) => - [:ImplantTemplateGroupMemberMatching2DCoordinatesSequence, "SQ", "1"], + (0x0078, 0x0070) => [:ImplantTemplateGroupMemberMatching2DCoordinatesSequence, "SQ", "1"], (0x0078, 0x0090) => [:TwoDImplantTemplateGroupMemberMatchingPoint, "FD", "2"], (0x0078, 0x00a0) => [:TwoDImplantTemplateGroupMemberMatchingAxes, "FD", "4"], (0x0078, 0x00b0) => [:ImplantTemplateGroupVariationDimensionSequence, "SQ", "1"], (0x0078, 0x00b2) => [:ImplantTemplateGroupVariationDimensionName, "LO", "1"], - (0x0078, 0x00b4) => - [:ImplantTemplateGroupVariationDimensionRankSequence, "SQ", "1"], + (0x0078, 0x00b4) => [:ImplantTemplateGroupVariationDimensionRankSequence, "SQ", "1"], (0x0078, 0x00b6) => [:ReferencedImplantTemplateGroupMemberID, "US", "1"], (0x0078, 0x00b8) => [:ImplantTemplateGroupVariationDimensionRank, "US", "1"], (0x0080, 0x0001) => [:SurfaceScanAcquisitionTypeCodeSequence, "SQ", "1"], @@ -3685,6 +3819,60 @@ dcm_dict = Dict( (0x3002, 0x0050) => [:PrimaryFluenceModeSequence, "SQ", "1"], (0x3002, 0x0051) => [:FluenceMode, "CS", "1"], (0x3002, 0x0052) => [:FluenceModeID, "SH", "1"], + (0x3002, 0x0100) => [:SelectedFrameNumber, "IS", "1"], + (0x3002, 0x0101) => [:SelectedFrameFunctionalGroupsSequence, "SQ", "1"], + (0x3002, 0x0102) => [:RTImageFrameGeneralContentSequence, "SQ", "1"], + (0x3002, 0x0103) => [:RTImageFrameContextSequence, "SQ", "1"], + (0x3002, 0x0104) => [:RTImageScopeSequence, "SQ", "1"], + (0x3002, 0x0105) => [:BeamModifierCoordinatesPresenceFlag, "CS", "1"], + (0x3002, 0x0106) => [:StartCumulativeMeterset, "FD", "1"], + (0x3002, 0x0107) => [:StopCumulativeMeterset, "FD", "1"], + (0x3002, 0x0108) => [:RTAcquisitionPatientPositionSequence, "SQ", "1"], + (0x3002, 0x0109) => [:RTImageFrameImagingDevicePositionSequence, "SQ", "1"], + (0x3002, 0x010a) => [:RTImageFramekVRadiationAcquisitionSequence, "SQ", "1"], + (0x3002, 0x010b) => [:RTImageFrameMVRadiationAcquisitionSequence, "SQ", "1"], + (0x3002, 0x010c) => [:RTImageFrameRadiationAcquisitionSequence, "SQ", "1"], + (0x3002, 0x010d) => [:ImagingSourcePositionSequence, "SQ", "1"], + (0x3002, 0x010e) => [:ImageReceptorPositionSequence, "SQ", "1"], + (0x3002, 0x010f) => [:DevicePositionToEquipmentMappingMatrix, "FD", "16"], + (0x3002, 0x0110) => [:DevicePositionParameterSequence, "SQ", "1"], + (0x3002, 0x0111) => [:ImagingSourceLocationSpecificationType, "CS", "1"], + (0x3002, 0x0112) => [:ImagingDeviceLocationMatrixSequence, "SQ", "1"], + (0x3002, 0x0113) => [:ImagingDeviceLocationParameterSequence, "SQ", "1"], + (0x3002, 0x0114) => [:ImagingApertureSequence, "SQ", "1"], + (0x3002, 0x0115) => [:ImagingApertureSpecificationType, "CS", "1"], + (0x3002, 0x0116) => [:NumberOfAcquisitionDevices, "US", "1"], + (0x3002, 0x0117) => [:AcquisitionDeviceSequence, "SQ", "1"], + (0x3002, 0x0118) => [:AcquisitionTaskSequence, "SQ", "1"], + (0x3002, 0x0119) => [:AcquisitionTaskWorkitemCodeSequence, "SQ", "1"], + (0x3002, 0x011a) => [:AcquisitionSubtaskSequence, "SQ", "1"], + (0x3002, 0x011b) => [:SubtaskWorkitemCodeSequence, "SQ", "1"], + (0x3002, 0x011c) => [:AcquisitionTaskIndex, "US", "1"], + (0x3002, 0x011d) => [:AcquisitionSubtaskIndex, "US", "1"], + (0x3002, 0x011e) => [:ReferencedBaselineParametersRTRadiationInstanceSequence, "SQ", "1"], + (0x3002, 0x011f) => [:PositionAcquisitionTemplateIdentificationSequence, "SQ", "1"], + (0x3002, 0x0120) => [:PositionAcquisitionTemplateID, "ST", "1"], + (0x3002, 0x0121) => [:PositionAcquisitionTemplateName, "LO", "1"], + (0x3002, 0x0122) => [:PositionAcquisitionTemplateCodeSequence, "SQ", "1"], + (0x3002, 0x0123) => [:PositionAcquisitionTemplateDescription, "LT", "1"], + (0x3002, 0x0124) => [:AcquisitionTaskApplicabilitySequence, "SQ", "1"], + (0x3002, 0x0125) => [:ProjectionImagingAcquisitionParameterSequence, "SQ", "1"], + (0x3002, 0x0126) => [:CTImagingAcquisitionParameterSequence, "SQ", "1"], + (0x3002, 0x0127) => [:KVImagingGenerationParametersSequence, "SQ", "1"], + (0x3002, 0x0128) => [:MVImagingGenerationParametersSequence, "SQ", "1"], + (0x3002, 0x0129) => [:AcquisitionSignalType, "CS", "1"], + (0x3002, 0x012a) => [:AcquisitionMethod, "CS", "1"], + (0x3002, 0x012b) => [:ScanStartPositionSequence, "SQ", "1"], + (0x3002, 0x012c) => [:ScanStopPositionSequence, "SQ", "1"], + (0x3002, 0x012d) => [:ImagingSourceToBeamModifierDefinitionPlaneDistance, "FD", "1"], + (0x3002, 0x012e) => [:ScanArcType, "CS", "1"], + (0x3002, 0x012f) => [:DetectorPositioningType, "CS", "1"], + (0x3002, 0x0130) => [:AdditionalRTAccessoryDeviceSequence, "SQ", "1"], + (0x3002, 0x0131) => [:DeviceSpecificAcquisitionParameterSequence, "SQ", "1"], + (0x3002, 0x0132) => [:ReferencedPositionReferenceInstanceSequence, "SQ", "1"], + (0x3002, 0x0133) => [:EnergyDerivationCodeSequence, "SQ", "1"], + (0x3002, 0x0134) => [:MaximumCumulativeMetersetExposure, "FD", "1"], + (0x3002, 0x0135) => [:AcquisitionInitiationSequence, "SQ", "1"], (0x3004, 0x0001) => [:DVHType, "CS", "1"], (0x3004, 0x0002) => [:DoseUnits, "CS", "1"], (0x3004, 0x0004) => [:DoseType, "CS", "1"], @@ -3726,6 +3914,8 @@ dcm_dict = Dict( (0x3006, 0x0028) => [:ROIDescription, "ST", "1"], (0x3006, 0x002a) => [:ROIDisplayColor, "IS", "3"], (0x3006, 0x002c) => [:ROIVolume, "DS", "1"], + (0x3006, 0x002d) => [:ROIDateTime, "DT", "1"], + (0x3006, 0x002e) => [:ROIObservationDateTime, "DT", "1"], (0x3006, 0x0030) => [:RTRelatedROISequence, "SQ", "1"], (0x3006, 0x0033) => [:RTROIRelationship, "CS", "1"], (0x3006, 0x0036) => [:ROIGenerationAlgorithm, "CS", "1"], @@ -3739,6 +3929,12 @@ dcm_dict = Dict( (0x3006, 0x0046) => [:NumberOfContourPoints, "IS", "1"], (0x3006, 0x0048) => [:ContourNumber, "IS", "1"], (0x3006, 0x0049) => [:AttachedContours, "IS", "1-n"], + (0x3006, 0x004a) => [:SourcePixelPlanesCharacteristicsSequence, "SQ", "1"], + (0x3006, 0x004b) => [:SourceSeriesSequence, "SQ", "1"], + (0x3006, 0x004c) => [:SourceSeriesInformationSequence, "SQ", "1"], + (0x3006, 0x004d) => [:ROICreatorSequence, "SQ", "1"], + (0x3006, 0x004e) => [:ROIInterpreterSequence, "SQ", "1"], + (0x3006, 0x004f) => [:ROIObservationContextCodeSequence, "SQ", "1"], (0x3006, 0x0050) => [:ContourData, "DS", "3-3n"], (0x3006, 0x0080) => [:RTROIObservationsSequence, "SQ", "1"], (0x3006, 0x0082) => [:ObservationNumber, "IS", "1"], @@ -3817,9 +4013,14 @@ dcm_dict = Dict( (0x3008, 0x0090) => [:ReferencedCalculatedDoseReferenceSequence, "SQ", "1"], (0x3008, 0x0092) => [:ReferencedCalculatedDoseReferenceNumber, "IS", "1"], (0x3008, 0x00a0) => [:BeamLimitingDeviceLeafPairsSequence, "SQ", "1"], + (0x3008, 0x00a1) => [:EnhancedRTBeamLimitingDeviceSequence, "SQ", "1"], + (0x3008, 0x00a2) => [:EnhancedRTBeamLimitingOpeningSequence, "SQ", "1"], + (0x3008, 0x00a3) => [:EnhancedRTBeamLimitingDeviceDefinitionFlag, "CS", "1"], + (0x3008, 0x00a4) => [:ParallelRTBeamDelimiterOpeningExtents, "FD", "2-2n"], (0x3008, 0x00b0) => [:RecordedWedgeSequence, "SQ", "1"], (0x3008, 0x00c0) => [:RecordedCompensatorSequence, "SQ", "1"], (0x3008, 0x00d0) => [:RecordedBlockSequence, "SQ", "1"], + (0x3008, 0x00d1) => [:RecordedBlockSlabSequence, "SQ", "1"], (0x3008, 0x00e0) => [:TreatmentSummaryMeasuredDoseReferenceSequence, "SQ", "1"], (0x3008, 0x00f0) => [:RecordedSnoutSequence, "SQ", "1"], (0x3008, 0x00f2) => [:RecordedRangeShifterSequence, "SQ", "1"], @@ -4032,8 +4233,7 @@ dcm_dict = Dict( (0x300a, 0x012c) => [:IsocenterPosition, "DS", "3"], (0x300a, 0x012e) => [:SurfaceEntryPoint, "DS", "3"], (0x300a, 0x0130) => [:SourceToSurfaceDistance, "DS", "1"], - (0x300a, 0x0131) => - [:AverageBeamDosePointSourceToExternalContourDistance, "FL", "1"], + (0x300a, 0x0131) => [:AverageBeamDosePointSourceToExternalContourDistance, "FL", "1"], (0x300a, 0x0132) => [:SourceToExternalContourDistance, "FL", "1"], (0x300a, 0x0133) => [:ExternalContourEntryPoint, "FL", "3"], (0x300a, 0x0134) => [:CumulativeMetersetWeight, "DS", "1"], @@ -4134,6 +4334,7 @@ dcm_dict = Dict( (0x300a, 0x029c) => [:SourceApplicatorWallNominalThickness, "DS", "1"], (0x300a, 0x029e) => [:SourceApplicatorWallNominalTransmission, "DS", "1"], (0x300a, 0x02a0) => [:SourceApplicatorStepSize, "DS", "1"], + (0x300a, 0x02a1) => [:ApplicatorShapeReferencedROINumber, "IS", "1"], (0x300a, 0x02a2) => [:TransferTubeNumber, "IS", "1"], (0x300a, 0x02a4) => [:TransferTubeLength, "DS", "1"], (0x300a, 0x02b0) => [:ChannelShieldSequence, "SQ", "1"], @@ -4329,8 +4530,7 @@ dcm_dict = Dict( (0x300a, 0x0641) => [:NumberOfRTBeamLimitingDevices, "US", "1"], (0x300a, 0x0642) => [:RTBeamLimitingDeviceProximalDistance, "FD", "1"], (0x300a, 0x0643) => [:RTBeamLimitingDeviceDistalDistance, "FD", "1"], - (0x300a, 0x0644) => - [:ParallelRTBeamDelimiterDeviceOrientationLabelCodeSequence, "SQ", "1"], + (0x300a, 0x0644) => [:ParallelRTBeamDelimiterDeviceOrientationLabelCodeSequence, "SQ", "1"], (0x300a, 0x0645) => [:BeamModifierOrientationAngle, "FD", "1"], (0x300a, 0x0646) => [:FixedRTBeamDelimiterDeviceSequence, "SQ", "1"], (0x300a, 0x0647) => [:ParallelRTBeamDelimiterDeviceSequence, "SQ", "1"], @@ -4352,8 +4552,7 @@ dcm_dict = Dict( (0x300a, 0x0657) => [:NumberOfRTBeamLimitingDeviceOpenings, "US", "1"], (0x300a, 0x0658) => [:RadiationDosimeterUnitSequence, "SQ", "1"], (0x300a, 0x0659) => [:RTDeviceDistanceReferenceLocationCodeSequence, "SQ", "1"], - (0x300a, 0x065a) => - [:RadiationDeviceConfigurationAndCommissioningKeySequence, "SQ", "1"], + (0x300a, 0x065a) => [:RadiationDeviceConfigurationAndCommissioningKeySequence, "SQ", "1"], (0x300a, 0x065b) => [:PatientSupportPositionParameterSequence, "SQ", "1"], (0x300a, 0x065c) => [:PatientSupportPositionSpecificationMethod, "CS", "1"], (0x300a, 0x065d) => [:PatientSupportPositionDeviceParameterSequence, "SQ", "1"], @@ -4402,6 +4601,7 @@ dcm_dict = Dict( (0x300a, 0x0688) => [:RTBeamModifierDefinitionDistance, "FD", "1"], (0x300a, 0x0689) => [:BeamAreaLimitSequence, "SQ", "1"], (0x300a, 0x068a) => [:ReferencedRTPrescriptionSequence, "SQ", "1"], + (0x300a, 0x068b) => [:DoseValueInterpretation, "CS", "1"], (0x300a, 0x0700) => [:TreatmentSessionUID, "UI", "1"], (0x300a, 0x0701) => [:RTRadiationUsage, "CS", "1"], (0x300a, 0x0702) => [:ReferencedRTRadiationSetSequence, "SQ", "1"], @@ -4443,6 +4643,33 @@ dcm_dict = Dict( (0x300a, 0x0774) => [:DoseMeasurementDeviceCodeSequence, "SQ", "1"], (0x300a, 0x0780) => [:AdditionalParameterRecordingInstanceSequence, "SQ", "1"], (0x300a, 0x0783) => [:InterlockOriginDescription, "ST", "1"], + (0x300a, 0x0784) => [:RTPatientPositionScopeSequence, "SQ", "1"], + (0x300a, 0x0785) => [:ReferencedTreatmentPositionGroupUID, "UI", "1"], + (0x300a, 0x0786) => [:RadiationOrderIndex, "US", "1"], + (0x300a, 0x0787) => [:OmittedRadiationSequence, "SQ", "1"], + (0x300a, 0x0788) => [:ReasonForOmissionCodeSequence, "SQ", "1"], + (0x300a, 0x0789) => [:RTDeliveryStartPatientPositionSequence, "SQ", "1"], + (0x300a, 0x078a) => [:RTTreatmentPreparationPatientPositionSequence, "SQ", "1"], + (0x300a, 0x078b) => [:ReferencedRTTreatmentPreparationSequence, "SQ", "1"], + (0x300a, 0x078c) => [:ReferencedPatientSetupPhotoSequence, "SQ", "1"], + (0x300a, 0x078d) => [:PatientTreatmentPreparationMethodCodeSequence, "SQ", "1"], + (0x300a, 0x078e) => [:PatientTreatmentPreparationProcedureParameterDescription, "LT", "1"], + (0x300a, 0x078f) => [:PatientTreatmentPreparationDeviceSequence, "SQ", "1"], + (0x300a, 0x0790) => [:PatientTreatmentPreparationProcedureSequence, "SQ", "1"], + (0x300a, 0x0791) => [:PatientTreatmentPreparationProcedureCodeSequence, "SQ", "1"], + (0x300a, 0x0792) => [:PatientTreatmentPreparationMethodDescription, "LT", "1"], + (0x300a, 0x0793) => [:PatientTreatmentPreparationProcedureParameterSequence, "SQ", "1"], + (0x300a, 0x0794) => [:PatientSetupPhotoDescription, "LT", "1"], + (0x300a, 0x0795) => [:PatientTreatmentPreparationProcedureIndex, "US", "1"], + (0x300a, 0x0796) => [:ReferencedPatientSetupProcedureIndex, "US", "1"], + (0x300a, 0x0797) => [:RTRadiationTaskSequence, "SQ", "1"], + (0x300a, 0x0798) => [:RTPatientPositionDisplacementSequence, "SQ", "1"], + (0x300a, 0x0799) => [:RTPatientPositionSequence, "SQ", "1"], + (0x300a, 0x079a) => [:DisplacementReferenceLabel, "LO", "1"], + (0x300a, 0x079b) => [:DisplacementMatrix, "FD", "16"], + (0x300a, 0x079c) => [:PatientSupportDisplacementSequence, "SQ", "1"], + (0x300a, 0x079d) => [:DisplacementReferenceLocationCodeSequence, "SQ", "1"], + (0x300a, 0x079e) => [:RTRadiationSetDeliveryUsage, "CS", "1"], (0x300c, 0x0002) => [:ReferencedRTPlanSequence, "SQ", "1"], (0x300c, 0x0004) => [:ReferencedBeamSequence, "SQ", "1"], (0x300c, 0x0006) => [:ReferencedBeamNumber, "IS", "1"], @@ -4477,21 +4704,35 @@ dcm_dict = Dict( (0x300c, 0x0111) => [:OmittedBeamTaskSequence, "SQ", "1"], (0x300c, 0x0112) => [:ReasonForOmission, "CS", "1"], (0x300c, 0x0113) => [:ReasonForOmissionDescription, "LO", "1"], + (0x300c, 0x0114) => [:PrescriptionOverviewSequence, "SQ", "1"], + (0x300c, 0x0115) => [:TotalPrescriptionDose, "FL", "1"], + (0x300c, 0x0116) => [:PlanOverviewSequence, "SQ", "1"], + (0x300c, 0x0117) => [:PlanOverviewIndex, "US", "1"], + (0x300c, 0x0118) => [:ReferencedPlanOverviewIndex, "US", "1"], + (0x300c, 0x0119) => [:NumberOfFractionsIncluded, "US", "1"], + (0x300c, 0x0120) => [:DoseCalibrationConditionsSequence, "SQ", "1"], + (0x300c, 0x0121) => [:AbsorbedDoseToMetersetRatio, "FD", "1"], + (0x300c, 0x0122) => [:DelineatedRadiationFieldSize, "FD", "2"], + (0x300c, 0x0123) => [:DoseCalibrationConditionsVerifiedFlag, "CS", "1"], + (0x300c, 0x0124) => [:CalibrationReferencePointDepth, "FD", "1"], + (0x300c, 0x0125) => [:GatingBeamHoldTransitionSequence, "SQ", "1"], + (0x300c, 0x0126) => [:BeamHoldTransition, "CS", "1"], + (0x300c, 0x0127) => [:BeamHoldTransitionDateTime, "DT", "1"], + (0x300c, 0x0128) => [:BeamHoldOriginatingDeviceSequence, "SQ", "1"], + (0x300c, 0x0129) => [:BeamHoldTransitionTriggerSource, "CS", "1"], (0x300e, 0x0002) => [:ApprovalStatus, "CS", "1"], (0x300e, 0x0004) => [:ReviewDate, "DA", "1"], (0x300e, 0x0005) => [:ReviewTime, "TM", "1"], (0x300e, 0x0008) => [:ReviewerName, "PN", "1"], (0x3010, 0x0001) => [:RadiobiologicalDoseEffectSequence, "SQ", "1"], (0x3010, 0x0002) => [:RadiobiologicalDoseEffectFlag, "CS", "1"], - (0x3010, 0x0003) => - [:EffectiveDoseCalculationMethodCategoryCodeSequence, "SQ", "1"], + (0x3010, 0x0003) => [:EffectiveDoseCalculationMethodCategoryCodeSequence, "SQ", "1"], (0x3010, 0x0004) => [:EffectiveDoseCalculationMethodCodeSequence, "SQ", "1"], (0x3010, 0x0005) => [:EffectiveDoseCalculationMethodDescription, "LO", "1"], (0x3010, 0x0006) => [:ConceptualVolumeUID, "UI", "1"], (0x3010, 0x0007) => [:OriginatingSOPInstanceReferenceSequence, "SQ", "1"], (0x3010, 0x0008) => [:ConceptualVolumeConstituentSequence, "SQ", "1"], - (0x3010, 0x0009) => - [:EquivalentConceptualVolumeInstanceReferenceSequence, "SQ", "1"], + (0x3010, 0x0009) => [:EquivalentConceptualVolumeInstanceReferenceSequence, "SQ", "1"], (0x3010, 0x000a) => [:EquivalentConceptualVolumesSequence, "SQ", "1"], (0x3010, 0x000b) => [:ReferencedConceptualVolumeUID, "UI", "1"], (0x3010, 0x000c) => [:ConceptualVolumeCombinationExpression, "UT", "1"], @@ -4500,8 +4741,7 @@ dcm_dict = Dict( (0x3010, 0x000f) => [:ConceptualVolumeCombinationDescription, "ST", "1"], (0x3010, 0x0010) => [:ConceptualVolumeSegmentationDefinedFlag, "CS", "1"], (0x3010, 0x0011) => [:ConceptualVolumeSegmentationReferenceSequence, "SQ", "1"], - (0x3010, 0x0012) => - [:ConceptualVolumeConstituentSegmentationReferenceSequence, "SQ", "1"], + (0x3010, 0x0012) => [:ConceptualVolumeConstituentSegmentationReferenceSequence, "SQ", "1"], (0x3010, 0x0013) => [:ConstituentConceptualVolumeUID, "UI", "1"], (0x3010, 0x0014) => [:DerivationConceptualVolumeSequence, "SQ", "1"], (0x3010, 0x0015) => [:SourceConceptualVolumeUID, "UI", "1"], @@ -4551,8 +4791,7 @@ dcm_dict = Dict( (0x3010, 0x0041) => [:ReferencedRTPrescriptionIndex, "US", "1"], (0x3010, 0x0042) => [:ReferencedParentRTPrescriptionIndex, "US", "1"], (0x3010, 0x0043) => [:ManufacturerDeviceIdentifier, "ST", "1"], - (0x3010, 0x0044) => - [:InstanceLevelReferencedPerformedProcedureStepSequence, "SQ", "1"], + (0x3010, 0x0044) => [:InstanceLevelReferencedPerformedProcedureStepSequence, "SQ", "1"], (0x3010, 0x0045) => [:RTTreatmentPhaseIntentPresenceFlag, "CS", "1"], (0x3010, 0x0046) => [:RadiotherapyTreatmentType, "CS", "1"], (0x3010, 0x0047) => [:TeletherapyRadiationType, "CS", "1-n"], @@ -4632,6 +4871,7 @@ dcm_dict = Dict( (0x3010, 0x0098) => [:TomotherapeuticControlPointSequence, "SQ", "1"], (0x3010, 0x0099) => [:TomotherapeuticLeafOpenDurations, "FD", "1-n"], (0x3010, 0x009a) => [:TomotherapeuticLeafInitialClosedDurations, "FD", "1-n"], + (0x3010, 0x00a0) => [:ConceptualVolumeIdentificationSequence, "SQ", "1"], (0x4000, 0x0010) => [:Arbitrary, "LT", "1"], (0x4000, 0x4000) => [:TextComments, "LT", "1"], (0x4008, 0x0040) => [:ResultsID, "SH", "1"], @@ -4697,7 +4937,7 @@ dcm_dict = Dict( (0x4010, 0x1026) => [:RouteSegmentEndTime, "DT", "1"], (0x4010, 0x1027) => [:TDRType, "CS", "1"], (0x4010, 0x1028) => [:InternationalRouteSegment, "CS", "1"], - (0x4010, 0x1029) => [:ThreatDetectionAlgorithmandVersion, "LO", "1-n"], + (0x4010, 0x1029) => [:ThreatDetectionAlgorithmAndVersion, "LO", "1-n"], (0x4010, 0x102a) => [:AssignedLocation, "SH", "1"], (0x4010, 0x102b) => [:AlarmDecisionTime, "DT", "1"], (0x4010, 0x1031) => [:AlarmDecision, "CS", "1"], @@ -4762,6 +5002,7 @@ dcm_dict = Dict( (0x5600, 0x0020) => [:SpectroscopyData, "OF", "1"], (0x7fe0, 0x0001) => [:ExtendedOffsetTable, "OV", "1"], (0x7fe0, 0x0002) => [:ExtendedOffsetTableLengths, "OV", "1"], + (0x7fe0, 0x0003) => [:EncapsulatedPixelDataValueTotalLength, "UV", "1"], (0x7fe0, 0x0008) => [:FloatPixelData, "OF", "1"], (0x7fe0, 0x0009) => [:DoubleFloatPixelData, "OD", "1"], (0x7fe0, 0x0010) => [:PixelData, "OB or OW", "1"],