Click or drag to resize

ICdssLibrary Interface

Represents an implementation of a clinical protocol library

Namespace: SanteDB.Core.Cdss
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ICdssLibrary : ICdssAsset

The ICdssLibrary type exposes the following members.

Properties
 NameDescription
Public propertyDocumentation Get the documentation
(Inherited from ICdssAsset)
Public propertyId The unique identifier of the object in the scope of the protocol
(Inherited from ICdssAsset)
Public propertyName Gets the name of the protocol
(Inherited from ICdssAsset)
Public propertyOid Gets the universal OID for this protocol
(Inherited from ICdssAsset)
Public propertyStorageMetadata If the CDSS library data came from storage, this is the metadata
Public propertyUuid Gets the identifier for the protocol
(Inherited from ICdssAsset)
Public propertyVersion Gets the version of the protocol
(Inherited from ICdssAsset)
Top
Methods
 NameDescription
Public methodAnalyze Analyze the collected samples and determine if there are any detected issues
Public methodExecute Execute all applicable decision logic for target and emit all of the proposed objects and raised issues
Public methodGetProtocolDefinitions Get the protocol definitions from the CDSS library
Public methodGetProtocols Get the protocols which are defined in the library (note that implementers typically indicate that protocols are only for type Patient)
Public methodLoad Load the protocl definition to definitionStream
Public methodSave Save the protocol definition to definitionStream
Top
Remarks
A clinical protocol library represents a collection of common elements such as when, then definitions, or variables which can be referenced by other objects.
See Also