Class DicomPriorityRequest
Abstract base class for DICOM requests with priority.
Inheritance
System.Object
DicomPriorityRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public abstract class DicomPriorityRequest : DicomRequest
Constructors
DicomPriorityRequest(DicomDataset)
Initializes an instance of the DicomPriorityRequest base class.
Declaration
protected DicomPriorityRequest(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | Command dataset. |
DicomPriorityRequest(DicomCommandField, DicomUID, DicomPriority)
Initializes an instance of the DicomPriorityRequest base class.
Declaration
protected DicomPriorityRequest(DicomCommandField type, DicomUID requestedClassUid, DicomPriority priority)
Parameters
Type | Name | Description |
---|---|---|
DicomCommandField | type | Type of command (command field). |
DicomUID | requestedClassUid | Requested/affected SOP Class UID |
DicomPriority | priority | Request priority. |
Properties
Priority
Gets or sets the command priority.
Declaration
public DicomPriority Priority { get; protected set; }
Property Value
Type | Description |
---|---|
DicomPriority |