Class TTiming

Unit

Declaration

type TTiming = class(TElement)

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

Public constructor Create; override;

Properties

Public property event : TBSFHIRPrimitiveStringArray read GeteventArray;
Public property repeat_ : TTimingRepeat read Getrepeat_ write Setrepeat_;
Public property code : TCodeableConcept read Getcode write Setcode;

Description

Methods

Public constructor Create; override;
 

Properties

Public property event : TBSFHIRPrimitiveStringArray read GeteventArray;

Identifies specific times when the event occurs.

Public property repeat_ : TTimingRepeat read Getrepeat_ write Setrepeat_;

A set of rules that describe when the event is scheduled.

Public property code : TCodeableConcept read Getcode write Setcode;

A code for the timing schedule. 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.