Click or drag to resize

IClinicalProtocol Interface

Represents a clinical protocol

Namespace:  SanteDB.Core.Protocol
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IClinicalProtocol

The IClinicalProtocol type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the identifier for the protocol
Public propertyName
Gets the name of the protocol
Top
Methods
  NameDescription
Public methodCalculate
Calculate the clinical protocol for the given patient
Public methodGetProtocolData
Get the protocol data
Public methodInitialize
Called prior to performing calculation of the care protocol allowing the object to prepare the object for whatever pre-requisite data is needed for the protocol
Public methodLoad
Load the specified protocol data
Public methodUpdate
Update the care plan based on new data
Top
See Also