C#
VB
C++
Checks to see whether the specified patient ID exists.
protected virtual bool PatientExists(
string patientID
)
Protected Overridable Function PatientExists( _
ByVal patientID As String _
) As Boolean
protected:
virtual bool PatientExists(
String^ patientID
)
patientID
The patient ID.
true if the patient ID exists; false 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