←Select platform

SeriesInformation Constructor

Summary

Initializes a new instance of the SeriesInformation 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: 
SeriesInformation(  
   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 The series description.

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