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
- commandDicomDataset
- A dataset representing the response command. 
DicomNActionResponse(DicomNActionRequest, DicomStatus)
Initializes a new instance of the DicomNActionResponse class.
public DicomNActionResponse(DicomNActionRequest request, DicomStatus status)Parameters
- requestDicomNActionRequest
- The associated N-ACTION request. 
- statusDicomStatus
- The 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.