Class DicomValueElement<Tv>
Inheritance
System.Object
DicomValueElement<Tv>
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 abstract class DicomValueElement<Tv> : DicomElement, IComparable<DicomItem>, IComparable where Tv : struct
Type Parameters
Name | Description |
---|---|
Tv |
Constructors
DicomValueElement(DicomTag, Tv[])
Declaration
protected DicomValueElement(DicomTag tag, params Tv[] values)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
Tv[] | values |
DicomValueElement(DicomTag, IByteBuffer)
Declaration
protected DicomValueElement(DicomTag tag, IByteBuffer data)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
IByteBuffer | data |
Properties
Count
Declaration
public override int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Methods
Equals(DicomElement)
Declaration
public override bool Equals(DicomElement other)
Parameters
Type | Name | Description |
---|---|---|
DicomElement | other |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Get<T>(Int32)
Declaration
public override T Get<T>(int item = -1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | item |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Overrides
Implements
System.IComparable<T>
System.IComparable