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
DicomDatasetN-GET request command dataset.
DicomNGetRequest(DicomUID, DicomUID)
Initializes an instance of the DicomNGetRequest class.
public DicomNGetRequest(DicomUID requestedClassUid, DicomUID requestedInstanceUid)
Parameters
requestedClassUid
DicomUIDRequested SOP class UID.
requestedInstanceUid
DicomUIDRequested SOP instance UID.
Fields
OnResponseReceived
Gets or sets the handler for the N-GET response received event.
public DicomNGetRequest.ResponseDelegate OnResponseReceived
Field Value
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
Methods
PostResponse(DicomService, DicomResponse)
Invoke the event handler upon receiving a N-GET response.
protected override void PostResponse(DicomService service, DicomResponse response)
Parameters
service
DicomServiceAssociated DICOM service.
response
DicomResponseN-GET response.