Table of Contents

Class DicomApplicationEntity

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Application Entity (AE)

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

Constructors

DicomApplicationEntity(DicomTag, IByteBuffer)

public DicomApplicationEntity(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomApplicationEntity(DicomTag, params string[])

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