Class TEpisodeOfCareStatusHistory

Unit

Declaration

type TEpisodeOfCareStatusHistory = class(TBackboneElement)

Description

An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property status : string read Getstatus write Setstatus;
Public property statusElement : TEpisodeOfCareStatus 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 | waitlist | active | onhold | finished | cancelled.

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

The period during this EpisodeOfCare that the specific status applied.


Generated by PasDoc 0.15.0.