LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ListViewSeriesInformation Constructor (ListViewSeriesInformation)







A System.String that represents the Patient ID of the series.
A System.String that represents the Study Instance UID of the study.
A System.String that represents the Series Instance UID of the series.
A System.String that represents the description of the series.
Initializes a new instance of the ListViewSeriesInformation with specified parameters.
Syntax
public ListViewSeriesInformation( 
   string patientId,
   string studyInstanceUID,
   string seriesInstanceUID,
   string description
)
'Declaration
 
Public Function New( _
   ByVal patientId As String, _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal description As String _
)
'Usage
 
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)
public ListViewSeriesInformation( 
   string patientId,
   string studyInstanceUID,
   string seriesInstanceUID,
   string description
)
function ListViewSeriesInformation( 
   patientId ,
   studyInstanceUID ,
   seriesInstanceUID ,
   description 
)
public: ListViewSeriesInformation( 
   string* patientId,
   string* studyInstanceUID,
   string* seriesInstanceUID,
   string* description
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListViewSeriesInformation Class
ListViewSeriesInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.