Show / Hide Table of Contents
View Source

Class CStorer

Inheritance
System.Object
CStorer
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 CStorer

Constructors

View Source

CStorer(DICOMSCU, Entity)

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

Properties

View Source

Logger

Declaration
public ILogger Logger { get; }
Property Value
Type Description
Microsoft.Extensions.Logging.ILogger

Methods

View Source

SendCStore(DICOMObject, ref UInt16)

Emits a CStore operation to an entity which moves an image to the specified entity

Declaration
public CStoreResponse SendCStore(DICOMObject dcm, ref ushort msgId)
Parameters
Type Name Description
DICOMObject dcm

the DICOM object to send

System.UInt16 msgId

the message Id of this message

Returns
Type Description
CStoreResponse

a C-Store response of the operation

Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX