Search Results for

    Show / Hide Table of Contents

    Class DicomResponse

    Base class for DIMSE-C and DIMSE-N response items.

    Inheritance
    Object
    DicomMessage
    DicomResponse
    DicomCEchoResponse
    DicomCFindResponse
    DicomCGetResponse
    DicomCMoveResponse
    DicomCStoreResponse
    DicomNActionResponse
    DicomNCreateResponse
    DicomNDeleteResponse
    DicomNEventReportResponse
    DicomNGetResponse
    DicomNSetResponse
    Inherited Members
    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 abstract class DicomResponse : DicomMessage

    Constructors

    DicomResponse(DicomDataset)

    Initializes a new instance of the DicomResponse class.

    Declaration
    protected DicomResponse(DicomDataset command)
    Parameters
    Type Name Description
    DicomDataset command

    The command dataset.

    DicomResponse(DicomRequest, DicomStatus)

    Initializes a new instance of the DicomResponse class.

    Declaration
    protected DicomResponse(DicomRequest request, DicomStatus status)
    Parameters
    Type Name Description
    DicomRequest request

    The request initiating the response.

    DicomStatus status

    Response status.

    Properties

    RequestMessageID

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

    Declaration
    public ushort RequestMessageID { get; set; }
    Property Value
    Type Description
    UInt16

    Status

    Gets or sets the response status.

    Declaration
    public DicomStatus Status { get; set; }
    Property Value
    Type Description
    DicomStatus

    Methods

    ToString()

    Formatted output of the DICOM response.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    The formatted output of the DICOM response.

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