| 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; }
Public Property StopTime As DateTimeOffset?
Get
Set
public:
property Nullable<DateTimeOffset> StopTime {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}
member StopTime : Nullable<DateTimeOffset> with get, set
Property Value
Type:
NullableDateTimeOffsetRemarks 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