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 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.