Class TCitationPublishedIn

Unit

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

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property publisher : TReference read Getpublisher write Setpublisher;
Public property publisherLocation : string read GetpublisherLocation write SetpublisherLocation;
Public property publisherLocationElement : Tstring read GetpublisherLocationElement write SetpublisherLocationElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Kind of container (e.g. Periodical, database, or book).

Public property identifier : TIdentifierArray read GetidentifierArray;

Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN.

Public property title : string read Gettitle write Settitle;

Name of the database or title of the book or journal.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property publisher : TReference read Getpublisher write Setpublisher;

Name of or resource describing the publisher.

Public property publisherLocation : string read GetpublisherLocation write SetpublisherLocation;

Geographic location of the publisher.

Public property publisherLocationElement : Tstring read GetpublisherLocationElement write SetpublisherLocationElement;
 

Generated by PasDoc 0.15.0.