Class TRelatedArtifact

Unit

Declaration

type TRelatedArtifact = class(TElement)

Description

Related artifacts such as additional documentation, justification, or bibliographic references. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TRelatedArtifactType read Gettype_Element write Settype_Element;
Public property display : string read Getdisplay write Setdisplay;
Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
Public property citation : string read Getcitation write Setcitation;
Public property citationElement : Tstring read GetcitationElement write SetcitationElement;
Public property url : string read Geturl write Seturl;
Public property urlElement : Turi read GeturlElement write SeturlElement;
Public property document : TAttachment read Getdocument write Setdocument;
Public property resource : TReference read Getresource write Setresource;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of relationship to the related artifact.

Public property type_Element : TRelatedArtifactType read Gettype_Element write Settype_Element;
 
Public property display : string read Getdisplay write Setdisplay;

A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.

Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
 
Public property citation : string read Getcitation write Setcitation;

A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.

Public property citationElement : Tstring read GetcitationElement write SetcitationElement;
 
Public property url : string read Geturl write Seturl;

A url for the artifact that can be followed to access the actual content.

Public property urlElement : Turi read GeturlElement write SeturlElement;
 
Public property document : TAttachment read Getdocument write Setdocument;

The document being referenced, represented as an attachment. This is exclusive with the resource element.

Public property resource : TReference read Getresource write Setresource;

The related resource, such as a library, value set, profile, or other knowledge resource.


Generated by PasDoc 0.15.0.