LAUREL BRIDGE

ProgramSampleVNAServer Constructor (Int32, IListAllowedPresentationContext, IListAllowedPresentationContext, IListAllowedPresentationContext)

DICOM Connectivity Framework V3.4
Constructor with port and allowed presentation contexts.

Namespace:  LaurelBridge.DCF.Examples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public SampleVNAServer(
	int port,
	IList<AllowedPresentationContext> allowedVerificationPresentationContexts,
	IList<AllowedPresentationContext> allowedStorePresentationContexts,
	IList<AllowedPresentationContext> allowedQueryPresentationContexts
)

Parameters

port
Type: SystemInt32
Server port
allowedVerificationPresentationContexts
Type: System.Collections.GenericIListAllowedPresentationContext
list of allowed verification presentation contexts
allowedStorePresentationContexts
Type: System.Collections.GenericIListAllowedPresentationContext
list of allowed verification presentation contexts
allowedQueryPresentationContexts
Type: System.Collections.GenericIListAllowedPresentationContext
list of allowed verification presentation contexts
See Also

Reference