Click or drag to resize

ActIsNegated Property

Identifies whether the act represented in this instance actually occurred

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public bool IsNegated { get; set; }

Property Value

Type: Boolean
Remarks

Whenever an implementation requires the representation of an act which DID NOT occur, the IsNegated property is set to TRUE. This indicator has the following semantic meanings based on MoodConceptKey

EventOccurenceThe act DID NOT occur
ProposeThe act SHOULD NOT occur
IntentThe act WILL NOT occur
GoalThe goal is for the act TO NOT OCCUR
See Also