Leadtools.Dicom.Services

StudyInstanceUID Property (Series)

Show in webframe



Gets the Study Instance UID of the series.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property StudyInstanceUID As String
'Usage
 
Dim instance As Series
Dim value As String
 
instance.StudyInstanceUID = value
 
value = instance.StudyInstanceUID
[DataMemberAttribute()]
public string StudyInstanceUID {get; set;}
[DataMemberAttribute()]
public:
property String^ StudyInstanceUID {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the Study Instance UID of the series.
Requirements

Target Platforms

See Also

Reference

Series Class
Series Members

 

 


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