Class TCitationContributorship
Unit
bsFhir_r4b
Declaration
type TCitationContributorship = 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 complete : boolean read Getcomplete write Setcomplete; |
Indicates if the list includes all authors and/or contributors.
|
|
property completeElement : Tboolean read GetcompleteElement write SetcompleteElement; |
|
|
property entry : TCitationEntryArray read GetentryArray; |
An individual entity named in the author list or contributor list.
|
|
property summary : TCitationSummary1Array read GetsummaryArray; |
Used to record a display of the author/contributor list without separate coding for each list member.
|
Generated by PasDoc 0.15.0.
|