C#
VB
C++
Finds a PatientRow in the System.Data.DataTable.Rows collection by the Patient ID value.
[DebuggerNonUserCodeAttribute()]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
public PatientRow FindByPatientID(
string PatientID
)
<DebuggerNonUserCodeAttribute(),
GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")>
Public Function FindByPatientID(
ByVal PatientID As String
) As PatientRow
public:
[DebuggerNonUserCodeAttribute]
[GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator",
L"4.0.0.0")]
PatientRow^ FindByPatientID(
String^ PatientID
)
PatientID
A System.String representing the Patient ID.
The PatientRow that matches the given PatientID. It is null if no results are found.
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