LAUREL BRIDGE

ProgramMyVerificationScp Constructor

DICOM Connectivity Framework V3.4
Construct MyVerificationSCP with association acceptor and list of allowed presentation contexts

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

C#
public MyVerificationScp(
	AssociationAcceptor acceptor,
	IList<AllowedPresentationContext> allowedPresentationContexts
)

Parameters

acceptor
Type: AssociationAcceptor
The association acceptor for this association.
allowedPresentationContexts
Type: System.Collections.GenericIListAllowedPresentationContext
The list of allowed presentation contexts.
See Also

Reference