Class TNarrative
Unit
bsFhir_r5
Declaration
type TNarrative = class(TDataType)
Description
A human-readable summary of the resource conveying the essential clinical and business information for the resource. 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
|
property status : string read Getstatus write Setstatus; |
|
property statusElement : TNarrativeStatus read GetstatusElement write SetstatusElement; |
|
property div_ : string read Getdiv_ write Setdiv_; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property status : string read Getstatus write Setstatus; |
The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.
|
|
property statusElement : TNarrativeStatus read GetstatusElement write SetstatusElement; |
|
|
property div_ : string read Getdiv_ write Setdiv_; |
The actual narrative content, a stripped down version of XHTML.
|
Generated by PasDoc 0.15.0.
|