Table of Contents

Class DicomNSetResponse

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

Representation of an N-SET response.

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

Constructors

DicomNSetResponse(DicomDataset)

Initializes an instance of the DicomNSetResponse class.

public DicomNSetResponse(DicomDataset command)

Parameters

command DicomDataset

N-SET response command.

DicomNSetResponse(DicomNSetRequest, DicomStatus)

Initializes an instance of the DicomNSetResponse class.

public DicomNSetResponse(DicomNSetRequest request, DicomStatus status)

Parameters

request DicomNSetRequest

Associated N-SET request.

status DicomStatus

Response status.

Properties

SOPInstanceUID

Gets the affected SOP instance UID.

public DicomUID SOPInstanceUID { get; }

Property Value

DicomUID