LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
An example program to demonstrate how to create a DICOM dataset from a bitmap file.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.BitmapToDicomProgram

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

This example provides a start for the creation of a secondary capture information object definition (IOD).

This example creates a minimal dataset. Additional code is required to to create a dataset that conforms to the requirements of the Secondary Capture IOD, and is left as an exercise for the programmer.

See Also

Reference