Class TCitationDateOfPublication
Unit
bsFhir_r4b
Declaration
type TCitationDateOfPublication = 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
|
property date_ : string read Getdate_ write Setdate_; |
|
property date_Element : Tdate_ read Getdate_Element write Setdate_Element; |
|
property year : string read Getyear write Setyear; |
|
property yearElement : Tstring read GetyearElement write SetyearElement; |
|
property month : string read Getmonth write Setmonth; |
|
property monthElement : Tstring read GetmonthElement write SetmonthElement; |
|
property day : string read Getday write Setday; |
|
property dayElement : Tstring read GetdayElement write SetdayElement; |
|
property season : string read Getseason write Setseason; |
|
property seasonElement : Tstring read GetseasonElement write SetseasonElement; |
|
property text : string read Gettext write Settext; |
|
property textElement : Tstring read GettextElement write SettextElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property date_ : string read Getdate_ write Setdate_; |
Date on which the issue of the journal was published.
|
|
property date_Element : Tdate_ read Getdate_Element write Setdate_Element; |
|
|
property year : string read Getyear write Setyear; |
Year on which the issue of the journal was published.
|
|
property yearElement : Tstring read GetyearElement write SetyearElement; |
|
|
property month : string read Getmonth write Setmonth; |
Month on which the issue of the journal was published.
|
|
property monthElement : Tstring read GetmonthElement write SetmonthElement; |
|
|
property day : string read Getday write Setday; |
Day on which the issue of the journal was published.
|
|
property dayElement : Tstring read GetdayElement write SetdayElement; |
|
|
property season : string read Getseason write Setseason; |
Spring, Summer, Fall/Autumn, Winter.
|
|
property seasonElement : Tstring read GetseasonElement write SetseasonElement; |
|
|
property text : string read Gettext write Settext; |
Text representation of the date of which the issue of the journal was published.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
Generated by PasDoc 0.15.0.
|