Class TCitationPublicationForm
Unit
bsFhir_r4b
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 periodicRelease : TCitationPeriodicRelease read GetperiodicRelease write SetperiodicRelease; |
The specific issue in which the cited article resides.
|
|
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).
|
|
property articleDateElement : TdateTime_ read GetarticleDateElement write SetarticleDateElement; |
|
|
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; |
Language 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.
|
|
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.
|