Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

Show in webframe

ShowPatient Method






The patient ID of the patient
Displays the most recent series for the specified patientID.
Syntax
public ControllerReturnCode ShowPatient( 
   string patientID
)
'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
) 

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

Error processing SSI file