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

AddStudyViewer(String,String,StudiesViewer) Method







The patient ID for the viewer.
The default Study Instance UID that will be created.
The StudiesViewer that will be added.
Adds the provided StudiesViewer into the WorkstationViewer
Syntax
public void AddStudyViewer( 
   string patientId,
   string studyInstanceUID,
   StudiesViewer studiesViewer
)
'Declaration
 
Public Overloads Sub AddStudyViewer( _
   ByVal patientId As String, _
   ByVal studyInstanceUID As String, _
   ByVal studiesViewer As StudiesViewer _
) 
'Usage
 
Dim instance As WorkstationViewer
Dim patientId As String
Dim studyInstanceUID As String
Dim studiesViewer As StudiesViewer
 
instance.AddStudyViewer(patientId, studyInstanceUID, studiesViewer)
public void AddStudyViewer( 
   string patientId,
   string studyInstanceUID,
   StudiesViewer studiesViewer
)
 function Leadtools.Medical.Workstation.UI.WorkstationViewer.AddStudyViewer(String,String,StudiesViewer)( 
   patientId ,
   studyInstanceUID ,
   studiesViewer 
)
public: void AddStudyViewer( 
   string* patientId,
   string* studyInstanceUID,
   StudiesViewer* studiesViewer
) 
public:
void AddStudyViewer( 
   string* patientId,
   string* studyInstanceUID,
   StudiesViewer* studiesViewer
) 

Parameters

patientId
The patient ID for the viewer.
studyInstanceUID
The default Study Instance UID that will be created.
studiesViewer
The StudiesViewer that will be added.
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.