'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 can be supported by Windows via new Bitmap(Stream) or explicitly via
The following applies to JPEG file import:
The following applies to JPEG 2000 file import:
The following applies to AVI file import:
See