| Class TContactDetailUnit
bsFhir_r5 Declaration
type TContactDetail = class(TDataType) 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  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | 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.
 |