Class TCitationPublicationForm
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property publishedIn : TCitationPublishedIn read GetpublishedIn write SetpublishedIn; |
The collection the cited article or artifact is published in.
|
|
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. )
|
|
property volume : string read Getvolume write Setvolume; |
Volume number of journal or other collection in which the article is published.
|
|
property volumeElement : Tstring read GetvolumeElement write SetvolumeElement; |
|
|
property issue : string read Getissue write Setissue; |
Issue, part or supplement of journal or other collection in which the article is published.
|
|
property issueElement : Tstring read GetissueElement write SetissueElement; |
|
|
property articleDate : string read GetarticleDate write SetarticleDate; |
The date the article was added to the database, or the date the article was released.
|
|
property articleDateElement : TdateTime_ read GetarticleDateElement write SetarticleDateElement; |
|
|
property publicationDateText : string read GetpublicationDateText write SetpublicationDateText; |
Text representation of the date on which the issue of the cited artifact was published.
|
|
property publicationDateTextElement : Tstring read GetpublicationDateTextElement write SetpublicationDateTextElement; |
|
|
property publicationDateSeason : string read GetpublicationDateSeason write SetpublicationDateSeason; |
Spring, Summer, Fall/Autumn, Winter.
|
|
property publicationDateSeasonElement : Tstring read GetpublicationDateSeasonElement write SetpublicationDateSeasonElement; |
|
|
property lastRevisionDate : string read GetlastRevisionDate write SetlastRevisionDate; |
The date the article was last revised or updated in the database.
|
|
property lastRevisionDateElement : TdateTime_ read GetlastRevisionDateElement write SetlastRevisionDateElement; |
|
|
property language : TCodeableConceptArray read GetlanguageArray; |
The language or languages in which this form of the article is published.
|
|
property accessionNumber : string read GetaccessionNumber write SetaccessionNumber; |
Entry number or identifier for inclusion in a database.
|
|
property accessionNumberElement : Tstring read GetaccessionNumberElement write SetaccessionNumberElement; |
|
|
property pageString : string read GetpageString write SetpageString; |
Used for full display of pagination.
|
|
property pageStringElement : Tstring read GetpageStringElement write SetpageStringElement; |
|
|
property firstPage : string read GetfirstPage write SetfirstPage; |
Used for isolated representation of first page.
|
|
property firstPageElement : Tstring read GetfirstPageElement write SetfirstPageElement; |
|
|
property lastPage : string read GetlastPage write SetlastPage; |
Used for isolated representation of last page.
|
|
property lastPageElement : Tstring read GetlastPageElement write SetlastPageElement; |
|
|
property pageCount : string read GetpageCount write SetpageCount; |
Actual or approximate number of pages or screens. Distinct from reporting the page numbers.
|
|
property pageCountElement : Tstring read GetpageCountElement write SetpageCountElement; |
|
|
property copyright : string read Getcopyright write Setcopyright; |
Copyright notice for the full article or artifact.
|
|
property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement; |
|
Generated by PasDoc 0.15.0.
|