Show / Hide Table of Contents
View Source

Class AbstractDIMSEResponse

Inheritance
System.Object
AbstractDIMSEBase
AbstractDIMSE
AbstractDIMSEResponse
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)
Namespace:EvilDICOM.Network.DIMSE
Assembly:EvilDICOM.dll
Syntax
public abstract class AbstractDIMSEResponse : AbstractDIMSE, IIOD

Constructors

View Source

AbstractDIMSEResponse()

Declaration
public AbstractDIMSEResponse()
View Source

AbstractDIMSEResponse(DICOMObject)

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

Fields

View Source

_messageIdBeingRespondedTo

Declaration
protected UnsignedShort _messageIdBeingRespondedTo
Field Value
Type Description
UnsignedShort
View Source

_status

Declaration
protected UnsignedShort _status
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

MessageIDBeingRespondedTo

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

Status

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

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

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