CDSS Clinical Protocol Repository
IClinicalProtocolRepositoryService
in assembly SanteDB.Core.Api version 2.1.151.0
Summary
Contract for service implementations which store and manage definitions of Protocol
Description
Each protocol definition (stored in an instance of Protocol) should be backed by an implementation of the IClinicalProtocol interface. The primary responsibility of the IClinicalProtocolRepositoryService is to load these definitions from a user defined format (such as FHIR activity definitions, or the SanteDB XML CDSS format) and generate the structured data which can be stored in the primary SanteDB database.
Operations
Implementations
Applet Based Clinical Protocol Repository - (SanteDB.Cdss.Xml)
Applet clinical protocol repository
Description
This implementation of the IClinicalProtocolRepositoryService is responsible for loading clinical protocols defined in SanteDB's CDSS XML format and translating them into Protocol instances which can then, in-turn, be linked with instances of Act which are also stored in the CDR.
Service Registration
Example Implementation
References
Last updated