Class DicomCStoreApplicationInfo
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Implementation of the Storage Service Application Information field for the SOP Class Extended Negotiation Sub-item. See http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.3.html#sect_B.3.1 for details on the Service Class Application Information field for C-STORE SOP Classes.
public class DicomCStoreApplicationInfo : DicomServiceApplicationInfo, IEnumerable<KeyValuePair<byte, byte>>, IEnumerable
- Inheritance
-
DicomCStoreApplicationInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomCStoreApplicationInfo()
public DicomCStoreApplicationInfo()
DicomCStoreApplicationInfo(DicomLevelOfSupport, DicomLevelOfDigitalSignatureSupport, DicomElementCoercion)
Initializes an instance of the DicomCStoreApplicationInfo class.
public DicomCStoreApplicationInfo(DicomLevelOfSupport levelOfSupport, DicomLevelOfDigitalSignatureSupport levelOfDigitalSignatureSupport, DicomElementCoercion elementCoercion)
Parameters
levelOfSupportDicomLevelOfSupportLevel of support flag.
levelOfDigitalSignatureSupportDicomLevelOfDigitalSignatureSupportLevel of Digital Signature support flag.
elementCoercionDicomElementCoercionElement Coercion flag.
DicomCStoreApplicationInfo(byte[])
Initializes an instance of the DicomCStoreApplicationInfo class.
public DicomCStoreApplicationInfo(byte[] rawApplicationInfo)
Parameters
rawApplicationInfobyte[]The raw application info byte array.
Properties
ElementCoercion
Gets or sets the Element Coercion flag.
public DicomElementCoercion ElementCoercion { get; set; }
Property Value
LevelOfDigitalSignatureSupport
Gets or sets the Level of Digital Signature support flag.
public DicomLevelOfDigitalSignatureSupport LevelOfDigitalSignatureSupport { get; set; }
Property Value
LevelOfSupport
Gets or sets the Level of support flag.
public DicomLevelOfSupport LevelOfSupport { get; set; }