Class DicomResponse
Base class for DIMSE-C and DIMSE-N response items.
Inheritance
DicomResponse
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public abstract class DicomResponse : DicomMessage
Constructors
DicomResponse(DicomDataset)
Initializes a new instance of the DicomResponse class.
Declaration
protected DicomResponse(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | The command dataset. |
DicomResponse(DicomRequest, DicomStatus)
Initializes a new instance of the DicomResponse class.
Declaration
protected DicomResponse(DicomRequest request, DicomStatus status)
Parameters
Type | Name | Description |
---|---|---|
DicomRequest | request | The request initiating the response. |
DicomStatus | status | Response status. |
Properties
RequestMessageID
Gets or sets the message ID of the request being responded to.
Declaration
public ushort RequestMessageID { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |
Status
Gets or sets the response status.
Declaration
public DicomStatus Status { get; set; }
Property Value
Type | Description |
---|---|
DicomStatus |
Methods
ToString()
Formatted output of the DICOM response.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The formatted output of the DICOM response. |