Show / Hide Table of Contents
View Source

Class CMoveRequest

Inheritance
System.Object
AbstractDIMSEBase
AbstractDIMSE
AbstractDIMSERequest
CMoveRequest
Inherited Members
AbstractDIMSERequest._messageId
AbstractDIMSERequest.MessageID
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 class CMoveRequest : AbstractDIMSERequest, IIOD

Constructors

View Source

CMoveRequest(DICOMObject)

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

CMoveRequest(CMoveIOD, String, Root, Priority, UInt16)

Declaration
public CMoveRequest(CMoveIOD iod, string moveToAeTitle, Root root = Root.STUDY, Priority priority = Priority.MEDIUM, ushort messageId = 1)
Parameters
Type Name Description
CMoveIOD iod
System.String moveToAeTitle
Root root
Priority priority
System.UInt16 messageId

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
AbstractDIMSERequest.Elements
Implements
IIOD.Elements
View Source

MoveDestination

Declaration
public string MoveDestination { get; set; }
Property Value
Type Description
System.String
View Source

Priority

Declaration
public ushort Priority { 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