LAUREL BRIDGE

ProgramCallbackStoreServerBeginAssociation Method

DICOM Connectivity Framework V3.4
Override of BeginAssociation which is called during association negotiation. Register a StoreSCP object to handle store requests for our allowed presentation contexts by delegating to our CStore method.

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

C#
public override void BeginAssociation(
	AssociationAcceptor assoc
)

Parameters

assoc
Type: AssociationAcceptor
The AssociationAcceptor for the given association
See Also

Reference