Class TContactDetail
Unit
bsFhir_r4b
Declaration
type TContactDetail = class(TElement)
Description
Specifies contact information for a person or organization. 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 name_ : string read Getname_ write Setname_; |
The name of an individual to contact.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property telecom : TContactPointArray read GettelecomArray; |
The contact details for the individual (if a name was provided) or the organization.
|
Generated by PasDoc 0.15.0.
|