Click or drag to resize

CdssDebugStackFrameAddFact Method

Add a fact computation asset to the object sample

Namespace: SanteDB.Cdss.Xml.Diagnostics
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public CdssDebugFactSample AddFact(
	string factName,
	CdssComputableAssetDefinition factAsset,
	Object value,
	long computationMs
)

Parameters

factName  String
The name of the fact that is being added
factAsset  CdssComputableAssetDefinition
The fact asset definition
value  Object
The value of the fact
computationMs  Int64
The number of milliseconds it took to compute the fact

Return Value

CdssDebugFactSample
The created fact debug sample
See Also