Class DicomApplicationEntity
Application Entity (AE)
Inheritance
System.Object
DicomApplicationEntity
Inherited Members
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: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public class DicomApplicationEntity : DicomMultiStringElement, IComparable<DicomItem>, IComparable
Constructors
DicomApplicationEntity(DicomTag, IByteBuffer)
Declaration
public DicomApplicationEntity(DicomTag tag, IByteBuffer data)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
IByteBuffer | data |
DicomApplicationEntity(DicomTag, String[])
Declaration
public DicomApplicationEntity(DicomTag tag, params string[] values)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
System.String[] | values |
Properties
ValueRepresentation
Declaration
public override DicomVR ValueRepresentation { get; }
Property Value
Type | Description |
---|---|
DicomVR |
Overrides
Implements
System.IComparable<T>
System.IComparable