Show / Hide Table of Contents
View Source

Class CEchoResponse

Inheritance
System.Object
AbstractDIMSEBase
AbstractDIMSE
AbstractDIMSEResponse
CEchoResponse
Inherited Members
AbstractDIMSEResponse._messageIdBeingRespondedTo
AbstractDIMSEResponse._status
AbstractDIMSEResponse.MessageIDBeingRespondedTo
AbstractDIMSEResponse.Status
AbstractDIMSEResponse.ToString()
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 class CEchoResponse : AbstractDIMSEResponse, IIOD

Constructors

View Source

CEchoResponse(DICOMObject)

Declaration
public CEchoResponse(DICOMObject d)
Parameters
Type Name Description
DICOMObject d
View Source

CEchoResponse(CEchoRequest, Status)

Used to generate a new Echo Response from an Echo Request

Declaration
public CEchoResponse(CEchoRequest req, Status status)
Parameters
Type Name Description
CEchoRequest req

the request that is being responded to

Status status

the status of the echo

Properties

View Source

Elements

The order of elements to send in a IIOD packet

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

Extension Methods

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