Show / Hide Table of Contents
View Source

Class PDVItem

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

Constructors

View Source

PDVItem()

Declaration
public PDVItem()
View Source

PDVItem(Int32, PDVItemFragment)

Declaration
public PDVItem(int contextId, PDVItemFragment frag)
Parameters
Type Name Description
System.Int32 contextId
PDVItemFragment frag
View Source

PDVItem(Int32, Boolean, Boolean, Byte[])

Declaration
public PDVItem(int contextId, bool isCommand, bool isLast, byte[] data)
Parameters
Type Name Description
System.Int32 contextId
System.Boolean isCommand
System.Boolean isLast
System.Byte[] data

Properties

View Source

Fragment

Declaration
public PDVItemFragment Fragment { get; set; }
Property Value
Type Description
PDVItemFragment
View Source

PresentationContextID

Declaration
public int PresentationContextID { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX