DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also