Click or drag to resize

CdssExecutionContext(IdentifiedData, IEnumerableCdssLibraryDefinition, Boolean) Constructor

Create a new context with specified target

Namespace: SanteDB.Cdss.Xml
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
protected CdssExecutionContext(
	IdentifiedData scopedObject,
	IEnumerable<CdssLibraryDefinition> scopedLibraries = null,
	bool validationContext = false
)

Parameters

scopedObject  IdentifiedData
The primary focal object for which decision support is being executed
scopedLibraries  IEnumerableCdssLibraryDefinition  (Optional)
The libraries which are in scope of this context
validationContext  Boolean  (Optional)

[Missing <param name="validationContext"/> documentation for "M:SanteDB.Cdss.Xml.CdssExecutionContext.#ctor(SanteDB.Core.Model.IdentifiedData,System.Collections.Generic.IEnumerable{SanteDB.Cdss.Xml.Model.CdssLibraryDefinition},System.Boolean)"]

See Also