- 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.
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 |
---|---|
|
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: DicomInformation.ImagesRow^ AddImagesRow( String^ SOPInstanceUID, int ImageNumber, String^ ReferencedFile, String^ TransferSyntax, String^ SOPClassUID, String^ StationName, DicomInformation.SeriesRow^ parentSeriesRowByFK_Images_Series, DateTime ReceiveDate, String^ AETitle, String^ 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.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family