←Select platform

InstanceInformation Constructor

Summary

Initializes a new instance of the InstanceInformation class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal patientId As String, _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal sopClassUID As String, _ 
   ByVal instanceNumber As Integer _ 
) 
public: 
InstanceInformation(  
   String^ patientId, 
   String^ studyInstanceUID, 
   String^ seriesInstanceUID, 
   String^ sopInstanceUID, 
   String^ sopClassUID, 
   int instanceNumber 
) 

Parameters

patientId
The patient ID

studyInstanceUID
The Study Instance UID

seriesInstanceUID
The Series Instance UID

sopInstanceUID
The SOP Instance UID

sopClassUID
The SOP Class UID

instanceNumber
The Instance Number

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