Show / Hide Table of Contents
View Source

Class PDataProcessor

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

Methods

View Source

GetCommandObject(List<PDataTF>)

Declaration
public static DICOMObject GetCommandObject(List<PDataTF> pDatas)
Parameters
Type Name Description
System.Collections.Generic.List<PDataTF> pDatas
Returns
Type Description
DICOMObject
View Source

GetDataObject(List<PDataTF>, TransferSyntax)

Declaration
public static DICOMObject GetDataObject(List<PDataTF> pDatas, TransferSyntax syntax)
Parameters
Type Name Description
System.Collections.Generic.List<PDataTF> pDatas
TransferSyntax syntax
Returns
Type Description
DICOMObject
View Source

Process(IMessage, Association)

Declaration
public static AbstractDIMSE Process(IMessage message, Association asc)
Parameters
Type Name Description
IMessage message
Association asc
Returns
Type Description
AbstractDIMSE
View Source

ReadPDataTFs(NetworkBinaryReader)

Declaration
public static List<PDataTF> ReadPDataTFs(NetworkBinaryReader dr)
Parameters
Type Name Description
NetworkBinaryReader dr
Returns
Type Description
System.Collections.Generic.List<PDataTF>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX