←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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly