LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetStudyViewer Method
See Also 
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : GetStudyViewer Method




patientId
Type: System.String The Patient ID for the study.
studyInstanceUID
Type: System.String The Study Instance UID for the study.
patientId
Type: System.String The Patient ID for the study.
studyInstanceUID
Type: System.String The Study Instance UID for the study.
Creates a new or returns an existent StudiesViewer.

Syntax

Visual Basic (Declaration) 
Public Function GetStudyViewer( _
   ByVal patientId As String, _
   ByVal studyInstanceUID As String _
) As StudiesViewer
Visual Basic (Usage)Copy Code
Dim instance As WorkstationViewer
Dim patientId As String
Dim studyInstanceUID As String
Dim value As StudiesViewer
 
value = instance.GetStudyViewer(patientId, studyInstanceUID)
C# 
public StudiesViewer GetStudyViewer( 
   string patientId,
   string studyInstanceUID
)
Managed Extensions for C++ 
public: StudiesViewer* GetStudyViewer( 
   string* patientId,
   string* studyInstanceUID
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also