Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

InsertImageNoRecompression Method






DICOM dataset where insertion takes place
Filename of the raster image source file to insert into the dataset
Inserts an image file into the dataset without recompressing it, saving memory/processing time.
Syntax
[ExtensionAttribute()]
public static void InsertImageNoRecompression( 
   DicomDataSet ds,
   string source
)
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub InsertImageNoRecompression( _
   ByVal ds As DicomDataSet, _
   ByVal source As String _
) 
'Usage
 
Dim ds As DicomDataSet
Dim source As String
 
HighlevelDicomExtensions.InsertImageNoRecompression(ds, source)
[ExtensionAttribute()]
public:
static void InsertImageNoRecompression( 
   DicomDataSet^ ds,
   String^ source
) 

Parameters

ds
DICOM dataset where insertion takes place
source
Filename of the raster image source file to insert into the dataset
Remarks
Under certain conditions this method can fail (for example, if the file being inserted is not compatible with DICOM dataset pixel data specifications, or it needs to be recompressed). Under such conditions use low-level image-inserting API functions (for example, Leadtools.Dicom.DicomDataSet.InsertImage).
Requirements

Target Platforms

See Also

Reference

HighlevelDicomExtensions Class
HighlevelDicomExtensions Members
Leadtools.Dicom.DicomDataSet.InsertImage(Leadtools.Dicom.DicomElement,Leadtools.RasterImage,System.Int32,Leadtools.Dicom.DicomImageCompressionType,Leadtools.Dicom.DicomImagePhotometricInterpretationType,System.Int32,System.Int32,Leadtools.Dicom.DicomSetImageFlags)
Leadtools.Dicom.DicomDataSet.InsertImages(Leadtools.Dicom.DicomElement,Leadtools.RasterImage,System.Int32,Leadtools.Dicom.DicomImageCompressionType,Leadtools.Dicom.DicomImagePhotometricInterpretationType,System.Int32,System.Int32,Leadtools.Dicom.DicomSetImageFlags)

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features