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 SourceCMover(DICOMSCU, Entity)
Declaration
public CMover(DICOMSCU dICOMSCU, Entity callingEntity)
Parameters
Type | Name | Description |
---|---|---|
DICOMSCU | dICOMSCU | |
Entity | callingEntity |
Fields
View SourceProgressUpdated
Declaration
public CMover.ProgressUpdatedHandler ProgressUpdated
Field Value
Type | Description |
---|---|
CMover.ProgressUpdatedHandler |
Methods
View SourceDispose()
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 |
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 |
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 |
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 |