C#
VB
C++
Finds the patient's record having the specified Patient ID and issuer of the Patient ID.
public WCFPatient FindPatient(string patientID,string issuerOfPatientID)
Public Function FindPatient( _ByVal patientID As String, _ByVal issuerOfPatientID As String _) As Leadtools.Medical.Worklist.Wcf.Entities.WCFPatient
public:Leadtools.Medical.Worklist.Wcf.Entities.WCFPatient^ FindPatient(String^ patientID,String^ issuerOfPatientID)
patientID
Primary hospital identification number or code for the Patient.
issuerOfPatientID
Name of healthcare provider that issued the Patient ID.
A patient record if found, null otherwise.
For an example refer to AddPatient
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
