Show / Hide Table of Contents
View Source

Class LongString

Encapsulates the LongString VR type

Inheritance
System.Object
AbstractElement<System.String>
LongString
Inherited Members
AbstractElement<String>.VR
AbstractElement<String>.Data_
AbstractElement<String>.Tag
AbstractElement<String>.DatType
AbstractElement<String>.DData
AbstractElement<String>.DData_
AbstractElement<String>.ToString()
AbstractElement<String>.SetData(String)
AbstractElement<String>.SetData(String[])
AbstractElement<String>.GetDataOrDefault()
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 LongString : AbstractElement<string>, IDICOMElement

Constructors

View Source

LongString()

Declaration
public LongString()
View Source

LongString(Tag, String)

Declaration
public LongString(Tag tag, string data)
Parameters
Type Name Description
Tag tag
System.String data

Properties

View Source

Data

Data overriden for enforcing length restriction

Declaration
public override string Data { get; set; }
Property Value
Type Description
System.String
Overrides
EvilDICOM.Core.Element.AbstractElement<System.String>.Data

Extension Methods

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