C#
VB
C++
Finds the information about the specified patient.
protected virtual PatientRow FindPatient(
string patientID
)
Protected Overridable Function FindPatient( _
ByVal patientID As String _
) As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow
protected:
virtual Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow^ FindPatient(
String^ patientID
)
patientID
The patient ID.
The patient information if found; null otherwise.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET