Class TTiming
Unit
bsFhir_r5
Declaration
type TTiming = class(TBackboneType)
Description
Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property repeat_ : TTimingRepeat read Getrepeat_ write Setrepeat_; |
A set of rules that describe when the event is scheduled.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
A code for the timing schedule (or just text in code.text). Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code).
|
Generated by PasDoc 0.15.0.
|