Search Results for

    Show / Hide Table of Contents

    Class DicomNCreateRequest

    Representation of the N-CREATE request.

    Inheritance
    Object
    DicomMessage
    DicomRequest
    DicomNCreateRequest
    Inherited Members
    DicomRequest.MessageID
    DicomRequest.OnTimeout
    DicomRequest.CreatePresentationContext(DicomTransferSyntax[])
    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()
    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 DicomNCreateRequest : DicomRequest

    Constructors

    DicomNCreateRequest(DicomDataset)

    Initializes a new instance of the DicomNCreateRequest class.

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

    N-CREATE request command.

    DicomNCreateRequest(DicomUID, DicomUID)

    Initializes a new instance of the DicomNCreateRequest class.

    Declaration
    public DicomNCreateRequest(DicomUID affectedClassUid, DicomUID affectedInstanceUid)
    Parameters
    Type Name Description
    DicomUID affectedClassUid

    Affected SOP class UID.

    DicomUID affectedInstanceUid

    Affected SOP instance UID.

    Fields

    OnResponseReceived

    Gets or sets the handler for the N-CREATE response received event.

    Declaration
    public DicomNCreateRequest.ResponseDelegate OnResponseReceived
    Field Value
    Type Description
    DicomNCreateRequest.ResponseDelegate

    Properties

    SOPInstanceUID

    Gets the affected SOP instance UID.

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

    Methods

    PostResponse(DicomService, DicomResponse)

    Invoke the event handler upon receiving a N-CREATE response.

    Declaration
    protected override void PostResponse(DicomService service, DicomResponse response)
    Parameters
    Type Name Description
    DicomService service

    Associated DICOM service.

    DicomResponse response

    N-CREATE response.

    Overrides
    DicomRequest.PostResponse(DicomService, DicomResponse)
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors