C#
VB
C++
Returns whether a patient information exists for the given Patient ID.
public virtual bool IsPatientsExists(
string patientID
)
Public Overridable Function IsPatientsExists(
ByVal patientID As String
) As Boolean
public:
virtual bool IsPatientsExists(
String^ patientID
)
patientID
Type: System.String
The Patient ID used to look for the patient information.
True if patient information found for the provided patientID; Otherwise, false.
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