Class UnlimitedText
Encapsulates the UnlimitedText VR type
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class UnlimitedText : AbstractElement<string>, IDICOMElement
Constructors
View SourceUnlimitedText()
Declaration
public UnlimitedText()
UnlimitedText(Tag, String)
Declaration
public UnlimitedText(Tag tag, string data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.String | data |
Properties
View SourceData
Data is overriden to enforce length restriction
Declaration
public override string Data { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
EvilDICOM.Core.Element.AbstractElement<System.String>.Data