LAUREL BRIDGE

Options Class

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

SystemObject
  LaurelBridge.DCFExamples.QuerySCPExtendedOptions

Namespace:  LaurelBridge.DCFExamples.QuerySCPExtended
Assembly:  QuerySCPExtended (in QuerySCPExtended.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 search for images to match. default = (path_to_location_of_exe)\\QuerySCPImages. The image_store_directory should exist. Images are expected to end with the '.dcm' suffix.
Public propertyMoveDestinationPort
The port to which to send any C-MOVE instances. The Move Destination AE should be listening on this port. Default = 10105
Public propertyPort
The port number on which to listen for associations. Default = 10104
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