Class TCitationSummary1
Unit
bsFhir_r5
Declaration
type TCitationSummary1 = 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 most commonly to express an author list or a contributorship statement.
|
|
property style : TCodeableConcept read Getstyle write Setstyle; |
The format for the display string, such as author last name with first letter capitalized followed by forename initials.
|
|
property source : TCodeableConcept read Getsource write Setsource; |
Used to code the producer or rule for creating the display string.
|
|
property value : string read Getvalue write Setvalue; |
The display string for the author list, contributor list, or contributorship statement.
|
|
property valueElement : Tmarkdown read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|