←Select platform

AddPatient Method

Summary

Adds the specified patient to the viewer.

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

Parameters

info

A PatientInfo object that specifies the patient to be added and the information about the patient.

Return Value

A ControllerReturnCode value indicating the results of the add.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly