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

LoadSeries(String,String,String,MedicalViewerLoaderBase,IMedicalViewerCellFactory) Method







A System.String that represents the Patient ID of the series to be loaded.
A System.String that represents the Study Instnace UID of the series to be loaded.
A System.String that represents the Series Instance UID for the series to be loaded.
The Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase object used to retrieve the series images and load them in the MedicalViewer control.
An Leadtools.Medical.Workstation.Loader.IMedicalViewerCellFactory that is responsible for creating the series cells.
Loads DICOM Series images into the viewer for viewing.
Syntax
'Declaration
 
Public Overloads Sub LoadSeries( _
   ByVal patientId As String, _
   ByVal studyInstanceUid As String, _
   ByVal seriesInstanceUid As String, _
   ByVal loader As MedicalViewerLoaderBase, _
   ByVal cellFactory As IMedicalViewerCellFactory _
) 
'Usage
 
Dim instance As WorkstationViewer
Dim patientId As String
Dim studyInstanceUid As String
Dim seriesInstanceUid As String
Dim loader As MedicalViewerLoaderBase
Dim cellFactory As IMedicalViewerCellFactory
 
instance.LoadSeries(patientId, studyInstanceUid, seriesInstanceUid, loader, cellFactory)
 function Leadtools.Medical.Workstation.UI.WorkstationViewer.LoadSeries(String,String,String,MedicalViewerLoaderBase,IMedicalViewerCellFactory)( 
   patientId ,
   studyInstanceUid ,
   seriesInstanceUid ,
   loader ,
   cellFactory 
)

Parameters

patientId
A System.String that represents the Patient ID of the series to be loaded.
studyInstanceUid
A System.String that represents the Study Instnace UID of the series to be loaded.
seriesInstanceUid
A System.String that represents the Series Instance UID for the series to be loaded.
loader
The Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase object used to retrieve the series images and load them in the MedicalViewer control.
cellFactory
An Leadtools.Medical.Workstation.Loader.IMedicalViewerCellFactory that is responsible for creating the series cells.
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

WorkstationViewer Class
WorkstationViewer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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