Class TContributor
Unit
bsFhir_stu3
Declaration
type TContributor = class(TElement)
Description
A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
The type of contributor.
|
|
property type_Element : TContributorType read Gettype_Element write Settype_Element; |
|
|
property name_ : string read Getname_ write Setname_; |
The name of the individual or organization responsible for the contribution.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property contact : TContactDetailArray read GetcontactArray; |
Contact details to assist a user in finding and communicating with the contributor.
|
Generated by PasDoc 0.15.0.
|