Leadtools.Dicom.Services

ObjectInstanceUID Property

Show in webframe



Gets or Sets the SOP Instance UID of the DICOM object.
Syntax
'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;}
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

See Also

Reference

DICOMTags Class
DICOMTags Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.