Leadtools.Medical.Workstation.DataAccessLayer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetPatient Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > IWorkstationDataAccessAgent Interface : GetPatient Method



patientId
The Patient ID String value for the patient object.
patientId
The Patient ID String value for the patient object.
Queries for a patient information.

Syntax

Visual Basic (Declaration)  
Overridable Function GetPatient( _
   ByVal patientId As String _
) As DicomInformation.PatientsRow
Visual Basic (Usage) Copy Code
Dim instance As IWorkstationDataAccessAgent
Dim patientId As String
Dim value As DicomInformation.PatientsRow
 
value = instance.GetPatient(patientId)
C#  
virtual DicomInformation.PatientsRow GetPatient( 
   string patientId
)
C++/CLI  
virtual DicomInformation.PatientsRow^ GetPatient( 
   String^ patientId
) 

Parameters

patientId
The Patient ID String value for the patient object.

Return Value

An DicomInformation.PatientsRow object containing the information for the Patient. It is null if no matching patient is found.

Remarks

Use this method to return a single patient information.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features