Class TMedicationPackage
Unit
bsFhir_stu3
Declaration
type TMedicationPackage = 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 container : TCodeableConcept read Getcontainer write Setcontainer; |
The kind of container that this package comes as.
|
|
property content : TMedicationContentArray read GetcontentArray; |
A set of components that go to make up the described item.
|
|
property batch : TMedicationBatchArray read GetbatchArray; |
Information about a group of medication produced or packaged from one production run.
|
Generated by PasDoc 0.15.0.
|