←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.