Class TManufacturedItemDefinitionProperty
Unit
bsFhir_r4b
Declaration
type TManufacturedItemDefinitionProperty = class(TBackboneElement)
Description
The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
A code expressing the type of characteristic.
|
|
property value : TElement read Getvalue write Setvalue; |
A value for the characteristic.
|
Generated by PasDoc 0.15.0.
|