Class DicomCGetResponse
Representation of a C-GET response.
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public sealed class DicomCGetResponse : DicomResponse
Constructors
DicomCGetResponse(DicomDataset)
Initializes a new instance of the DicomCGetResponse class.
Declaration
public DicomCGetResponse(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | The command associated with the C-GET operation. |
DicomCGetResponse(DicomCGetRequest, DicomStatus)
Initializes a new instance of the DicomCGetResponse class.
Declaration
public DicomCGetResponse(DicomCGetRequest request, DicomStatus status)
Parameters
Type | Name | Description |
---|---|---|
DicomCGetRequest | request | The C-GET request associated with the response. |
DicomStatus | status | The status of the response. |
Properties
Completed
Gets or sets the number of completed sub-operations.
Declaration
public int Completed { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Failures
Gets or sets the number of failed sub-operations.
Declaration
public int Failures { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remaining
Gets or sets the number of remaining sub-operations.
Declaration
public int Remaining { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Warnings
Gets or sets the number of warning sub-operations.
Declaration
public int Warnings { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
ToString()
Formatted output of the DicomCGetResponse item.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | Formatted output of the DicomCGetResponse item. |