LAUREL BRIDGE

OptionsUseEnumerable Property

DICOM Connectivity Framework V3.4
Whether to use the FIND or MOVE method type that uses an IQueryListener or that directly returns an IEnumerable. When True, return an IEnumerable; when False, use an IQueryListener.

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

C#
public bool UseEnumerable { get; set; }

Property Value

Type: Boolean
See Also

Reference