Class TMedicationKnowledgePackaging
Unit
bsFhir_r4
Declaration
type TMedicationKnowledgePackaging = 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_; |
A code that defines the specific type of packaging that the medication can be found in (e.g. blister sleeve, tube, bottle).
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The number of product units the package would contain if fully loaded.
|
Generated by PasDoc 0.15.0.
|