C#
VB
C++
Extension method that returns a System.Data.DataRowCollection of System.Data.DataRow for the Patient Table
[ExtensionAttribute()]
public static DataRowCollection PatientRows(
DataSet dataSet
)
<ExtensionAttribute()>
Public Shared Function PatientRows(
ByVal dataSet As System.Data.DataSet
) As System.Data.DataRowCollection
public:
[ExtensionAttribute]
static System::Data::DataRowCollection^ PatientRows(
System::Data::DataSet^ dataSet
)
dataSet
a System.Data.DataSet that contains the Patient Table
a System.Data.DataRowCollection of System.Data.DataRow for the Patient Table
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