Class TMedicationKnowledgeDefinitional
Unit
bsFhir_r5
Declaration
type TMedicationKnowledgeDefinitional = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property definition : TReferenceArray read GetdefinitionArray; |
Associated definitions for this medication.
|
 |
property doseForm : TCodeableConcept read GetdoseForm write SetdoseForm; |
Describes the form of the item. Powder; tablets; capsule.
|
 |
property intendedRoute : TCodeableConceptArray read GetintendedRouteArray; |
The intended or approved route of administration.
|
Generated by PasDoc 0.15.0.
|