LAUREL BRIDGE

Options Class

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

SystemObject
  LaurelBridge.DCFExamples.StoreSCPExtendedOptions

Namespace:  LaurelBridge.DCFExamples.StoreSCPExtended
Assembly:  StoreSCPExtended (in StoreSCPExtended.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 propertyImageStorageDirectory
The directory in which to save DICOM images. default = (path_to_location_of_exe)\\StoreSCPImages. The image_store_directory will be created if it does not exist. Images will be named using the SOP Instance UID and will be overwritten if already present.
Public propertyPort
The port number on which to listen for associations. default = 10106
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