Search Results for

    Show / Hide Table of Contents

    Class DicomNActionResponse

    Representation of an N-ACTION response message.

    Inheritance
    Object
    DicomMessage
    DicomResponse
    DicomNActionResponse
    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 DicomNActionResponse : DicomResponse

    Constructors

    DicomNActionResponse(DicomDataset)

    Initializes a new instance of the DicomNActionResponse class.

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

    A dataset representing the response command.

    DicomNActionResponse(DicomNActionRequest, DicomStatus)

    Initializes a new instance of the DicomNActionResponse class.

    Declaration
    public DicomNActionResponse(DicomNActionRequest request, DicomStatus status)
    Parameters
    Type Name Description
    DicomNActionRequest request

    The associated N-ACTION request.

    DicomStatus status

    The response status.

    Properties

    ActionTypeID

    Gets the action type ID.

    Declaration
    public ushort ActionTypeID { 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.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Formatted output of the N-ACTION response.

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