Class TAnnotation
Unit
bsFhir_r4
Declaration
type TAnnotation = class(TElement)
Description
A text note which also contains information about who made the statement and when. 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 author : TElement read Getauthor write Setauthor; |
The individual responsible for making the annotation.
|
|
property time_ : string read Gettime_ write Settime_; |
Indicates when this particular annotation was made.
|
|
property time_Element : TdateTime_ read Gettime_Element write Settime_Element; |
|
|
property text : string read Gettext write Settext; |
The text of the annotation in markdown format.
|
|
property textElement : Tmarkdown read GettextElement write SettextElement; |
|
Generated by PasDoc 0.15.0.
|