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 |
_commandField
Declaration
protected UnsignedShort _commandField
Field Value
Type | Description |
---|---|
UnsignedShort |
_dataSetType
Declaration
protected UnsignedShort _dataSetType
Field Value
Type | Description |
---|---|
UnsignedShort |
_groupLength
Declaration
protected UnsignedLong _groupLength
Field Value
Type | Description |
---|---|
UnsignedLong |
Properties
View SourceAffectedSOPClassUID
Declaration
public string AffectedSOPClassUID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CommandField
Declaration
public ushort CommandField { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
DataSetType
Declaration
public ushort DataSetType { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Elements
Declaration
public abstract List<IDICOMElement> Elements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IDICOMElement> |
Implements
View SourceGroupLength
Declaration
public uint GroupLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Methods
View SourceSetGroupLength()
Declaration
public void SetGroupLength()