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: 2.2.1
Syntax
public DateTimeOffset ActTime { get; set; }

Property Value

Type: DateTimeOffset
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