Search Results for

    Show / Hide Table of Contents

    Class DicomNActionRequest

    Representation of an N-ACTION request.

    Inheritance
    Object
    DicomMessage
    DicomRequest
    DicomNActionRequest
    Inherited Members
    DicomRequest.MessageID
    DicomRequest.OnTimeout
    DicomRequest.CreatePresentationContext(DicomTransferSyntax[])
    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 DicomNActionRequest : DicomRequest

    Constructors

    DicomNActionRequest(DicomDataset)

    Initializes an instance of the DicomNActionRequest class.

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

    N-ACTION request command.

    DicomNActionRequest(DicomUID, DicomUID, UInt16)

    Initializes an instance of the DicomNActionRequest class.

    Declaration
    public DicomNActionRequest(DicomUID requestedClassUid, DicomUID requestedInstanceUid, ushort actionTypeId)
    Parameters
    Type Name Description
    DicomUID requestedClassUid

    Requested SOP class UID.

    DicomUID requestedInstanceUid

    Requested SOP instance UID.

    UInt16 actionTypeId

    Action type ID.

    Fields

    OnResponseReceived

    Gets or sets the handler for the N-ACTION response received event.

    Declaration
    public DicomNActionRequest.ResponseDelegate OnResponseReceived
    Field Value
    Type Description
    DicomNActionRequest.ResponseDelegate

    Properties

    ActionTypeID

    Gets the action type ID.

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

    SOPInstanceUID

    Gets the requested SOP instance UID.

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

    Methods

    PostResponse(DicomService, DicomResponse)

    Invoke the event handler upon receiving a N-ACTION response.

    Declaration
    protected override void PostResponse(DicomService service, DicomResponse response)
    Parameters
    Type Name Description
    DicomService service

    Associated DICOM service.

    DicomResponse response

    N-ACTION response.

    Overrides
    DicomRequest.PostResponse(DicomService, DicomResponse)

    ToString()

    Formatted output.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Formatted output of the N-ACTION request.

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