LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

ShowPatient Method

Show in webframe



The patient ID of the patient
Displays the most recent series for the specified patientID.
Syntax
'Declaration
 
Public Function ShowPatient( _
   ByVal patientID As String _
) As ControllerReturnCode
'Usage
 
Dim instance As MedicalWebViewerExternalController
Dim patientID As String
Dim value As ControllerReturnCode
 
value = instance.ShowPatient(patientID)
public ControllerReturnCode ShowPatient( 
   string patientID
)
public:
ControllerReturnCode ShowPatient( 
   String^ patientID
) 

Parameters

patientID
The patient ID of the patient
Example
For an example, refer to InitApplication.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerExternalController Class
MedicalWebViewerExternalController Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.