Class TCitationEntry

Unit

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

Public constructor Create; override;

Properties

Public property name_ : THumanName read Getname_ write Setname_;
Public property initials : string read Getinitials write Setinitials;
Public property initialsElement : Tstring read GetinitialsElement write SetinitialsElement;
Public property collectiveName : string read GetcollectiveName write SetcollectiveName;
Public property collectiveNameElement : Tstring read GetcollectiveNameElement write SetcollectiveNameElement;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property affiliationInfo : TCitationAffiliationInfoArray read GetaffiliationInfoArray;
Public property address : TAddressArray read GetaddressArray;
Public property telecom : TContactPointArray read GettelecomArray;
Public property contributionType : TCodeableConceptArray read GetcontributionTypeArray;
Public property role : TCodeableConcept read Getrole write Setrole;
Public property contributionInstance : TCitationContributionInstanceArray read GetcontributionInstanceArray;
Public property correspondingContact : boolean read GetcorrespondingContact write SetcorrespondingContact;
Public property correspondingContactElement : Tboolean read GetcorrespondingContactElement write SetcorrespondingContactElement;
Public property listOrder : Int64 read GetlistOrder write SetlistOrder;
Public property listOrderElement : TpositiveInt read GetlistOrderElement write SetlistOrderElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : THumanName read Getname_ write Setname_;

A name associated with the individual.

Public property initials : string read Getinitials write Setinitials;

Initials for forename.

Public property initialsElement : Tstring read GetinitialsElement write SetinitialsElement;
 
Public property collectiveName : string read GetcollectiveName write SetcollectiveName;

Used for collective or corporate name as an author.

Public property collectiveNameElement : Tstring read GetcollectiveNameElement write SetcollectiveNameElement;
 
Public property identifier : TIdentifierArray read GetidentifierArray;

Unique person identifier.

Public property affiliationInfo : TCitationAffiliationInfoArray read GetaffiliationInfoArray;

Organization affiliated with the entity.

Public property address : TAddressArray read GetaddressArray;

Physical mailing address for the author or contributor.

Public property telecom : TContactPointArray read GettelecomArray;

Email or telephone contact methods for the author or contributor.

Public property contributionType : TCodeableConceptArray read GetcontributionTypeArray;

This element identifies the specific nature of an individual’s contribution with respect to the cited work.

Public property role : TCodeableConcept read Getrole write Setrole;

The role of the contributor (e.g. author, editor, reviewer).

Public property contributionInstance : TCitationContributionInstanceArray read GetcontributionInstanceArray;

Contributions with accounting for time or number.

Public property correspondingContact : boolean read GetcorrespondingContact write SetcorrespondingContact;

Indication of which contributor is the corresponding contributor for the role.

Public property correspondingContactElement : Tboolean read GetcorrespondingContactElement write SetcorrespondingContactElement;
 
Public property listOrder : Int64 read GetlistOrder write SetlistOrder;

Used to code order of authors.

Public property listOrderElement : TpositiveInt read GetlistOrderElement write SetlistOrderElement;
 

Generated by PasDoc 0.15.0.