Class TArtifactAssessment

Unit

Declaration

type TArtifactAssessment = class(TDomainResource)

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. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property citeAsReference : TReference read GetciteAsReference write SetciteAsReference;
Public property citeAsMarkdown : string read GetciteAsMarkdown write SetciteAsMarkdown;
Public property citeAsMarkdownElement : Tmarkdown read GetciteAsMarkdownElement write SetciteAsMarkdownElement;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property copyright : string read Getcopyright write Setcopyright;
Public property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement;
Public property approvalDate : string read GetapprovalDate write SetapprovalDate;
Public property approvalDateElement : Tdate_ read GetapprovalDateElement write SetapprovalDateElement;
Public property lastReviewDate : string read GetlastReviewDate write SetlastReviewDate;
Public property lastReviewDateElement : Tdate_ read GetlastReviewDateElement write SetlastReviewDateElement;
Public property artifactReference : TReference read GetartifactReference write SetartifactReference;
Public property artifactCanonical : string read GetartifactCanonical write SetartifactCanonical;
Public property artifactCanonicalElement : Tcanonical read GetartifactCanonicalElement write SetartifactCanonicalElement;
Public property artifactUri : string read GetartifactUri write SetartifactUri;
Public property artifactUriElement : Turi read GetartifactUriElement write SetartifactUriElement;
Public property content : TArtifactAssessmentContentArray read GetcontentArray;
Public property workflowStatus : string read GetworkflowStatus write SetworkflowStatus;
Public property workflowStatusElement : TArtifactAssessmentWorkflowStatus read GetworkflowStatusElement write SetworkflowStatusElement;
Public property disposition : string read Getdisposition write Setdisposition;
Public property dispositionElement : TArtifactAssessmentDisposition read GetdispositionElement write SetdispositionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A formal identifier that is used to identify this artifact assessment when it is represented in other formats, or referenced in a specification, model, design or an instance.

Public property title : string read Gettitle write Settitle;

A short title for the assessment for use in displaying and selecting.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property citeAsReference : TReference read GetciteAsReference write SetciteAsReference;

Display of or reference to the bibliographic citation of the comment, classifier, or rating. (choose any one of citeAs*, but only one)

Public property citeAsMarkdown : string read GetciteAsMarkdown write SetciteAsMarkdown;

Display of or reference to the bibliographic citation of the comment, classifier, or rating. (choose any one of citeAs*, but only one)

Public property citeAsMarkdownElement : Tmarkdown read GetciteAsMarkdownElement write SetciteAsMarkdownElement;
 
Public property date_ : string read Getdate_ write Setdate_;

The date (and optionally time) when the artifact assessment was published. The date must change when the disposition changes and it must change if the workflow status code changes. In addition, it should change when the substantive content of the artifact assessment changes.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property copyright : string read Getcopyright write Setcopyright;

A copyright statement relating to the artifact assessment and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the artifact assessment.

Public property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement;
 
Public property approvalDate : string read GetapprovalDate write SetapprovalDate;

The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.

Public property approvalDateElement : Tdate_ read GetapprovalDateElement write SetapprovalDateElement;
 
Public property lastReviewDate : string read GetlastReviewDate write SetlastReviewDate;

The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.

Public property lastReviewDateElement : Tdate_ read GetlastReviewDateElement write SetlastReviewDateElement;
 
Public property artifactReference : TReference read GetartifactReference write SetartifactReference;

A reference to a resource, canonical resource, or non-FHIR resource which the comment or assessment is about. (choose any one of artifact*, but only one)

Public property artifactCanonical : string read GetartifactCanonical write SetartifactCanonical;

A reference to a resource, canonical resource, or non-FHIR resource which the comment or assessment is about. (choose any one of artifact*, but only one)

Public property artifactCanonicalElement : Tcanonical read GetartifactCanonicalElement write SetartifactCanonicalElement;
 
Public property artifactUri : string read GetartifactUri write SetartifactUri;

A reference to a resource, canonical resource, or non-FHIR resource which the comment or assessment is about. (choose any one of artifact*, but only one)

Public property artifactUriElement : Turi read GetartifactUriElement write SetartifactUriElement;
 
Public property content : TArtifactAssessmentContentArray read GetcontentArray;

A component comment, classifier, or rating of the artifact.

Public property workflowStatus : string read GetworkflowStatus write SetworkflowStatus;

Indicates the workflow status of the comment or change request.

Public property workflowStatusElement : TArtifactAssessmentWorkflowStatus read GetworkflowStatusElement write SetworkflowStatusElement;
 
Public property disposition : string read Getdisposition write Setdisposition;

Indicates the disposition of the responsible party to the comment or change request.

Public property dispositionElement : TArtifactAssessmentDisposition read GetdispositionElement write SetdispositionElement;
 

Generated by PasDoc 0.15.0.