Search Results for

    Show / Hide Table of Contents

    Class DicomOtherByte

    Other Byte (OB)

    Inheritance
    Object
    DicomItem
    DicomElement
    DicomValueElement<Byte>
    DicomOtherByte
    DicomUnknown
    Implements
    IComparable<DicomItem>
    IComparable
    Inherited Members
    DicomValueElement<Byte>.Count
    DicomElement.Buffer
    DicomElement.Length
    DicomElement.Validate()
    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 DicomOtherByte : DicomValueElement<byte>, IComparable<DicomItem>, IComparable

    Constructors

    DicomOtherByte(DicomTag, IByteBuffer)

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

    DicomOtherByte(DicomTag, Byte[])

    Declaration
    public DicomOtherByte(DicomTag tag, params byte[] values)
    Parameters
    Type Name Description
    DicomTag tag
    Byte[] values

    Properties

    ValueRepresentation

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

    Methods

    Get<T>(Int32)

    Declaration
    public override T Get<T>(int item = -1)
    Parameters
    Type Name Description
    Int32 item
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Overrides
    Dicom.DicomValueElement<System.Byte>.Get<T>(System.Int32)

    ValidateVM()

    Declaration
    protected override void ValidateVM()
    Overrides
    DicomElement.ValidateVM()

    Implements

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