Class DicomCGetApplicationInfo
- 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.3.html for details on the Service Class Application Information field for C-GET SOP Classes.
public class DicomCGetApplicationInfo : DicomServiceApplicationInfo, IEnumerable<KeyValuePair<byte, byte>>, IEnumerable
- Inheritance
-
DicomCGetApplicationInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomCGetApplicationInfo()
Initializes an instance of the DicomCGetApplicationInfo class.
public DicomCGetApplicationInfo()
DicomCGetApplicationInfo(DicomCGetOption)
Initializes an instance of the DicomCGetApplicationInfo class.
public DicomCGetApplicationInfo(DicomCGetOption options)
Parameters
options
DicomCGetOptionThe extended negotiation options for C-Get SOP Classes.
DicomCGetApplicationInfo(byte[])
Initializes an instance of the DicomCGetApplicationInfo class.
public DicomCGetApplicationInfo(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; }