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 citedMedium : TCodeableConcept read GetcitedMedium write SetcitedMedium;
Public property volume : string read Getvolume write Setvolume;
Public property volumeElement : Tstring read GetvolumeElement write SetvolumeElement;
Public property issue : string read Getissue write Setissue;
Public property issueElement : Tstring read GetissueElement write SetissueElement;
Public property articleDate : string read GetarticleDate write SetarticleDate;
Public property articleDateElement : TdateTime_ read GetarticleDateElement write SetarticleDateElement;
Public property publicationDateText : string read GetpublicationDateText write SetpublicationDateText;
Public property publicationDateTextElement : Tstring read GetpublicationDateTextElement write SetpublicationDateTextElement;
Public property publicationDateSeason : string read GetpublicationDateSeason write SetpublicationDateSeason;
Public property publicationDateSeasonElement : Tstring read GetpublicationDateSeasonElement write SetpublicationDateSeasonElement;
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 citedMedium : TCodeableConcept read GetcitedMedium write SetcitedMedium;

( Describes the form of the medium cited. Common codes are "Internet" or "Print". The CitedMedium value set has 6 codes. The codes internet, print, and offline-digital-storage are the common codes for a typical publication form, though internet and print are more common for study citations. Three additional codes (each appending one of the primary codes with "-without-issue" are used for situations when a study is published both within an issue (of a periodical release as commonly done for journals) AND is published separately from the issue (as commonly done with early online publication), to represent specific identification of the publication form not associated with the issue. )

Public property volume : string read Getvolume write Setvolume;

Volume number of journal or other collection in which the article is published.

Public property volumeElement : Tstring read GetvolumeElement write SetvolumeElement;
 
Public property issue : string read Getissue write Setissue;

Issue, part or supplement of journal or other collection in which the article is published.

Public property issueElement : Tstring read GetissueElement write SetissueElement;
 
Public property articleDate : string read GetarticleDate write SetarticleDate;

The date the article was added to the database, or the date the article was released.

Public property articleDateElement : TdateTime_ read GetarticleDateElement write SetarticleDateElement;
 
Public property publicationDateText : string read GetpublicationDateText write SetpublicationDateText;

Text representation of the date on which the issue of the cited artifact was published.

Public property publicationDateTextElement : Tstring read GetpublicationDateTextElement write SetpublicationDateTextElement;
 
Public property publicationDateSeason : string read GetpublicationDateSeason write SetpublicationDateSeason;

Spring, Summer, Fall/Autumn, Winter.

Public property publicationDateSeasonElement : Tstring read GetpublicationDateSeasonElement write SetpublicationDateSeasonElement;
 
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;

The language or languages 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. Distinct from reporting the page numbers.

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.