LAUREL BRIDGE

SCImageSave Method

DICOM Connectivity Framework V3.4
Save this IOD as a chapter 10 file to the given dcmPath, using the specified transferSyntaxUid.

Namespace:  LaurelBridge.DCF.Examples.BitmapToDicom
Assembly:  BitmapToDicom (in BitmapToDicom.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public void Save(
	string dcmPath,
	string tsUid
)

Parameters

dcmPath
Type: SystemString
the DICOM file path
tsUid
Type: SystemString
the transfer syntax uid, which may be null to use explicit little endian
See Also

Reference