LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
Windows Form application to provide a basic DICOM image viewer. This viewer makes use of several facilities in the LaurelBridge.DCF.Imaging namespace. See the Main(String) method for more information on optional command line arguments.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              LaurelBridge.DCFExamples.ImageViewerProgram

Namespace:  LaurelBridge.DCFExamples.ImageViewer
Assembly:  ImageViewer (in ImageViewer.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class Program : Form

The Program type exposes the following members.

Constructors

  NameDescription
Public methodProgram
Constructor
Top
Methods

  NameDescription
Protected methodDispose
Clean up any resources being used.
(Overrides FormDispose(Boolean).)
Public methodStatic memberMain
The main entry point for ImageViewer. The program takes an optional override configuration file and an optional filename to open. The override file may also be specified by creating a configuration file in the same directory as the executable with a file type of ".dcfcfg". Note that ImageViewer uses the OpenJpeg codecs for the J2k lossless (.90) and lossy (.91) transfer syntax codecs.
Protected methodProcessCmdKey
Command key overrides.
(Overrides FormProcessCmdKey(Message, Keys).)
Top
See Also

Reference