Search Results for

    Show / Hide Table of Contents

    Class DicomCStoreApplicationInfo

    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.

    Inheritance
    Object
    DicomServiceApplicationInfo
    DicomCStoreApplicationInfo
    Implements
    IEnumerable<KeyValuePair<Byte, Byte>>
    IEnumerable
    Inherited Members
    DicomServiceApplicationInfo.Count
    DicomServiceApplicationInfo.Item[Byte]
    DicomServiceApplicationInfo.OnCreateApplicationInfo
    DicomServiceApplicationInfo.Create(DicomUID, Byte[])
    DicomServiceApplicationInfo.Add(Byte, Byte)
    DicomServiceApplicationInfo.AddOrUpdate(Byte, Byte)
    DicomServiceApplicationInfo.AddOrUpdate(Byte, Boolean)
    DicomServiceApplicationInfo.Contains(Byte)
    DicomServiceApplicationInfo.GetValue(Byte)
    DicomServiceApplicationInfo.GetValueAsBoolean(Byte, Boolean)
    DicomServiceApplicationInfo.GetValueForEnum<T>(Byte, Byte)
    DicomServiceApplicationInfo.GetValues()
    DicomServiceApplicationInfo.Remove(Byte)
    DicomServiceApplicationInfo.GetEnumerator()
    DicomServiceApplicationInfo.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomCStoreApplicationInfo : DicomServiceApplicationInfo, IEnumerable<KeyValuePair<byte, byte>>, IEnumerable

    Constructors

    DicomCStoreApplicationInfo()

    Declaration
    public DicomCStoreApplicationInfo()

    DicomCStoreApplicationInfo(DicomLevelOfSupport, DicomLevelOfDigitalSignatureSupport, DicomElementCoercion)

    Initializes an instance of the DicomCStoreApplicationInfo class.

    Declaration
    public DicomCStoreApplicationInfo(DicomLevelOfSupport levelOfSupport, DicomLevelOfDigitalSignatureSupport levelOfDigitalSignatureSupport, DicomElementCoercion elementCoercion)
    Parameters
    Type Name Description
    DicomLevelOfSupport levelOfSupport

    Level of support flag.

    DicomLevelOfDigitalSignatureSupport levelOfDigitalSignatureSupport

    Level of Digital Signature support flag.

    DicomElementCoercion elementCoercion

    Element Coercion flag.

    DicomCStoreApplicationInfo(Byte[])

    Initializes an instance of the DicomCStoreApplicationInfo class.

    Declaration
    public DicomCStoreApplicationInfo(byte[] rawApplicationInfo)
    Parameters
    Type Name Description
    Byte[] rawApplicationInfo

    The raw application info byte array.

    Properties

    ElementCoercion

    Gets or sets the Element Coercion flag.

    Declaration
    public DicomElementCoercion ElementCoercion { get; set; }
    Property Value
    Type Description
    DicomElementCoercion

    LevelOfDigitalSignatureSupport

    Gets or sets the Level of Digital Signature support flag.

    Declaration
    public DicomLevelOfDigitalSignatureSupport LevelOfDigitalSignatureSupport { get; set; }
    Property Value
    Type Description
    DicomLevelOfDigitalSignatureSupport

    LevelOfSupport

    Gets or sets the Level of support flag.

    Declaration
    public DicomLevelOfSupport LevelOfSupport { get; set; }
    Property Value
    Type Description
    DicomLevelOfSupport

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors