- SeriesInstanceUID
- A System.String representing the Series Instance UID.
- Modality
- A System.String representing the Modality.
- SeriesNumber
- Type: System.Int32. The Series Number.
- SeriesDate
- Type: System.DateTime. The Series Date.
- SeriesDescription
- A System.String representing the Series Description.
- InstitutionName
- A System.String representing the Institution Name.
- parentStudyRowByFK_Series_Studies
- Type: CompositeInstanceDataSet.StudyRow. The parent Study Row.
- ReceiveDate
- Type: System.DateTime. The Receive Date.
- RetrieveAETitle
- A System.String representing the Retrieve AE Title.
- PerformedProcedureStepID
- A System.String representing the Performed Procedure Step ID.
- PerformedProcedureStartDate
- Type: System.DateTime. The Performed Procedure Start Date.
- BodyPartExamined
- A System.String representing the Body Part Examined.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddSeriesRow( _ ByVal SeriesInstanceUID As String, _ ByVal Modality As String, _ ByVal SeriesNumber As Integer, _ ByVal SeriesDate As Date, _ ByVal SeriesDescription As String, _ ByVal InstitutionName As String, _ ByVal parentStudyRowByFK_Series_Studies As CompositeInstanceDataSet.StudyRow, _ ByVal ReceiveDate As Date, _ ByVal RetrieveAETitle As String, _ ByVal PerformedProcedureStepID As String, _ ByVal PerformedProcedureStartDate As Date, _ ByVal BodyPartExamined As String _ ) As CompositeInstanceDataSet.SeriesRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.SeriesDataTable Dim SeriesInstanceUID As String Dim Modality As String Dim SeriesNumber As Integer Dim SeriesDate As Date Dim SeriesDescription As String Dim InstitutionName As String Dim parentStudyRowByFK_Series_Studies As CompositeInstanceDataSet.StudyRow Dim ReceiveDate As Date Dim RetrieveAETitle As String Dim PerformedProcedureStepID As String Dim PerformedProcedureStartDate As Date Dim BodyPartExamined As String Dim value As CompositeInstanceDataSet.SeriesRow value = instance.AddSeriesRow(SeriesInstanceUID, Modality, SeriesNumber, SeriesDate, SeriesDescription, InstitutionName, parentStudyRowByFK_Series_Studies, ReceiveDate, RetrieveAETitle, PerformedProcedureStepID, PerformedProcedureStartDate, BodyPartExamined) |
Parameters
- SeriesInstanceUID
- A System.String representing the Series Instance UID.
- Modality
- A System.String representing the Modality.
- SeriesNumber
- Type: System.Int32. The Series Number.
- SeriesDate
- Type: System.DateTime. The Series Date.
- SeriesDescription
- A System.String representing the Series Description.
- InstitutionName
- A System.String representing the Institution Name.
- parentStudyRowByFK_Series_Studies
- Type: CompositeInstanceDataSet.StudyRow. The parent Study Row.
- ReceiveDate
- Type: System.DateTime. The Receive Date.
- RetrieveAETitle
- A System.String representing the Retrieve AE Title.
- PerformedProcedureStepID
- A System.String representing the Performed Procedure Step ID.
- PerformedProcedureStartDate
- Type: System.DateTime. The Performed Procedure Start Date.
- BodyPartExamined
- A System.String representing the Body Part Examined.
Return Value
The CompositeInstanceDataSet.SeriesRow 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