Class DicomDecimalString
Decimal String (DS)
Inheritance
System.Object
DicomDecimalString
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 DicomDecimalString : DicomMultiStringElement, IComparable<DicomItem>, IComparable
Constructors
DicomDecimalString(DicomTag, IByteBuffer)
Declaration
public DicomDecimalString(DicomTag tag, IByteBuffer data)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
IByteBuffer | data |
DicomDecimalString(DicomTag, Decimal[])
Declaration
public DicomDecimalString(DicomTag tag, params decimal[] values)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
System.Decimal[] | values |
DicomDecimalString(DicomTag, String[])
Declaration
public DicomDecimalString(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
Methods
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
ToDecimalString(Decimal)
Declaration
public static string ToDecimalString(decimal value)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | value |
Returns
Type | Description |
---|---|
System.String |
Implements
System.IComparable<T>
System.IComparable