LAUREL BRIDGE

ProgramExecuteQuery Method

DICOM Connectivity Framework V3.4
Execute a c-find request.

Namespace:  LaurelBridge.DCF.Examples.QuerySCU
Assembly:  QuerySCU (in QuerySCU.exe) Version: DCF34 r11295 DCF_3_4_22
Syntax

C#
public void ExecuteQuery()
Remarks

We take the simple approach in this example of specifying an ISO_IR 100 character set for the encoding of our query request, which is probably fine for 90% of the Western languages. By a strict reading of the spec, the character set should only be specified if we actually require it in our query. Note that the SCP is free to ignore and/or not support our character set.

If you need to encode additional and/or multibyte character sets, you may use the EncodingUtils.AnalyzeEncodings method in the CharacterSets namespace.

See Also

Reference