←Select platform

ListViewSeriesInformation Constructor

Summary

Initializes a new instance of the ListViewSeriesInformation with specified parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal patientId As String, _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal description As String _ 
) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly