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

AddStudyViewer(String,String) Method







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

Parameters

patientId
The patient ID for the new viewer.
studyInstanceUID
The default Study Instance UID that will be created.

Return Value

The new StudiesViewer that has been added into the WorkstationViewer
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.