Table of Contents

Class DicomAgeString

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Age String (AS)

public class DicomAgeString : DicomMultiStringElement, IComparable<DicomItem>, IComparable
Inheritance
DicomAgeString
Implements
Inherited Members
Extension Methods

Constructors

DicomAgeString(DicomTag, IByteBuffer)

public DicomAgeString(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomAgeString(DicomTag, params string[])

public DicomAgeString(DicomTag tag, params string[] values)

Parameters

tag DicomTag
values string[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR