Search Results for

    Show / Hide Table of Contents

    Class DicomNGetResponse

    Representation of the N-GET response.

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

    Constructors

    DicomNGetResponse(DicomDataset)

    Initializes an instance of the DicomNGetResponse class.

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

    N-GET response command.

    DicomNGetResponse(DicomNGetRequest, DicomStatus)

    Initializes an instance of the DicomNGetResponse class.

    Declaration
    public DicomNGetResponse(DicomNGetRequest request, DicomStatus status)
    Parameters
    Type Name Description
    DicomNGetRequest request

    Associated N-GET request.

    DicomStatus status

    Response status.

    Properties

    SOPInstanceUID

    Gets the affected SOP instance UID.

    Declaration
    public DicomUID SOPInstanceUID { get; }
    Property Value
    Type Description
    DicomUID
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors