Class DicomOtherByte
  
  
  
  
    Inheritance
    
    
    
    
    DicomOtherByte
      
   
  
  
  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
  
  Properties
  
  
  
  
  ValueRepresentation
  
  
  Declaration
  
    public override DicomVR ValueRepresentation { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
  
  
  Get<T>(Int32)
  
  
  Declaration
  
    public override T Get<T>(int item = -1)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        item | 
         | 
      
    
  
  Returns
  
  Type Parameters
  
  Overrides
  Dicom.DicomValueElement<System.Byte>.Get<T>(System.Int32)
  
  
  
  ValidateVM()
  
  
  Declaration
  
    protected override void ValidateVM()
   
  Overrides
  
  Implements