LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ListViewSeriesInformation Constructor (ListViewSeriesInformation)

Show in webframe






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
)
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

See Also

Reference

ListViewSeriesInformation Class
ListViewSeriesInformation Members

 

 


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