LAUREL BRIDGE

OptionsImageStorageDirectory Property

DICOM Connectivity Framework V3.4
The directory in which to save DICOM images. default = (path_to_location_of_exe)\\StoreSCPImages. The image_store_directory will be created if it does not exist. Images will be named using the SOP Instance UID and will be overwritten if already present.

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

C#
public string ImageStorageDirectory { get; set; }

Property Value

Type: String
See Also

Reference