LAUREL BRIDGE

USImageSave Method

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

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

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

Parameters

ndePath
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