Show / Hide Table of Contents
View Source

Interface IFindService<T>

Namespace:EvilDICOM.Network.Services.Interfaces
Assembly:EvilDICOM.dll
Syntax
public interface IFindService<T>
    where T : AbstractDIMSEIOD
Type Parameters
Name Description
T

Methods

View Source

RetrieveMatches(List<IDICOMElement>)

Declaration
IEnumerable<T> RetrieveMatches(List<IDICOMElement> keys)
Parameters
Type Name Description
System.Collections.Generic.List<IDICOMElement> keys
Returns
Type Description
System.Collections.Generic.IEnumerable<T>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX