Sends a C-FIND-REQ message to a peer member of a connection defined by Scp.
Overload List
Overload | Description |
Find(DicomScp,FindQuery) | Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. |
Find(DicomScp,FindQuery,Boolean,DicomDataSet) | Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ dataset is provided by Template. |
Find(DicomScp,FindQuery,Boolean,String) | Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ dataset is provided by Template. |
Find(DicomScp,DicomDataSet) | Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. |
Find<TQuery,TResult>(DicomScp,TQuery,DicomMatchDelegate<TResult>) | Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ is defined by the Query parameter. |
Find<TQuery,TResult>(DicomScp,TQuery,BeforeAddTagDelegate,DicomMatchDelegate<TResult>) | Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ is defined by the Query parameter. |
Find<TQuery,TResult>(DicomScp,TQuery,DicomMatchDelegate<TResult>,DicomDataSet) | Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ is defined by the Query parameter. |
Find<TQuery,TResult>(DicomScp,TQuery,BeforeAddTagDelegate,DicomMatchDelegate<TResult>,DicomDataSet) | Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ is defined by the Query parameter. |
Requirements
See Also