←Select platform

SOPClassUID Property

Summary

Gets or sets the SOP Class UID.

Syntax
C#
VB
C++
[Element(DicomTag.SOPClassUID)] 
public string SOPClassUID { get; set; } 
<ElementAttribute(524310)>  
Public Property SOPClassUID() As String 
   Get 
   Set 
public:  
   [ElementAttribute(524310)] 
   property String^ SOPClassUID 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The SOP Class UID.

Remarks

This is the SOP Class UID of the hanging protocol, which is defined to be 1.2.840.10008.5.1.4.38.1

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly