Show / Hide Table of Contents
View Source

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 Source

FileWriterSCP(Entity, String)

Declaration
public FileWriterSCP(Entity ae, string storageLocation)
Parameters
Type Name Description
Entity ae
System.String storageLocation

Properties

View Source

OrganizeByPatientId

Declaration
public bool OrganizeByPatientId { get; set; }
Property Value
Type Description
System.Boolean

Methods

View Source

Start()

Declaration
public async Task Start()
Returns
Type Description
System.Threading.Tasks.Task
View Source

Stop()

Declaration
public async Task Stop()
Returns
Type Description
System.Threading.Tasks.Task
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX