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 SourceIsGroupHeader(IDICOMElement)
Declaration
public static bool IsGroupHeader(IDICOMElement el)
Parameters
| Type | Name | Description |
|---|---|---|
| IDICOMElement | el |
Returns
| Type | Description |
|---|---|
| System.Boolean |
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 |
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[] |