Search Results for

    Show / Hide Table of Contents

    Class DicomCMoveResponse

    Inheritance
    Object
    DicomMessage
    DicomResponse
    DicomCMoveResponse
    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 DicomCMoveResponse : DicomResponse

    Constructors

    DicomCMoveResponse(DicomDataset)

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

    DicomCMoveResponse(DicomCMoveRequest, DicomStatus)

    Declaration
    public DicomCMoveResponse(DicomCMoveRequest request, DicomStatus status)
    Parameters
    Type Name Description
    DicomCMoveRequest request
    DicomStatus status

    Properties

    Completed

    Declaration
    public int Completed { get; set; }
    Property Value
    Type Description
    Int32

    Failures

    Declaration
    public int Failures { get; set; }
    Property Value
    Type Description
    Int32

    Remaining

    Declaration
    public int Remaining { get; set; }
    Property Value
    Type Description
    Int32

    Warnings

    Declaration
    public int Warnings { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    DicomResponse.ToString()
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors