Click or drag to resize

ActStartTime Property

The date/time when the act started to occur

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

Property Value

NullableDateTimeOffset
Remarks

When the act is a long running action, or if the act is ongoing, then the StartTime may be set to indicate the beginning of the act.

When the MoodConceptKey is set to Propose then this value represents the minimum safe start time of the activity represented.

This property is typically used in conjunction with the StopTime property, which indicates the time and date when the activity stopped occurring (additionally, when MoodConceptKey is set, then the maximum safe time of the activity represented).

See Also