 | ActIsNegated Property |
Identifies whether the act represented in this instance actually occurred
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic bool IsNegated { get; set; }Public Property IsNegated As Boolean
Get
Set
public:
property bool IsNegated {
bool get ();
void set (bool value);
}member IsNegated : bool with get, set
Property Value
Boolean
RemarksWhenever 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
| EventOccurence | The act DID NOT occur |
| Propose | The act SHOULD NOT occur |
| Intent | The act WILL NOT occur |
| Goal | The goal is for the act TO NOT OCCUR |
See Also