Class TConditionStage

Unit

Declaration

type TConditionStage = class(TBackboneElement)

Description

A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property summary : TCodeableConcept read Getsummary write Setsummary;
Public property assessment : TReferenceArray read GetassessmentArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Description

Methods

Public constructor Create; override;
 

Properties

Public property summary : TCodeableConcept read Getsummary write Setsummary;

A simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific.

Public property assessment : TReferenceArray read GetassessmentArray;

Reference to a formal record of the evidence on which the staging assessment is based.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The kind of staging, such as pathological or clinical staging.


Generated by PasDoc 0.15.0.