Click or drag to resize

AppletClinicalProtocolRepositoryFindProtocol Method

Find the specified protocol

Namespace:  SanteDB.Cdss.Xml
Assembly:  SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntax
public IEnumerable<Protocol> FindProtocol(
	Expression<Func<Protocol, bool>> predicate,
	int offset,
	int? count,
	out int totalResults
)

Parameters

predicate
Type: System.Linq.ExpressionsExpressionFuncProtocol, Boolean

[Missing <param name="predicate"/> documentation for "M:SanteDB.Cdss.Xml.AppletClinicalProtocolRepository.FindProtocol(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Acts.Protocol,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.Cdss.Xml.AppletClinicalProtocolRepository.FindProtocol(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Acts.Protocol,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@)"]

count
Type: SystemNullableInt32

[Missing <param name="count"/> documentation for "M:SanteDB.Cdss.Xml.AppletClinicalProtocolRepository.FindProtocol(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Acts.Protocol,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@)"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.Cdss.Xml.AppletClinicalProtocolRepository.FindProtocol(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Acts.Protocol,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@)"]

Return Value

Type: IEnumerableProtocol

[Missing <returns> documentation for "M:SanteDB.Cdss.Xml.AppletClinicalProtocolRepository.FindProtocol(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Acts.Protocol,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@)"]

Implements

IClinicalProtocolRepositoryServiceFindProtocol(ExpressionFuncProtocol, Boolean, Int32, NullableInt32, Int32)
See Also