LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AddStudyViewer(String,String) Method

Show in webframe






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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members
Overload List

 

 


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