Class TCitationSummary
Unit
bsFhir_r5
Declaration
type TCitationSummary = class(TBackboneElement)
Description
The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property style : TCodeableConcept read Getstyle write Setstyle; |
Format for display of the citation summary.
|
|
property text : string read Gettext write Settext; |
The human-readable display of the citation summary.
|
|
property textElement : Tmarkdown read GettextElement write SettextElement; |
|
Generated by PasDoc 0.15.0.
|