Table of Contents

Class DicomCGetResponse

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Representation of a C-GET response.

public sealed class DicomCGetResponse : DicomResponse
Inheritance
DicomCGetResponse
Inherited Members
Extension Methods

Constructors

DicomCGetResponse(DicomDataset)

Initializes a new instance of the DicomCGetResponse class.

public DicomCGetResponse(DicomDataset command)

Parameters

command DicomDataset

The command associated with the C-GET operation.

DicomCGetResponse(DicomCGetRequest, DicomStatus)

Initializes a new instance of the DicomCGetResponse class.

public DicomCGetResponse(DicomCGetRequest request, DicomStatus status)

Parameters

request DicomCGetRequest

The C-GET request associated with the response.

status DicomStatus

The status of the response.

Properties

Completed

Gets or sets the number of completed sub-operations.

public int Completed { get; set; }

Property Value

int

Failures

Gets or sets the number of failed sub-operations.

public int Failures { get; set; }

Property Value

int

Remaining

Gets or sets the number of remaining sub-operations.

public int Remaining { get; set; }

Property Value

int

Warnings

Gets or sets the number of warning sub-operations.

public int Warnings { get; set; }

Property Value

int

Methods

ToString()

Formatted output of the DicomCGetResponse item.

public override string ToString()

Returns

string

Formatted output of the DicomCGetResponse item.