Class TCitationRelatesTo1

Unit

Declaration

type TCitationRelatesTo1 = 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 relationshipType : TCodeableConcept read GetrelationshipType write SetrelationshipType;
Public property targetClassifier : TCodeableConceptArray read GettargetClassifierArray;
Public property target : TElement read Gettarget write Settarget;

Description

Methods

Public constructor Create; override;
 

Properties

Public property relationshipType : TCodeableConcept read GetrelationshipType write SetrelationshipType;

How the cited artifact relates to the target artifact.

Public property targetClassifier : TCodeableConceptArray read GettargetClassifierArray;

The clasification of the related artifact.

Public property target : TElement read Gettarget write Settarget;

The article or artifact that the cited artifact is related to.


Generated by PasDoc 0.15.0.