Show / Hide Table of Contents
View Source

Enum TransferSyntax

An enum representing the transfer syntax of a given DICOM file.

Namespace:EvilDICOM.Core.Enums
Assembly:EvilDICOM.dll
Syntax
public enum TransferSyntax

Fields

View Source

EXPLICIT_VR_BIG_ENDIAN

Declaration
EXPLICIT_VR_BIG_ENDIAN = 2
Field Value
Type Description
TransferSyntax
View Source

EXPLICIT_VR_LITTLE_ENDIAN

Declaration
EXPLICIT_VR_LITTLE_ENDIAN = 1
Field Value
Type Description
TransferSyntax
View Source

IMPLICIT_VR_LITTLE_ENDIAN

Declaration
IMPLICIT_VR_LITTLE_ENDIAN = 0
Field Value
Type Description
TransferSyntax
View Source

JPEG_2000

Declaration
JPEG_2000 = 13
Field Value
Type Description
TransferSyntax
View Source

JPEG_2000_LOSSLESS

Declaration
JPEG_2000_LOSSLESS = 12
Field Value
Type Description
TransferSyntax
View Source

JPEG_BASELINE

Declaration
JPEG_BASELINE = 4
Field Value
Type Description
TransferSyntax
View Source

JPEG_EXTENDED

Declaration
JPEG_EXTENDED = 5
Field Value
Type Description
TransferSyntax
View Source

JPEG_LOSSLESS_14

Declaration
JPEG_LOSSLESS_14 = 7
Field Value
Type Description
TransferSyntax
View Source

JPEG_LOSSLESS_14_S1

Declaration
JPEG_LOSSLESS_14_S1 = 9
Field Value
Type Description
TransferSyntax
View Source

JPEG_LOSSLESS_15

Declaration
JPEG_LOSSLESS_15 = 8
Field Value
Type Description
TransferSyntax
View Source

JPEG_LS_LOSSLESS

Declaration
JPEG_LS_LOSSLESS = 10
Field Value
Type Description
TransferSyntax
View Source

JPEG_LS_NEAR_LOSSLESS

Declaration
JPEG_LS_NEAR_LOSSLESS = 11
Field Value
Type Description
TransferSyntax
View Source

JPEG_PROGRESSIVE

Declaration
JPEG_PROGRESSIVE = 6
Field Value
Type Description
TransferSyntax
View Source

RLE_LOSSLESS

Declaration
RLE_LOSSLESS = 3
Field Value
Type Description
TransferSyntax
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX