LAUREL BRIDGE

SCImage Class

DICOM Connectivity Framework V3.4
An example SCImage class that derives from SecondaryCaptureImage.
Inheritance Hierarchy

SystemObject
  IOD
    SecondaryCaptureImage
      LaurelBridge.DCFExamples.BitmapToDicomSCImage

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

C#
public class SCImage : SecondaryCaptureImage

The SCImage type exposes the following members.

Constructors

  NameDescription
Public methodSCImage
Default constructor initializes all type 2 Dicom Elements for SC image to be present but empty.
Top
Methods

  NameDescription
Public methodStatic memberLoadImage
Factory method to return an SCImage object given the current Options.
Public methodLoadMonoBitmap
Load the bitmap from the specified bmpPath and convert the RGB pixels to monochrome data for this dataset. Set mandatory Group 0028 image related parameters. Give image a new sop instance uid.
Public methodLoadRgbBitmap
Load the bitmap from the specified bmpPath and load the RGB pixel data to this dataset. Set mandatory Group 0028 image related parameters. Give image a new sop instance uid.
Public methodSave
Save this IOD as a chapter 10 file to the given dcmPath, using the specified transferSyntaxUid.
Top
See Also

Reference