←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

Refer to the Medical Web Viewer demo.

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.Web Assembly