DicomObjects.NET.V8
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 List(Of UShort)
    'Usage
     
    Dim value As List(Of UShort)
     
    DicomGlobal.HologicCompressedDataAttributeElements = value
     
    value = DicomGlobal.HologicCompressedDataAttributeElements
    public static List<ushort> HologicCompressedDataAttributeElements {get; set;}
    public:
    static property List<ushort>^ HologicCompressedDataAttributeElements {
       List<ushort>^ get();
       void set (    List<ushort>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also