LAUREL BRIDGE

Options Class

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

SystemObject
  LaurelBridge.DCFExamples.CreateBasicOffsetTableOptions

Namespace:  LaurelBridge.DCFExamples.CreateBasicOffsetTable
Assembly:  CreateBasicOffsetTable (in CreateBasicOffsetTable.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 propertyCreationMode
The creation mode may be 0 (create empty), 1 (create if empty or invalid), or 2 (replace existing).
Public propertyInputPath
The path to the input DICOM file.
Public propertyOutputPath
The output path of the DICOM file to be written. Existing file will be overwritten.
Public propertyTransferSyntax
The output transfer syntax to use when writing the output DICOM file out, which will be the same as the input transfer syntax if unspecified.
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