Show / Hide Table of Contents
View Source

Class AbstractDIMSEIOD

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

Constructors

View Source

AbstractDIMSEIOD()

Declaration
public AbstractDIMSEIOD()
View Source

AbstractDIMSEIOD(DICOMObject)

Declaration
public AbstractDIMSEIOD(DICOMObject dcm)
Parameters
Type Name Description
DICOMObject dcm

Fields

View Source

_sel

Declaration
protected DICOMSelector _sel
Field Value
Type Description
DICOMSelector

Properties

View Source

Elements

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

Extension Methods

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