Class TAnnotation
Unit
bsFhir_r5
Declaration
type TAnnotation = class(TDataType)
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 authorReference : TReference read GetauthorReference write SetauthorReference; |
The individual responsible for making the annotation. (choose any one of author*, but only one)
|
|
property authorString : string read GetauthorString write SetauthorString; |
The individual responsible for making the annotation. (choose any one of author*, but only one)
|
|
property authorStringElement : Tstring read GetauthorStringElement write SetauthorStringElement; |
|
|
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.
|