LAUREL BRIDGE

Options Class

DICOM Connectivity Framework V3.4
Command line options class for parsing user options for Transcode.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.TranscodeOptions

Namespace:  LaurelBridge.DCFExamples.Transcode
Assembly:  Transcode (in Transcode.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class Options

The Options type exposes the following members.

Constructors

  NameDescription
Public methodOptions
Initializes a new instance of the Options class
Top
Properties

  NameDescription
Public propertyCfgOverrides
A path that specifies a configuration override file for customizing session or other framework parameters.
Public propertyDisablePassThroughMode
Set EnableCompressionPassThroughMode to false in session settings. Overrides CfgOverrides if specified.
Public propertyDisableStreamingMode
Set EnableStreamingMode to false in session settings. Override CfgOverrides if specified.
Public propertyDumpStats
Dump statistics comparing input and output pixel data.
Public propertyEnablePassThroughMode
Set EnableCompressionPassThroughMode to true in session settings. Overrides CfgOverrides if specified.
Public propertyEnableStreamingMode
Set EnableStreamingMode to true in session settings. Override CfgOverrides if specified.
Public propertyInput
The DICOM file input path to be transcoded.
Public propertyOutput
The DICOM file output path which is overwritten.
Public propertyTransferSyntax
The DICOM UID that specifies a DCF supported transfer syntax.
Public propertyUseOpenJpeg
Use the OpenJpeg codecs for transcode of J2k90 and J2k91. Override CfgOverrides if specified.
Public propertyVerbose
Verbose log of compression diagnostics. Override CfgOverrides if specified.
Top
Methods

  NameDescription
Public methodStatic memberTryParse
Try to create an instance of the Options class using the specified commandLine parameter. For an invalid command line, a failure message is written to the console.
Top
See Also

Reference