Leadtools.Medical.Workstation.DataAccessLayer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AddImagesRow(String,Int32,String,String,String,String,SeriesRow,DateTime,String,String) Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > DicomInformation.ImagesDataTable Class > AddImagesRow Method : AddImagesRow(String,Int32,String,String,String,String,SeriesRow,DateTime,String,String) Method



SOPInstanceUID
The image SOP Instance UID String value.
ImageNumber
An Int32 specifying the image number.
ReferencedFile
A String specifying the physical path to the DICOM dataset into which this image belongs.
TransferSyntax
A String specifying the Transfer Syntax of the DICOM dataset into which this image belongs.
SOPClassUID
A String specifying the SOP Class UID in the DICOM dataset to which this image belongs.
StationName
A String specifying the Station Name in the DICOM dataset to which this image belongs.
parentSeriesRowByFK_Images_Series
The parent DicomInformation.SeriesRow of this image row.
ReceiveDate
The DateTime this image is received.
AETitle
The AE Title String for the client.
ThumbFile
A String specifying the phyiscal path to the thumbnail image.
SOPInstanceUID
The image SOP Instance UID String value.
ImageNumber
An Int32 specifying the image number.
ReferencedFile
A String specifying the physical path to the DICOM dataset into which this image belongs.
TransferSyntax
A String specifying the Transfer Syntax of the DICOM dataset into which this image belongs.
SOPClassUID
A String specifying the SOP Class UID in the DICOM dataset to which this image belongs.
StationName
A String specifying the Station Name in the DICOM dataset to which this image belongs.
parentSeriesRowByFK_Images_Series
The parent DicomInformation.SeriesRow of this image row.
ReceiveDate
The DateTime this image is received.
AETitle
The AE Title String for the client.
ThumbFile
A String specifying the phyiscal path to the thumbnail image.
Overloaded. Creates a row using the specified values.

Syntax

Visual Basic (Declaration)  
<DebuggerNonUserCodeAttribute()>
Overloads Public Function AddImagesRow( _
   ByVal SOPInstanceUID As String, _
   ByVal ImageNumber As Integer, _
   ByVal ReferencedFile As String, _
   ByVal TransferSyntax As String, _
   ByVal SOPClassUID As String, _
   ByVal StationName As String, _
   ByVal parentSeriesRowByFK_Images_Series As DicomInformation.SeriesRow, _
   ByVal ReceiveDate As Date, _
   ByVal AETitle As String, _
   ByVal ThumbFile As String _
) As DicomInformation.ImagesRow
Visual Basic (Usage) Copy Code
Dim instance As DicomInformation.ImagesDataTable
Dim SOPInstanceUID As String
Dim ImageNumber As Integer
Dim ReferencedFile As String
Dim TransferSyntax As String
Dim SOPClassUID As String
Dim StationName As String
Dim parentSeriesRowByFK_Images_Series As DicomInformation.SeriesRow
Dim ReceiveDate As Date
Dim AETitle As String
Dim ThumbFile As String
Dim value As DicomInformation.ImagesRow
 
value = instance.AddImagesRow(SOPInstanceUID, ImageNumber, ReferencedFile, TransferSyntax, SOPClassUID, StationName, parentSeriesRowByFK_Images_Series, ReceiveDate, AETitle, ThumbFile)

Parameters

SOPInstanceUID
The image SOP Instance UID String value.
ImageNumber
An Int32 specifying the image number.
ReferencedFile
A String specifying the physical path to the DICOM dataset into which this image belongs.
TransferSyntax
A String specifying the Transfer Syntax of the DICOM dataset into which this image belongs.
SOPClassUID
A String specifying the SOP Class UID in the DICOM dataset to which this image belongs.
StationName
A String specifying the Station Name in the DICOM dataset to which this image belongs.
parentSeriesRowByFK_Images_Series
The parent DicomInformation.SeriesRow of this image row.
ReceiveDate
The DateTime this image is received.
AETitle
The AE Title String for the client.
ThumbFile
A String specifying the phyiscal path to the thumbnail image.

Return Value

The created DicomInformation.ImagesRow object.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features