LAUREL BRIDGE

SCImageLoadRgbBitmap Method

DICOM Connectivity Framework V3.4
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.

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

C#
public void LoadRgbBitmap(
	string bmpPath
)

Parameters

bmpPath
Type: SystemString
the path to the bitmap file
See Also

Reference