Table of Contents

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 DicomDataset

The command dataset.

DicomResponse(DicomRequest, DicomStatus)

Initializes a new instance of the DicomResponse class.

protected DicomResponse(DicomRequest request, DicomStatus status)

Parameters

request DicomRequest

The request initiating the response.

status DicomStatus

Response status.

Properties

RequestMessageID

Gets or sets the message ID of the request being responded to.

public ushort RequestMessageID { get; set; }

Property Value

ushort

Status

Gets or sets the response status.

public DicomStatus Status { get; set; }

Property Value

DicomStatus

Methods

ToString()

Formatted output of the DICOM response.

public override string ToString()

Returns

string

The formatted output of the DICOM response.