Finds a ReferencedImageSequenceRow in the System.Data.DataTable.Rows collection by the Series Instance UID and MPPS SOP Instance UID and Referenced SOP Instance UID value.
[DebuggerNonUserCodeAttribute()]
public ReferencedImageSequenceRow FindBySeriesInstanceUIDMPPSSOPInstanceUIDReferencedSOPInstanceUID(
string SeriesInstanceUID,
string MPPSSOPInstanceUID,
string ReferencedSOPInstanceUID
)
<DebuggerNonUserCodeAttribute()>
Public Function FindBySeriesInstanceUIDMPPSSOPInstanceUIDReferencedSOPInstanceUID( _
ByVal SeriesInstanceUID As String, _
ByVal MPPSSOPInstanceUID As String, _
ByVal ReferencedSOPInstanceUID As String _
) As Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.ReferencedImageSequenceRow
[DebuggerNonUserCodeAttribute()]
public:
Leadtools.Medical.Worklist.Dataaccesslayer.Businessentity.MPPSDataset.ReferencedImageSequenceRow^ FindBySeriesInstanceUIDMPPSSOPInstanceUIDReferencedSOPInstanceUID(
String^ SeriesInstanceUID,
String^ MPPSSOPInstanceUID,
String^ ReferencedSOPInstanceUID
)
SeriesInstanceUID
A System.String representing the Series Instance UID.
MPPSSOPInstanceUID
A System.String representing the MPPS SOP Instance UID.
ReferencedSOPInstanceUID
A System.String representing the Referenced SOP Instance UID.
The ReferencedImageSequenceRow that matches the given SeriesInstanceUID and MPPSSOPInstanceUID and ReferencedSOPInstanceUID. 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