LAUREL BRIDGE

ProgramSampleVNAServer Class

DICOM Connectivity Framework V3.4
SampleVNAServer handles associations by creating and registering SCPs for the various types of DIMSE messages that will arrive.
Inheritance Hierarchy

SystemObject
  AssociationListenerAdapter
    LaurelBridge.DCF.Examples.SampleVNAProgramSampleVNAServer

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

C#
public class SampleVNAServer : AssociationListenerAdapter

The ProgramSampleVNAServer type exposes the following members.

Constructors

  NameDescription
Public methodProgramSampleVNAServer(Int32)
Constructor with port only
Public methodProgramSampleVNAServer(Int32, IListAllowedPresentationContext, IListAllowedPresentationContext, IListAllowedPresentationContext)
Constructor with port and allowed presentation contexts.
Top
Properties

  NameDescription
Public propertyStatic memberImagePath
Gets the path to the images.
Top
Methods

  NameDescription
Public methodBeginAssociation
Callback for beginning the association.
(Overrides AssociationListenerAdapter.BeginAssociation(AssociationAcceptor).)
Public methodBeginListening
Start listening for associations via the AssociationManager.
Public methodEndAssociation
Callback for ending the association.
(Overrides AssociationListenerAdapter.EndAssociation(AssociationAcceptor).)
Public methodGetSessionSettings
Returns a DicomSessionSettings object to be used for the association.
Public methodStop
Stop receiving any new associations.
Top
See Also

Reference