Class TEncounterHistoryLocation

Unit

Declaration

type TEncounterHistoryLocation = class(TBackboneElement)

Description

A record of significant events/milestones key data throughout the history of an Encounter, often tracked for specific purposes such as billing.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property location : TReference read Getlocation write Setlocation;
Public property form : TCodeableConcept read Getform write Setform;

Description

Methods

Public constructor Create; override;
 

Properties

Public property location : TReference read Getlocation write Setlocation;

The location where the encounter takes place.

Public property form : TCodeableConcept read Getform write Setform;

This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query.


Generated by PasDoc 0.15.0.