Class TPatientCommunication
Unit
bsFhir_r4
Declaration
type TPatientCommunication = class(TBackboneElement)
Description
Demographics and other administrative information about an individual or animal receiving care or other health-related services.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property language : TCodeableConcept read Getlanguage write Setlanguage; |
The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. "en" for English, or "en-US" for American English versus "en-EN" for England English.
|
|
property preferred : boolean read Getpreferred write Setpreferred; |
Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).
|
|
property preferredElement : Tboolean read GetpreferredElement write SetpreferredElement; |
|
Generated by PasDoc 0.15.0.
|