Class TCitationEntry
Unit
bsFhir_r5
Declaration
type TCitationEntry = 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 contributor : TReference read Getcontributor write Setcontributor; |
The identity of the individual contributor.
|
|
property forenameInitials : string read GetforenameInitials write SetforenameInitials; |
For citation styles that use initials.
|
|
property forenameInitialsElement : Tstring read GetforenameInitialsElement write SetforenameInitialsElement; |
|
|
property affiliation : TReferenceArray read GetaffiliationArray; |
Organization affiliated with the contributor.
|
|
property contributionType : TCodeableConceptArray read GetcontributionTypeArray; |
This element identifies the specific nature of an individual’s contribution with respect to the cited work.
|
|
property role : TCodeableConcept read Getrole write Setrole; |
The role of the contributor (e.g. author, editor, reviewer, funder).
|
|
property correspondingContact : boolean read GetcorrespondingContact write SetcorrespondingContact; |
Whether the contributor is the corresponding contributor for the role.
|
|
property correspondingContactElement : Tboolean read GetcorrespondingContactElement write SetcorrespondingContactElement; |
|
|
property rankingOrder : Int64 read GetrankingOrder write SetrankingOrder; |
Provides a numerical ranking to represent the degree of contributorship relative to other contributors, such as 1 for first author and 2 for second author.
|
|
property rankingOrderElement : TpositiveInt read GetrankingOrderElement write SetrankingOrderElement; |
|
Generated by PasDoc 0.15.0.
|