Class TCitationAbstract
Unit
bsFhir_r5
Declaration
type TCitationAbstract = 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 type_ : TCodeableConcept read Gettype_ write Settype_; |
Used to express the reason for or classification of the abstract.
|
|
property language : TCodeableConcept read Getlanguage write Setlanguage; |
Used to express the specific language of the abstract.
|
|
property text : string read Gettext write Settext; |
Abstract content.
|
|
property textElement : Tmarkdown read GettextElement write SettextElement; |
|
|
property copyright : string read Getcopyright write Setcopyright; |
Copyright notice for the abstract.
|
|
property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement; |
|
Generated by PasDoc 0.15.0.
|