Show / Hide Table of Contents
View Source

Class CMoveResponse

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

Constructors

View Source

CMoveResponse()

Declaration
public CMoveResponse()
View Source

CMoveResponse(DICOMObject)

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

CMoveResponse(CMoveRequest, Status)

Declaration
public CMoveResponse(CMoveRequest req, Status status)
Parameters
Type Name Description
CMoveRequest req
Status status

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
View Source

NumberOfCompletedOps

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

NumberOfFailedOps

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

NumberOfRemainingOps

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

NumberOfWarningOps

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

Methods

View Source

ToString()

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

Extension Methods

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