Class Unknown
Encapsulates the Unknown VR type
Inherited Members
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 SourceUnknown()
Declaration
public Unknown()
Unknown(Tag, Byte[])
Declaration
public Unknown(Tag tag, byte[] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Byte[] | data |
Methods
View SourceTryReadAs<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 |