Class DicomValueElement<Tv>
  
  
  
  
    Inheritance
    
    
    
    DicomValueElement<Tv>
      
      
      
      
      
      
      
      
      
      
      
      
      
      
   
  
  
  Namespace: Dicom
  Assembly: cs.temp.dll.dll
  Syntax
  
    public abstract class DicomValueElement<Tv> : DicomElement, IComparable<DicomItem>, IComparable where Tv : struct
   
  Type Parameters
  
  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
  
  Overrides
  
  Methods
  
  
  
  
  Get<T>(Int32)
  
  
  Declaration
  
    public override T Get<T>(int item = -1)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        item | 
         | 
      
    
  
  Returns
  
  Type Parameters
  
  Overrides
  
  Implements