 | 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.CdssAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<ICdssProtocol> GetProtocols(
Patient forPatient,
IDictionary<string, Object> parameters,
params string[] forScope
)
Function GetProtocols (
forPatient As Patient,
parameters As IDictionary(Of String, Object),
ParamArray forScope As String()
) As IEnumerable(Of ICdssProtocol)
IEnumerable<ICdssProtocol^>^ GetProtocols(
Patient^ forPatient,
IDictionary<String^, Object^>^ parameters,
... array<String^>^ forScope
)
abstract GetProtocols :
forPatient : Patient *
parameters : IDictionary<string, Object> *
forScope : string[] -> IEnumerable<ICdssProtocol> 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