LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

RetrieveImages Method

Show in webframe



The System.String Study Instance UID for the images to be retrieved.
The System.String Series Instance UID for the images to be retrieved.
Returns the path of the Leadtools.Dicom.DicomDataSet images for the provided series information.
Syntax
'Declaration
 
Protected Overrides Function RetrieveImages( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String _
) As String()
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim value() As String
 
value = instance.RetrieveImages(studyInstanceUID, seriesInstanceUID)
protected override string[] RetrieveImages( 
   string studyInstanceUID,
   string seriesInstanceUID
)
protected:
array<String^>^ RetrieveImages( 
   String^ studyInstanceUID,
   String^ seriesInstanceUID
) override 

Parameters

studyInstanceUID
The System.String Study Instance UID for the images to be retrieved.
seriesInstanceUID
The System.String Series Instance UID for the images to be retrieved.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.