Class TCitationWhoClassified
Unit
bsFhir_r4b
Declaration
type TCitationWhoClassified = 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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property person : TReference read Getperson write Setperson; |
Person who created the classification.
|
|
property organization : TReference read Getorganization write Setorganization; |
Organization who created the classification.
|
|
property publisher : TReference read Getpublisher write Setpublisher; |
The publisher of the classification, not the publisher of the article or artifact being cited.
|
|
property classifierCopyright : string read GetclassifierCopyright write SetclassifierCopyright; |
Rights management statement for the classification.
|
|
property classifierCopyrightElement : Tstring read GetclassifierCopyrightElement write SetclassifierCopyrightElement; |
|
|
property freeToShare : boolean read GetfreeToShare write SetfreeToShare; |
Acceptable to re-use the classification.
|
|
property freeToShareElement : Tboolean read GetfreeToShareElement write SetfreeToShareElement; |
|
Generated by PasDoc 0.15.0.
|