LAUREL BRIDGE

Options Class

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

SystemObject
  LaurelBridge.DCFExamples.QuerySCUOptions

Namespace:  LaurelBridge.DCFExamples.QuerySCU
Assembly:  QuerySCU (in QuerySCU.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 propertyDoMove
True to perform a C-MOVE operation using Study Instance UID (0020,000D), False to perform a C-FIND operation using Patients Name (0010,0010). In either case, the MatchingAttribute is used for the element value.
Public propertyPort
The port number on which to perform the FIND or MOVE.
Public propertyQueryTags
The attribute tag and string value separated by an equals sign that is to be inserted into the query request. Non-empty values specify query search criteria; empty values specify return values. More than one may be given.
Public propertyUseEnumerable
Whether to use the FIND or MOVE method type that uses an IQueryListener or that directly returns an IEnumerable. When True, return an IEnumerable; when False, use an IQueryListener.
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