Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly)

Show in webframe

FindBySeriesInstanceUIDMPPSSOPInstanceUID Method






A System.String representing the Series Instance UID.
A System.String representing the MPPS SOP Instance UID.
Finds a MPPSDataset.PerformedSeriesSequenceRow in the System.Data.DataTable.Rows collection by the Series Instance UID and MPPS SOP Instance UID value.
Syntax
[DebuggerNonUserCodeAttribute()]
public MPPSDataset.PerformedSeriesSequenceRow FindBySeriesInstanceUIDMPPSSOPInstanceUID( 
   string SeriesInstanceUID,
   string MPPSSOPInstanceUID
)
'Declaration
 
<DebuggerNonUserCodeAttribute()>
Public Function FindBySeriesInstanceUIDMPPSSOPInstanceUID( _
   ByVal SeriesInstanceUID As String, _
   ByVal MPPSSOPInstanceUID As String _
) As MPPSDataset.PerformedSeriesSequenceRow
'Usage
 
Dim instance As MPPSDataset.PerformedSeriesSequenceDataTable
Dim SeriesInstanceUID As String
Dim MPPSSOPInstanceUID As String
Dim value As MPPSDataset.PerformedSeriesSequenceRow
 
value = instance.FindBySeriesInstanceUIDMPPSSOPInstanceUID(SeriesInstanceUID, MPPSSOPInstanceUID)

            

            

Parameters

SeriesInstanceUID
A System.String representing the Series Instance UID.
MPPSSOPInstanceUID
A System.String representing the MPPS SOP Instance UID.

Return Value

The MPPSDataset.PerformedSeriesSequenceRow that matches the given SeriesInstanceUID and MPPSSOPInstanceUID. It returns null if no results are found
Requirements

Target Platforms

See Also

Reference

MPPSDataset.PerformedSeriesSequenceDataTable Class
MPPSDataset.PerformedSeriesSequenceDataTable Members

Error processing SSI file
Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features