Class TPackagedProductDefinitionProperty
Unit
bsFhir_r4b
Declaration
type TPackagedProductDefinitionProperty = class(TBackboneElement)
Description
A medically related item or items, in a container or package.
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.
|