Class TCitationPublishedIn
Unit
bsFhir_r5
Declaration
type TCitationPublishedIn = 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 type_ : TCodeableConcept read Gettype_ write Settype_; |
Kind of container (e.g. Periodical, database, or book).
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN.
|
|
property title : string read Gettitle write Settitle; |
Name of the database or title of the book or journal.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property publisher : TReference read Getpublisher write Setpublisher; |
Name of or resource describing the publisher.
|
|
property publisherLocation : string read GetpublisherLocation write SetpublisherLocation; |
Geographic location of the publisher.
|
|
property publisherLocationElement : Tstring read GetpublisherLocationElement write SetpublisherLocationElement; |
|
Generated by PasDoc 0.15.0.
|