DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomGlobal Class / HologicCompressedDataAttributeElements Property



    HologicCompressedDataAttributeElements Property
    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
    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