LAUREL BRIDGE

SampleVNAQuerySCPCGetRq Method

DICOM Connectivity Framework V3.4
Handle CGet requests.

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

C#
public override void CGetRq(
	CGetRequest msg
)

Parameters

msg
Type: CGetRequest
The CGetRequest DIMSE message.
Remarks

This method must perform the actual work of handling the CGetRequest on a separate thread so that this thread can go back to listening for a possible CCancelRequest DIMSE message.
See Also

Reference