ShowPatient Method

Summary

Displays the most recent series for the specified patientID.

Syntax
C#
VB
C++
public ControllerReturnCode ShowPatient( 
   string patientID, 
   string style 
) 
Public Function ShowPatient( 
   ByVal patientID As String, 
   ByVal style As String 
) As ControllerReturnCode 
public:  
   ControllerReturnCode^ ShowPatient( 
      String^ patientID, 
      String^ style 
   ) 

Parameters

patientID
The patient ID of the patient

style
The style string

Example

For an example, refer to InitApplication.

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