Click or drag to resize

XmlProtocolLibraryGetProtocols Method

Get protocols defined for patients in the library

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

Parameters

forPatient  Patient

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

parameters  IDictionaryString, Object

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

forScope  String

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

Return Value

IEnumerableICdssProtocol

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

Implements

ICdssLibraryGetProtocols(Patient, IDictionaryString, Object, String)
See Also