Class TMedicationKnowledgeEnvironmentalSetting
Unit
bsFhir_r5
Declaration
type TMedicationKnowledgeEnvironmentalSetting = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Identifies the category or type of setting (e.g., type of location, temperature, humidity).
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Value associated to the setting. E.g., 40° – 50°F for temperature. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
Value associated to the setting. E.g., 40° – 50°F for temperature. (choose any one of value*, but only one)
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
Value associated to the setting. E.g., 40° – 50°F for temperature. (choose any one of value*, but only one)
|
Generated by PasDoc 0.15.0.
|