Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

GetStudyViewer Method (WorkstationViewer)







Type: System.String The Patient ID for the study.
Type: System.String The Study Instance UID for the study.
Creates a new or returns an existent StudiesViewer.
Syntax
public StudiesViewer GetStudyViewer( 
   string patientId,
   string studyInstanceUID
)
'Declaration
 
Public Function GetStudyViewer( _
   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.GetStudyViewer(patientId, studyInstanceUID)

            

            
public: StudiesViewer* GetStudyViewer( 
   string* patientId,
   string* studyInstanceUID
) 
public:
StudiesViewer^ GetStudyViewer( 
   String^ patientId,
   String^ studyInstanceUID
) 

Parameters

patientId
Type: System.String The Patient ID for the study.
studyInstanceUID
Type: System.String The Study Instance UID for the study.

Return Value

Type: StudiesViewer A StudiesViewer.that is displayed for the provided study arguments.
Remarks

If a StudiesViewer control is displayed for the provided arguments that study will be returned. If no StudiesViewer control found for the provided argument, a new StudiesViewer control will be created and added into the WorkstationViewer.

Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features