Click or drag to resize

ActActTime Property

The instant when the act occurred, or will occur

Namespace: SanteDB.Core.Model.Acts
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public DateTimeOffset? ActTime { get; set; }

Property Value

NullableDateTimeOffset
Remarks

The act time property is used to determine when the act being represented occurred. Based on the MoodConceptKey specified, the semantic meaning of the property differs slightly:

EventOccurenceThe time that the act did occur (or if negation is false, the time the act did not occur)
ProposeThe time that the act should occur
GoalThe due date/time for the goal statement
IntentThe time the indicated act is intended to be performed/occur
RequestThe time that the specified request was made

If the desire is to represent the act as a time bounds (start and stop time) then use of the StartTime and StopTime should be used.

See Also