Show / Hide Table of Contents
View Source

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 Source

CStoreService(DIMSEService)

Declaration
public CStoreService(DIMSEService dIMSEService)
Parameters
Type Name Description
DIMSEService dIMSEService

Properties

View Source

CStorePayloadAction

Declaration
public Func<DICOMObject, Association, bool> CStorePayloadAction { get; set; }
Property Value
Type Description
System.Func<DICOMObject, Association, System.Boolean>

Methods

View Source

OnRequestRecieved(CStoreRequest, Association)

Declaration
public void OnRequestRecieved(CStoreRequest req, Association asc)
Parameters
Type Name Description
CStoreRequest req
Association asc
View Source

OnResponseRecieved(CStoreResponse, Association)

Declaration
public void OnResponseRecieved(CStoreResponse resp, Association asc)
Parameters
Type Name Description
CStoreResponse resp
Association asc
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX