LAUREL BRIDGE

ProgramModalityPerformedProcedureStepSCP Class

DICOM Connectivity Framework V3.4
An MMPS server that extends the AssociationListenerAdapter and implements the IAssociationConfigPolicyManager.
Inheritance Hierarchy

SystemObject
  AssociationListenerAdapter
    LaurelBridge.DCF.Examples.MPPSSCPProgramModalityPerformedProcedureStepSCP

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

C#
public class ModalityPerformedProcedureStepSCP : AssociationListenerAdapter

The ProgramModalityPerformedProcedureStepSCP type exposes the following members.

Constructors

  NameDescription
Public methodProgramModalityPerformedProcedureStepSCP
Constructs a Modality Performed Procedure Step SCP with the specified set of allowed presentation contexts.
Top
Methods

  NameDescription
Public methodBeginAssociation
Creates the ModalityPerformedProcedureStepSCP object to handle the association that caused this method to be called.
(Overrides AssociationListenerAdapter.BeginAssociation(AssociationAcceptor).)
Public methodGetSessionSettings
Returns a DicomSessionSettings object to be used for the association.
Top
Remarks

The IAssociationConfigPolicyManager allows us to get a callback to set our session settings for the association.

This class overrides the BeginAssociation(AssociationAcceptor) method to install a service class provider which negotiates the association, and delegates service class specific messages back to us for processing. Other AssociationListenerAdapter methods may be overridden to implement additional functionality.

See Also

Reference