 | XmlProtocolLibraryGetProtocols Method |
Get protocols defined for patients in the library
Namespace: SanteDB.Cdss.XmlAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic IEnumerable<ICdssProtocol> GetProtocols(
Patient forPatient,
IDictionary<string, Object> parameters,
params string[] forScope
)
Public Function GetProtocols (
forPatient As Patient,
parameters As IDictionary(Of String, Object),
ParamArray forScope As String()
) As IEnumerable(Of ICdssProtocol)
public:
virtual IEnumerable<ICdssProtocol^>^ GetProtocols(
Patient^ forPatient,
IDictionary<String^, Object^>^ parameters,
... array<String^>^ forScope
) sealed
abstract GetProtocols :
forPatient : Patient *
parameters : IDictionary<string, Object> *
forScope : string[] -> IEnumerable<ICdssProtocol>
override GetProtocols :
forPatient : Patient *
parameters : IDictionary<string, Object> *
forScope : string[] -> IEnumerable<ICdssProtocol> 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