LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

InsertFile Method








The name of the DICOM file to be added to the DICOM Directory.
Adds a DICOM file to the Directory. .NET support
Syntax
public void InsertFile( 
   string fileName
)
'Declaration
 
Public Sub InsertFile( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As DicomDir
Dim fileName As String
 
instance.InsertFile(fileName)
public void InsertFile( 
   string fileName
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDir.InsertFile( 
   fileName 
)
public:
void InsertFile( 
   String^ fileName
) 

Parameters

fileName
The name of the DICOM file to be added to the DICOM Directory.
Remarks
Before using this method to add a DICOM file to the Directory, a destination folder must have been specified, either at the construction time or by using the Reset method. Otherwise, the method will fail.

The DICOM file to be added must reside in the destination folder or in a subfolder of the destination folder. Otherwise, the method will fail and the file will not be added to the directory. For example, if the destination folder is specified as "C:\DICOM Images\", then the DICOM file "C:\DICOM Images\Patient 1\Brain" can be added to the Directory, while the DICOM file "C:\Images\Knee" cannot be added. 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 Visual Basic), the method will add all the DICOM files contained in the destination folder to the DICOM Directory. In this case, the OnInsertFile callback method will be called for each file, so that the progress can be monitored. To add all the DICOM files in the destination folder and all the DICOM files in the subfolders of the destination folder, use the Options property to set DicomDirOptions.IncludeSubfolders to true, and then call this method with fileName set to a null reference.

Example
For an example, refer to Reset.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomDir Class
DicomDir Members
InsertDataSet Method
OnInsertFile Method
Options Property
DicomDir Constructor(String,String)
DicomDir Constructor(String)
Reset Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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