Import Method (DicomDataSet)
Copies the image data from an external image
public void Import(
System.string
)
public procedure Import(
: System.String
);
public function Import(
: System.String
);
public: void Import(
System.string*
)
public:
void Import(
System.String^
)
'Declaration
Public Sub Import( _
ByVal As System.String _
)
'Usage
Dim instance As DicomDataSet
Dim FileName As System.String
instance.Import(FileName)
Parameters
- FileName
The name of the file to write.
This is passed unmodified to the operating system, and it is therefore the container�s responsibility to ensure either that the current directory is set correctly, or that a fully qualified filename is provided.
Target Platforms: .NET CLR 4.8 or higher