View Source
Interface IDICOMElement
Namespace:EvilDICOM.Core.Interfaces
Assembly:EvilDICOM.dll
Syntax
public interface IDICOMElement
Properties
View Source
DatType
Declaration
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
Property Value
View Source
VR
Declaration
Property Value
Extension Methods