Show / Hide Table of Contents
View Source

Interface IDICOMElement

Namespace:EvilDICOM.Core.Interfaces
Assembly:EvilDICOM.dll
Syntax
public interface IDICOMElement

Properties

View Source

DatType

Declaration
Type DatType { get; }
Property Value
Type Description
System.Type
View Source

DData

The dynamic single value data in the element of the first datum in the array (in the case of multiple datum)

Declaration
object DData { get; set; }
Property Value
Type Description
System.Object
View Source

DData_

The dynamic data in the element stored in a list of type T

Declaration
IList DData_ { get; set; }
Property Value
Type Description
System.Collections.IList
View Source

Tag

Declaration
Tag Tag { get; set; }
Property Value
Type Description
Tag
View Source

VR

Declaration
VR VR { get; }
Property Value
Type Description
VR

Extension Methods

IDICOMElementExtensions.IsVR(VR)
IDICOMElementExtensions.ToXElement()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX