Class DicomResponse
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Base class for DIMSE-C and DIMSE-N response items.
public abstract class DicomResponse : DicomMessage
- Inheritance
-
DicomResponse
- Derived
- Inherited Members
- Extension Methods
Constructors
DicomResponse(DicomDataset)
Initializes a new instance of the DicomResponse class.
protected DicomResponse(DicomDataset command)
Parameters
command
DicomDatasetThe command dataset.
DicomResponse(DicomRequest, DicomStatus)
Initializes a new instance of the DicomResponse class.
protected DicomResponse(DicomRequest request, DicomStatus status)
Parameters
request
DicomRequestThe request initiating the response.
status
DicomStatusResponse status.
Properties
RequestMessageID
Gets or sets the message ID of the request being responded to.
public ushort RequestMessageID { get; set; }
Property Value
Status
Gets or sets the response status.
public DicomStatus Status { get; set; }
Property Value
Methods
ToString()
Formatted output of the DICOM response.
public override string ToString()
Returns
- string
The formatted output of the DICOM response.