Table of Contents

Class DicomNGetRequest

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Representation of an N-GET request.

public sealed class DicomNGetRequest : DicomRequest
Inheritance
DicomNGetRequest
Inherited Members
Extension Methods

Constructors

DicomNGetRequest(DicomDataset)

Initializes an instance of the DicomNGetRequest class.

public DicomNGetRequest(DicomDataset command)

Parameters

command DicomDataset

N-GET request command dataset.

DicomNGetRequest(DicomUID, DicomUID)

Initializes an instance of the DicomNGetRequest class.

public DicomNGetRequest(DicomUID requestedClassUid, DicomUID requestedInstanceUid)

Parameters

requestedClassUid DicomUID

Requested SOP class UID.

requestedInstanceUid DicomUID

Requested SOP instance UID.

Fields

OnResponseReceived

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

public DicomNGetRequest.ResponseDelegate OnResponseReceived

Field Value

DicomNGetRequest.ResponseDelegate

Properties

Attributes

Gets the list of attribute identifiers.

public DicomTag[] Attributes { get; }

Property Value

DicomTag[]

SOPInstanceUID

Gets the requested SOP instance UID.

public DicomUID SOPInstanceUID { get; }

Property Value

DicomUID

Methods

PostResponse(DicomService, DicomResponse)

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

protected override void PostResponse(DicomService service, DicomResponse response)

Parameters

service DicomService

Associated DICOM service.

response DicomResponse

N-GET response.