Click or drag to resize

MdmLinkResourceQuery Method

Query the candidate links

Namespace: SanteDB.Persistence.MDM.Rest
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public IQueryResultSet Query(
	Type scopingType,
	Object scopingKey,
	NameValueCollection filter
)

Parameters

scopingType  Type

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmLinkResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

scopingKey  Object

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmLinkResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

filter  NameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmLinkResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

Return Value

IQueryResultSet

[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmLinkResource.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

Implements

IApiChildResourceHandlerQuery(Type, Object, NameValueCollection)
See Also