LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
Accept and/or reject associations based on AE titles and/or IP address.

Please note that while this example shows how an SCP can make decisions based on information presented to it, that information may not always be accurate; spoofing an IP address and/or AE title is feasible. Therefore, the end user should take the steps necessary to ensure they are operating within the confines of a secure network.

This example server implements Store SCP in order to demonstrate settings when an association is successfully established and DIMSE messages are received/sent. The StoreSCU example may be used to experiment with this test SCP using command line invocations similar to the following:

StoreSCU.exe mr-knee.dcm localhost 5555 SCP SCU
or
StoreSCU.exe mr-knee.dcm localhost 5555 JPEG2000_SCP SCU

Inheritance Hierarchy

SystemObject
  LaurelBridge.DCF.Examples.AssociationRejectionProgram

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

C#
public class Program

The Program type exposes the following members.

Constructors

  NameDescription
Public methodProgram
Initializes a new instance of the Program class
Top
Methods

  NameDescription
Public methodStatic memberMain
Main entry point for AssociationRejection.
Top
See Also

Reference