Class DicomNActionResponse
Representation of an N-ACTION response message.
Inherited Members
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. |