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

Property Value

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