LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
SOPInstanceUID Property
See Also 
Leadtools.Dicom.Web Namespace > SOPInstancePreCompressedFormat Class : SOPInstanceUID Property



Gets or sets the SOP Instance UID for this SOPInstancePreCompressedFormat.

Syntax

Visual Basic (Declaration) 
Public Property SOPInstanceUID As String
Visual Basic (Usage)Copy Code
Dim instance As SOPInstancePreCompressedFormat
Dim value As String
 
instance.SOPInstanceUID = value
 
value = instance.SOPInstanceUID
C# 
public string SOPInstanceUID {get; set;}
C++/CLI 
public:
property String^ SOPInstanceUID {
   String^ get();
   void set (    String^ value);
}

Property Value

The SOP Instance UID which the Pre-compressed images belongs.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also