Show / Hide Table of Contents
View Source

Class AbstractDIMSERequest

Inheritance
System.Object
AbstractDIMSEBase
AbstractDIMSE
AbstractDIMSERequest
Inherited Members
AbstractDIMSE.HasData
AbstractDIMSE.Data
AbstractDIMSEBase._affectedSOPClassUID
AbstractDIMSEBase._commandField
AbstractDIMSEBase._dataSetType
AbstractDIMSEBase._groupLength
AbstractDIMSEBase.AffectedSOPClassUID
AbstractDIMSEBase.GroupLength
AbstractDIMSEBase.CommandField
AbstractDIMSEBase.DataSetType
AbstractDIMSEBase.SetGroupLength()
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 AbstractDIMSERequest : AbstractDIMSE, IIOD

Constructors

View Source

AbstractDIMSERequest()

Declaration
public AbstractDIMSERequest()
View Source

AbstractDIMSERequest(DICOMObject)

Declaration
public AbstractDIMSERequest(DICOMObject d)
Parameters
Type Name Description
DICOMObject d

Fields

View Source

_messageId

Declaration
protected UnsignedShort _messageId
Field Value
Type Description
UnsignedShort

Properties

View Source

Elements

Declaration
public override List<IDICOMElement> Elements { get; }
Property Value
Type Description
System.Collections.Generic.List<IDICOMElement>
Overrides
AbstractDIMSEBase.Elements
View Source

MessageID

Declaration
public ushort MessageID { get; set; }
Property Value
Type Description
System.UInt16

Extension Methods

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