Class TCitationEntry
Unit
bsFhir_r4b
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 name_ : THumanName read Getname_ write Setname_; |
A name associated with the individual.
|
|
property initials : string read Getinitials write Setinitials; |
Initials for forename.
|
|
property initialsElement : Tstring read GetinitialsElement write SetinitialsElement; |
|
|
property collectiveName : string read GetcollectiveName write SetcollectiveName; |
Used for collective or corporate name as an author.
|
|
property collectiveNameElement : Tstring read GetcollectiveNameElement write SetcollectiveNameElement; |
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
Unique person identifier.
|
|
property address : TAddressArray read GetaddressArray; |
Physical mailing address for the author or contributor.
|
|
property telecom : TContactPointArray read GettelecomArray; |
Email or telephone contact methods for the author or 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).
|
|
property correspondingContact : boolean read GetcorrespondingContact write SetcorrespondingContact; |
Indication of which contributor is the corresponding contributor for the role.
|
|
property correspondingContactElement : Tboolean read GetcorrespondingContactElement write SetcorrespondingContactElement; |
|
|
property listOrder : Int64 read GetlistOrder write SetlistOrder; |
Used to code order of authors.
|
|
property listOrderElement : TpositiveInt read GetlistOrderElement write SetlistOrderElement; |
|
Generated by PasDoc 0.15.0.
|