Class TMedicationKnowledgeRegulatory

Unit

Declaration

type TMedicationKnowledgeRegulatory = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property regulatoryAuthority : TReference read GetregulatoryAuthority write SetregulatoryAuthority;
Public property substitution : TMedicationKnowledgeSubstitutionArray read GetsubstitutionArray;
Public property schedule : TMedicationKnowledgeScheduleArray read GetscheduleArray;
Public property maxDispense : TMedicationKnowledgeMaxDispense read GetmaxDispense write SetmaxDispense;

Description

Methods

Public constructor Create; override;
 

Properties

Public property regulatoryAuthority : TReference read GetregulatoryAuthority write SetregulatoryAuthority;

The authority that is specifying the regulations.

Public property substitution : TMedicationKnowledgeSubstitutionArray read GetsubstitutionArray;

Specifies if changes are allowed when dispensing a medication from a regulatory perspective.

Public property schedule : TMedicationKnowledgeScheduleArray read GetscheduleArray;

Specifies the schedule of a medication in jurisdiction.

Public 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.