←Select platform

InsertDataSet Method

Summary
Adds a DICOM Data Set to the DICOM Directory.
Syntax
C#
VB
C++
public void InsertDataSet( 
   DicomDataSet dataSet, 
   string fileName 
) 
Public Sub InsertDataSet( _ 
   ByVal dataSet As DicomDataSet, _ 
   ByVal fileName As String _ 
)  
public: 
void InsertDataSet(  
   DicomDataSet^ dataSet, 
   String^ fileName 
)  

Parameters

dataSet
A DicomDataSet object that holds the Data Set to be added to the DICOM Directory.

fileName
The name of the DICOM file referenced by the passed DicomDataSet object.

Remarks

If the name of a DICOM file is to be specified, then before using this method, a destination folder must have been specified, either at the construction time or by the method Reset. Otherwise, the method will fail. The DICOM filename must refer to an existing file that resides in the destination folder or in a subfolder of the destination folder. Otherwise, the method will fail and the Data Set will not be added to the DICOM directory. Please notice that the filename passed to the method must specify the absolute path of the file, not the relative one.

If fileName is set to a null reference (Nothing in VB), a Data Set can still be added, even if no destination folder is specified. (That is, if fileName is set to a null reference and the destination folder has not been set, a Data Set can still be added.) In this case, no DICOM file will be referenced for this Data Set (i.e., the corresponding Referenced File ID (0004,1500) will have an empty value).

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.