Show / Hide Table of Contents
View Source

Enum VREncoding

An enum that contains the different types of VR encoding in DICOM

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

Fields

View Source

ExplicitLong

Declaration
ExplicitLong = 2
Field Value
Type Description
VREncoding
View Source

ExplicitShort

Declaration
ExplicitShort = 1
Field Value
Type Description
VREncoding
View Source

Implicit

Declaration
Implicit = 0
Field Value
Type Description
VREncoding
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX