Click or drag to resize

ICarePlanService Interface

Service contract for service implementations which generate CarePlan instances

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ICarePlanService : IServiceImplementation

The ICarePlanService type exposes the following members.

Properties
  NameDescription
Public propertyProtocols
Gets the list of protocols which can be or should be used to create the care plans
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
Remarks

The care plan generator is responsible for using the IClinicalProtocolRepositoryService (which stores and manages IClinicalProtocol instances) to generate instances of patient CarePlan objects which can then be conveyed to the caller and/or stored in the primary CDR.

See Also