Class TMedicationKnowledgeEnvironmentalSetting

Unit

Declaration

type TMedicationKnowledgeEnvironmentalSetting = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Identifies the category or type of setting (e.g., type of location, temperature, humidity).

Public 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)

Public 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)

Public 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.