LAUREL BRIDGE

ProgramExtendedStoreServer Constructor

DICOM Connectivity Framework V3.4
Constructs an ExtendedSCPStoreServer that listens on the specified port.

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

C#
public ExtendedStoreServer(
	int port,
	string imageStorageDirectory,
	IList<AllowedPresentationContext> allowedPresentationContexts = null
)

Parameters

port
Type: SystemInt32
The port number where we will listen for association requests.
imageStorageDirectory
Type: SystemString
The directory where images should be stored.
allowedPresentationContexts (Optional)
Type: System.Collections.GenericIListAllowedPresentationContext
The list of presentation contexts that will be allowed.
See Also

Reference