Class TCitationCitedArtifact

Unit

Declaration

type TCitationCitedArtifact = class(TBackboneElement)

Description

The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property relatedIdentifier : TIdentifierArray read GetrelatedIdentifierArray;
Public property dateAccessed : string read GetdateAccessed write SetdateAccessed;
Public property dateAccessedElement : TdateTime_ read GetdateAccessedElement write SetdateAccessedElement;
Public property version : TCitationVersion read Getversion write Setversion;
Public property currentState : TCodeableConceptArray read GetcurrentStateArray;
Public property statusDate : TCitationStatusDate1Array read GetstatusDateArray;
Public property title : TCitationTitleArray read GettitleArray;
Public property abstract_ : TCitationAbstractArray read Getabstract_Array;
Public property part : TCitationPart read Getpart write Setpart;
Public property relatesTo : TCitationRelatesTo1Array read GetrelatesToArray;
Public property publicationForm : TCitationPublicationFormArray read GetpublicationFormArray;
Public property webLocation : TCitationWebLocationArray read GetwebLocationArray;
Public property classification : TCitationClassification1Array read GetclassificationArray;
Public property contributorship : TCitationContributorship read Getcontributorship write Setcontributorship;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

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

Public property relatedIdentifier : TIdentifierArray read GetrelatedIdentifierArray;

A formal identifier that is used to identify things closely related to this citation.

Public property dateAccessed : string read GetdateAccessed write SetdateAccessed;

When the cited artifact was accessed.

Public property dateAccessedElement : TdateTime_ read GetdateAccessedElement write SetdateAccessedElement;
 
Public property version : TCitationVersion read Getversion write Setversion;

The defined version of the cited artifact.

Public property currentState : TCodeableConceptArray read GetcurrentStateArray;

The status of the cited artifact.

Public property statusDate : TCitationStatusDate1Array read GetstatusDateArray;

An effective date or period for a status of the cited artifact.

Public property title : TCitationTitleArray read GettitleArray;

The title details of the article or artifact.

Public property abstract_ : TCitationAbstractArray read Getabstract_Array;

Summary of the article or artifact.

Public property part : TCitationPart read Getpart write Setpart;

The component of the article or artifact.

Public property relatesTo : TCitationRelatesTo1Array read GetrelatesToArray;

The artifact related to the cited artifact.

Public property publicationForm : TCitationPublicationFormArray read GetpublicationFormArray;

If multiple, used to represent alternative forms of the article that are not separate citations.

Public property webLocation : TCitationWebLocationArray read GetwebLocationArray;

Used for any URL for the article or artifact cited.

Public property classification : TCitationClassification1Array read GetclassificationArray;

The assignment to an organizing scheme.

Public property contributorship : TCitationContributorship read Getcontributorship write Setcontributorship;

This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements.

Public property note : TAnnotationArray read GetnoteArray;

Any additional information or content for the article or artifact.


Generated by PasDoc 0.15.0.