Class TMedicationKnowledgeDosage
Unit
bsFhir_r4b
Declaration
type TMedicationKnowledgeDosage = 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_; |
The type of dosage (for example, prophylaxis, maintenance, therapeutic, etc.).
|
 |
property dosage : TDosageArray read GetdosageArray; |
Dosage for the medication for the specific guidelines.
|
Generated by PasDoc 0.15.0.
|