Class TRelatedArtifact

Unit

Declaration

type TRelatedArtifact = class(TDataType)

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 classifier : TCodeableConceptArray read GetclassifierArray;
Public property label_ : string read Getlabel_ write Setlabel_;
Public property label_Element : Tstring read Getlabel_Element write Setlabel_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 : Tmarkdown read GetcitationElement write SetcitationElement;
Public property document : TAttachment read Getdocument write Setdocument;
Public property resource : string read Getresource write Setresource;
Public property resourceElement : Tcanonical read GetresourceElement write SetresourceElement;
Public property resourceReference : TReference read GetresourceReference write SetresourceReference;
Public property publicationStatus : string read GetpublicationStatus write SetpublicationStatus;
Public property publicationStatusElement : Tcode read GetpublicationStatusElement write SetpublicationStatusElement;
Public property publicationDate : string read GetpublicationDate write SetpublicationDate;
Public property publicationDateElement : Tdate_ read GetpublicationDateElement write SetpublicationDateElement;

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 classifier : TCodeableConceptArray read GetclassifierArray;

Provides additional classifiers of the related artifact.

Public property label_ : string read Getlabel_ write Setlabel_;

A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index.

Public property label_Element : Tstring read Getlabel_Element write Setlabel_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 : Tmarkdown read GetcitationElement write SetcitationElement;
 
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 : string read Getresource write Setresource;

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

Public property resourceElement : Tcanonical read GetresourceElement write SetresourceElement;
 
Public property resourceReference : TReference read GetresourceReference write SetresourceReference;

The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource.

Public property publicationStatus : string read GetpublicationStatus write SetpublicationStatus;

The publication status of the artifact being referred to.

Public property publicationStatusElement : Tcode read GetpublicationStatusElement write SetpublicationStatusElement;
 
Public property publicationDate : string read GetpublicationDate write SetpublicationDate;

The date of publication of the artifact being referred to.

Public property publicationDateElement : Tdate_ read GetpublicationDateElement write SetpublicationDateElement;
 

Generated by PasDoc 0.15.0.