LAUREL BRIDGE

ProgramMyExtendedStoreScp Constructor

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

Namespace:  LaurelBridge.DCF.Examples.StoreSCPExtended
Assembly:  StoreSCPExtended (in StoreSCPExtended.exe) Version: DCF34 r11295 DCF_3_4_22
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.
Remarks

See StoreSCP for a description of where the default presentation contexts are retrieved.
See Also

Reference