LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
An example program to demonstrate how to create a DICONDE non-destructive evaluation (NDE) dataset from a bitmap file.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.BitmapToNdeProgram

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

This example provides start code for creation of an ultrasound 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 UltraSound IOD, and is left as an exercise for the programmer.

In order to use the custom tags DICONDE dictionary included in this example project, be sure to copy the custom tags file to 'dicom/custom_tags' at the same level as the .exe to use the DICONDE custom tags.

See Also

Reference