Show / Hide Table of Contents
View Source

Class CMover

Inheritance
System.Object
CMover
Inherited Members
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.SCUOps
Assembly:EvilDICOM.dll
Syntax
public class CMover : IDisposable

Constructors

View Source

CMover(DICOMSCU, Entity)

Declaration
public CMover(DICOMSCU dICOMSCU, Entity callingEntity)
Parameters
Type Name Description
DICOMSCU dICOMSCU
Entity callingEntity

Fields

View Source

ProgressUpdated

Declaration
public CMover.ProgressUpdatedHandler ProgressUpdated
Field Value
Type Description
CMover.ProgressUpdatedHandler

Methods

View Source

Dispose()

Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
View Source

SendCMove(CFindInstanceIOD, String, ref UInt16)

Emits a CMove operation to an entity which moves an image from the entity to the specified AETitle

Declaration
public CMoveResponse SendCMove(CFindInstanceIOD iod, string toAETitle, ref ushort msgId)
Parameters
Type Name Description
CFindInstanceIOD iod
System.String toAETitle

the entity title which will receive the image

System.UInt16 msgId

the message id

Returns
Type Description
CMoveResponse

the move response

View Source

SendCMove(CFindSeriesIOD, String, ref UInt16)

Declaration
public CMoveResponse SendCMove(CFindSeriesIOD iod, string toAETitle, ref ushort msgId)
Parameters
Type Name Description
CFindSeriesIOD iod
System.String toAETitle
System.UInt16 msgId
Returns
Type Description
CMoveResponse
View Source

SendCMove(CFindStudyIOD, String, ref UInt16)

Declaration
public CMoveResponse SendCMove(CFindStudyIOD iod, string toAETitle, ref ushort msgId)
Parameters
Type Name Description
CFindStudyIOD iod
System.String toAETitle
System.UInt16 msgId
Returns
Type Description
CMoveResponse
View Source

SendCMove(CMoveIOD, String, ref UInt16)

Declaration
public CMoveResponse SendCMove(CMoveIOD iod, string toAETitle, ref ushort msgId)
Parameters
Type Name Description
CMoveIOD iod
System.String toAETitle
System.UInt16 msgId
Returns
Type Description
CMoveResponse
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX