Show / Hide Table of Contents
View Source

Class CFindService

A implementation of a C-FIND service, where C-FIND Requests can be made. To make it work, you must connect the FindStudyService, FindSeriesService, or FindImageService and connect it to this. The idea is you would have a database or algorithm which could implement the simple method provided. This just routes all the DICOM communication

Inheritance
System.Object
CFindService
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 CFindService

Constructors

View Source

CFindService(DIMSEService)

Declaration
public CFindService(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>
View Source

FindImageService

Declaration
public IFindService<CFindImageIOD> FindImageService { get; set; }
Property Value
Type Description
IFindService<CFindImageIOD>
View Source

FindSeriesService

Declaration
public IFindService<CFindSeriesIOD> FindSeriesService { get; set; }
Property Value
Type Description
IFindService<CFindSeriesIOD>
View Source

FindStudyService

Declaration
public IFindService<CFindStudyIOD> FindStudyService { get; set; }
Property Value
Type Description
IFindService<CFindStudyIOD>

Methods

View Source

OnRequestRecieved(CFindRequest, Association)

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

OnResponseRecieved(CFindResponse, Association)

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