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 SourceAbstractDIMSEIOD()
Declaration
public AbstractDIMSEIOD()
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 SourceElements
Declaration
public List<IDICOMElement> Elements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IDICOMElement> |