LAUREL BRIDGE

ProgramMyExtendedStoreScp Constructor

DICOM Connectivity Framework V3.4
Create a store handler with the given acceptor and presentation contexts.

Namespace:  LaurelBridge.DCF.Examples.StoreSCP
Assembly:  StoreSCP (in StoreSCP.exe) Version: DCF34 r10560 DCF_3_4_10
Syntax

C#
public MyExtendedStoreScp(
	AssociationAcceptor acceptor,
	IList<AllowedPresentationContext> allowedPresentationContexts = null
)

Parameters

acceptor
Type: AssociationAcceptor
The association acceptor.
allowedPresentationContexts (Optional)
Type: System.Collections.GenericIListAllowedPresentationContext
The allowed presentation contexts which my be null to specify the default storage classes.
See Also

Reference