Show / Hide Table of Contents
View Source

Class DICOMTagWriter

Inheritance
System.Object
DICOMTagWriter
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)
System.Object.ToString()
Namespace:EvilDICOM.Core.IO.Writing
Assembly:EvilDICOM.dll
Syntax
public class DICOMTagWriter

Methods

View Source

WriteBigEndian(Tag)

Declaration
public static byte[] WriteBigEndian(Tag tag)
Parameters
Type Name Description
Tag tag
Returns
Type Description
System.Byte[]
View Source

WriteBigEndian(DICOMBinaryWriter, Tag)

Declaration
public static void WriteBigEndian(DICOMBinaryWriter dw, Tag tag)
Parameters
Type Name Description
DICOMBinaryWriter dw
Tag tag
View Source

WriteLittleEndian(Tag)

Declaration
public static byte[] WriteLittleEndian(Tag tag)
Parameters
Type Name Description
Tag tag
Returns
Type Description
System.Byte[]
View Source

WriteLittleEndian(DICOMBinaryWriter, Tag)

Declaration
public static void WriteLittleEndian(DICOMBinaryWriter dw, Tag tag)
Parameters
Type Name Description
DICOMBinaryWriter dw
Tag tag
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX