Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ObjectInstanceUID Property
See Also 
Leadtools.Dicom.Services.DataTypes Namespace > DICOMTags Class : ObjectInstanceUID Property



Gets or Sets the SOP Instance UID of the DICOM object.

Syntax

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

Property Value

A System.String representation for the SOP Instance UID.

Example

Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Requirements

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

See Also