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
DicomDatasetA dataset representing the response command.
DicomNActionResponse(DicomNActionRequest, DicomStatus)
Initializes a new instance of the DicomNActionResponse class.
public DicomNActionResponse(DicomNActionRequest request, DicomStatus status)
Parameters
request
DicomNActionRequestThe associated N-ACTION request.
status
DicomStatusThe response status.
Properties
ActionTypeID
Gets the action type ID.
public ushort ActionTypeID { get; }
Property Value
SOPInstanceUID
Gets the affected SOP instance UID.
public DicomUID SOPInstanceUID { get; }
Property Value
Methods
ToString()
Formatted output.
public override string ToString()
Returns
- string
Formatted output of the N-ACTION response.