Class TRelatedPersonCommunication

Unit

Declaration

type TRelatedPersonCommunication = class(TBackboneElement)

Description

Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property language : TCodeableConcept read Getlanguage write Setlanguage;
Public property preferred : boolean read Getpreferred write Setpreferred;
Public property preferredElement : Tboolean read GetpreferredElement write SetpreferredElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public 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).

Public property preferredElement : Tboolean read GetpreferredElement write SetpreferredElement;
 

Generated by PasDoc 0.15.0.