Finds a PPSRelationshipRow in the System.Data.DataTable.Rows collection by the Itme Order Number and MPPS SOP Instance UID value.
[DebuggerNonUserCodeAttribute()]
public PPSRelationshipRow FindByItmeOrderNumberMPPSSOPInstanceUID(
long ItmeOrderNumber,
string MPPSSOPInstanceUID
)
<DebuggerNonUserCodeAttribute()>
Public Function FindByItmeOrderNumberMPPSSOPInstanceUID( _
ByVal ItmeOrderNumber As Long, _
ByVal MPPSSOPInstanceUID As String _
) As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.PPSRelationshipRow
[DebuggerNonUserCodeAttribute()]
public:
Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.PPSRelationshipRow^ FindByItmeOrderNumberMPPSSOPInstanceUID(
int64 ItmeOrderNumber,
String^ MPPSSOPInstanceUID
)
ItmeOrderNumber
The Itme Order Number.
MPPSSOPInstanceUID
A System.String representing the MPPS SOP Instance UID.
The PPSRelationshipRow that matches the given ItmeOrderNumber and MPPSSOPInstanceUID. It returns 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