Search Results for

    Show / Hide Table of Contents

    Class DicomNGetRequest

    Representation of an N-GET request.

    Inheritance
    Object
    DicomMessage
    DicomRequest
    DicomNGetRequest
    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 DicomNGetRequest : DicomRequest

    Constructors

    DicomNGetRequest(DicomDataset)

    Initializes an instance of the DicomNGetRequest class.

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

    N-GET request command dataset.

    DicomNGetRequest(DicomUID, DicomUID)

    Initializes an instance of the DicomNGetRequest class.

    Declaration
    public DicomNGetRequest(DicomUID requestedClassUid, DicomUID requestedInstanceUid)
    Parameters
    Type Name Description
    DicomUID requestedClassUid

    Requested SOP class UID.

    DicomUID requestedInstanceUid

    Requested SOP instance UID.

    Fields

    OnResponseReceived

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

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

    Properties

    Attributes

    Gets the list of attribute identifiers.

    Declaration
    public DicomTag[] Attributes { get; }
    Property Value
    Type Description
    DicomTag[]

    SOPInstanceUID

    Gets the requested 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-GET response.

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

    Associated DICOM service.

    DicomResponse response

    N-GET response.

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