Class TMedicationKnowledgeSubstitution
Unit
bsFhir_r4
Declaration
type TMedicationKnowledgeSubstitution = 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_; |
Specifies the type of substitution allowed.
|
|
property allowed : boolean read Getallowed write Setallowed; |
Specifies if regulation allows for changes in the medication when dispensing.
|
|
property allowedElement : Tboolean read GetallowedElement write SetallowedElement; |
|
Generated by PasDoc 0.15.0.
|