LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

InstanceInformation Constructor (InstanceInformation)







The patient ID
The Study Instance UID
The Series Instance UID
The SOP Instance UID
The SOP Class UID
The Instance Number
Initializes a new instance of the InstanceInformation class.
Syntax
public InstanceInformation( 
   string patientId,
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string sopClassUID,
   int instanceNumber
)
'Declaration
 
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 _
)
'Usage
 
Dim patientId As String
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim sopInstanceUID As String
Dim sopClassUID As String
Dim instanceNumber As Integer
 
Dim instance As New InstanceInformation(patientId, studyInstanceUID, seriesInstanceUID, sopInstanceUID, sopClassUID, instanceNumber)
public InstanceInformation( 
   string patientId,
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string sopClassUID,
   int instanceNumber
)
function InstanceInformation( 
   patientId ,
   studyInstanceUID ,
   seriesInstanceUID ,
   sopInstanceUID ,
   sopClassUID ,
   instanceNumber 
)
public: InstanceInformation( 
   string* patientId,
   string* studyInstanceUID,
   string* seriesInstanceUID,
   string* sopInstanceUID,
   string* sopClassUID,
   int instanceNumber
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InstanceInformation Class
InstanceInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.