←Select platform

GetCurrentPatient Method

Summary

Gets the information about the current patient in the viewer.

Syntax

C#
VB
C++
public ControllerReturnCode GetCurrentPatient( 
   out PatientInfo info 
) 
Public Function GetCurrentPatient( 
   ByVal info As PatientInfo 
) As ControllerReturnCode 
public:  
   ControllerReturnCode^ GetCurrentPatient( 
      PatientInfo^ info 
   ) 

Parameters

info

A PatientInfo object that will be filled with the information about the patient.

Return Value

The ControllerReturnCode returned from the get operation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly