Class TEncounterStatusHistory

Unit

Declaration

type TEncounterStatusHistory = class(TBackboneElement)

Description

An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property status : string read Getstatus write Setstatus;
Public property statusElement : TEncounterStatus read GetstatusElement write SetstatusElement;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property status : string read Getstatus write Setstatus;

planned | arrived | triaged | in-progress | onleave | finished | cancelled +.

Public property statusElement : TEncounterStatus read GetstatusElement write SetstatusElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

The time that the episode was in the specified status.


Generated by PasDoc 0.15.0.