Table of Contents

Class RequestPendingEvent

Namespace
FellowOakDicom.Network.Client.Advanced.Connection
Assembly
fo-dicom.core.dll

When a DICOM request has been sent to the SCP and is now pending one or more responses

public class RequestPendingEvent : IAdvancedDicomClientConnectionEvent
Inheritance
RequestPendingEvent
Implements
Inherited Members
Extension Methods

Properties

Request

The original request

public DicomRequest Request { get; }

Property Value

DicomRequest

Response

The response that was received from the SCP

public DicomResponse Response { get; }

Property Value

DicomResponse