Click or drag to resize

ActStopTime Property

The time and date when the act did or should stop occurring

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

Property Value

NullableDateTimeOffset
Remarks

This property is used in conjunction with the StartTime to represent the date and time when the activity described in this act stopped, or should stop occurring. When the MoodConceptKey is Propose then this property represents the maximum safe time for the act to occur.

See Also