LAUREL BRIDGE

ProgramMyExtendedStoreScp Constructor

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

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

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

Parameters

imageStorageDirectory
Type: SystemString
The directory where images should be stored. It will be created if it does not exist.
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