LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
Simple Filter example to demonstrate filtering DICOM datasets.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.FilterProgram

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

C#
public class Program

The Program type exposes the following members.

Constructors

  NameDescription
Public methodProgram
Initializes a new instance of the Program class
Top
Methods

  NameDescription
Public methodStatic memberMain
Main entry point for Filter.
Top
Remarks

Filters are useful for correcting problem datasets in the field without needing programmatic support. Filter conditions and actions may be chained together to support complex requirements. Filters may also be configured to be self documenting by populating changes to the dataset in the Original Attribute Sequence (0400,0561).
See Also

Reference