Click or drag to resize

ICdssProtocol Interface

Represents a clinical protocol

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

The ICdssProtocol 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 propertyScopes The scopes (types of encounters) in which the asset belongs
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 methodComputeProposals Calculate the clinical protocol for the given target data
Top
Extension Methods
 NameDescription
Public Extension MethodToProtocol Convert an ICdssProtocol to a Protocol
(Defined by ExtensionMethods)
Top
See Also