Class TMedicationKnowledgeDrugCharacteristic
Unit
bsFhir_r4
Declaration
type TMedicationKnowledgeDrugCharacteristic = 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 specifying which characteristic of the medicine is being described (for example, colour, shape, imprint).
|
|
property value : TElement read Getvalue write Setvalue; |
Description of the characteristic.
|
Generated by PasDoc 0.15.0.
|