LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ListViewSeriesInformation Constructor
See Also 
Leadtools.Medical.Workstation Namespace > ListViewSeriesInformation Class : ListViewSeriesInformation Constructor




patientId
A System.String that represents the Patient ID of the series.
studyInstanceUID
A System.String that represents the Study Instance UID of the study.
seriesInstanceUID
A System.String that represents the Series Instance UID of the series.
description
A System.String that represents the description of the series.
Initializes a new instance of the ListViewSeriesInformation with specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal patientId As String, _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal description As String _
)
Visual Basic (Usage)Copy Code
Dim patientId As String
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim description As String
 
Dim instance As New ListViewSeriesInformation(patientId, studyInstanceUID, seriesInstanceUID, description)
C# 
public ListViewSeriesInformation( 
   string patientId,
   string studyInstanceUID,
   string seriesInstanceUID,
   string description
)
Managed Extensions for C++ 
public: ListViewSeriesInformation( 
   string* patientId,
   string* studyInstanceUID,
   string* seriesInstanceUID,
   string* description
)
C++/CLI 
public:
ListViewSeriesInformation( 
   String^ patientId,
   String^ studyInstanceUID,
   String^ seriesInstanceUID,
   String^ description
)

Parameters

patientId
A System.String that represents the Patient ID of the series.
studyInstanceUID
A System.String that represents the Study Instance UID of the study.
seriesInstanceUID
A System.String that represents the Series Instance UID of the series.
description
A System.String that represents the description of the series.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also