Class DicomCMoveApplicationInfo
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Implementation of the Retrieve Service Application Information field for the SOP Class Extended Negotiation Sub-item. See http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_C.5.2.html for details on the Service Class Application Information field for C-MOVE SOP Classes.
public class DicomCMoveApplicationInfo : DicomServiceApplicationInfo, IEnumerable<KeyValuePair<byte, byte>>, IEnumerable
- Inheritance
-
DicomCMoveApplicationInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomCMoveApplicationInfo()
Initializes an instance of the DicomCMoveApplicationInfo class.
public DicomCMoveApplicationInfo()
DicomCMoveApplicationInfo(DicomCMoveOption)
Initializes an instance of the DicomCMoveApplicationInfo class.
public DicomCMoveApplicationInfo(DicomCMoveOption options)
Parameters
options
DicomCMoveOptionThe extended negotiation options for C-Move SOP classes.
DicomCMoveApplicationInfo(byte[])
Initializes an instance of the DicomCMoveApplicationInfo class.
public DicomCMoveApplicationInfo(byte[] rawApplicationInfo)
Parameters
rawApplicationInfo
byte[]The raw application info byte array.
Properties
EnhancedMultiFrameImageConversion
Gets or sets the Enhanced Multi-Frame Image Conversion flag. true - Query/Retrieve View supported/requested false - Query/Retrieve View not supported/requested
public bool EnhancedMultiFrameImageConversion { get; set; }
Property Value
RelationalRetrieval
Gets or sets the Relational-retrieval flag. true - relational-retrieval supported/requested false - relational-retrieval not supported/requested
public bool RelationalRetrieval { get; set; }