Search Results for

    Show / Hide Table of Contents

    Class DicomNCreateResponse

    Representation of the N-CREATE response.

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

    Constructors

    DicomNCreateResponse(DicomDataset)

    Initializes a new instance of the DicomNCreateResponse class.

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

    N-CREATE response command.

    DicomNCreateResponse(DicomNCreateRequest, DicomStatus)

    Initizalizes a new instance of the DicomNCreateResponse class.

    Declaration
    public DicomNCreateResponse(DicomNCreateRequest request, DicomStatus status)
    Parameters
    Type Name Description
    DicomNCreateRequest request

    Associated N-CREATE request.

    DicomStatus status

    Response status.

    Properties

    SOPInstanceUID

    Gets the affected SOP instance UID.

    Declaration
    public DicomUID SOPInstanceUID { get; }
    Property Value
    Type Description
    DicomUID
    Remarks

    In the N-CREATE response, Affected SOP Instance UID is optional, and

    null
    can thus be returned.

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