Search Results for

    Show / Hide Table of Contents

    Class DicomNEventReportResponse

    Representation of an N-EVENTREPORT response message.

    Inheritance
    Object
    DicomMessage
    DicomResponse
    DicomNEventReportResponse
    Inherited Members
    DicomResponse.RequestMessageID
    DicomResponse.Status
    DicomMessage.Type
    DicomMessage.SOPClassUID
    DicomMessage.HasDataset
    DicomMessage.PresentationContext
    DicomMessage.ApplicationInfo
    DicomMessage.Command
    DicomMessage.Dataset
    DicomMessage.UserState
    DicomMessage.PendingSince
    DicomMessage.LastPDUSent
    DicomMessage.LastPendingResponseReceived
    DicomMessage.IsTimedOut(TimeSpan)
    DicomMessage.ToString(Boolean)
    DicomMessage.ToString(DicomCommandField)
    DicomMessage.IsRequest(DicomCommandField)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class DicomNEventReportResponse : DicomResponse

    Constructors

    DicomNEventReportResponse(DicomDataset)

    Initializes a new instance of the DicomNEventReportResponse class.

    Declaration
    public DicomNEventReportResponse(DicomDataset command)
    Parameters
    Type Name Description
    DicomDataset command

    The dataset representing the N-EVENTREPORT response command.

    DicomNEventReportResponse(DicomNEventReportRequest, DicomStatus)

    Initializes a new instance of the DicomNEventReportResponse class.

    Declaration
    public DicomNEventReportResponse(DicomNEventReportRequest request, DicomStatus status)
    Parameters
    Type Name Description
    DicomNEventReportRequest request

    The request associated with the N-EVENTREPORT response.

    DicomStatus status

    The response status.

    Properties

    EventTypeID

    Gets the event type ID.

    Declaration
    public ushort EventTypeID { get; }
    Property Value
    Type Description
    UInt16

    SOPInstanceUID

    Gets the affected SOP instance UID.

    Declaration
    public DicomUID SOPInstanceUID { get; }
    Property Value
    Type Description
    DicomUID

    Methods

    ToString()

    Formatted output of the N-EVENTREPORT response message.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Formatted output of the N-EVENTREPORT response message.

    Overrides
    DicomResponse.ToString()
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors