Show / Hide Table of Contents
View Source

Class DICOMSCP

Inheritance
System.Object
DICOMServiceClass
DICOMSCP
Inherited Members
DICOMServiceClass.AssociationService
DICOMServiceClass.DIMSEService
DICOMServiceClass.ApplicationEntity
DICOMServiceClass.SupportedTransferSyntaxes
DICOMServiceClass.SupportedAbstractSyntaxes
DICOMServiceClass.Logger
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Network
Assembly:EvilDICOM.dll
Syntax
public class DICOMSCP : DICOMServiceClass

Constructors

View Source

DICOMSCP(Entity)

Declaration
public DICOMSCP(Entity ae)
Parameters
Type Name Description
Entity ae

Properties

View Source

IdleTimeout

IdleTimeout in milliseconds. Default value: 25000ms.

Declaration
public int IdleTimeout { get; set; }
Property Value
Type Description
System.Int32
View Source

IsListening

Declaration
public bool IsListening { get; }
Property Value
Type Description
System.Boolean

Methods

View Source

ListenForIncomingAssociations(Boolean)

Declaration
public async void ListenForIncomingAssociations(bool keepListenerRunning)
Parameters
Type Name Description
System.Boolean keepListenerRunning
View Source

RaisedSCPStopped()

Declaration
public void RaisedSCPStopped()
View Source

Stop()

Declaration
public void Stop()

Events

View Source

SCPStopped

Declaration
public event DICOMSCP.StopHandler SCPStopped
Event Type
Type Description
DICOMSCP.StopHandler
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX