Class TCitationTitle
Unit
bsFhir_r4b
Declaration
type TCitationTitle = 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_ : TCodeableConceptArray read Gettype_Array; |
Used to express the reason or specific aspect for the title.
|
|
property language : TCodeableConcept read Getlanguage write Setlanguage; |
Used to express the specific language.
|
|
property text : string read Gettext write Settext; |
The title of the article or artifact.
|
|
property textElement : Tmarkdown read GettextElement write SettextElement; |
|
Generated by PasDoc 0.15.0.
|