Show / Hide Table of Contents
View Source

Class DICOMObjectReader

Inheritance
System.Object
DICOMObjectReader
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.Reading
Assembly:EvilDICOM.dll
Syntax
public class DICOMObjectReader

Methods

View Source

ReadObject(DICOMBinaryReader, TransferSyntax, StringEncoding)

Declaration
public static DICOMObject ReadObject(DICOMBinaryReader dr, TransferSyntax syntax, StringEncoding enc = StringEncoding.ISO_IR_192)
Parameters
Type Name Description
DICOMBinaryReader dr
TransferSyntax syntax
StringEncoding enc
Returns
Type Description
DICOMObject
View Source

ReadObject(Byte[], TransferSyntax)

Declaration
public static DICOMObject ReadObject(byte[] objectBytes, TransferSyntax syntax)
Parameters
Type Name Description
System.Byte[] objectBytes
TransferSyntax syntax
Returns
Type Description
DICOMObject
View Source

ReadObject(Byte[], TransferSyntax, out Int64, StringEncoding)

Declaration
public static DICOMObject ReadObject(byte[] objectBytes, TransferSyntax syntax, out long bytesRead, StringEncoding enc = StringEncoding.ISO_IR_192)
Parameters
Type Name Description
System.Byte[] objectBytes
TransferSyntax syntax
System.Int64 bytesRead
StringEncoding enc
Returns
Type Description
DICOMObject
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX