TextElement
TextElement class
Encapsulates basic functionality for VR types that depend on text encodings.
public abstract class TextElement : IElement
Properties
| Name | Description |
|---|---|
| abstract Count { get; } | |
| Tag { get; } | |
| abstract ValueRepresentation { get; } |
Methods
| Name | Description |
|---|---|
| abstract Get<T>(Index) | |
| abstract Get<T>(int) | |
| abstract GetOrDefault<T>(Index) | |
| abstract GetOrDefault<T>(int) | |
| abstract GetValues<T>() | |
| abstract GetValues<T>(Range) | |
| abstract TryGetValue<T>(Index, out T) | |
| abstract TryGetValue<T>(int, out T) |
See Also
- interface IElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical