LAUREL BRIDGE

OptionsReturnEnumerable 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 r11848 DCF_3_4_28_20191025
Syntax

C#
public bool ReturnEnumerable { get; set; }

Property Value

Type: Boolean
See Also

Reference