Class TCitationSummary1

Unit

Declaration

type TCitationSummary1 = 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 style : TCodeableConcept read Getstyle write Setstyle;
Public property source : TCodeableConcept read Getsource write Setsource;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tmarkdown read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Used most commonly to express an author list or a contributorship statement.

Public property style : TCodeableConcept read Getstyle write Setstyle;

The format for the display string.

Public property source : TCodeableConcept read Getsource write Setsource;

Used to code the producer or rule for creating the display string.

Public property value : string read Getvalue write Setvalue;

The display string for the author list, contributor list, or contributorship statement.

Public property valueElement : Tmarkdown read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.