Search Results for

    Show / Hide Table of Contents

    Class DicomCStoreResponse

    Represents a DICOM C-Store response to be returned to a C-Store SCU or a C-Store response that has been received from a C-Store SCP.

    Inheritance
    Object
    DicomMessage
    DicomResponse
    DicomCStoreResponse
    Inherited Members
    DicomResponse.RequestMessageID
    DicomResponse.Status
    DicomResponse.ToString()
    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 DicomCStoreResponse : DicomResponse

    Constructors

    DicomCStoreResponse(DicomDataset)

    Constructor for DICOM C-Store response received from SCP.

    Declaration
    public DicomCStoreResponse(DicomDataset command)
    Parameters
    Type Name Description
    DicomDataset command

    DICOM Command Dataset

    Remarks

    In most use cases this constructor will only be called by the library.

    DicomCStoreResponse(DicomCStoreRequest, DicomStatus)

    Initializes DICOM C-Store response to be returned to SCU.

    Declaration
    public DicomCStoreResponse(DicomCStoreRequest request, DicomStatus status)
    Parameters
    Type Name Description
    DicomCStoreRequest request

    DICOM C-Store request being responded to

    DicomStatus status

    Status result of the C-Store operation

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