'Declaration
Public Overloads Sub Write( _ ByVal FileName As String, _ ByVal isPart10 As Boolean _ )
'Usage
Dim instance As DicomImage Dim FileName As String Dim isPart10 As Boolean instance.Write(FileName, isPart10)
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.
- isPart10
If TRUE, a blank 128 byte header, DICM marker, and meta-header are written at the start of the file, and an appropriate transfer syntax is used, as below.
If FALSE, the file is written in the unofficial, but common format, with no header, and using the little-endian implicit VR transfer syntax.