Command line options class for parsing user options for ReadDataSetFlat.
Inheritance Hierarchy
LaurelBridge.DCFExamples.ReadDataSetFlatOptions
Namespace: LaurelBridge.DCFExamples.ReadDataSetFlat
Assembly: ReadDataSetFlat (in ReadDataSetFlat.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 | |
---|---|---|
![]() | FileName |
The name of the DICOM file, e.g. DICOM SR, to read flat.
|
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