Table of Contents

Class DicomNGetResponse

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

Representation of the N-GET response.

public sealed class DicomNGetResponse : DicomResponse
Inheritance
DicomNGetResponse
Inherited Members
Extension Methods

Constructors

DicomNGetResponse(DicomDataset)

Initializes an instance of the DicomNGetResponse class.

public DicomNGetResponse(DicomDataset command)

Parameters

command DicomDataset

N-GET response command.

DicomNGetResponse(DicomNGetRequest, DicomStatus)

Initializes an instance of the DicomNGetResponse class.

public DicomNGetResponse(DicomNGetRequest request, DicomStatus status)

Parameters

request DicomNGetRequest

Associated N-GET request.

status DicomStatus

Response status.

Properties

SOPInstanceUID

Gets the affected SOP instance UID.

public DicomUID SOPInstanceUID { get; }

Property Value

DicomUID