Leadtools.Dicom.Services
LEAD Technologies, Inc

ObjectInstanceUID Property






Gets or Sets the SOP Instance UID of the DICOM object.
Syntax
public string ObjectInstanceUID {get; set;}
'Declaration
 
Public Property ObjectInstanceUID As String
'Usage
 
Dim instance As DICOMTags
Dim value As String
 
instance.ObjectInstanceUID = value
 
value = instance.ObjectInstanceUID
public string ObjectInstanceUID {get; set;}
 get_ObjectInstanceUID();
set_ObjectInstanceUID(value);
public:
property String^ ObjectInstanceUID {
   String^ get();
   void set (    String^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMTags Class
DICOMTags Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.