Class TCitationPeriodicRelease

Unit

Declaration

type TCitationPeriodicRelease = 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 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 dateOfPublication : TCitationDateOfPublication read GetdateOfPublication write SetdateOfPublication;

Description

Methods

Public constructor Create; override;
 

Properties

Public property citedMedium : TCodeableConcept read GetcitedMedium write SetcitedMedium;

Describes the form of the medium cited. Common codes are "Internet" or "Print".

Public property volume : string read Getvolume write Setvolume;

Volume number of journal 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 in which the article is published.

Public property issueElement : Tstring read GetissueElement write SetissueElement;
 
Public property dateOfPublication : TCitationDateOfPublication read GetdateOfPublication write SetdateOfPublication;

Defining the date on which the issue of the journal was published.


Generated by PasDoc 0.15.0.