Class CStoreService
Inheritance
System.Object
CStoreService
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.Services
Assembly:EvilDICOM.dll
Syntax
public class CStoreService
Constructors
View SourceCStoreService(DIMSEService)
Declaration
public CStoreService(DIMSEService dIMSEService)
Parameters
| Type | Name | Description |
|---|---|---|
| DIMSEService | dIMSEService |
Properties
View SourceCStorePayloadAction
Declaration
public Func<DICOMObject, Association, bool> CStorePayloadAction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<DICOMObject, Association, System.Boolean> |
Methods
View SourceOnRequestRecieved(CStoreRequest, Association)
Declaration
public void OnRequestRecieved(CStoreRequest req, Association asc)
Parameters
| Type | Name | Description |
|---|---|---|
| CStoreRequest | req | |
| Association | asc |
OnResponseRecieved(CStoreResponse, Association)
Declaration
public void OnResponseRecieved(CStoreResponse resp, Association asc)
Parameters
| Type | Name | Description |
|---|---|---|
| CStoreResponse | resp | |
| Association | asc |