A
System.String representing the Body Part Examined.
Syntax
[DebuggerNonUserCodeAttribute()]
public CompositeInstanceDataSet.SeriesRow AddSeriesRow(
string ,
string ,
int ,
DateTime ,
string ,
string ,
CompositeInstanceDataSet.StudyRow ,
DateTime ,
string ,
string ,
DateTime ,
string BodyPartExamined
)
'Declaration
<DebuggerNonUserCodeAttribute()>
Public Overloads Function AddSeriesRow( _
ByVal As String, _
ByVal As String, _
ByVal As Integer, _
ByVal As Date, _
ByVal As String, _
ByVal As String, _
ByVal As CompositeInstanceDataSet.StudyRow, _
ByVal As Date, _
ByVal As String, _
ByVal As String, _
ByVal As Date, _
ByVal BodyPartExamined As String _
) As CompositeInstanceDataSet.SeriesRow
'Usage
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)
[DebuggerNonUserCodeAttribute()]
public:
CompositeInstanceDataSet.SeriesRow^ AddSeriesRow(
String^ ,
String^ ,
int ,
DateTime ,
String^ ,
String^ ,
CompositeInstanceDataSet.StudyRow^ ,
DateTime ,
String^ ,
String^ ,
DateTime ,
String^ 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
Requirements
See Also