LAUREL BRIDGE

Pager Class

DICOM Connectivity Framework V3.4
This class is used by the example applications that require a pager to view files. The executable used may be specified using the DCFPAGER environment variable, otherwise notepad.exe is used for Windows, and vim is used for Linux.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.CommonPager

Namespace:  LaurelBridge.DCFExamples.Common
Assemblies:   BasicFileLogging (in BasicFileLogging.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  CharacterSetEncoding (in CharacterSetEncoding.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  EncodeDecodeUnicode (in EncodeDecodeUnicode.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  SessionLogging (in SessionLogging.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  UnicodeWideFilename (in UnicodeWideFilename.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public static class Pager

The Pager type exposes the following members.

Methods

  NameDescription
Public methodStatic memberView
Run the pager with the path argument.
Top
Remarks

Rather than create a utility library for the examples, we include this class as a shared source file in the examples that need it.
See Also

Reference