Class AdvancedDicomClientConnectionRequestHandlers
Contains request handlers for requests that have been sent from a DICOM server to a DICOM client
Inheritance
System.Object
AdvancedDicomClientConnectionRequestHandlers
Inherited Members
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: FellowOakDicom.Network.Client.Advanced.Connection
Assembly: fo-dicom.core.dll
Syntax
public class AdvancedDicomClientConnectionRequestHandlers
Properties
OnCStoreRequest
The handler that will be invoked to produce a C-STORE response for an incoming C-STORE request, typically following a C-GET request
Declaration
public DicomClientCStoreRequestHandler OnCStoreRequest { get; set; }
Property Value
Type | Description |
---|---|
DicomClientCStoreRequestHandler |
OnNEventReportRequest
The handler that will be invoked to produce a N-EVENT-REPORT response for an incoming N-EVENT-REPORT request, typically following a N-EVENT-REPORT-GET request
Declaration
public DicomClientNEventReportRequestHandler OnNEventReportRequest { get; set; }
Property Value
Type | Description |
---|---|
DicomClientNEventReportRequestHandler |