DicomObjects.NET8 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also