Class TCitationPeriodicRelease
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property citedMedium : TCodeableConcept read GetcitedMedium write SetcitedMedium; |
Describes the form of the medium cited. Common codes are "Internet" or "Print".
|
|
property volume : string read Getvolume write Setvolume; |
Volume number of journal 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 in which the article is published.
|
|
property issueElement : Tstring read GetissueElement write SetissueElement; |
|
|
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.
|