Search Results for

    Show / Hide Table of Contents

    Class DicomSignedLong

    Signed Long (SL)

    Inheritance
    Object
    DicomItem
    DicomElement
    DicomValueElement<Int32>
    DicomSignedLong
    Implements
    IComparable<DicomItem>
    IComparable
    Inherited Members
    DicomValueElement<Int32>.Count
    DicomValueElement<Int32>.Get<T>(Int32)
    DicomElement.Buffer
    DicomElement.Length
    DicomElement.Validate()
    DicomElement.ValidateVM()
    DicomElement.ValidateString()
    DicomItem.Tag
    DicomItem.CompareTo(DicomItem)
    DicomItem.CompareTo(Object)
    DicomItem.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomSignedLong : DicomValueElement<int>, IComparable<DicomItem>, IComparable

    Constructors

    DicomSignedLong(DicomTag, IByteBuffer)

    Declaration
    public DicomSignedLong(DicomTag tag, IByteBuffer data)
    Parameters
    Type Name Description
    DicomTag tag
    IByteBuffer data

    DicomSignedLong(DicomTag, Int32[])

    Declaration
    public DicomSignedLong(DicomTag tag, params int[] values)
    Parameters
    Type Name Description
    DicomTag tag
    Int32[] values

    Properties

    ValueRepresentation

    Declaration
    public override DicomVR ValueRepresentation { get; }
    Property Value
    Type Description
    DicomVR
    Overrides
    DicomItem.ValueRepresentation

    Implements

    System.IComparable<T>
    System.IComparable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors