SeriesInformationEventArgs Constructor

Summary
Initializes a new instance of the SeriesInformationEventArgs class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal patientId As String, _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal description As String _ 
) 
public: 
SeriesInformationEventArgs(  
   String^ patientId, 
   String^ studyInstanceUID, 
   String^ seriesInstanceUID, 
   String^ description 
) 

Parameters

patientId
Type: System.String The Patient ID of the series.

studyInstanceUID
Type: System.String The Study Instance UID of the series.

seriesInstanceUID
Type: System.String The Series Instance UID of the series.

description
Type: System.String A general description of the series.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.