Class TObservationRelated

Unit

Declaration

type TObservationRelated = class(TBackboneElement)

Description

Measurements and simple assertions made about a patient, device or other subject.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TObservationRelationshipType read Gettype_Element write Settype_Element;
Public property target : TReference read Gettarget write Settarget;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

A code specifying the kind of relationship that exists with the target resource.

Public property type_Element : TObservationRelationshipType read Gettype_Element write Settype_Element;
 
Public property target : TReference read Gettarget write Settarget;

A reference to the observation or [[[QuestionnaireResponse]]] resource that is related to this observation.


Generated by PasDoc 0.15.0.