Class TMedicationContent
Unit
bsFhir_stu3
Declaration
type TMedicationContent = class(TBackboneElement)
Description
This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property item : TElement read Getitem write Setitem; |
Identifies one of the items in the package.
|
|
property amount : TQuantity read Getamount write Setamount; |
The amount of the product that is in the package.
|
Generated by PasDoc 0.15.0.
|