Class TMedicationKnowledgeRegulatory
Unit
bsFhir_r5
Declaration
type TMedicationKnowledgeRegulatory = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property regulatoryAuthority : TReference read GetregulatoryAuthority write SetregulatoryAuthority; |
The authority that is specifying the regulations.
|
|
property schedule : TCodeableConceptArray read GetscheduleArray; |
Specifies the schedule of a medication in jurisdiction.
|
|
property maxDispense : TMedicationKnowledgeMaxDispense read GetmaxDispense write SetmaxDispense; |
The maximum number of units of the medication that can be dispensed in a period.
|
Generated by PasDoc 0.15.0.
|