LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
This example creates an encapsulated PDF dataset from an existing PDF data file.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.PdfToDicomProgram

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

Typically there is some other data source that contains patient, study and other information that should also be added to the dataset. This example simple creates dummy values for these attributes for the purposes of this example.

Note that this example will not overwrite a dataset if it already exists.

See Also

Reference