Class StorageVerifier
Inheritance
System.Object
StorageVerifier
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 StorageVerifier
Constructors
View SourceStorageVerifier(DICOMSCU, Entity)
Declaration
public StorageVerifier(DICOMSCU dICOMSCU, Entity callingEntity)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMSCU | dICOMSCU | |
| Entity | callingEntity |
Methods
View SourceVerifyStorage(Dictionary<String, String>, Int32)
Declaration
public List<bool> VerifyStorage(Dictionary<string, string> dictionary, int msTimeout = 10000)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> | dictionary | |
| System.Int32 | msTimeout |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Boolean> |