'Usage
Dim instance As DicomImage Dim stream As Stream Dim format As String instance.Import(stream, format)
Parameters
- stream
The System IO Stream to read
- format
The type of import operation to perform
The System IO Stream to read
The type of import operation to perform
'Usage
Dim instance As DicomImage Dim stream As Stream Dim format As String instance.Import(stream, format)
The System IO Stream to read
The type of import operation to perform
Like the Paste method, this method modifies only the minimum number of attributes necessary to ensure consistency of the image. In order to produce a valid DICOM SOP instance, many other attributes (depending on the SOP class) must be added.
All formats which are supported via Bitmap overloads (or including JPEG 2000) are supported.
The following applies to JPEG file import:
The following applies to JPEG 2000 file import:
The following applies to AVI file import:
See
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