Class TCitationPart

Unit

Declaration

type TCitationPart = 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 value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
Public property baseCitation : TReference read GetbaseCitation write SetbaseCitation;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The kind of component.

Public property value : string read Getvalue write Setvalue;

The specification of the component.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 
Public property baseCitation : TReference read GetbaseCitation write SetbaseCitation;

The citation for the full article or artifact.


Generated by PasDoc 0.15.0.