Class TCitationPublicationForm

Unit

Declaration

type TCitationPublicationForm = 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 publishedIn : TCitationPublishedIn read GetpublishedIn write SetpublishedIn;
Public property periodicRelease : TCitationPeriodicRelease read GetperiodicRelease write SetperiodicRelease;
Public property articleDate : string read GetarticleDate write SetarticleDate;
Public property articleDateElement : TdateTime_ read GetarticleDateElement write SetarticleDateElement;
Public property lastRevisionDate : string read GetlastRevisionDate write SetlastRevisionDate;
Public property lastRevisionDateElement : TdateTime_ read GetlastRevisionDateElement write SetlastRevisionDateElement;
Public property language : TCodeableConceptArray read GetlanguageArray;
Public property accessionNumber : string read GetaccessionNumber write SetaccessionNumber;
Public property accessionNumberElement : Tstring read GetaccessionNumberElement write SetaccessionNumberElement;
Public property pageString : string read GetpageString write SetpageString;
Public property pageStringElement : Tstring read GetpageStringElement write SetpageStringElement;
Public property firstPage : string read GetfirstPage write SetfirstPage;
Public property firstPageElement : Tstring read GetfirstPageElement write SetfirstPageElement;
Public property lastPage : string read GetlastPage write SetlastPage;
Public property lastPageElement : Tstring read GetlastPageElement write SetlastPageElement;
Public property pageCount : string read GetpageCount write SetpageCount;
Public property pageCountElement : Tstring read GetpageCountElement write SetpageCountElement;
Public property copyright : string read Getcopyright write Setcopyright;
Public property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property publishedIn : TCitationPublishedIn read GetpublishedIn write SetpublishedIn;

The collection the cited article or artifact is published in.

Public property periodicRelease : TCitationPeriodicRelease read GetperiodicRelease write SetperiodicRelease;

The specific issue in which the cited article resides.

Public property articleDate : string read GetarticleDate write SetarticleDate;

The date the article was added to the database, or the date the article was released (which may differ from the journal issue publication date).

Public property articleDateElement : TdateTime_ read GetarticleDateElement write SetarticleDateElement;
 
Public property lastRevisionDate : string read GetlastRevisionDate write SetlastRevisionDate;

The date the article was last revised or updated in the database.

Public property lastRevisionDateElement : TdateTime_ read GetlastRevisionDateElement write SetlastRevisionDateElement;
 
Public property language : TCodeableConceptArray read GetlanguageArray;

Language in which this form of the article is published.

Public property accessionNumber : string read GetaccessionNumber write SetaccessionNumber;

Entry number or identifier for inclusion in a database.

Public property accessionNumberElement : Tstring read GetaccessionNumberElement write SetaccessionNumberElement;
 
Public property pageString : string read GetpageString write SetpageString;

Used for full display of pagination.

Public property pageStringElement : Tstring read GetpageStringElement write SetpageStringElement;
 
Public property firstPage : string read GetfirstPage write SetfirstPage;

Used for isolated representation of first page.

Public property firstPageElement : Tstring read GetfirstPageElement write SetfirstPageElement;
 
Public property lastPage : string read GetlastPage write SetlastPage;

Used for isolated representation of last page.

Public property lastPageElement : Tstring read GetlastPageElement write SetlastPageElement;
 
Public property pageCount : string read GetpageCount write SetpageCount;

Actual or approximate number of pages or screens.

Public property pageCountElement : Tstring read GetpageCountElement write SetpageCountElement;
 
Public property copyright : string read Getcopyright write Setcopyright;

Copyright notice for the full article or artifact.

Public property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement;
 

Generated by PasDoc 0.15.0.