Show / Hide Table of Contents
View Source

Class GroupWriter

Inheritance
System.Object
GroupWriter
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 GroupWriter

Methods

View Source

IsGroupHeader(IDICOMElement)

Declaration
public static bool IsGroupHeader(IDICOMElement el)
Parameters
Type Name Description
IDICOMElement el
Returns
Type Description
System.Boolean
View Source

WriteGroup(DICOMBinaryWriter, DICOMIOSettings, DICOMObject, IDICOMElement)

Declaration
public static int WriteGroup(DICOMBinaryWriter dw, DICOMIOSettings settings, DICOMObject d, IDICOMElement el)
Parameters
Type Name Description
DICOMBinaryWriter dw
DICOMIOSettings settings
DICOMObject d
IDICOMElement el
Returns
Type Description
System.Int32
View Source

WriteGroupBytes(DICOMObject, DICOMIOSettings, String)

Declaration
public static byte[] WriteGroupBytes(DICOMObject d, DICOMIOSettings settings, string groupId)
Parameters
Type Name Description
DICOMObject d
DICOMIOSettings settings
System.String groupId
Returns
Type Description
System.Byte[]
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX