- SeriesInstanceUID
- A System.String representing the Series Instance UID.
- _parentPPSInformationRowByPPS_Information_Performed_Series_Sequence
- The parent PPS (Performed Procedure Step) Information Row.
- PerformingPhysicianName
- A System.String representing the Performing Physician Name.
- ProtocolName
- A System.String representing the Protocol Name.
- OperatorName
- A System.String representing the Operator Name.
- SeriesDescription
- A System.String representing the Series Description.
- RetrieveAETitle
- A System.String representing the Retrieve AE Title.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddPerformedSeriesSequenceRow( _ ByVal SeriesInstanceUID As String, _ ByVal _parentPPSInformationRowByPPS_Information_Performed_Series_Sequence As MPPSDataset.PPSInformationRow, _ ByVal PerformingPhysicianName As String, _ ByVal ProtocolName As String, _ ByVal OperatorName As String, _ ByVal SeriesDescription As String, _ ByVal RetrieveAETitle As String _ ) As MPPSDataset.PerformedSeriesSequenceRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MPPSDataset.PerformedSeriesSequenceDataTable Dim SeriesInstanceUID As String Dim _parentPPSInformationRowByPPS_Information_Performed_Series_Sequence As MPPSDataset.PPSInformationRow Dim PerformingPhysicianName As String Dim ProtocolName As String Dim OperatorName As String Dim SeriesDescription As String Dim RetrieveAETitle As String Dim value As MPPSDataset.PerformedSeriesSequenceRow value = instance.AddPerformedSeriesSequenceRow(SeriesInstanceUID, _parentPPSInformationRowByPPS_Information_Performed_Series_Sequence, PerformingPhysicianName, ProtocolName, OperatorName, SeriesDescription, RetrieveAETitle) |
Parameters
- SeriesInstanceUID
- A System.String representing the Series Instance UID.
- _parentPPSInformationRowByPPS_Information_Performed_Series_Sequence
- The parent PPS (Performed Procedure Step) Information Row.
- PerformingPhysicianName
- A System.String representing the Performing Physician Name.
- ProtocolName
- A System.String representing the Protocol Name.
- OperatorName
- A System.String representing the Operator Name.
- SeriesDescription
- A System.String representing the Series Description.
- RetrieveAETitle
- A System.String representing the Retrieve AE Title.
Return Value
The MPPSDataset.PerformedSeriesSequenceRow which is added to the System.Data.DataTable.Rows collection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7