Gets or sets the Series Instance UID for this image.
Syntax
Visual Basic (Declaration) |
|
Public Property SeriesInstanceUID As String |
Visual Basic (Usage) |
Copy Code |
Dim instance As DicomInformation.ImagesRow
Dim value As String
instance.SeriesInstanceUID = value
value = instance.SeriesInstanceUID
|
C# |
|
public string SeriesInstanceUID {get; set;} |
Return Value
A
String representing the Series Instance UID.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also