Class TArtifactAssessmentContent

Unit

Declaration

type TArtifactAssessmentContent = class(TBackboneElement)

Description

This Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property informationType : string read GetinformationType write SetinformationType;
Public property informationTypeElement : TArtifactAssessmentInformationType read GetinformationTypeElement write SetinformationTypeElement;
Public property summary : string read Getsummary write Setsummary;
Public property summaryElement : Tmarkdown read GetsummaryElement write SetsummaryElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property classifier : TCodeableConceptArray read GetclassifierArray;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property author : TReference read Getauthor write Setauthor;
Public property path : TBSFHIRPrimitiveStringArray read GetpathArray;
Public property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray;
Public property freeToShare : boolean read GetfreeToShare write SetfreeToShare;
Public property freeToShareElement : Tboolean read GetfreeToShareElement write SetfreeToShareElement;
Public property component : TArtifactAssessmentContentArray read GetcomponentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property informationType : string read GetinformationType write SetinformationType;

The type of information this component of the content represents.

Public property informationTypeElement : TArtifactAssessmentInformationType read GetinformationTypeElement write SetinformationTypeElement;
 
Public property summary : string read Getsummary write Setsummary;

A brief summary of the content of this component.

Public property summaryElement : Tmarkdown read GetsummaryElement write SetsummaryElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Indicates what type of content this component represents.

Public property classifier : TCodeableConceptArray read GetclassifierArray;

Represents a rating, classifier, or assessment of the artifact.

Public property quantity : TQuantity read Getquantity write Setquantity;

A quantitative rating of the artifact.

Public property author : TReference read Getauthor write Setauthor;

Indicates who or what authored the content.

Public property path : TBSFHIRPrimitiveStringArray read GetpathArray;

A URI that points to what the comment is about, such as a line of text in the CQL, or a specific element in a resource.

Public property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray;

Additional related artifacts that provide supporting documentation, additional evidence, or further information related to the content.

Public property freeToShare : boolean read GetfreeToShare write SetfreeToShare;

Acceptable to publicly share the comment, classifier or rating.

Public property freeToShareElement : Tboolean read GetfreeToShareElement write SetfreeToShareElement;
 
Public property component : TArtifactAssessmentContentArray read GetcomponentArray;

If the informationType is container, the components of the content.


Generated by PasDoc 0.15.0.