Class TObservationRelated
Unit
bsFhir_stu3
Declaration
type TObservationRelated = class(TBackboneElement)
Description
Measurements and simple assertions made about a patient, device or other subject.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
A code specifying the kind of relationship that exists with the target resource.
|
|
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.
|