Search Results for

    Show / Hide Table of Contents

    Class DicomCGetApplicationInfo

    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.

    Inheritance
    Object
    DicomServiceApplicationInfo
    DicomCGetApplicationInfo
    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 DicomCGetApplicationInfo : DicomServiceApplicationInfo, IEnumerable<KeyValuePair<byte, byte>>, IEnumerable

    Constructors

    DicomCGetApplicationInfo()

    Initializes an instance of the DicomCGetApplicationInfo class.

    Declaration
    public DicomCGetApplicationInfo()

    DicomCGetApplicationInfo(DicomCGetOption)

    Initializes an instance of the DicomCGetApplicationInfo class.

    Declaration
    public DicomCGetApplicationInfo(DicomCGetOption options)
    Parameters
    Type Name Description
    DicomCGetOption options

    The extended negotiation options for C-Get SOP Classes.

    DicomCGetApplicationInfo(Byte[])

    Initializes an instance of the DicomCGetApplicationInfo class.

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

    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

    Declaration
    public bool EnhancedMultiFrameImageConversion { get; set; }
    Property Value
    Type Description
    Boolean

    RelationalRetrieval

    Gets or sets the Relational-retrieval flag. true - relational-retrieval supported/requested false - relational-retrieval not supported/requested

    Declaration
    public bool RelationalRetrieval { get; set; }
    Property Value
    Type Description
    Boolean

    Implements

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