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
DicomTagdata
IByteBuffer
DicomApplicationEntity(DicomTag, params string[])
public DicomApplicationEntity(DicomTag tag, params string[] values)
Parameters
Properties
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }