Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

StudyInstanceUID Property (Series)






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

            

            
[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

Error processing SSI file