Click or drag to resize

ICdssLibraryGetProtocols Method

Get the protocols which are defined in the library (note that implementers typically indicate that protocols are only for type Patient)

Namespace: SanteDB.Core.Cdss
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<ICdssProtocol> GetProtocols(
	Patient forPatient,
	IDictionary<string, Object> parameters,
	params string[] forScope
)

Parameters

forPatient  Patient
The patient for which applicable protocols should be obtained
parameters  IDictionaryString, Object

[Missing <param name="parameters"/> documentation for "M:SanteDB.Core.Cdss.ICdssLibrary.GetProtocols(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object},System.String[])"]

forScope  String
The scope(s) for which the protocols should be obtained

Return Value

IEnumerableICdssProtocol

[Missing <returns> documentation for "M:SanteDB.Core.Cdss.ICdssLibrary.GetProtocols(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object},System.String[])"]

See Also