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

Property Value

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