←Select platform

ObjectInstanceUID Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public string ObjectInstanceUID { get; set; } 
  
Public Property ObjectInstanceUID As String 
public: 
property String^ ObjectInstanceUID { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String representation for the SOP Instance UID.

Example

For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Requirements

Target Platforms

See Also

Reference

DICOMTags Class

DICOMTags Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly