Class TSubstanceDefinitionProperty
Unit
bsFhir_r4b
Declaration
type TSubstanceDefinitionProperty = class(TBackboneElement)
Description
The detailed description of a substance, typically at a level beyond what is used for prescribing.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
A code expressing the type of property.
|
|
property value : TElement read Getvalue write Setvalue; |
A value for the property.
|
Generated by PasDoc 0.15.0.
|