Compression Enumeration

Summary
Specifies the compression to use when issuing a C-STORE-REQ.
Syntax
C#
VB
C++
public enum Compression 
  
Public Enum Compression  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class Compression : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0LossyUse lossy compression.
1LosslessUse lossless compression.
2NativeDo not use any compression. Send the dataset as is.
Example

For an example refer to Leadtools.Dicom.Scu.StoreScu.Store.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.