| ICarePlanServiceProtocols Property |
Gets the list of protocols which can be or should be used to create the care plans
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax IList<IClinicalProtocol> Protocols { get; }
ReadOnly Property Protocols As IList(Of IClinicalProtocol)
Get
property IList<IClinicalProtocol^>^ Protocols {
IList<IClinicalProtocol^>^ get ();
}
abstract Protocols : IList<IClinicalProtocol> with get
Property Value
Type:
IListIClinicalProtocolSee Also