#region License // Copyright (c) 2010, ClearCanvas Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, // this list of conditions and the following disclaimer. // * Redistributions in binary form must reproduce the above copyright notice, // this list of conditions and the following disclaimer in the documentation // and/or other materials provided with the distribution. // * Neither the name of ClearCanvas Inc. nor the names of its contributors // may be used to endorse or promote products derived from this software without // specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, // OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE // GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY // OF SUCH DAMAGE. #endregion #region Backport // This file is a backport from a more recent version of a referenced library. // For a complete file change history, please consult the original file. // // File URL: svn://svn.clearcanvas.ca/source/Xian/Trunk/Dicom/SopClass.cs // Revision: 12670 // Backport Date: 2010-07-27 14:28:24 #endregion using System; using System.Collections.Generic; using ClearCanvas.Dicom; // This file is auto-generated by the ClearCanvas.Dicom.DataDictionaryGenerator project. namespace Nullstack.ClearCanvasEx.ViewerEx.AnnotationProviders.Backports { /// /// This class contains defines for all DICOM SOP Classes. /// public class SopClass { /// /// 12-lead ECG Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.1.1 /// public static readonly String Sop12LeadEcgWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.1.1"; /// SopClass for /// 12-lead ECG Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.1.1 /// public static readonly SopClass Sop12LeadEcgWaveformStorage = new SopClass("12-lead ECG Waveform Storage", Sop12LeadEcgWaveformStorageUid, false); /// /// Ambulatory ECG Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.1.3 /// public static readonly String AmbulatoryEcgWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.1.3"; /// SopClass for /// Ambulatory ECG Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.1.3 /// public static readonly SopClass AmbulatoryEcgWaveformStorage = new SopClass("Ambulatory ECG Waveform Storage", AmbulatoryEcgWaveformStorageUid, false); /// /// Arterial Pulse Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.5.1 /// public static readonly String ArterialPulseWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.5.1"; /// SopClass for /// Arterial Pulse Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.5.1 /// public static readonly SopClass ArterialPulseWaveformStorage = new SopClass("Arterial Pulse Waveform Storage", ArterialPulseWaveformStorageUid, false); /// /// Audio SR Storage – Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.88.2 /// public static readonly String AudioSrStorageTrialRetiredUid = "1.2.840.10008.5.1.4.1.1.88.2"; /// SopClass for /// Audio SR Storage – Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.88.2 /// public static readonly SopClass AudioSrStorageTrialRetired = new SopClass("Audio SR Storage – Trial (Retired)", AudioSrStorageTrialRetiredUid, false); /// /// Autorefraction Measurements Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.2 /// public static readonly String AutorefractionMeasurementsStorageUid = "1.2.840.10008.5.1.4.1.1.78.2"; /// SopClass for /// Autorefraction Measurements Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.2 /// public static readonly SopClass AutorefractionMeasurementsStorage = new SopClass("Autorefraction Measurements Storage", AutorefractionMeasurementsStorageUid, false); /// /// Basic Annotation Box SOP Class /// UID: 1.2.840.10008.5.1.1.15 /// public static readonly String BasicAnnotationBoxSopClassUid = "1.2.840.10008.5.1.1.15"; /// SopClass for /// Basic Annotation Box SOP Class /// UID: 1.2.840.10008.5.1.1.15 /// public static readonly SopClass BasicAnnotationBoxSopClass = new SopClass("Basic Annotation Box SOP Class", BasicAnnotationBoxSopClassUid, false); /// /// Basic Color Image Box SOP Class /// UID: 1.2.840.10008.5.1.1.4.1 /// public static readonly String BasicColorImageBoxSopClassUid = "1.2.840.10008.5.1.1.4.1"; /// SopClass for /// Basic Color Image Box SOP Class /// UID: 1.2.840.10008.5.1.1.4.1 /// public static readonly SopClass BasicColorImageBoxSopClass = new SopClass("Basic Color Image Box SOP Class", BasicColorImageBoxSopClassUid, false); /// /// Basic Film Box SOP Class /// UID: 1.2.840.10008.5.1.1.2 /// public static readonly String BasicFilmBoxSopClassUid = "1.2.840.10008.5.1.1.2"; /// SopClass for /// Basic Film Box SOP Class /// UID: 1.2.840.10008.5.1.1.2 /// public static readonly SopClass BasicFilmBoxSopClass = new SopClass("Basic Film Box SOP Class", BasicFilmBoxSopClassUid, false); /// /// Basic Film Session SOP Class /// UID: 1.2.840.10008.5.1.1.1 /// public static readonly String BasicFilmSessionSopClassUid = "1.2.840.10008.5.1.1.1"; /// SopClass for /// Basic Film Session SOP Class /// UID: 1.2.840.10008.5.1.1.1 /// public static readonly SopClass BasicFilmSessionSopClass = new SopClass("Basic Film Session SOP Class", BasicFilmSessionSopClassUid, false); /// /// Basic Grayscale Image Box SOP Class /// UID: 1.2.840.10008.5.1.1.4 /// public static readonly String BasicGrayscaleImageBoxSopClassUid = "1.2.840.10008.5.1.1.4"; /// SopClass for /// Basic Grayscale Image Box SOP Class /// UID: 1.2.840.10008.5.1.1.4 /// public static readonly SopClass BasicGrayscaleImageBoxSopClass = new SopClass("Basic Grayscale Image Box SOP Class", BasicGrayscaleImageBoxSopClassUid, false); /// /// Basic Print Image Overlay Box SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.24.1 /// public static readonly String BasicPrintImageOverlayBoxSopClassRetiredUid = "1.2.840.10008.5.1.1.24.1"; /// SopClass for /// Basic Print Image Overlay Box SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.24.1 /// public static readonly SopClass BasicPrintImageOverlayBoxSopClassRetired = new SopClass("Basic Print Image Overlay Box SOP Class (Retired)", BasicPrintImageOverlayBoxSopClassRetiredUid, false); /// /// Basic Structured Display Storage /// UID: 1.2.840.10008.5.1.4.1.1.131 /// public static readonly String BasicStructuredDisplayStorageUid = "1.2.840.10008.5.1.4.1.1.131"; /// SopClass for /// Basic Structured Display Storage /// UID: 1.2.840.10008.5.1.4.1.1.131 /// public static readonly SopClass BasicStructuredDisplayStorage = new SopClass("Basic Structured Display Storage", BasicStructuredDisplayStorageUid, false); /// /// Basic Study Content Notification SOP Class (Retired) /// UID: 1.2.840.10008.1.9 /// public static readonly String BasicStudyContentNotificationSopClassRetiredUid = "1.2.840.10008.1.9"; /// SopClass for /// Basic Study Content Notification SOP Class (Retired) /// UID: 1.2.840.10008.1.9 /// public static readonly SopClass BasicStudyContentNotificationSopClassRetired = new SopClass("Basic Study Content Notification SOP Class (Retired)", BasicStudyContentNotificationSopClassRetiredUid, false); /// /// Basic Text SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.11 /// public static readonly String BasicTextSrStorageUid = "1.2.840.10008.5.1.4.1.1.88.11"; /// SopClass for /// Basic Text SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.11 /// public static readonly SopClass BasicTextSrStorage = new SopClass("Basic Text SR Storage", BasicTextSrStorageUid, false); /// /// Basic Voice Audio Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.4.1 /// public static readonly String BasicVoiceAudioWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.4.1"; /// SopClass for /// Basic Voice Audio Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.4.1 /// public static readonly SopClass BasicVoiceAudioWaveformStorage = new SopClass("Basic Voice Audio Waveform Storage", BasicVoiceAudioWaveformStorageUid, false); /// /// Blending Softcopy Presentation State Storage SOP Class /// UID: 1.2.840.10008.5.1.4.1.1.11.4 /// public static readonly String BlendingSoftcopyPresentationStateStorageSopClassUid = "1.2.840.10008.5.1.4.1.1.11.4"; /// SopClass for /// Blending Softcopy Presentation State Storage SOP Class /// UID: 1.2.840.10008.5.1.4.1.1.11.4 /// public static readonly SopClass BlendingSoftcopyPresentationStateStorageSopClass = new SopClass("Blending Softcopy Presentation State Storage SOP Class", BlendingSoftcopyPresentationStateStorageSopClassUid, false); /// /// Breast Imaging Relevant Patient Information Query /// UID: 1.2.840.10008.5.1.4.37.2 /// public static readonly String BreastImagingRelevantPatientInformationQueryUid = "1.2.840.10008.5.1.4.37.2"; /// SopClass for /// Breast Imaging Relevant Patient Information Query /// UID: 1.2.840.10008.5.1.4.37.2 /// public static readonly SopClass BreastImagingRelevantPatientInformationQuery = new SopClass("Breast Imaging Relevant Patient Information Query", BreastImagingRelevantPatientInformationQueryUid, false); /// /// Breast Tomosynthesis Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.13.1.3 /// public static readonly String BreastTomosynthesisImageStorageUid = "1.2.840.10008.5.1.4.1.1.13.1.3"; /// SopClass for /// Breast Tomosynthesis Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.13.1.3 /// public static readonly SopClass BreastTomosynthesisImageStorage = new SopClass("Breast Tomosynthesis Image Storage", BreastTomosynthesisImageStorageUid, false); /// /// Cardiac Electrophysiology Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.3.1 /// public static readonly String CardiacElectrophysiologyWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.3.1"; /// SopClass for /// Cardiac Electrophysiology Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.3.1 /// public static readonly SopClass CardiacElectrophysiologyWaveformStorage = new SopClass("Cardiac Electrophysiology Waveform Storage", CardiacElectrophysiologyWaveformStorageUid, false); /// /// Cardiac Relevant Patient Information Query /// UID: 1.2.840.10008.5.1.4.37.3 /// public static readonly String CardiacRelevantPatientInformationQueryUid = "1.2.840.10008.5.1.4.37.3"; /// SopClass for /// Cardiac Relevant Patient Information Query /// UID: 1.2.840.10008.5.1.4.37.3 /// public static readonly SopClass CardiacRelevantPatientInformationQuery = new SopClass("Cardiac Relevant Patient Information Query", CardiacRelevantPatientInformationQueryUid, false); /// /// Chest CAD SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.65 /// public static readonly String ChestCadSrStorageUid = "1.2.840.10008.5.1.4.1.1.88.65"; /// SopClass for /// Chest CAD SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.65 /// public static readonly SopClass ChestCadSrStorage = new SopClass("Chest CAD SR Storage", ChestCadSrStorageUid, false); /// /// Colon CAD SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.69 /// public static readonly String ColonCadSrStorageUid = "1.2.840.10008.5.1.4.1.1.88.69"; /// SopClass for /// Colon CAD SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.69 /// public static readonly SopClass ColonCadSrStorage = new SopClass("Colon CAD SR Storage", ColonCadSrStorageUid, false); /// /// Color Softcopy Presentation State Storage SOP Class /// UID: 1.2.840.10008.5.1.4.1.1.11.2 /// public static readonly String ColorSoftcopyPresentationStateStorageSopClassUid = "1.2.840.10008.5.1.4.1.1.11.2"; /// SopClass for /// Color Softcopy Presentation State Storage SOP Class /// UID: 1.2.840.10008.5.1.4.1.1.11.2 /// public static readonly SopClass ColorSoftcopyPresentationStateStorageSopClass = new SopClass("Color Softcopy Presentation State Storage SOP Class", ColorSoftcopyPresentationStateStorageSopClassUid, false); /// /// Composite Instance Retrieve Without Bulk Data - GET /// UID: 1.2.840.10008.5.1.4.1.2.5.3 /// public static readonly String CompositeInstanceRetrieveWithoutBulkDataGetUid = "1.2.840.10008.5.1.4.1.2.5.3"; /// SopClass for /// Composite Instance Retrieve Without Bulk Data - GET /// UID: 1.2.840.10008.5.1.4.1.2.5.3 /// public static readonly SopClass CompositeInstanceRetrieveWithoutBulkDataGet = new SopClass("Composite Instance Retrieve Without Bulk Data - GET", CompositeInstanceRetrieveWithoutBulkDataGetUid, false); /// /// Composite Instance Root Retrieve - GET /// UID: 1.2.840.10008.5.1.4.1.2.4.3 /// public static readonly String CompositeInstanceRootRetrieveGetUid = "1.2.840.10008.5.1.4.1.2.4.3"; /// SopClass for /// Composite Instance Root Retrieve - GET /// UID: 1.2.840.10008.5.1.4.1.2.4.3 /// public static readonly SopClass CompositeInstanceRootRetrieveGet = new SopClass("Composite Instance Root Retrieve - GET", CompositeInstanceRootRetrieveGetUid, false); /// /// Composite Instance Root Retrieve - MOVE /// UID: 1.2.840.10008.5.1.4.1.2.4.2 /// public static readonly String CompositeInstanceRootRetrieveMoveUid = "1.2.840.10008.5.1.4.1.2.4.2"; /// SopClass for /// Composite Instance Root Retrieve - MOVE /// UID: 1.2.840.10008.5.1.4.1.2.4.2 /// public static readonly SopClass CompositeInstanceRootRetrieveMove = new SopClass("Composite Instance Root Retrieve - MOVE", CompositeInstanceRootRetrieveMoveUid, false); /// /// Comprehensive SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.33 /// public static readonly String ComprehensiveSrStorageUid = "1.2.840.10008.5.1.4.1.1.88.33"; /// SopClass for /// Comprehensive SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.33 /// public static readonly SopClass ComprehensiveSrStorage = new SopClass("Comprehensive SR Storage", ComprehensiveSrStorageUid, false); /// /// Comprehensive SR Storage – Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.88.4 /// public static readonly String ComprehensiveSrStorageTrialRetiredUid = "1.2.840.10008.5.1.4.1.1.88.4"; /// SopClass for /// Comprehensive SR Storage – Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.88.4 /// public static readonly SopClass ComprehensiveSrStorageTrialRetired = new SopClass("Comprehensive SR Storage – Trial (Retired)", ComprehensiveSrStorageTrialRetiredUid, false); /// /// Computed Radiography Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.1 /// public static readonly String ComputedRadiographyImageStorageUid = "1.2.840.10008.5.1.4.1.1.1"; /// SopClass for /// Computed Radiography Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.1 /// public static readonly SopClass ComputedRadiographyImageStorage = new SopClass("Computed Radiography Image Storage", ComputedRadiographyImageStorageUid, false); /// /// CT Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.2 /// public static readonly String CtImageStorageUid = "1.2.840.10008.5.1.4.1.1.2"; /// SopClass for /// CT Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.2 /// public static readonly SopClass CtImageStorage = new SopClass("CT Image Storage", CtImageStorageUid, false); /// /// Deformable Spatial Registration Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.3 /// public static readonly String DeformableSpatialRegistrationStorageUid = "1.2.840.10008.5.1.4.1.1.66.3"; /// SopClass for /// Deformable Spatial Registration Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.3 /// public static readonly SopClass DeformableSpatialRegistrationStorage = new SopClass("Deformable Spatial Registration Storage", DeformableSpatialRegistrationStorageUid, false); /// /// Detached Interpretation Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.6.1 /// public static readonly String DetachedInterpretationManagementSopClassRetiredUid = "1.2.840.10008.3.1.2.6.1"; /// SopClass for /// Detached Interpretation Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.6.1 /// public static readonly SopClass DetachedInterpretationManagementSopClassRetired = new SopClass("Detached Interpretation Management SOP Class (Retired)", DetachedInterpretationManagementSopClassRetiredUid, false); /// /// Detached Patient Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.1.1 /// public static readonly String DetachedPatientManagementSopClassRetiredUid = "1.2.840.10008.3.1.2.1.1"; /// SopClass for /// Detached Patient Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.1.1 /// public static readonly SopClass DetachedPatientManagementSopClassRetired = new SopClass("Detached Patient Management SOP Class (Retired)", DetachedPatientManagementSopClassRetiredUid, false); /// /// Detached Results Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.5.1 /// public static readonly String DetachedResultsManagementSopClassRetiredUid = "1.2.840.10008.3.1.2.5.1"; /// SopClass for /// Detached Results Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.5.1 /// public static readonly SopClass DetachedResultsManagementSopClassRetired = new SopClass("Detached Results Management SOP Class (Retired)", DetachedResultsManagementSopClassRetiredUid, false); /// /// Detached Study Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.3.1 /// public static readonly String DetachedStudyManagementSopClassRetiredUid = "1.2.840.10008.3.1.2.3.1"; /// SopClass for /// Detached Study Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.3.1 /// public static readonly SopClass DetachedStudyManagementSopClassRetired = new SopClass("Detached Study Management SOP Class (Retired)", DetachedStudyManagementSopClassRetiredUid, false); /// /// Detached Visit Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.2.1 /// public static readonly String DetachedVisitManagementSopClassRetiredUid = "1.2.840.10008.3.1.2.2.1"; /// SopClass for /// Detached Visit Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.2.1 /// public static readonly SopClass DetachedVisitManagementSopClassRetired = new SopClass("Detached Visit Management SOP Class (Retired)", DetachedVisitManagementSopClassRetiredUid, false); /// /// Detail SR Storage – Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.88.3 /// public static readonly String DetailSrStorageTrialRetiredUid = "1.2.840.10008.5.1.4.1.1.88.3"; /// SopClass for /// Detail SR Storage – Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.88.3 /// public static readonly SopClass DetailSrStorageTrialRetired = new SopClass("Detail SR Storage – Trial (Retired)", DetailSrStorageTrialRetiredUid, false); /// /// Digital Intra-oral X-Ray Image Storage – For Presentation /// UID: 1.2.840.10008.5.1.4.1.1.1.3 /// public static readonly String DigitalIntraOralXRayImageStorageForPresentationUid = "1.2.840.10008.5.1.4.1.1.1.3"; /// SopClass for /// Digital Intra-oral X-Ray Image Storage – For Presentation /// UID: 1.2.840.10008.5.1.4.1.1.1.3 /// public static readonly SopClass DigitalIntraOralXRayImageStorageForPresentation = new SopClass("Digital Intra-oral X-Ray Image Storage – For Presentation", DigitalIntraOralXRayImageStorageForPresentationUid, false); /// /// Digital Intra-oral X-Ray Image Storage – For Processing /// UID: 1.2.840.10008.5.1.4.1.1.1.3.1 /// public static readonly String DigitalIntraOralXRayImageStorageForProcessingUid = "1.2.840.10008.5.1.4.1.1.1.3.1"; /// SopClass for /// Digital Intra-oral X-Ray Image Storage – For Processing /// UID: 1.2.840.10008.5.1.4.1.1.1.3.1 /// public static readonly SopClass DigitalIntraOralXRayImageStorageForProcessing = new SopClass("Digital Intra-oral X-Ray Image Storage – For Processing", DigitalIntraOralXRayImageStorageForProcessingUid, false); /// /// Digital Mammography X-Ray Image Storage – For Presentation /// UID: 1.2.840.10008.5.1.4.1.1.1.2 /// public static readonly String DigitalMammographyXRayImageStorageForPresentationUid = "1.2.840.10008.5.1.4.1.1.1.2"; /// SopClass for /// Digital Mammography X-Ray Image Storage – For Presentation /// UID: 1.2.840.10008.5.1.4.1.1.1.2 /// public static readonly SopClass DigitalMammographyXRayImageStorageForPresentation = new SopClass("Digital Mammography X-Ray Image Storage – For Presentation", DigitalMammographyXRayImageStorageForPresentationUid, false); /// /// Digital Mammography X-Ray Image Storage – For Processing /// UID: 1.2.840.10008.5.1.4.1.1.1.2.1 /// public static readonly String DigitalMammographyXRayImageStorageForProcessingUid = "1.2.840.10008.5.1.4.1.1.1.2.1"; /// SopClass for /// Digital Mammography X-Ray Image Storage – For Processing /// UID: 1.2.840.10008.5.1.4.1.1.1.2.1 /// public static readonly SopClass DigitalMammographyXRayImageStorageForProcessing = new SopClass("Digital Mammography X-Ray Image Storage – For Processing", DigitalMammographyXRayImageStorageForProcessingUid, false); /// /// Digital X-Ray Image Storage – For Presentation /// UID: 1.2.840.10008.5.1.4.1.1.1.1 /// public static readonly String DigitalXRayImageStorageForPresentationUid = "1.2.840.10008.5.1.4.1.1.1.1"; /// SopClass for /// Digital X-Ray Image Storage – For Presentation /// UID: 1.2.840.10008.5.1.4.1.1.1.1 /// public static readonly SopClass DigitalXRayImageStorageForPresentation = new SopClass("Digital X-Ray Image Storage – For Presentation", DigitalXRayImageStorageForPresentationUid, false); /// /// Digital X-Ray Image Storage – For Processing /// UID: 1.2.840.10008.5.1.4.1.1.1.1.1 /// public static readonly String DigitalXRayImageStorageForProcessingUid = "1.2.840.10008.5.1.4.1.1.1.1.1"; /// SopClass for /// Digital X-Ray Image Storage – For Processing /// UID: 1.2.840.10008.5.1.4.1.1.1.1.1 /// public static readonly SopClass DigitalXRayImageStorageForProcessing = new SopClass("Digital X-Ray Image Storage – For Processing", DigitalXRayImageStorageForProcessingUid, false); /// /// Encapsulated CDA Storage /// UID: 1.2.840.10008.5.1.4.1.1.104.2 /// public static readonly String EncapsulatedCdaStorageUid = "1.2.840.10008.5.1.4.1.1.104.2"; /// SopClass for /// Encapsulated CDA Storage /// UID: 1.2.840.10008.5.1.4.1.1.104.2 /// public static readonly SopClass EncapsulatedCdaStorage = new SopClass("Encapsulated CDA Storage", EncapsulatedCdaStorageUid, false); /// /// Encapsulated PDF Storage /// UID: 1.2.840.10008.5.1.4.1.1.104.1 /// public static readonly String EncapsulatedPdfStorageUid = "1.2.840.10008.5.1.4.1.1.104.1"; /// SopClass for /// Encapsulated PDF Storage /// UID: 1.2.840.10008.5.1.4.1.1.104.1 /// public static readonly SopClass EncapsulatedPdfStorage = new SopClass("Encapsulated PDF Storage", EncapsulatedPdfStorageUid, false); /// /// Enhanced CT Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.2.1 /// public static readonly String EnhancedCtImageStorageUid = "1.2.840.10008.5.1.4.1.1.2.1"; /// SopClass for /// Enhanced CT Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.2.1 /// public static readonly SopClass EnhancedCtImageStorage = new SopClass("Enhanced CT Image Storage", EnhancedCtImageStorageUid, false); /// /// Enhanced MR Color Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.4.3 /// public static readonly String EnhancedMrColorImageStorageUid = "1.2.840.10008.5.1.4.1.1.4.3"; /// SopClass for /// Enhanced MR Color Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.4.3 /// public static readonly SopClass EnhancedMrColorImageStorage = new SopClass("Enhanced MR Color Image Storage", EnhancedMrColorImageStorageUid, false); /// /// Enhanced MR Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.4.1 /// public static readonly String EnhancedMrImageStorageUid = "1.2.840.10008.5.1.4.1.1.4.1"; /// SopClass for /// Enhanced MR Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.4.1 /// public static readonly SopClass EnhancedMrImageStorage = new SopClass("Enhanced MR Image Storage", EnhancedMrImageStorageUid, false); /// /// Enhanced PET Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.130 /// public static readonly String EnhancedPetImageStorageUid = "1.2.840.10008.5.1.4.1.1.130"; /// SopClass for /// Enhanced PET Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.130 /// public static readonly SopClass EnhancedPetImageStorage = new SopClass("Enhanced PET Image Storage", EnhancedPetImageStorageUid, false); /// /// Enhanced SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.22 /// public static readonly String EnhancedSrStorageUid = "1.2.840.10008.5.1.4.1.1.88.22"; /// SopClass for /// Enhanced SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.22 /// public static readonly SopClass EnhancedSrStorage = new SopClass("Enhanced SR Storage", EnhancedSrStorageUid, false); /// /// Enhanced US Volume Storage /// UID: 1.2.840.10008.5.1.4.1.1.6.2 /// public static readonly String EnhancedUsVolumeStorageUid = "1.2.840.10008.5.1.4.1.1.6.2"; /// SopClass for /// Enhanced US Volume Storage /// UID: 1.2.840.10008.5.1.4.1.1.6.2 /// public static readonly SopClass EnhancedUsVolumeStorage = new SopClass("Enhanced US Volume Storage", EnhancedUsVolumeStorageUid, false); /// /// Enhanced XA Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.12.1.1 /// public static readonly String EnhancedXaImageStorageUid = "1.2.840.10008.5.1.4.1.1.12.1.1"; /// SopClass for /// Enhanced XA Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.12.1.1 /// public static readonly SopClass EnhancedXaImageStorage = new SopClass("Enhanced XA Image Storage", EnhancedXaImageStorageUid, false); /// /// Enhanced XRF Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.12.2.1 /// public static readonly String EnhancedXrfImageStorageUid = "1.2.840.10008.5.1.4.1.1.12.2.1"; /// SopClass for /// Enhanced XRF Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.12.2.1 /// public static readonly SopClass EnhancedXrfImageStorage = new SopClass("Enhanced XRF Image Storage", EnhancedXrfImageStorageUid, false); /// /// General Audio Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.4.2 /// public static readonly String GeneralAudioWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.4.2"; /// SopClass for /// General Audio Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.4.2 /// public static readonly SopClass GeneralAudioWaveformStorage = new SopClass("General Audio Waveform Storage", GeneralAudioWaveformStorageUid, false); /// /// General ECG Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.1.2 /// public static readonly String GeneralEcgWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.1.2"; /// SopClass for /// General ECG Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.1.2 /// public static readonly SopClass GeneralEcgWaveformStorage = new SopClass("General ECG Waveform Storage", GeneralEcgWaveformStorageUid, false); /// /// General Purpose Performed Procedure Step SOP Class /// UID: 1.2.840.10008.5.1.4.32.3 /// public static readonly String GeneralPurposePerformedProcedureStepSopClassUid = "1.2.840.10008.5.1.4.32.3"; /// SopClass for /// General Purpose Performed Procedure Step SOP Class /// UID: 1.2.840.10008.5.1.4.32.3 /// public static readonly SopClass GeneralPurposePerformedProcedureStepSopClass = new SopClass("General Purpose Performed Procedure Step SOP Class", GeneralPurposePerformedProcedureStepSopClassUid, false); /// /// General Purpose Scheduled Procedure Step SOP Class /// UID: 1.2.840.10008.5.1.4.32.2 /// public static readonly String GeneralPurposeScheduledProcedureStepSopClassUid = "1.2.840.10008.5.1.4.32.2"; /// SopClass for /// General Purpose Scheduled Procedure Step SOP Class /// UID: 1.2.840.10008.5.1.4.32.2 /// public static readonly SopClass GeneralPurposeScheduledProcedureStepSopClass = new SopClass("General Purpose Scheduled Procedure Step SOP Class", GeneralPurposeScheduledProcedureStepSopClassUid, false); /// /// General Purpose Worklist Information Model – FIND /// UID: 1.2.840.10008.5.1.4.32.1 /// public static readonly String GeneralPurposeWorklistInformationModelFindUid = "1.2.840.10008.5.1.4.32.1"; /// SopClass for /// General Purpose Worklist Information Model – FIND /// UID: 1.2.840.10008.5.1.4.32.1 /// public static readonly SopClass GeneralPurposeWorklistInformationModelFind = new SopClass("General Purpose Worklist Information Model – FIND", GeneralPurposeWorklistInformationModelFindUid, false); /// /// General Relevant Patient Information Query /// UID: 1.2.840.10008.5.1.4.37.1 /// public static readonly String GeneralRelevantPatientInformationQueryUid = "1.2.840.10008.5.1.4.37.1"; /// SopClass for /// General Relevant Patient Information Query /// UID: 1.2.840.10008.5.1.4.37.1 /// public static readonly SopClass GeneralRelevantPatientInformationQuery = new SopClass("General Relevant Patient Information Query", GeneralRelevantPatientInformationQueryUid, false); /// /// Grayscale Softcopy Presentation State Storage SOP Class /// UID: 1.2.840.10008.5.1.4.1.1.11.1 /// public static readonly String GrayscaleSoftcopyPresentationStateStorageSopClassUid = "1.2.840.10008.5.1.4.1.1.11.1"; /// SopClass for /// Grayscale Softcopy Presentation State Storage SOP Class /// UID: 1.2.840.10008.5.1.4.1.1.11.1 /// public static readonly SopClass GrayscaleSoftcopyPresentationStateStorageSopClass = new SopClass("Grayscale Softcopy Presentation State Storage SOP Class", GrayscaleSoftcopyPresentationStateStorageSopClassUid, false); /// /// Hanging Protocol Information Model – FIND /// UID: 1.2.840.10008.5.1.4.38.2 /// public static readonly String HangingProtocolInformationModelFindUid = "1.2.840.10008.5.1.4.38.2"; /// SopClass for /// Hanging Protocol Information Model – FIND /// UID: 1.2.840.10008.5.1.4.38.2 /// public static readonly SopClass HangingProtocolInformationModelFind = new SopClass("Hanging Protocol Information Model – FIND", HangingProtocolInformationModelFindUid, false); /// /// Hanging Protocol Information Model - GET /// UID: 1.2.840.10008.5.1.4.38.4 /// public static readonly String HangingProtocolInformationModelGetUid = "1.2.840.10008.5.1.4.38.4"; /// SopClass for /// Hanging Protocol Information Model - GET /// UID: 1.2.840.10008.5.1.4.38.4 /// public static readonly SopClass HangingProtocolInformationModelGet = new SopClass("Hanging Protocol Information Model - GET", HangingProtocolInformationModelGetUid, false); /// /// Hanging Protocol Information Model – MOVE /// UID: 1.2.840.10008.5.1.4.38.3 /// public static readonly String HangingProtocolInformationModelMoveUid = "1.2.840.10008.5.1.4.38.3"; /// SopClass for /// Hanging Protocol Information Model – MOVE /// UID: 1.2.840.10008.5.1.4.38.3 /// public static readonly SopClass HangingProtocolInformationModelMove = new SopClass("Hanging Protocol Information Model – MOVE", HangingProtocolInformationModelMoveUid, false); /// /// Hanging Protocol Storage /// UID: 1.2.840.10008.5.1.4.38.1 /// public static readonly String HangingProtocolStorageUid = "1.2.840.10008.5.1.4.38.1"; /// SopClass for /// Hanging Protocol Storage /// UID: 1.2.840.10008.5.1.4.38.1 /// public static readonly SopClass HangingProtocolStorage = new SopClass("Hanging Protocol Storage", HangingProtocolStorageUid, false); /// /// Hardcopy Grayscale Image Storage SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.29 /// public static readonly String HardcopyGrayscaleImageStorageSopClassRetiredUid = "1.2.840.10008.5.1.1.29"; /// SopClass for /// Hardcopy Grayscale Image Storage SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.29 /// public static readonly SopClass HardcopyGrayscaleImageStorageSopClassRetired = new SopClass("Hardcopy Grayscale Image Storage SOP Class (Retired)", HardcopyGrayscaleImageStorageSopClassRetiredUid, false); /// /// Hardcopy Color Image Storage SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.30 /// public static readonly String HardcopyColorImageStorageSopClassRetiredUid = "1.2.840.10008.5.1.1.30"; /// SopClass for /// Hardcopy Color Image Storage SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.30 /// public static readonly SopClass HardcopyColorImageStorageSopClassRetired = new SopClass("Hardcopy Color Image Storage SOP Class (Retired)", HardcopyColorImageStorageSopClassRetiredUid, false); /// /// Hemodynamic Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.2.1 /// public static readonly String HemodynamicWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.2.1"; /// SopClass for /// Hemodynamic Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.2.1 /// public static readonly SopClass HemodynamicWaveformStorage = new SopClass("Hemodynamic Waveform Storage", HemodynamicWaveformStorageUid, false); /// /// Image Overlay Box SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.24 /// public static readonly String ImageOverlayBoxSopClassRetiredUid = "1.2.840.10008.5.1.1.24"; /// SopClass for /// Image Overlay Box SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.24 /// public static readonly SopClass ImageOverlayBoxSopClassRetired = new SopClass("Image Overlay Box SOP Class (Retired)", ImageOverlayBoxSopClassRetiredUid, false); /// /// Instance Availability Notification SOP Class /// UID: 1.2.840.10008.5.1.4.33 /// public static readonly String InstanceAvailabilityNotificationSopClassUid = "1.2.840.10008.5.1.4.33"; /// SopClass for /// Instance Availability Notification SOP Class /// UID: 1.2.840.10008.5.1.4.33 /// public static readonly SopClass InstanceAvailabilityNotificationSopClass = new SopClass("Instance Availability Notification SOP Class", InstanceAvailabilityNotificationSopClassUid, false); /// /// Keratometry Measurements Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.3 /// public static readonly String KeratometryMeasurementsStorageUid = "1.2.840.10008.5.1.4.1.1.78.3"; /// SopClass for /// Keratometry Measurements Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.3 /// public static readonly SopClass KeratometryMeasurementsStorage = new SopClass("Keratometry Measurements Storage", KeratometryMeasurementsStorageUid, false); /// /// Key Object Selection Document Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.59 /// public static readonly String KeyObjectSelectionDocumentStorageUid = "1.2.840.10008.5.1.4.1.1.88.59"; /// SopClass for /// Key Object Selection Document Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.59 /// public static readonly SopClass KeyObjectSelectionDocumentStorage = new SopClass("Key Object Selection Document Storage", KeyObjectSelectionDocumentStorageUid, false); /// /// Lensometry Measurements Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.1 /// public static readonly String LensometryMeasurementsStorageUid = "1.2.840.10008.5.1.4.1.1.78.1"; /// SopClass for /// Lensometry Measurements Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.1 /// public static readonly SopClass LensometryMeasurementsStorage = new SopClass("Lensometry Measurements Storage", LensometryMeasurementsStorageUid, false); /// /// Macular Grid Thickness and Volume Report Storage /// UID: 1.2.840.10008.5.1.4.1.1.79.1 /// public static readonly String MacularGridThicknessAndVolumeReportStorageUid = "1.2.840.10008.5.1.4.1.1.79.1"; /// SopClass for /// Macular Grid Thickness and Volume Report Storage /// UID: 1.2.840.10008.5.1.4.1.1.79.1 /// public static readonly SopClass MacularGridThicknessAndVolumeReportStorage = new SopClass("Macular Grid Thickness and Volume Report Storage", MacularGridThicknessAndVolumeReportStorageUid, false); /// /// Mammography CAD SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.50 /// public static readonly String MammographyCadSrStorageUid = "1.2.840.10008.5.1.4.1.1.88.50"; /// SopClass for /// Mammography CAD SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.50 /// public static readonly SopClass MammographyCadSrStorage = new SopClass("Mammography CAD SR Storage", MammographyCadSrStorageUid, false); /// /// Media Creation Management SOP Class UID /// UID: 1.2.840.10008.5.1.1.33 /// public static readonly String MediaCreationManagementSopClassUidUid = "1.2.840.10008.5.1.1.33"; /// SopClass for /// Media Creation Management SOP Class UID /// UID: 1.2.840.10008.5.1.1.33 /// public static readonly SopClass MediaCreationManagementSopClassUid = new SopClass("Media Creation Management SOP Class UID", MediaCreationManagementSopClassUidUid, false); /// /// Media Storage Directory Storage /// UID: 1.2.840.10008.1.3.10 /// public static readonly String MediaStorageDirectoryStorageUid = "1.2.840.10008.1.3.10"; /// SopClass for /// Media Storage Directory Storage /// UID: 1.2.840.10008.1.3.10 /// public static readonly SopClass MediaStorageDirectoryStorage = new SopClass("Media Storage Directory Storage", MediaStorageDirectoryStorageUid, false); /// /// Modality Performed Procedure Step Notification SOP Class /// UID: 1.2.840.10008.3.1.2.3.5 /// public static readonly String ModalityPerformedProcedureStepNotificationSopClassUid = "1.2.840.10008.3.1.2.3.5"; /// SopClass for /// Modality Performed Procedure Step Notification SOP Class /// UID: 1.2.840.10008.3.1.2.3.5 /// public static readonly SopClass ModalityPerformedProcedureStepNotificationSopClass = new SopClass("Modality Performed Procedure Step Notification SOP Class", ModalityPerformedProcedureStepNotificationSopClassUid, false); /// /// Modality Performed Procedure Step Retrieve SOP Class /// UID: 1.2.840.10008.3.1.2.3.4 /// public static readonly String ModalityPerformedProcedureStepRetrieveSopClassUid = "1.2.840.10008.3.1.2.3.4"; /// SopClass for /// Modality Performed Procedure Step Retrieve SOP Class /// UID: 1.2.840.10008.3.1.2.3.4 /// public static readonly SopClass ModalityPerformedProcedureStepRetrieveSopClass = new SopClass("Modality Performed Procedure Step Retrieve SOP Class", ModalityPerformedProcedureStepRetrieveSopClassUid, false); /// /// Modality Performed Procedure Step SOP Class /// UID: 1.2.840.10008.3.1.2.3.3 /// public static readonly String ModalityPerformedProcedureStepSopClassUid = "1.2.840.10008.3.1.2.3.3"; /// SopClass for /// Modality Performed Procedure Step SOP Class /// UID: 1.2.840.10008.3.1.2.3.3 /// public static readonly SopClass ModalityPerformedProcedureStepSopClass = new SopClass("Modality Performed Procedure Step SOP Class", ModalityPerformedProcedureStepSopClassUid, false); /// /// Modality Worklist Information Model – FIND /// UID: 1.2.840.10008.5.1.4.31 /// public static readonly String ModalityWorklistInformationModelFindUid = "1.2.840.10008.5.1.4.31"; /// SopClass for /// Modality Worklist Information Model – FIND /// UID: 1.2.840.10008.5.1.4.31 /// public static readonly SopClass ModalityWorklistInformationModelFind = new SopClass("Modality Worklist Information Model – FIND", ModalityWorklistInformationModelFindUid, false); /// /// MR Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.4 /// public static readonly String MrImageStorageUid = "1.2.840.10008.5.1.4.1.1.4"; /// SopClass for /// MR Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.4 /// public static readonly SopClass MrImageStorage = new SopClass("MR Image Storage", MrImageStorageUid, false); /// /// MR Spectroscopy Storage /// UID: 1.2.840.10008.5.1.4.1.1.4.2 /// public static readonly String MrSpectroscopyStorageUid = "1.2.840.10008.5.1.4.1.1.4.2"; /// SopClass for /// MR Spectroscopy Storage /// UID: 1.2.840.10008.5.1.4.1.1.4.2 /// public static readonly SopClass MrSpectroscopyStorage = new SopClass("MR Spectroscopy Storage", MrSpectroscopyStorageUid, false); /// /// Multi-frame Grayscale Byte Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7.2 /// public static readonly String MultiFrameGrayscaleByteSecondaryCaptureImageStorageUid = "1.2.840.10008.5.1.4.1.1.7.2"; /// SopClass for /// Multi-frame Grayscale Byte Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7.2 /// public static readonly SopClass MultiFrameGrayscaleByteSecondaryCaptureImageStorage = new SopClass("Multi-frame Grayscale Byte Secondary Capture Image Storage", MultiFrameGrayscaleByteSecondaryCaptureImageStorageUid, false); /// /// Multi-frame Grayscale Word Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7.3 /// public static readonly String MultiFrameGrayscaleWordSecondaryCaptureImageStorageUid = "1.2.840.10008.5.1.4.1.1.7.3"; /// SopClass for /// Multi-frame Grayscale Word Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7.3 /// public static readonly SopClass MultiFrameGrayscaleWordSecondaryCaptureImageStorage = new SopClass("Multi-frame Grayscale Word Secondary Capture Image Storage", MultiFrameGrayscaleWordSecondaryCaptureImageStorageUid, false); /// /// Multi-frame Single Bit Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7.1 /// public static readonly String MultiFrameSingleBitSecondaryCaptureImageStorageUid = "1.2.840.10008.5.1.4.1.1.7.1"; /// SopClass for /// Multi-frame Single Bit Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7.1 /// public static readonly SopClass MultiFrameSingleBitSecondaryCaptureImageStorage = new SopClass("Multi-frame Single Bit Secondary Capture Image Storage", MultiFrameSingleBitSecondaryCaptureImageStorageUid, false); /// /// Multi-frame True Color Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7.4 /// public static readonly String MultiFrameTrueColorSecondaryCaptureImageStorageUid = "1.2.840.10008.5.1.4.1.1.7.4"; /// SopClass for /// Multi-frame True Color Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7.4 /// public static readonly SopClass MultiFrameTrueColorSecondaryCaptureImageStorage = new SopClass("Multi-frame True Color Secondary Capture Image Storage", MultiFrameTrueColorSecondaryCaptureImageStorageUid, false); /// /// Nuclear Medicine Image Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.5 /// public static readonly String NuclearMedicineImageStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.5"; /// SopClass for /// Nuclear Medicine Image Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.5 /// public static readonly SopClass NuclearMedicineImageStorageRetired = new SopClass("Nuclear Medicine Image Storage (Retired)", NuclearMedicineImageStorageRetiredUid, false); /// /// Nuclear Medicine Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.20 /// public static readonly String NuclearMedicineImageStorageUid = "1.2.840.10008.5.1.4.1.1.20"; /// SopClass for /// Nuclear Medicine Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.20 /// public static readonly SopClass NuclearMedicineImageStorage = new SopClass("Nuclear Medicine Image Storage", NuclearMedicineImageStorageUid, false); /// /// Ophthalmic Photography 16 Bit Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.5.2 /// public static readonly String OphthalmicPhotography16BitImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.5.2"; /// SopClass for /// Ophthalmic Photography 16 Bit Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.5.2 /// public static readonly SopClass OphthalmicPhotography16BitImageStorage = new SopClass("Ophthalmic Photography 16 Bit Image Storage", OphthalmicPhotography16BitImageStorageUid, false); /// /// Ophthalmic Photography 8 Bit Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.5.1 /// public static readonly String OphthalmicPhotography8BitImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.5.1"; /// SopClass for /// Ophthalmic Photography 8 Bit Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.5.1 /// public static readonly SopClass OphthalmicPhotography8BitImageStorage = new SopClass("Ophthalmic Photography 8 Bit Image Storage", OphthalmicPhotography8BitImageStorageUid, false); /// /// Ophthalmic Tomography Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.5.4 /// public static readonly String OphthalmicTomographyImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.5.4"; /// SopClass for /// Ophthalmic Tomography Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.5.4 /// public static readonly SopClass OphthalmicTomographyImageStorage = new SopClass("Ophthalmic Tomography Image Storage", OphthalmicTomographyImageStorageUid, false); /// /// Patient Root Query/Retrieve Information Model – FIND /// UID: 1.2.840.10008.5.1.4.1.2.1.1 /// public static readonly String PatientRootQueryRetrieveInformationModelFindUid = "1.2.840.10008.5.1.4.1.2.1.1"; /// SopClass for /// Patient Root Query/Retrieve Information Model – FIND /// UID: 1.2.840.10008.5.1.4.1.2.1.1 /// public static readonly SopClass PatientRootQueryRetrieveInformationModelFind = new SopClass("Patient Root Query/Retrieve Information Model – FIND", PatientRootQueryRetrieveInformationModelFindUid, false); /// /// Patient Root Query/Retrieve Information Model – GET /// UID: 1.2.840.10008.5.1.4.1.2.1.3 /// public static readonly String PatientRootQueryRetrieveInformationModelGetUid = "1.2.840.10008.5.1.4.1.2.1.3"; /// SopClass for /// Patient Root Query/Retrieve Information Model – GET /// UID: 1.2.840.10008.5.1.4.1.2.1.3 /// public static readonly SopClass PatientRootQueryRetrieveInformationModelGet = new SopClass("Patient Root Query/Retrieve Information Model – GET", PatientRootQueryRetrieveInformationModelGetUid, false); /// /// Patient Root Query/Retrieve Information Model – MOVE /// UID: 1.2.840.10008.5.1.4.1.2.1.2 /// public static readonly String PatientRootQueryRetrieveInformationModelMoveUid = "1.2.840.10008.5.1.4.1.2.1.2"; /// SopClass for /// Patient Root Query/Retrieve Information Model – MOVE /// UID: 1.2.840.10008.5.1.4.1.2.1.2 /// public static readonly SopClass PatientRootQueryRetrieveInformationModelMove = new SopClass("Patient Root Query/Retrieve Information Model – MOVE", PatientRootQueryRetrieveInformationModelMoveUid, false); /// /// Patient/Study Only Query/Retrieve Information Model - FIND (Retired) /// UID: 1.2.840.10008.5.1.4.1.2.3.1 /// public static readonly String PatientStudyOnlyQueryRetrieveInformationModelFindRetiredUid = "1.2.840.10008.5.1.4.1.2.3.1"; /// SopClass for /// Patient/Study Only Query/Retrieve Information Model - FIND (Retired) /// UID: 1.2.840.10008.5.1.4.1.2.3.1 /// public static readonly SopClass PatientStudyOnlyQueryRetrieveInformationModelFindRetired = new SopClass("Patient/Study Only Query/Retrieve Information Model - FIND (Retired)", PatientStudyOnlyQueryRetrieveInformationModelFindRetiredUid, false); /// /// Patient/Study Only Query/Retrieve Information Model - GET (Retired) /// UID: 1.2.840.10008.5.1.4.1.2.3.3 /// public static readonly String PatientStudyOnlyQueryRetrieveInformationModelGetRetiredUid = "1.2.840.10008.5.1.4.1.2.3.3"; /// SopClass for /// Patient/Study Only Query/Retrieve Information Model - GET (Retired) /// UID: 1.2.840.10008.5.1.4.1.2.3.3 /// public static readonly SopClass PatientStudyOnlyQueryRetrieveInformationModelGetRetired = new SopClass("Patient/Study Only Query/Retrieve Information Model - GET (Retired)", PatientStudyOnlyQueryRetrieveInformationModelGetRetiredUid, false); /// /// Patient/Study Only Query/Retrieve Information Model - MOVE (Retired) /// UID: 1.2.840.10008.5.1.4.1.2.3.2 /// public static readonly String PatientStudyOnlyQueryRetrieveInformationModelMoveRetiredUid = "1.2.840.10008.5.1.4.1.2.3.2"; /// SopClass for /// Patient/Study Only Query/Retrieve Information Model - MOVE (Retired) /// UID: 1.2.840.10008.5.1.4.1.2.3.2 /// public static readonly SopClass PatientStudyOnlyQueryRetrieveInformationModelMoveRetired = new SopClass("Patient/Study Only Query/Retrieve Information Model - MOVE (Retired)", PatientStudyOnlyQueryRetrieveInformationModelMoveRetiredUid, false); /// /// Positron Emission Tomography Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.128 /// public static readonly String PositronEmissionTomographyImageStorageUid = "1.2.840.10008.5.1.4.1.1.128"; /// SopClass for /// Positron Emission Tomography Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.128 /// public static readonly SopClass PositronEmissionTomographyImageStorage = new SopClass("Positron Emission Tomography Image Storage", PositronEmissionTomographyImageStorageUid, false); /// /// Presentation LUT SOP Class /// UID: 1.2.840.10008.5.1.1.23 /// public static readonly String PresentationLutSopClassUid = "1.2.840.10008.5.1.1.23"; /// SopClass for /// Presentation LUT SOP Class /// UID: 1.2.840.10008.5.1.1.23 /// public static readonly SopClass PresentationLutSopClass = new SopClass("Presentation LUT SOP Class", PresentationLutSopClassUid, false); /// /// Print Job SOP Class /// UID: 1.2.840.10008.5.1.1.14 /// public static readonly String PrintJobSopClassUid = "1.2.840.10008.5.1.1.14"; /// SopClass for /// Print Job SOP Class /// UID: 1.2.840.10008.5.1.1.14 /// public static readonly SopClass PrintJobSopClass = new SopClass("Print Job SOP Class", PrintJobSopClassUid, false); /// /// Print Queue Management SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.26 /// public static readonly String PrintQueueManagementSopClassRetiredUid = "1.2.840.10008.5.1.1.26"; /// SopClass for /// Print Queue Management SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.26 /// public static readonly SopClass PrintQueueManagementSopClassRetired = new SopClass("Print Queue Management SOP Class (Retired)", PrintQueueManagementSopClassRetiredUid, false); /// /// Printer Configuration Retrieval SOP Class /// UID: 1.2.840.10008.5.1.1.16.376 /// public static readonly String PrinterConfigurationRetrievalSopClassUid = "1.2.840.10008.5.1.1.16.376"; /// SopClass for /// Printer Configuration Retrieval SOP Class /// UID: 1.2.840.10008.5.1.1.16.376 /// public static readonly SopClass PrinterConfigurationRetrievalSopClass = new SopClass("Printer Configuration Retrieval SOP Class", PrinterConfigurationRetrievalSopClassUid, false); /// /// Printer SOP Class /// UID: 1.2.840.10008.5.1.1.16 /// public static readonly String PrinterSopClassUid = "1.2.840.10008.5.1.1.16"; /// SopClass for /// Printer SOP Class /// UID: 1.2.840.10008.5.1.1.16 /// public static readonly SopClass PrinterSopClass = new SopClass("Printer SOP Class", PrinterSopClassUid, false); /// /// Procedural Event Logging SOP Class /// UID: 1.2.840.10008.1.40 /// public static readonly String ProceduralEventLoggingSopClassUid = "1.2.840.10008.1.40"; /// SopClass for /// Procedural Event Logging SOP Class /// UID: 1.2.840.10008.1.40 /// public static readonly SopClass ProceduralEventLoggingSopClass = new SopClass("Procedural Event Logging SOP Class", ProceduralEventLoggingSopClassUid, false); /// /// Procedure Log Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.40 /// public static readonly String ProcedureLogStorageUid = "1.2.840.10008.5.1.4.1.1.88.40"; /// SopClass for /// Procedure Log Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.40 /// public static readonly SopClass ProcedureLogStorage = new SopClass("Procedure Log Storage", ProcedureLogStorageUid, false); /// /// Product Characteristics Query SOP Class /// UID: 1.2.840.10008.5.1.4.41 /// public static readonly String ProductCharacteristicsQuerySopClassUid = "1.2.840.10008.5.1.4.41"; /// SopClass for /// Product Characteristics Query SOP Class /// UID: 1.2.840.10008.5.1.4.41 /// public static readonly SopClass ProductCharacteristicsQuerySopClass = new SopClass("Product Characteristics Query SOP Class", ProductCharacteristicsQuerySopClassUid, false); /// /// Pseudo-Color Softcopy Presentation State Storage SOP Class /// UID: 1.2.840.10008.5.1.4.1.1.11.3 /// public static readonly String PseudoColorSoftcopyPresentationStateStorageSopClassUid = "1.2.840.10008.5.1.4.1.1.11.3"; /// SopClass for /// Pseudo-Color Softcopy Presentation State Storage SOP Class /// UID: 1.2.840.10008.5.1.4.1.1.11.3 /// public static readonly SopClass PseudoColorSoftcopyPresentationStateStorageSopClass = new SopClass("Pseudo-Color Softcopy Presentation State Storage SOP Class", PseudoColorSoftcopyPresentationStateStorageSopClassUid, false); /// /// Pull Print Request SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.31 /// public static readonly String PullPrintRequestSopClassRetiredUid = "1.2.840.10008.5.1.1.31"; /// SopClass for /// Pull Print Request SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.31 /// public static readonly SopClass PullPrintRequestSopClassRetired = new SopClass("Pull Print Request SOP Class (Retired)", PullPrintRequestSopClassRetiredUid, false); /// /// Raw Data Storage /// UID: 1.2.840.10008.5.1.4.1.1.66 /// public static readonly String RawDataStorageUid = "1.2.840.10008.5.1.4.1.1.66"; /// SopClass for /// Raw Data Storage /// UID: 1.2.840.10008.5.1.4.1.1.66 /// public static readonly SopClass RawDataStorage = new SopClass("Raw Data Storage", RawDataStorageUid, false); /// /// Real World Value Mapping Storage /// UID: 1.2.840.10008.5.1.4.1.1.67 /// public static readonly String RealWorldValueMappingStorageUid = "1.2.840.10008.5.1.4.1.1.67"; /// SopClass for /// Real World Value Mapping Storage /// UID: 1.2.840.10008.5.1.4.1.1.67 /// public static readonly SopClass RealWorldValueMappingStorage = new SopClass("Real World Value Mapping Storage", RealWorldValueMappingStorageUid, false); /// /// Referenced Image Box SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.4.2 /// public static readonly String ReferencedImageBoxSopClassRetiredUid = "1.2.840.10008.5.1.1.4.2"; /// SopClass for /// Referenced Image Box SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.4.2 /// public static readonly SopClass ReferencedImageBoxSopClassRetired = new SopClass("Referenced Image Box SOP Class (Retired)", ReferencedImageBoxSopClassRetiredUid, false); /// /// Respiratory Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.6.1 /// public static readonly String RespiratoryWaveformStorageUid = "1.2.840.10008.5.1.4.1.1.9.6.1"; /// SopClass for /// Respiratory Waveform Storage /// UID: 1.2.840.10008.5.1.4.1.1.9.6.1 /// public static readonly SopClass RespiratoryWaveformStorage = new SopClass("Respiratory Waveform Storage", RespiratoryWaveformStorageUid, false); /// /// RT Beams Delivery Instruction Storage (Supplement 74 Frozen Draft) /// UID: 1.2.840.10008.5.1.4.34.1 /// public static readonly String RtBeamsDeliveryInstructionStorageSupplement74FrozenDraftUid = "1.2.840.10008.5.1.4.34.1"; /// SopClass for /// RT Beams Delivery Instruction Storage (Supplement 74 Frozen Draft) /// UID: 1.2.840.10008.5.1.4.34.1 /// public static readonly SopClass RtBeamsDeliveryInstructionStorageSupplement74FrozenDraft = new SopClass("RT Beams Delivery Instruction Storage (Supplement 74 Frozen Draft)", RtBeamsDeliveryInstructionStorageSupplement74FrozenDraftUid, false); /// /// RT Beams Treatment Record Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.4 /// public static readonly String RtBeamsTreatmentRecordStorageUid = "1.2.840.10008.5.1.4.1.1.481.4"; /// SopClass for /// RT Beams Treatment Record Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.4 /// public static readonly SopClass RtBeamsTreatmentRecordStorage = new SopClass("RT Beams Treatment Record Storage", RtBeamsTreatmentRecordStorageUid, false); /// /// RT Brachy Treatment Record Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.6 /// public static readonly String RtBrachyTreatmentRecordStorageUid = "1.2.840.10008.5.1.4.1.1.481.6"; /// SopClass for /// RT Brachy Treatment Record Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.6 /// public static readonly SopClass RtBrachyTreatmentRecordStorage = new SopClass("RT Brachy Treatment Record Storage", RtBrachyTreatmentRecordStorageUid, false); /// /// RT Conventional Machine Verification (Supplement 74 Frozen Draft) /// UID: 1.2.840.10008.5.1.4.34.2 /// public static readonly String RtConventionalMachineVerificationSupplement74FrozenDraftUid = "1.2.840.10008.5.1.4.34.2"; /// SopClass for /// RT Conventional Machine Verification (Supplement 74 Frozen Draft) /// UID: 1.2.840.10008.5.1.4.34.2 /// public static readonly SopClass RtConventionalMachineVerificationSupplement74FrozenDraft = new SopClass("RT Conventional Machine Verification (Supplement 74 Frozen Draft)", RtConventionalMachineVerificationSupplement74FrozenDraftUid, false); /// /// RT Dose Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.2 /// public static readonly String RtDoseStorageUid = "1.2.840.10008.5.1.4.1.1.481.2"; /// SopClass for /// RT Dose Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.2 /// public static readonly SopClass RtDoseStorage = new SopClass("RT Dose Storage", RtDoseStorageUid, false); /// /// RT Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.1 /// public static readonly String RtImageStorageUid = "1.2.840.10008.5.1.4.1.1.481.1"; /// SopClass for /// RT Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.1 /// public static readonly SopClass RtImageStorage = new SopClass("RT Image Storage", RtImageStorageUid, false); /// /// RT Ion Beams Treatment Record Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.9 /// public static readonly String RtIonBeamsTreatmentRecordStorageUid = "1.2.840.10008.5.1.4.1.1.481.9"; /// SopClass for /// RT Ion Beams Treatment Record Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.9 /// public static readonly SopClass RtIonBeamsTreatmentRecordStorage = new SopClass("RT Ion Beams Treatment Record Storage", RtIonBeamsTreatmentRecordStorageUid, false); /// /// RT Ion Machine Verification (Supplement 74 Frozen Draft) /// UID: 1.2.840.10008.5.1.4.34.3 /// public static readonly String RtIonMachineVerificationSupplement74FrozenDraftUid = "1.2.840.10008.5.1.4.34.3"; /// SopClass for /// RT Ion Machine Verification (Supplement 74 Frozen Draft) /// UID: 1.2.840.10008.5.1.4.34.3 /// public static readonly SopClass RtIonMachineVerificationSupplement74FrozenDraft = new SopClass("RT Ion Machine Verification (Supplement 74 Frozen Draft)", RtIonMachineVerificationSupplement74FrozenDraftUid, false); /// /// RT Ion Plan Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.8 /// public static readonly String RtIonPlanStorageUid = "1.2.840.10008.5.1.4.1.1.481.8"; /// SopClass for /// RT Ion Plan Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.8 /// public static readonly SopClass RtIonPlanStorage = new SopClass("RT Ion Plan Storage", RtIonPlanStorageUid, false); /// /// RT Plan Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.5 /// public static readonly String RtPlanStorageUid = "1.2.840.10008.5.1.4.1.1.481.5"; /// SopClass for /// RT Plan Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.5 /// public static readonly SopClass RtPlanStorage = new SopClass("RT Plan Storage", RtPlanStorageUid, false); /// /// RT Structure Set Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.3 /// public static readonly String RtStructureSetStorageUid = "1.2.840.10008.5.1.4.1.1.481.3"; /// SopClass for /// RT Structure Set Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.3 /// public static readonly SopClass RtStructureSetStorage = new SopClass("RT Structure Set Storage", RtStructureSetStorageUid, false); /// /// RT Treatment Summary Record Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.7 /// public static readonly String RtTreatmentSummaryRecordStorageUid = "1.2.840.10008.5.1.4.1.1.481.7"; /// SopClass for /// RT Treatment Summary Record Storage /// UID: 1.2.840.10008.5.1.4.1.1.481.7 /// public static readonly SopClass RtTreatmentSummaryRecordStorage = new SopClass("RT Treatment Summary Record Storage", RtTreatmentSummaryRecordStorageUid, false); /// /// Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7 /// public static readonly String SecondaryCaptureImageStorageUid = "1.2.840.10008.5.1.4.1.1.7"; /// SopClass for /// Secondary Capture Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.7 /// public static readonly SopClass SecondaryCaptureImageStorage = new SopClass("Secondary Capture Image Storage", SecondaryCaptureImageStorageUid, false); /// /// Segmentation Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.4 /// public static readonly String SegmentationStorageUid = "1.2.840.10008.5.1.4.1.1.66.4"; /// SopClass for /// Segmentation Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.4 /// public static readonly SopClass SegmentationStorage = new SopClass("Segmentation Storage", SegmentationStorageUid, false); /// /// Spatial Fiducials Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.2 /// public static readonly String SpatialFiducialsStorageUid = "1.2.840.10008.5.1.4.1.1.66.2"; /// SopClass for /// Spatial Fiducials Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.2 /// public static readonly SopClass SpatialFiducialsStorage = new SopClass("Spatial Fiducials Storage", SpatialFiducialsStorageUid, false); /// /// Spatial Registration Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.1 /// public static readonly String SpatialRegistrationStorageUid = "1.2.840.10008.5.1.4.1.1.66.1"; /// SopClass for /// Spatial Registration Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.1 /// public static readonly SopClass SpatialRegistrationStorage = new SopClass("Spatial Registration Storage", SpatialRegistrationStorageUid, false); /// /// Spectacle Prescription Reports Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.6 /// public static readonly String SpectaclePrescriptionReportsStorageUid = "1.2.840.10008.5.1.4.1.1.78.6"; /// SopClass for /// Spectacle Prescription Reports Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.6 /// public static readonly SopClass SpectaclePrescriptionReportsStorage = new SopClass("Spectacle Prescription Reports Storage", SpectaclePrescriptionReportsStorageUid, false); /// /// Standalone Curve Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.9 /// public static readonly String StandaloneCurveStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.9"; /// SopClass for /// Standalone Curve Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.9 /// public static readonly SopClass StandaloneCurveStorageRetired = new SopClass("Standalone Curve Storage (Retired)", StandaloneCurveStorageRetiredUid, false); /// /// Standalone Modality LUT Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.10 /// public static readonly String StandaloneModalityLutStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.10"; /// SopClass for /// Standalone Modality LUT Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.10 /// public static readonly SopClass StandaloneModalityLutStorageRetired = new SopClass("Standalone Modality LUT Storage (Retired)", StandaloneModalityLutStorageRetiredUid, false); /// /// Standalone Overlay Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.8 /// public static readonly String StandaloneOverlayStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.8"; /// SopClass for /// Standalone Overlay Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.8 /// public static readonly SopClass StandaloneOverlayStorageRetired = new SopClass("Standalone Overlay Storage (Retired)", StandaloneOverlayStorageRetiredUid, false); /// /// Standalone PET Curve Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.129 /// public static readonly String StandalonePetCurveStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.129"; /// SopClass for /// Standalone PET Curve Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.129 /// public static readonly SopClass StandalonePetCurveStorageRetired = new SopClass("Standalone PET Curve Storage (Retired)", StandalonePetCurveStorageRetiredUid, false); /// /// Standalone VOI LUT Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.11 /// public static readonly String StandaloneVoiLutStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.11"; /// SopClass for /// Standalone VOI LUT Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.11 /// public static readonly SopClass StandaloneVoiLutStorageRetired = new SopClass("Standalone VOI LUT Storage (Retired)", StandaloneVoiLutStorageRetiredUid, false); /// /// Stereometric Relationship Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.5.3 /// public static readonly String StereometricRelationshipStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.5.3"; /// SopClass for /// Stereometric Relationship Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.5.3 /// public static readonly SopClass StereometricRelationshipStorage = new SopClass("Stereometric Relationship Storage", StereometricRelationshipStorageUid, false); /// /// Storage Commitment Pull Model SOP Class (Retired) /// UID: 1.2.840.10008.1.20.2 /// public static readonly String StorageCommitmentPullModelSopClassRetiredUid = "1.2.840.10008.1.20.2"; /// SopClass for /// Storage Commitment Pull Model SOP Class (Retired) /// UID: 1.2.840.10008.1.20.2 /// public static readonly SopClass StorageCommitmentPullModelSopClassRetired = new SopClass("Storage Commitment Pull Model SOP Class (Retired)", StorageCommitmentPullModelSopClassRetiredUid, false); /// /// Storage Commitment Push Model SOP Class /// UID: 1.2.840.10008.1.20.1 /// public static readonly String StorageCommitmentPushModelSopClassUid = "1.2.840.10008.1.20.1"; /// SopClass for /// Storage Commitment Push Model SOP Class /// UID: 1.2.840.10008.1.20.1 /// public static readonly SopClass StorageCommitmentPushModelSopClass = new SopClass("Storage Commitment Push Model SOP Class", StorageCommitmentPushModelSopClassUid, false); /// /// Stored Print Storage SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.27 /// public static readonly String StoredPrintStorageSopClassRetiredUid = "1.2.840.10008.5.1.1.27"; /// SopClass for /// Stored Print Storage SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.27 /// public static readonly SopClass StoredPrintStorageSopClassRetired = new SopClass("Stored Print Storage SOP Class (Retired)", StoredPrintStorageSopClassRetiredUid, false); /// /// Study Component Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.3.2 /// public static readonly String StudyComponentManagementSopClassRetiredUid = "1.2.840.10008.3.1.2.3.2"; /// SopClass for /// Study Component Management SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.3.2 /// public static readonly SopClass StudyComponentManagementSopClassRetired = new SopClass("Study Component Management SOP Class (Retired)", StudyComponentManagementSopClassRetiredUid, false); /// /// Study Root Query/Retrieve Information Model – FIND /// UID: 1.2.840.10008.5.1.4.1.2.2.1 /// public static readonly String StudyRootQueryRetrieveInformationModelFindUid = "1.2.840.10008.5.1.4.1.2.2.1"; /// SopClass for /// Study Root Query/Retrieve Information Model – FIND /// UID: 1.2.840.10008.5.1.4.1.2.2.1 /// public static readonly SopClass StudyRootQueryRetrieveInformationModelFind = new SopClass("Study Root Query/Retrieve Information Model – FIND", StudyRootQueryRetrieveInformationModelFindUid, false); /// /// Study Root Query/Retrieve Information Model – GET /// UID: 1.2.840.10008.5.1.4.1.2.2.3 /// public static readonly String StudyRootQueryRetrieveInformationModelGetUid = "1.2.840.10008.5.1.4.1.2.2.3"; /// SopClass for /// Study Root Query/Retrieve Information Model – GET /// UID: 1.2.840.10008.5.1.4.1.2.2.3 /// public static readonly SopClass StudyRootQueryRetrieveInformationModelGet = new SopClass("Study Root Query/Retrieve Information Model – GET", StudyRootQueryRetrieveInformationModelGetUid, false); /// /// Study Root Query/Retrieve Information Model – MOVE /// UID: 1.2.840.10008.5.1.4.1.2.2.2 /// public static readonly String StudyRootQueryRetrieveInformationModelMoveUid = "1.2.840.10008.5.1.4.1.2.2.2"; /// SopClass for /// Study Root Query/Retrieve Information Model – MOVE /// UID: 1.2.840.10008.5.1.4.1.2.2.2 /// public static readonly SopClass StudyRootQueryRetrieveInformationModelMove = new SopClass("Study Root Query/Retrieve Information Model – MOVE", StudyRootQueryRetrieveInformationModelMoveUid, false); /// /// Subjective Refraction Measurements Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.4 /// public static readonly String SubjectiveRefractionMeasurementsStorageUid = "1.2.840.10008.5.1.4.1.1.78.4"; /// SopClass for /// Subjective Refraction Measurements Storage /// UID: 1.2.840.10008.5.1.4.1.1.78.4 /// public static readonly SopClass SubjectiveRefractionMeasurementsStorage = new SopClass("Subjective Refraction Measurements Storage", SubjectiveRefractionMeasurementsStorageUid, false); /// /// Substance Administration Logging SOP Class /// UID: 1.2.840.10008.1.42 /// public static readonly String SubstanceAdministrationLoggingSopClassUid = "1.2.840.10008.1.42"; /// SopClass for /// Substance Administration Logging SOP Class /// UID: 1.2.840.10008.1.42 /// public static readonly SopClass SubstanceAdministrationLoggingSopClass = new SopClass("Substance Administration Logging SOP Class", SubstanceAdministrationLoggingSopClassUid, false); /// /// Substance Approval Query SOP Class /// UID: 1.2.840.10008.5.1.4.42 /// public static readonly String SubstanceApprovalQuerySopClassUid = "1.2.840.10008.5.1.4.42"; /// SopClass for /// Substance Approval Query SOP Class /// UID: 1.2.840.10008.5.1.4.42 /// public static readonly SopClass SubstanceApprovalQuerySopClass = new SopClass("Substance Approval Query SOP Class", SubstanceApprovalQuerySopClassUid, false); /// /// Surface Segmentation Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.5 /// public static readonly String SurfaceSegmentationStorageUid = "1.2.840.10008.5.1.4.1.1.66.5"; /// SopClass for /// Surface Segmentation Storage /// UID: 1.2.840.10008.5.1.4.1.1.66.5 /// public static readonly SopClass SurfaceSegmentationStorage = new SopClass("Surface Segmentation Storage", SurfaceSegmentationStorageUid, false); /// /// Text SR Storage – Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.88.1 /// public static readonly String TextSrStorageTrialRetiredUid = "1.2.840.10008.5.1.4.1.1.88.1"; /// SopClass for /// Text SR Storage – Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.88.1 /// public static readonly SopClass TextSrStorageTrialRetired = new SopClass("Text SR Storage – Trial (Retired)", TextSrStorageTrialRetiredUid, false); /// /// Ultrasound Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.6.1 /// public static readonly String UltrasoundImageStorageUid = "1.2.840.10008.5.1.4.1.1.6.1"; /// SopClass for /// Ultrasound Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.6.1 /// public static readonly SopClass UltrasoundImageStorage = new SopClass("Ultrasound Image Storage", UltrasoundImageStorageUid, false); /// /// Ultrasound Image Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.6 /// public static readonly String UltrasoundImageStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.6"; /// SopClass for /// Ultrasound Image Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.6 /// public static readonly SopClass UltrasoundImageStorageRetired = new SopClass("Ultrasound Image Storage (Retired)", UltrasoundImageStorageRetiredUid, false); /// /// Ultrasound Multi-frame Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.3.1 /// public static readonly String UltrasoundMultiFrameImageStorageUid = "1.2.840.10008.5.1.4.1.1.3.1"; /// SopClass for /// Ultrasound Multi-frame Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.3.1 /// public static readonly SopClass UltrasoundMultiFrameImageStorage = new SopClass("Ultrasound Multi-frame Image Storage", UltrasoundMultiFrameImageStorageUid, false); /// /// Ultrasound Multi-frame Image Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.3 /// public static readonly String UltrasoundMultiFrameImageStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.3"; /// SopClass for /// Ultrasound Multi-frame Image Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.3 /// public static readonly SopClass UltrasoundMultiFrameImageStorageRetired = new SopClass("Ultrasound Multi-frame Image Storage (Retired)", UltrasoundMultiFrameImageStorageRetiredUid, false); /// /// Unified Procedure Step – Event SOP Class /// UID: 1.2.840.10008.5.1.4.34.4.4 /// public static readonly String UnifiedProcedureStepEventSopClassUid = "1.2.840.10008.5.1.4.34.4.4"; /// SopClass for /// Unified Procedure Step – Event SOP Class /// UID: 1.2.840.10008.5.1.4.34.4.4 /// public static readonly SopClass UnifiedProcedureStepEventSopClass = new SopClass("Unified Procedure Step – Event SOP Class", UnifiedProcedureStepEventSopClassUid, false); /// /// Unified Procedure Step – Pull SOP Class /// UID: 1.2.840.10008.5.1.4.34.4.3 /// public static readonly String UnifiedProcedureStepPullSopClassUid = "1.2.840.10008.5.1.4.34.4.3"; /// SopClass for /// Unified Procedure Step – Pull SOP Class /// UID: 1.2.840.10008.5.1.4.34.4.3 /// public static readonly SopClass UnifiedProcedureStepPullSopClass = new SopClass("Unified Procedure Step – Pull SOP Class", UnifiedProcedureStepPullSopClassUid, false); /// /// Unified Procedure Step – Push SOP Class /// UID: 1.2.840.10008.5.1.4.34.4.1 /// public static readonly String UnifiedProcedureStepPushSopClassUid = "1.2.840.10008.5.1.4.34.4.1"; /// SopClass for /// Unified Procedure Step – Push SOP Class /// UID: 1.2.840.10008.5.1.4.34.4.1 /// public static readonly SopClass UnifiedProcedureStepPushSopClass = new SopClass("Unified Procedure Step – Push SOP Class", UnifiedProcedureStepPushSopClassUid, false); /// /// Unified Procedure Step – Watch SOP Class /// UID: 1.2.840.10008.5.1.4.34.4.2 /// public static readonly String UnifiedProcedureStepWatchSopClassUid = "1.2.840.10008.5.1.4.34.4.2"; /// SopClass for /// Unified Procedure Step – Watch SOP Class /// UID: 1.2.840.10008.5.1.4.34.4.2 /// public static readonly SopClass UnifiedProcedureStepWatchSopClass = new SopClass("Unified Procedure Step – Watch SOP Class", UnifiedProcedureStepWatchSopClassUid, false); /// /// Verification SOP Class /// UID: 1.2.840.10008.1.1 /// public static readonly String VerificationSopClassUid = "1.2.840.10008.1.1"; /// SopClass for /// Verification SOP Class /// UID: 1.2.840.10008.1.1 /// public static readonly SopClass VerificationSopClass = new SopClass("Verification SOP Class", VerificationSopClassUid, false); /// /// Video Endoscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.1.1 /// public static readonly String VideoEndoscopicImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.1.1"; /// SopClass for /// Video Endoscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.1.1 /// public static readonly SopClass VideoEndoscopicImageStorage = new SopClass("Video Endoscopic Image Storage", VideoEndoscopicImageStorageUid, false); /// /// Video Microscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.2.1 /// public static readonly String VideoMicroscopicImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.2.1"; /// SopClass for /// Video Microscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.2.1 /// public static readonly SopClass VideoMicroscopicImageStorage = new SopClass("Video Microscopic Image Storage", VideoMicroscopicImageStorageUid, false); /// /// Video Photographic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.4.1 /// public static readonly String VideoPhotographicImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.4.1"; /// SopClass for /// Video Photographic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.4.1 /// public static readonly SopClass VideoPhotographicImageStorage = new SopClass("Video Photographic Image Storage", VideoPhotographicImageStorageUid, false); /// /// Visual Acuity Measurements /// UID: 1.2.840.10008.5.1.4.1.1.78.5 /// public static readonly String VisualAcuityMeasurementsUid = "1.2.840.10008.5.1.4.1.1.78.5"; /// SopClass for /// Visual Acuity Measurements /// UID: 1.2.840.10008.5.1.4.1.1.78.5 /// public static readonly SopClass VisualAcuityMeasurements = new SopClass("Visual Acuity Measurements ", VisualAcuityMeasurementsUid, false); /// /// VL Endoscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.1 /// public static readonly String VlEndoscopicImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.1"; /// SopClass for /// VL Endoscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.1 /// public static readonly SopClass VlEndoscopicImageStorage = new SopClass("VL Endoscopic Image Storage", VlEndoscopicImageStorageUid, false); /// /// VL Microscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.2 /// public static readonly String VlMicroscopicImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.2"; /// SopClass for /// VL Microscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.2 /// public static readonly SopClass VlMicroscopicImageStorage = new SopClass("VL Microscopic Image Storage", VlMicroscopicImageStorageUid, false); /// /// VL Photographic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.4 /// public static readonly String VlPhotographicImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.4"; /// SopClass for /// VL Photographic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.4 /// public static readonly SopClass VlPhotographicImageStorage = new SopClass("VL Photographic Image Storage", VlPhotographicImageStorageUid, false); /// /// VL Slide-Coordinates Microscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.3 /// public static readonly String VlSlideCoordinatesMicroscopicImageStorageUid = "1.2.840.10008.5.1.4.1.1.77.1.3"; /// SopClass for /// VL Slide-Coordinates Microscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.77.1.3 /// public static readonly SopClass VlSlideCoordinatesMicroscopicImageStorage = new SopClass("VL Slide-Coordinates Microscopic Image Storage", VlSlideCoordinatesMicroscopicImageStorageUid, false); /// /// VOI LUT Box SOP Class /// UID: 1.2.840.10008.5.1.1.22 /// public static readonly String VoiLutBoxSopClassUid = "1.2.840.10008.5.1.1.22"; /// SopClass for /// VOI LUT Box SOP Class /// UID: 1.2.840.10008.5.1.1.22 /// public static readonly SopClass VoiLutBoxSopClass = new SopClass("VOI LUT Box SOP Class", VoiLutBoxSopClassUid, false); /// /// Waveform Storage - Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.9.1 /// public static readonly String WaveformStorageTrialRetiredUid = "1.2.840.10008.5.1.4.1.1.9.1"; /// SopClass for /// Waveform Storage - Trial (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.9.1 /// public static readonly SopClass WaveformStorageTrialRetired = new SopClass("Waveform Storage - Trial (Retired)", WaveformStorageTrialRetiredUid, false); /// /// XA/XRF Grayscale Softcopy Presentation State Storage /// UID: 1.2.840.10008.5.1.4.1.1.11.5 /// public static readonly String XaXrfGrayscaleSoftcopyPresentationStateStorageUid = "1.2.840.10008.5.1.4.1.1.11.5"; /// SopClass for /// XA/XRF Grayscale Softcopy Presentation State Storage /// UID: 1.2.840.10008.5.1.4.1.1.11.5 /// public static readonly SopClass XaXrfGrayscaleSoftcopyPresentationStateStorage = new SopClass("XA/XRF Grayscale Softcopy Presentation State Storage", XaXrfGrayscaleSoftcopyPresentationStateStorageUid, false); /// /// X-Ray 3D Angiographic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.13.1.1 /// public static readonly String XRay3dAngiographicImageStorageUid = "1.2.840.10008.5.1.4.1.1.13.1.1"; /// SopClass for /// X-Ray 3D Angiographic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.13.1.1 /// public static readonly SopClass XRay3dAngiographicImageStorage = new SopClass("X-Ray 3D Angiographic Image Storage", XRay3dAngiographicImageStorageUid, false); /// /// X-Ray 3D Craniofacial Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.13.1.2 /// public static readonly String XRay3dCraniofacialImageStorageUid = "1.2.840.10008.5.1.4.1.1.13.1.2"; /// SopClass for /// X-Ray 3D Craniofacial Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.13.1.2 /// public static readonly SopClass XRay3dCraniofacialImageStorage = new SopClass("X-Ray 3D Craniofacial Image Storage", XRay3dCraniofacialImageStorageUid, false); /// /// X-Ray Angiographic Bi-Plane Image Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.12.3 /// public static readonly String XRayAngiographicBiPlaneImageStorageRetiredUid = "1.2.840.10008.5.1.4.1.1.12.3"; /// SopClass for /// X-Ray Angiographic Bi-Plane Image Storage (Retired) /// UID: 1.2.840.10008.5.1.4.1.1.12.3 /// public static readonly SopClass XRayAngiographicBiPlaneImageStorageRetired = new SopClass("X-Ray Angiographic Bi-Plane Image Storage (Retired)", XRayAngiographicBiPlaneImageStorageRetiredUid, false); /// /// X-Ray Angiographic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.12.1 /// public static readonly String XRayAngiographicImageStorageUid = "1.2.840.10008.5.1.4.1.1.12.1"; /// SopClass for /// X-Ray Angiographic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.12.1 /// public static readonly SopClass XRayAngiographicImageStorage = new SopClass("X-Ray Angiographic Image Storage", XRayAngiographicImageStorageUid, false); /// /// X-Ray Radiation Dose SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.67 /// public static readonly String XRayRadiationDoseSrStorageUid = "1.2.840.10008.5.1.4.1.1.88.67"; /// SopClass for /// X-Ray Radiation Dose SR Storage /// UID: 1.2.840.10008.5.1.4.1.1.88.67 /// public static readonly SopClass XRayRadiationDoseSrStorage = new SopClass("X-Ray Radiation Dose SR Storage", XRayRadiationDoseSrStorageUid, false); /// /// X-Ray Radiofluoroscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.12.2 /// public static readonly String XRayRadiofluoroscopicImageStorageUid = "1.2.840.10008.5.1.4.1.1.12.2"; /// SopClass for /// X-Ray Radiofluoroscopic Image Storage /// UID: 1.2.840.10008.5.1.4.1.1.12.2 /// public static readonly SopClass XRayRadiofluoroscopicImageStorage = new SopClass("X-Ray Radiofluoroscopic Image Storage", XRayRadiofluoroscopicImageStorageUid, false); /// String UID for /// Basic Color Print Management Meta SOP Class /// UID: 1.2.840.10008.5.1.1.18 /// public static readonly String BasicColorPrintManagementMetaSopClassUid = "1.2.840.10008.5.1.1.18"; /// SopClass for /// Basic Color Print Management Meta SOP Class /// UID: 1.2.840.10008.5.1.1.18 /// public static readonly SopClass BasicColorPrintManagementMetaSopClass = new SopClass("Basic Color Print Management Meta SOP Class", BasicColorPrintManagementMetaSopClassUid, true); /// String UID for /// Basic Grayscale Print Management Meta SOP Class /// UID: 1.2.840.10008.5.1.1.9 /// public static readonly String BasicGrayscalePrintManagementMetaSopClassUid = "1.2.840.10008.5.1.1.9"; /// SopClass for /// Basic Grayscale Print Management Meta SOP Class /// UID: 1.2.840.10008.5.1.1.9 /// public static readonly SopClass BasicGrayscalePrintManagementMetaSopClass = new SopClass("Basic Grayscale Print Management Meta SOP Class", BasicGrayscalePrintManagementMetaSopClassUid, true); /// String UID for /// Detached Patient Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.1.4 /// public static readonly String DetachedPatientManagementMetaSopClassRetiredUid = "1.2.840.10008.3.1.2.1.4"; /// SopClass for /// Detached Patient Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.1.4 /// public static readonly SopClass DetachedPatientManagementMetaSopClassRetired = new SopClass("Detached Patient Management Meta SOP Class (Retired)", DetachedPatientManagementMetaSopClassRetiredUid, true); /// String UID for /// Detached Results Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.5.4 /// public static readonly String DetachedResultsManagementMetaSopClassRetiredUid = "1.2.840.10008.3.1.2.5.4"; /// SopClass for /// Detached Results Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.5.4 /// public static readonly SopClass DetachedResultsManagementMetaSopClassRetired = new SopClass("Detached Results Management Meta SOP Class (Retired)", DetachedResultsManagementMetaSopClassRetiredUid, true); /// String UID for /// Detached Study Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.5.5 /// public static readonly String DetachedStudyManagementMetaSopClassRetiredUid = "1.2.840.10008.3.1.2.5.5"; /// SopClass for /// Detached Study Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.3.1.2.5.5 /// public static readonly SopClass DetachedStudyManagementMetaSopClassRetired = new SopClass("Detached Study Management Meta SOP Class (Retired)", DetachedStudyManagementMetaSopClassRetiredUid, true); /// String UID for /// General Purpose Worklist Management Meta SOP Class /// UID: 1.2.840.10008.5.1.4.32 /// public static readonly String GeneralPurposeWorklistManagementMetaSopClassUid = "1.2.840.10008.5.1.4.32"; /// SopClass for /// General Purpose Worklist Management Meta SOP Class /// UID: 1.2.840.10008.5.1.4.32 /// public static readonly SopClass GeneralPurposeWorklistManagementMetaSopClass = new SopClass("General Purpose Worklist Management Meta SOP Class", GeneralPurposeWorklistManagementMetaSopClassUid, true); /// String UID for /// Pull Stored Print Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.32 /// public static readonly String PullStoredPrintManagementMetaSopClassRetiredUid = "1.2.840.10008.5.1.1.32"; /// SopClass for /// Pull Stored Print Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.32 /// public static readonly SopClass PullStoredPrintManagementMetaSopClassRetired = new SopClass("Pull Stored Print Management Meta SOP Class (Retired)", PullStoredPrintManagementMetaSopClassRetiredUid, true); /// String UID for /// Referenced Color Print Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.18.1 /// public static readonly String ReferencedColorPrintManagementMetaSopClassRetiredUid = "1.2.840.10008.5.1.1.18.1"; /// SopClass for /// Referenced Color Print Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.18.1 /// public static readonly SopClass ReferencedColorPrintManagementMetaSopClassRetired = new SopClass("Referenced Color Print Management Meta SOP Class (Retired)", ReferencedColorPrintManagementMetaSopClassRetiredUid, true); /// String UID for /// Referenced Grayscale Print Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.9.1 /// public static readonly String ReferencedGrayscalePrintManagementMetaSopClassRetiredUid = "1.2.840.10008.5.1.1.9.1"; /// SopClass for /// Referenced Grayscale Print Management Meta SOP Class (Retired) /// UID: 1.2.840.10008.5.1.1.9.1 /// public static readonly SopClass ReferencedGrayscalePrintManagementMetaSopClassRetired = new SopClass("Referenced Grayscale Print Management Meta SOP Class (Retired)", ReferencedGrayscalePrintManagementMetaSopClassRetiredUid, true); private readonly String _sopName; private readonly String _sopUid; private readonly bool _bIsMeta; /// Property that represents the Name of the SOP Class. public String Name { get { return _sopName; } } /// Property that represents the Uid for the SOP Class. public String Uid { get { return _sopUid; } } /// Property that returns a DicomUid that represents the SOP Class. public DicomUid DicomUid { get { return new DicomUid(_sopUid, _sopName, _bIsMeta ? UidType.MetaSOPClass : UidType.SOPClass); } } /// Property that represents the Uid for the SOP Class. public bool Meta { get { return _bIsMeta; } } /// Constructor to create SopClass object. public SopClass(String name, String uid, bool isMeta) { _sopName = name; _sopUid = uid; _bIsMeta = isMeta; } private static Dictionary _sopList = new Dictionary(); /// Override that displays the name of the SOP Class. public override string ToString() { return this.Name; } /// Retrieve a SopClass object associated with the Uid. public static SopClass GetSopClass(String uid) { SopClass theSop; if (!_sopList.TryGetValue(uid, out theSop)) return null; return theSop; } static SopClass() { _sopList.Add(Sop12LeadEcgWaveformStorageUid, Sop12LeadEcgWaveformStorage); _sopList.Add(AmbulatoryEcgWaveformStorageUid, AmbulatoryEcgWaveformStorage); _sopList.Add(ArterialPulseWaveformStorageUid, ArterialPulseWaveformStorage); _sopList.Add(AudioSrStorageTrialRetiredUid, AudioSrStorageTrialRetired); _sopList.Add(AutorefractionMeasurementsStorageUid, AutorefractionMeasurementsStorage); _sopList.Add(BasicAnnotationBoxSopClassUid, BasicAnnotationBoxSopClass); _sopList.Add(BasicColorImageBoxSopClassUid, BasicColorImageBoxSopClass); _sopList.Add(BasicFilmBoxSopClassUid, BasicFilmBoxSopClass); _sopList.Add(BasicFilmSessionSopClassUid, BasicFilmSessionSopClass); _sopList.Add(BasicGrayscaleImageBoxSopClassUid, BasicGrayscaleImageBoxSopClass); _sopList.Add(BasicPrintImageOverlayBoxSopClassRetiredUid, BasicPrintImageOverlayBoxSopClassRetired); _sopList.Add(BasicStructuredDisplayStorageUid, BasicStructuredDisplayStorage); _sopList.Add(BasicStudyContentNotificationSopClassRetiredUid, BasicStudyContentNotificationSopClassRetired); _sopList.Add(BasicTextSrStorageUid, BasicTextSrStorage); _sopList.Add(BasicVoiceAudioWaveformStorageUid, BasicVoiceAudioWaveformStorage); _sopList.Add(BlendingSoftcopyPresentationStateStorageSopClassUid, BlendingSoftcopyPresentationStateStorageSopClass); _sopList.Add(BreastImagingRelevantPatientInformationQueryUid, BreastImagingRelevantPatientInformationQuery); _sopList.Add(BreastTomosynthesisImageStorageUid, BreastTomosynthesisImageStorage); _sopList.Add(CardiacElectrophysiologyWaveformStorageUid, CardiacElectrophysiologyWaveformStorage); _sopList.Add(CardiacRelevantPatientInformationQueryUid, CardiacRelevantPatientInformationQuery); _sopList.Add(ChestCadSrStorageUid, ChestCadSrStorage); _sopList.Add(ColonCadSrStorageUid, ColonCadSrStorage); _sopList.Add(ColorSoftcopyPresentationStateStorageSopClassUid, ColorSoftcopyPresentationStateStorageSopClass); _sopList.Add(CompositeInstanceRetrieveWithoutBulkDataGetUid, CompositeInstanceRetrieveWithoutBulkDataGet); _sopList.Add(CompositeInstanceRootRetrieveGetUid, CompositeInstanceRootRetrieveGet); _sopList.Add(CompositeInstanceRootRetrieveMoveUid, CompositeInstanceRootRetrieveMove); _sopList.Add(ComprehensiveSrStorageUid, ComprehensiveSrStorage); _sopList.Add(ComprehensiveSrStorageTrialRetiredUid, ComprehensiveSrStorageTrialRetired); _sopList.Add(ComputedRadiographyImageStorageUid, ComputedRadiographyImageStorage); _sopList.Add(CtImageStorageUid, CtImageStorage); _sopList.Add(DeformableSpatialRegistrationStorageUid, DeformableSpatialRegistrationStorage); _sopList.Add(DetachedInterpretationManagementSopClassRetiredUid, DetachedInterpretationManagementSopClassRetired); _sopList.Add(DetachedPatientManagementSopClassRetiredUid, DetachedPatientManagementSopClassRetired); _sopList.Add(DetachedResultsManagementSopClassRetiredUid, DetachedResultsManagementSopClassRetired); _sopList.Add(DetachedStudyManagementSopClassRetiredUid, DetachedStudyManagementSopClassRetired); _sopList.Add(DetachedVisitManagementSopClassRetiredUid, DetachedVisitManagementSopClassRetired); _sopList.Add(DetailSrStorageTrialRetiredUid, DetailSrStorageTrialRetired); _sopList.Add(DigitalIntraOralXRayImageStorageForPresentationUid, DigitalIntraOralXRayImageStorageForPresentation); _sopList.Add(DigitalIntraOralXRayImageStorageForProcessingUid, DigitalIntraOralXRayImageStorageForProcessing); _sopList.Add(DigitalMammographyXRayImageStorageForPresentationUid, DigitalMammographyXRayImageStorageForPresentation); _sopList.Add(DigitalMammographyXRayImageStorageForProcessingUid, DigitalMammographyXRayImageStorageForProcessing); _sopList.Add(DigitalXRayImageStorageForPresentationUid, DigitalXRayImageStorageForPresentation); _sopList.Add(DigitalXRayImageStorageForProcessingUid, DigitalXRayImageStorageForProcessing); _sopList.Add(EncapsulatedCdaStorageUid, EncapsulatedCdaStorage); _sopList.Add(EncapsulatedPdfStorageUid, EncapsulatedPdfStorage); _sopList.Add(EnhancedCtImageStorageUid, EnhancedCtImageStorage); _sopList.Add(EnhancedMrColorImageStorageUid, EnhancedMrColorImageStorage); _sopList.Add(EnhancedMrImageStorageUid, EnhancedMrImageStorage); _sopList.Add(EnhancedPetImageStorageUid, EnhancedPetImageStorage); _sopList.Add(EnhancedSrStorageUid, EnhancedSrStorage); _sopList.Add(EnhancedUsVolumeStorageUid, EnhancedUsVolumeStorage); _sopList.Add(EnhancedXaImageStorageUid, EnhancedXaImageStorage); _sopList.Add(EnhancedXrfImageStorageUid, EnhancedXrfImageStorage); _sopList.Add(GeneralAudioWaveformStorageUid, GeneralAudioWaveformStorage); _sopList.Add(GeneralEcgWaveformStorageUid, GeneralEcgWaveformStorage); _sopList.Add(GeneralPurposePerformedProcedureStepSopClassUid, GeneralPurposePerformedProcedureStepSopClass); _sopList.Add(GeneralPurposeScheduledProcedureStepSopClassUid, GeneralPurposeScheduledProcedureStepSopClass); _sopList.Add(GeneralPurposeWorklistInformationModelFindUid, GeneralPurposeWorklistInformationModelFind); _sopList.Add(GeneralRelevantPatientInformationQueryUid, GeneralRelevantPatientInformationQuery); _sopList.Add(GrayscaleSoftcopyPresentationStateStorageSopClassUid, GrayscaleSoftcopyPresentationStateStorageSopClass); _sopList.Add(HangingProtocolInformationModelFindUid, HangingProtocolInformationModelFind); _sopList.Add(HangingProtocolInformationModelGetUid, HangingProtocolInformationModelGet); _sopList.Add(HangingProtocolInformationModelMoveUid, HangingProtocolInformationModelMove); _sopList.Add(HangingProtocolStorageUid, HangingProtocolStorage); _sopList.Add(HardcopyGrayscaleImageStorageSopClassRetiredUid, HardcopyGrayscaleImageStorageSopClassRetired); _sopList.Add(HardcopyColorImageStorageSopClassRetiredUid, HardcopyColorImageStorageSopClassRetired); _sopList.Add(HemodynamicWaveformStorageUid, HemodynamicWaveformStorage); _sopList.Add(ImageOverlayBoxSopClassRetiredUid, ImageOverlayBoxSopClassRetired); _sopList.Add(InstanceAvailabilityNotificationSopClassUid, InstanceAvailabilityNotificationSopClass); _sopList.Add(KeratometryMeasurementsStorageUid, KeratometryMeasurementsStorage); _sopList.Add(KeyObjectSelectionDocumentStorageUid, KeyObjectSelectionDocumentStorage); _sopList.Add(LensometryMeasurementsStorageUid, LensometryMeasurementsStorage); _sopList.Add(MacularGridThicknessAndVolumeReportStorageUid, MacularGridThicknessAndVolumeReportStorage); _sopList.Add(MammographyCadSrStorageUid, MammographyCadSrStorage); _sopList.Add(MediaCreationManagementSopClassUidUid, MediaCreationManagementSopClassUid); _sopList.Add(MediaStorageDirectoryStorageUid, MediaStorageDirectoryStorage); _sopList.Add(ModalityPerformedProcedureStepNotificationSopClassUid, ModalityPerformedProcedureStepNotificationSopClass); _sopList.Add(ModalityPerformedProcedureStepRetrieveSopClassUid, ModalityPerformedProcedureStepRetrieveSopClass); _sopList.Add(ModalityPerformedProcedureStepSopClassUid, ModalityPerformedProcedureStepSopClass); _sopList.Add(ModalityWorklistInformationModelFindUid, ModalityWorklistInformationModelFind); _sopList.Add(MrImageStorageUid, MrImageStorage); _sopList.Add(MrSpectroscopyStorageUid, MrSpectroscopyStorage); _sopList.Add(MultiFrameGrayscaleByteSecondaryCaptureImageStorageUid, MultiFrameGrayscaleByteSecondaryCaptureImageStorage); _sopList.Add(MultiFrameGrayscaleWordSecondaryCaptureImageStorageUid, MultiFrameGrayscaleWordSecondaryCaptureImageStorage); _sopList.Add(MultiFrameSingleBitSecondaryCaptureImageStorageUid, MultiFrameSingleBitSecondaryCaptureImageStorage); _sopList.Add(MultiFrameTrueColorSecondaryCaptureImageStorageUid, MultiFrameTrueColorSecondaryCaptureImageStorage); _sopList.Add(NuclearMedicineImageStorageRetiredUid, NuclearMedicineImageStorageRetired); _sopList.Add(NuclearMedicineImageStorageUid, NuclearMedicineImageStorage); _sopList.Add(OphthalmicPhotography16BitImageStorageUid, OphthalmicPhotography16BitImageStorage); _sopList.Add(OphthalmicPhotography8BitImageStorageUid, OphthalmicPhotography8BitImageStorage); _sopList.Add(OphthalmicTomographyImageStorageUid, OphthalmicTomographyImageStorage); _sopList.Add(PatientRootQueryRetrieveInformationModelFindUid, PatientRootQueryRetrieveInformationModelFind); _sopList.Add(PatientRootQueryRetrieveInformationModelGetUid, PatientRootQueryRetrieveInformationModelGet); _sopList.Add(PatientRootQueryRetrieveInformationModelMoveUid, PatientRootQueryRetrieveInformationModelMove); _sopList.Add(PatientStudyOnlyQueryRetrieveInformationModelFindRetiredUid, PatientStudyOnlyQueryRetrieveInformationModelFindRetired); _sopList.Add(PatientStudyOnlyQueryRetrieveInformationModelGetRetiredUid, PatientStudyOnlyQueryRetrieveInformationModelGetRetired); _sopList.Add(PatientStudyOnlyQueryRetrieveInformationModelMoveRetiredUid, PatientStudyOnlyQueryRetrieveInformationModelMoveRetired); _sopList.Add(PositronEmissionTomographyImageStorageUid, PositronEmissionTomographyImageStorage); _sopList.Add(PresentationLutSopClassUid, PresentationLutSopClass); _sopList.Add(PrintJobSopClassUid, PrintJobSopClass); _sopList.Add(PrintQueueManagementSopClassRetiredUid, PrintQueueManagementSopClassRetired); _sopList.Add(PrinterConfigurationRetrievalSopClassUid, PrinterConfigurationRetrievalSopClass); _sopList.Add(PrinterSopClassUid, PrinterSopClass); _sopList.Add(ProceduralEventLoggingSopClassUid, ProceduralEventLoggingSopClass); _sopList.Add(ProcedureLogStorageUid, ProcedureLogStorage); _sopList.Add(ProductCharacteristicsQuerySopClassUid, ProductCharacteristicsQuerySopClass); _sopList.Add(PseudoColorSoftcopyPresentationStateStorageSopClassUid, PseudoColorSoftcopyPresentationStateStorageSopClass); _sopList.Add(PullPrintRequestSopClassRetiredUid, PullPrintRequestSopClassRetired); _sopList.Add(RawDataStorageUid, RawDataStorage); _sopList.Add(RealWorldValueMappingStorageUid, RealWorldValueMappingStorage); _sopList.Add(ReferencedImageBoxSopClassRetiredUid, ReferencedImageBoxSopClassRetired); _sopList.Add(RespiratoryWaveformStorageUid, RespiratoryWaveformStorage); _sopList.Add(RtBeamsDeliveryInstructionStorageSupplement74FrozenDraftUid, RtBeamsDeliveryInstructionStorageSupplement74FrozenDraft); _sopList.Add(RtBeamsTreatmentRecordStorageUid, RtBeamsTreatmentRecordStorage); _sopList.Add(RtBrachyTreatmentRecordStorageUid, RtBrachyTreatmentRecordStorage); _sopList.Add(RtConventionalMachineVerificationSupplement74FrozenDraftUid, RtConventionalMachineVerificationSupplement74FrozenDraft); _sopList.Add(RtDoseStorageUid, RtDoseStorage); _sopList.Add(RtImageStorageUid, RtImageStorage); _sopList.Add(RtIonBeamsTreatmentRecordStorageUid, RtIonBeamsTreatmentRecordStorage); _sopList.Add(RtIonMachineVerificationSupplement74FrozenDraftUid, RtIonMachineVerificationSupplement74FrozenDraft); _sopList.Add(RtIonPlanStorageUid, RtIonPlanStorage); _sopList.Add(RtPlanStorageUid, RtPlanStorage); _sopList.Add(RtStructureSetStorageUid, RtStructureSetStorage); _sopList.Add(RtTreatmentSummaryRecordStorageUid, RtTreatmentSummaryRecordStorage); _sopList.Add(SecondaryCaptureImageStorageUid, SecondaryCaptureImageStorage); _sopList.Add(SegmentationStorageUid, SegmentationStorage); _sopList.Add(SpatialFiducialsStorageUid, SpatialFiducialsStorage); _sopList.Add(SpatialRegistrationStorageUid, SpatialRegistrationStorage); _sopList.Add(SpectaclePrescriptionReportsStorageUid, SpectaclePrescriptionReportsStorage); _sopList.Add(StandaloneCurveStorageRetiredUid, StandaloneCurveStorageRetired); _sopList.Add(StandaloneModalityLutStorageRetiredUid, StandaloneModalityLutStorageRetired); _sopList.Add(StandaloneOverlayStorageRetiredUid, StandaloneOverlayStorageRetired); _sopList.Add(StandalonePetCurveStorageRetiredUid, StandalonePetCurveStorageRetired); _sopList.Add(StandaloneVoiLutStorageRetiredUid, StandaloneVoiLutStorageRetired); _sopList.Add(StereometricRelationshipStorageUid, StereometricRelationshipStorage); _sopList.Add(StorageCommitmentPullModelSopClassRetiredUid, StorageCommitmentPullModelSopClassRetired); _sopList.Add(StorageCommitmentPushModelSopClassUid, StorageCommitmentPushModelSopClass); _sopList.Add(StoredPrintStorageSopClassRetiredUid, StoredPrintStorageSopClassRetired); _sopList.Add(StudyComponentManagementSopClassRetiredUid, StudyComponentManagementSopClassRetired); _sopList.Add(StudyRootQueryRetrieveInformationModelFindUid, StudyRootQueryRetrieveInformationModelFind); _sopList.Add(StudyRootQueryRetrieveInformationModelGetUid, StudyRootQueryRetrieveInformationModelGet); _sopList.Add(StudyRootQueryRetrieveInformationModelMoveUid, StudyRootQueryRetrieveInformationModelMove); _sopList.Add(SubjectiveRefractionMeasurementsStorageUid, SubjectiveRefractionMeasurementsStorage); _sopList.Add(SubstanceAdministrationLoggingSopClassUid, SubstanceAdministrationLoggingSopClass); _sopList.Add(SubstanceApprovalQuerySopClassUid, SubstanceApprovalQuerySopClass); _sopList.Add(SurfaceSegmentationStorageUid, SurfaceSegmentationStorage); _sopList.Add(TextSrStorageTrialRetiredUid, TextSrStorageTrialRetired); _sopList.Add(UltrasoundImageStorageUid, UltrasoundImageStorage); _sopList.Add(UltrasoundImageStorageRetiredUid, UltrasoundImageStorageRetired); _sopList.Add(UltrasoundMultiFrameImageStorageUid, UltrasoundMultiFrameImageStorage); _sopList.Add(UltrasoundMultiFrameImageStorageRetiredUid, UltrasoundMultiFrameImageStorageRetired); _sopList.Add(UnifiedProcedureStepEventSopClassUid, UnifiedProcedureStepEventSopClass); _sopList.Add(UnifiedProcedureStepPullSopClassUid, UnifiedProcedureStepPullSopClass); _sopList.Add(UnifiedProcedureStepPushSopClassUid, UnifiedProcedureStepPushSopClass); _sopList.Add(UnifiedProcedureStepWatchSopClassUid, UnifiedProcedureStepWatchSopClass); _sopList.Add(VerificationSopClassUid, VerificationSopClass); _sopList.Add(VideoEndoscopicImageStorageUid, VideoEndoscopicImageStorage); _sopList.Add(VideoMicroscopicImageStorageUid, VideoMicroscopicImageStorage); _sopList.Add(VideoPhotographicImageStorageUid, VideoPhotographicImageStorage); _sopList.Add(VisualAcuityMeasurementsUid, VisualAcuityMeasurements); _sopList.Add(VlEndoscopicImageStorageUid, VlEndoscopicImageStorage); _sopList.Add(VlMicroscopicImageStorageUid, VlMicroscopicImageStorage); _sopList.Add(VlPhotographicImageStorageUid, VlPhotographicImageStorage); _sopList.Add(VlSlideCoordinatesMicroscopicImageStorageUid, VlSlideCoordinatesMicroscopicImageStorage); _sopList.Add(VoiLutBoxSopClassUid, VoiLutBoxSopClass); _sopList.Add(WaveformStorageTrialRetiredUid, WaveformStorageTrialRetired); _sopList.Add(XaXrfGrayscaleSoftcopyPresentationStateStorageUid, XaXrfGrayscaleSoftcopyPresentationStateStorage); _sopList.Add(XRay3dAngiographicImageStorageUid, XRay3dAngiographicImageStorage); _sopList.Add(XRay3dCraniofacialImageStorageUid, XRay3dCraniofacialImageStorage); _sopList.Add(XRayAngiographicBiPlaneImageStorageRetiredUid, XRayAngiographicBiPlaneImageStorageRetired); _sopList.Add(XRayAngiographicImageStorageUid, XRayAngiographicImageStorage); _sopList.Add(XRayRadiationDoseSrStorageUid, XRayRadiationDoseSrStorage); _sopList.Add(XRayRadiofluoroscopicImageStorageUid, XRayRadiofluoroscopicImageStorage); _sopList.Add(BasicColorPrintManagementMetaSopClassUid, BasicColorPrintManagementMetaSopClass); _sopList.Add(BasicGrayscalePrintManagementMetaSopClassUid, BasicGrayscalePrintManagementMetaSopClass); _sopList.Add(DetachedPatientManagementMetaSopClassRetiredUid, DetachedPatientManagementMetaSopClassRetired); _sopList.Add(DetachedResultsManagementMetaSopClassRetiredUid, DetachedResultsManagementMetaSopClassRetired); _sopList.Add(DetachedStudyManagementMetaSopClassRetiredUid, DetachedStudyManagementMetaSopClassRetired); _sopList.Add(GeneralPurposeWorklistManagementMetaSopClassUid, GeneralPurposeWorklistManagementMetaSopClass); _sopList.Add(PullStoredPrintManagementMetaSopClassRetiredUid, PullStoredPrintManagementMetaSopClassRetired); _sopList.Add(ReferencedColorPrintManagementMetaSopClassRetiredUid, ReferencedColorPrintManagementMetaSopClassRetired); _sopList.Add(ReferencedGrayscalePrintManagementMetaSopClassRetiredUid, ReferencedGrayscalePrintManagementMetaSopClassRetired); } } }