Show / Hide Table of Contents
View Source

Class ItemReader

Inheritance
System.Object
ItemReader
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.Network.PDUs.Items
Assembly:EvilDICOM.dll
Syntax
public class ItemReader

Methods

View Source

AssertItemType(DICOMBinaryReader, String, ItemType)

Declaration
public static void AssertItemType(DICOMBinaryReader dr, string itemName, ItemType itemType)
Parameters
Type Name Description
DICOMBinaryReader dr
System.String itemName
ItemType itemType
View Source

ReadAbstractSyntax(DICOMBinaryReader)

Declaration
public static string ReadAbstractSyntax(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
System.String
View Source

ReadApplicationContext(DICOMBinaryReader)

Declaration
public static string ReadApplicationContext(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
System.String
View Source

ReadAsyncOperations(DICOMBinaryReader)

Declaration
public static AsyncOperations ReadAsyncOperations(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
AsyncOperations
View Source

ReadImplementationClassUID(DICOMBinaryReader)

Declaration
public static string ReadImplementationClassUID(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
System.String
View Source

ReadImplementationVersion(DICOMBinaryReader)

Declaration
public static string ReadImplementationVersion(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
System.String
View Source

ReadMaxLength(DICOMBinaryReader)

Declaration
public static int? ReadMaxLength(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
System.Nullable<System.Int32>
View Source

ReadPDVFragment(DICOMBinaryReader, Int32)

Declaration
public static PDVItemFragment ReadPDVFragment(DICOMBinaryReader dr, int length)
Parameters
Type Name Description
DICOMBinaryReader dr
System.Int32 length
Returns
Type Description
PDVItemFragment
View Source

ReadPDVItem(DICOMBinaryReader)

Declaration
public static PDVItem ReadPDVItem(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
PDVItem
View Source

ReadPresentationCtxAccept(DICOMBinaryReader)

Declaration
public static PresentationContext ReadPresentationCtxAccept(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
PresentationContext
View Source

ReadPresentationCtxRequest(DICOMBinaryReader)

Declaration
public static PresentationContext ReadPresentationCtxRequest(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
PresentationContext
View Source

ReadTransferSyntax(DICOMBinaryReader)

Declaration
public static string ReadTransferSyntax(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
System.String
View Source

ReadUserInfo(DICOMBinaryReader)

Declaration
public static UserInfo ReadUserInfo(DICOMBinaryReader dr)
Parameters
Type Name Description
DICOMBinaryReader dr
Returns
Type Description
UserInfo
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX