LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AddStudyViewer(String,String,StudiesViewer) Method

Show in webframe






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
) 
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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members
Overload List

 

 


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