LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
Compare two Dicom datasets (given as input filenames) using the DicomComparer in the DCF library.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.DicomDiffProgram

Namespace:  LaurelBridge.DCFExamples.DicomDiff
Assembly:  DicomDiff (in DicomDiff.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 DicomDiff.
Top
Remarks

The DicomComparer class provides an extensible way of comparing DICOM elements and datasets. The IDicomDifference items that are returned by the comparer are typed objects that contain context information to describe the location and objects that differed.
See Also

Reference

DicomComparer
DifferenceFlags
IDicomDifference