Class TContactPoint
Unit
bsFhir_stu3
Declaration
type TContactPoint = class(TElement)
Description
Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc. 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 system : string read Getsystem write Setsystem; |
Telecommunications form for contact point - what communications system is required to make use of the contact.
|
|
property value : string read Getvalue write Setvalue; |
The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
|
property use : string read Getuse write Setuse; |
Identifies the purpose for the contact point.
|
|
property rank : Int64 read Getrank write Setrank; |
Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values.
|
|
property rankElement : TpositiveInt read GetrankElement write SetrankElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
Time period when the contact point was/is in use.
|
Generated by PasDoc 0.15.0.
|