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
DicomDatasetThe 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
DicomCGetRequestThe C-GET request associated with the response.
status
DicomStatusThe status of the response.
Properties
Completed
Gets or sets the number of completed sub-operations.
public int Completed { get; set; }
Property Value
Failures
Gets or sets the number of failed sub-operations.
public int Failures { get; set; }
Property Value
Remaining
Gets or sets the number of remaining sub-operations.
public int Remaining { get; set; }
Property Value
Warnings
Gets or sets the number of warning sub-operations.
public int Warnings { get; set; }
Property Value
Methods
ToString()
Formatted output of the DicomCGetResponse item.
public override string ToString()
Returns
- string
Formatted output of the DicomCGetResponse item.