Show / Hide Table of Contents
View Source

Class AbstractDIMSEBase

Inheritance
System.Object
AbstractDIMSEBase
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.DIMSE
Assembly:EvilDICOM.dll
Syntax
public abstract class AbstractDIMSEBase : IIOD

Fields

View Source

_affectedSOPClassUID

Declaration
protected UniqueIdentifier _affectedSOPClassUID
Field Value
Type Description
UniqueIdentifier
View Source

_commandField

Declaration
protected UnsignedShort _commandField
Field Value
Type Description
UnsignedShort
View Source

_dataSetType

Declaration
protected UnsignedShort _dataSetType
Field Value
Type Description
UnsignedShort
View Source

_groupLength

Declaration
protected UnsignedLong _groupLength
Field Value
Type Description
UnsignedLong

Properties

View Source

AffectedSOPClassUID

Declaration
public string AffectedSOPClassUID { get; set; }
Property Value
Type Description
System.String
View Source

CommandField

Declaration
public ushort CommandField { get; protected set; }
Property Value
Type Description
System.UInt16
View Source

DataSetType

Declaration
public ushort DataSetType { get; set; }
Property Value
Type Description
System.UInt16
View Source

Elements

Declaration
public abstract List<IDICOMElement> Elements { get; }
Property Value
Type Description
System.Collections.Generic.List<IDICOMElement>
Implements
IIOD.Elements
View Source

GroupLength

Declaration
public uint GroupLength { get; set; }
Property Value
Type Description
System.UInt32

Methods

View Source

SetGroupLength()

Declaration
public void SetGroupLength()

Extension Methods

DIMSEExtensions.LogData(Association)
IIODExtensions.GetLogString()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX