Finds a OtherPatientIDsRow in the System.Data.DataTable.Rows collection by the Patient ID and Other Patient ID value.
[DebuggerNonUserCodeAttribute()]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
public OtherPatientIDsRow FindByPatientIDOtherPatientID(
string PatientID,
string OtherPatientID
)
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0"),
DebuggerNonUserCodeAttribute()>
Public Function FindByPatientIDOtherPatientID(
ByVal PatientID As String,
ByVal OtherPatientID As String
) As OtherPatientIDsRow
public:
[GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator",
L"4.0.0.0")]
[DebuggerNonUserCodeAttribute]
OtherPatientIDsRow^ FindByPatientIDOtherPatientID(
String^ PatientID,
String^ OtherPatientID
)
PatientID
A System.String representing the Patient ID.
OtherPatientID
A System.String representing the Other Patient ID.
The OtherPatientIDsRow that matches the given PatientID and OtherPatientID. It returns null if no results are found.
OtherPatientIDsDataTable Class
OtherPatientIDsDataTable Members
Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet Class
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document