- SeriesInstanceUID
- The Series Instance UID String value.
- Modality
- The series Modality String value.
- SeriesNumber
- The series Number Int32 value.
- SeriesDate
- The series Date DateTime value.
- SeriesDescription
- The series Description String value.
- InstitutionName
- The series Institution Name String value.
- parentStudiesRowByFK_Series_Studies
- The series parent study row of type DicomInformation.StudiesRow.
- ReceiveDate
- The series Receive Date DateTime value.
- AETitle
- The client AE Title String value.
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 parentStudiesRowByFK_Series_Studies As DicomInformation.StudiesRow, _ ByVal ReceiveDate As Date, _ ByVal AETitle As String _ ) As DicomInformation.SeriesRow |
Visual Basic (Usage) | Copy Code |
---|---|
|
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: DicomInformation.SeriesRow^ AddSeriesRow( String^ SeriesInstanceUID, String^ Modality, int SeriesNumber, DateTime SeriesDate, String^ SeriesDescription, String^ InstitutionName, DicomInformation.StudiesRow^ parentStudiesRowByFK_Series_Studies, DateTime ReceiveDate, String^ AETitle ) |
Parameters
- SeriesInstanceUID
- The Series Instance UID String value.
- Modality
- The series Modality String value.
- SeriesNumber
- The series Number Int32 value.
- SeriesDate
- The series Date DateTime value.
- SeriesDescription
- The series Description String value.
- InstitutionName
- The series Institution Name String value.
- parentStudiesRowByFK_Series_Studies
- The series parent study row of type DicomInformation.StudiesRow.
- ReceiveDate
- The series Receive Date DateTime value.
- AETitle
- The client AE Title String value.
Return Value
The newly added DicomInformation.SeriesRowTarget Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family