Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : GetStudyViewer Method |
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 )
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.