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 SourceCStorer(DICOMSCU, Entity)
Declaration
public CStorer(DICOMSCU dICOMSCU, Entity callingEntity)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMSCU | dICOMSCU | |
| Entity | callingEntity |
Properties
View SourceLogger
Declaration
public ILogger Logger { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger |
Methods
View SourceSendCStore(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 |