Class FileWriterSCP
A SCP that writes incoming files to a specified location
Inheritance
System.Object
FileWriterSCP
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.Helpers
Assembly:EvilDICOM.dll
Syntax
public class FileWriterSCP
Constructors
View SourceFileWriterSCP(Entity, String)
Declaration
public FileWriterSCP(Entity ae, string storageLocation)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | ae | |
| System.String | storageLocation |
Properties
View SourceOrganizeByPatientId
Declaration
public bool OrganizeByPatientId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
View SourceStart()
Declaration
public async Task Start()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Stop()
Declaration
public async Task Stop()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |