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 SourceCFindService(DIMSEService)
Declaration
public CFindService(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> |
FindImageService
Declaration
public IFindService<CFindImageIOD> FindImageService { get; set; }
Property Value
Type | Description |
---|---|
IFindService<CFindImageIOD> |
FindSeriesService
Declaration
public IFindService<CFindSeriesIOD> FindSeriesService { get; set; }
Property Value
Type | Description |
---|---|
IFindService<CFindSeriesIOD> |
FindStudyService
Declaration
public IFindService<CFindStudyIOD> FindStudyService { get; set; }
Property Value
Type | Description |
---|---|
IFindService<CFindStudyIOD> |
Methods
View SourceOnRequestRecieved(CFindRequest, Association)
Declaration
public void OnRequestRecieved(CFindRequest req, Association asc)
Parameters
Type | Name | Description |
---|---|---|
CFindRequest | req | |
Association | asc |
OnResponseRecieved(CFindResponse, Association)
Declaration
public void OnResponseRecieved(CFindResponse resp, Association asc)
Parameters
Type | Name | Description |
---|---|---|
CFindResponse | resp | |
Association | asc |