Search Results for

    Show / Hide Table of Contents

    Class DicomCMoveApplicationInfo

    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.

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

    Constructors

    DicomCMoveApplicationInfo()

    Initializes an instance of the DicomCMoveApplicationInfo class.

    Declaration
    public DicomCMoveApplicationInfo()

    DicomCMoveApplicationInfo(DicomCMoveOption)

    Initializes an instance of the DicomCMoveApplicationInfo class.

    Declaration
    public DicomCMoveApplicationInfo(DicomCMoveOption options)
    Parameters
    Type Name Description
    DicomCMoveOption options

    The extended negotiation options for C-Move SOP classes.

    DicomCMoveApplicationInfo(Byte[])

    Initializes an instance of the DicomCMoveApplicationInfo class.

    Declaration
    public DicomCMoveApplicationInfo(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