Command line options class for parsing user options for QuerySCPExtended.
Inheritance Hierarchy
LaurelBridge.DCFExamples.QuerySCPExtendedOptions
Namespace: LaurelBridge.DCFExamples.QuerySCPExtended
Assembly: QuerySCPExtended (in QuerySCPExtended.exe) Version: DCF34 r12431 DCF_3_4_38_20200923 NetFramework
Syntax
C#
public class Options
The Options type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Options | Initializes a new instance of the Options class |
Properties
Name | Description | |
---|---|---|
![]() | ImageStorageDirectory |
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.
|
![]() | MoveDestinationPort |
The port to which to send any C-MOVE instances. The Move Destination AE should be listening on this port. Default = 10105
|
![]() | Port |
The port number on which to listen for associations. Default = 10104
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | TryParse |
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.
|
See Also