Class TArtifactAssessmentContent
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property informationType : string read GetinformationType write SetinformationType; |
The type of information this component of the content represents.
|
|
property summary : string read Getsummary write Setsummary; |
A brief summary of the content of this component.
|
|
property summaryElement : Tmarkdown read GetsummaryElement write SetsummaryElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Indicates what type of content this component represents.
|
|
property classifier : TCodeableConceptArray read GetclassifierArray; |
Represents a rating, classifier, or assessment of the artifact.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
A quantitative rating of the artifact.
|
|
property author : TReference read Getauthor write Setauthor; |
Indicates who or what authored the content.
|
|
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.
|
|
property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray; |
Additional related artifacts that provide supporting documentation, additional evidence, or further information related to the content.
|
|
property freeToShare : boolean read GetfreeToShare write SetfreeToShare; |
Acceptable to publicly share the comment, classifier or rating.
|
|
property freeToShareElement : Tboolean read GetfreeToShareElement write SetfreeToShareElement; |
|
Generated by PasDoc 0.15.0.
|