Search Results for

    Show / Hide Table of Contents

    Class DicomNSetResponse

    Representation of an N-SET response.

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

    Constructors

    DicomNSetResponse(DicomDataset)

    Initializes an instance of the DicomNSetResponse class.

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

    N-SET response command.

    DicomNSetResponse(DicomNSetRequest, DicomStatus)

    Initializes an instance of the DicomNSetResponse class.

    Declaration
    public DicomNSetResponse(DicomNSetRequest request, DicomStatus status)
    Parameters
    Type Name Description
    DicomNSetRequest request

    Associated N-SET 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