Show / Hide Table of Contents
View Source

Class Unknown

Encapsulates the Unknown VR type

Inheritance
System.Object
AbstractElement<System.Byte>
Unknown
Inherited Members
AbstractElement<Byte>.VR
AbstractElement<Byte>.Data
AbstractElement<Byte>.Data_
AbstractElement<Byte>.Tag
AbstractElement<Byte>.DatType
AbstractElement<Byte>.DData
AbstractElement<Byte>.DData_
AbstractElement<Byte>.ToString()
AbstractElement<Byte>.SetData(Byte)
AbstractElement<Byte>.SetData(Byte[])
AbstractElement<Byte>.GetDataOrDefault()
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:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class Unknown : AbstractElement<byte>, IDICOMElement

Constructors

View Source

Unknown()

Declaration
public Unknown()
View Source

Unknown(Tag, Byte[])

Declaration
public Unknown(Tag tag, byte[] data)
Parameters
Type Name Description
Tag tag
System.Byte[] data

Methods

View Source

TryReadAs<T>(out T)

Method used to read out unknown VR types (not in the dictionary).

Declaration
public bool TryReadAs<T>(out T outValue)
    where T : IDICOMElement
Parameters
Type Name Description
T outValue

the value read

Returns
Type Description
System.Boolean

whether or not the read was successfull

Type Parameters
Name Description
T

the type of value to try to read out

Extension Methods

IDICOMElementExtensions.IsVR(VR)
IDICOMElementExtensions.ToXElement()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX