Table of Contents

Class DicomIntegerString

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Integer String (IS)

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

Constructors

DicomIntegerString(DicomTag, IByteBuffer)

public DicomIntegerString(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomIntegerString(DicomTag, params int[])

public DicomIntegerString(DicomTag tag, params int[] values)

Parameters

tag DicomTag
values int[]

DicomIntegerString(DicomTag, params string[])

public DicomIntegerString(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

Methods

Get<T>(int)

public override T Get<T>(int item = -1)

Parameters

item int

Returns

T

Type Parameters

T