DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / HologicCompressedDataAttributeElements Property






In This Topic
    HologicCompressedDataAttributeElements Property
    In This Topic
    List of attribute elements known to be used by Hologic for their compressed frames used to detect any compressed data in private sequence
    Syntax
    'Declaration
     
    
    Public Shared Property HologicCompressedDataAttributeElements As System.Collections.Generic.List(Of UShort)
    'Usage
     
    
    Dim value As System.Collections.Generic.List(Of UShort)
     
    DicomGlobal.HologicCompressedDataAttributeElements = value
     
    value = DicomGlobal.HologicCompressedDataAttributeElements
    public static System.Collections.Generic.List<ushort> HologicCompressedDataAttributeElements {get; set;}
    public read-write property HologicCompressedDataAttributeElements: System.Collections.Generic.List; static; 
    public static function get,set HologicCompressedDataAttributeElements : System.Collections.Generic.List
    public: __property static System.Collections.Generic.List<ushort>* get_HologicCompressedDataAttributeElements();
    public: __property static void set_HologicCompressedDataAttributeElements( 
       System.Collections.Generic.List<ushort>* value
    );
    public:
    static property System.Collections.Generic.List<ushort>^ HologicCompressedDataAttributeElements {
       System.Collections.Generic.List<ushort>^ get();
       void set (    System.Collections.Generic.List<ushort>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also