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
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