Search Results for

    Show / Hide Table of Contents

    Class DicomCGetResponse

    Representation of a C-GET response.

    Inheritance
    Object
    DicomMessage
    DicomResponse
    DicomCGetResponse
    Inherited Members
    DicomResponse.RequestMessageID
    DicomResponse.Status
    DicomMessage.Type
    DicomMessage.SOPClassUID
    DicomMessage.HasDataset
    DicomMessage.PresentationContext
    DicomMessage.ApplicationInfo
    DicomMessage.Command
    DicomMessage.Dataset
    DicomMessage.UserState
    DicomMessage.PendingSince
    DicomMessage.LastPDUSent
    DicomMessage.LastPendingResponseReceived
    DicomMessage.IsTimedOut(TimeSpan)
    DicomMessage.ToString(Boolean)
    DicomMessage.ToString(DicomCommandField)
    DicomMessage.IsRequest(DicomCommandField)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    Overrides
    DicomResponse.ToString()
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors