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
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);
}
'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
Target Platforms: .NET CLR 4.8 or higher