Table of Contents

Class DicomNActionResponse

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Representation of an N-ACTION response message.

public sealed class DicomNActionResponse : DicomResponse
Inheritance
DicomNActionResponse
Inherited Members
Extension Methods

Constructors

DicomNActionResponse(DicomDataset)

Initializes a new instance of the DicomNActionResponse class.

public DicomNActionResponse(DicomDataset command)

Parameters

command DicomDataset

A dataset representing the response command.

DicomNActionResponse(DicomNActionRequest, DicomStatus)

Initializes a new instance of the DicomNActionResponse class.

public DicomNActionResponse(DicomNActionRequest request, DicomStatus status)

Parameters

request DicomNActionRequest

The associated N-ACTION request.

status DicomStatus

The response status.

Properties

ActionTypeID

Gets the action type ID.

public ushort ActionTypeID { get; }

Property Value

ushort

SOPInstanceUID

Gets the affected SOP instance UID.

public DicomUID SOPInstanceUID { get; }

Property Value

DicomUID

Methods

ToString()

Formatted output.

public override string ToString()

Returns

string

Formatted output of the N-ACTION response.