Class TCitationAffiliationInfo
Unit
bsFhir_r4b
Declaration
type TCitationAffiliationInfo = 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 affiliation : string read Getaffiliation write Setaffiliation; |
Display for the organization.
|
|
property affiliationElement : Tstring read GetaffiliationElement write SetaffiliationElement; |
|
|
property role : string read Getrole write Setrole; |
Role within the organization, such as professional title.
|
|
property roleElement : Tstring read GetroleElement write SetroleElement; |
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifier for the organization.
|
Generated by PasDoc 0.15.0.
|