Class TMedicationKnowledgeAdministrationGuidelines

Unit

Declaration

type TMedicationKnowledgeAdministrationGuidelines = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property dosage : TMedicationKnowledgeDosageArray read GetdosageArray;
Public property indication : TElement read Getindication write Setindication;
Public property patientCharacteristics : TMedicationKnowledgePatientCharacteristicsArray read GetpatientCharacteristicsArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property dosage : TMedicationKnowledgeDosageArray read GetdosageArray;

Dosage for the medication for the specific guidelines.

Public property indication : TElement read Getindication write Setindication;

Indication for use that apply to the specific administration guidelines.

Public property patientCharacteristics : TMedicationKnowledgePatientCharacteristicsArray read GetpatientCharacteristicsArray;

Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.).


Generated by PasDoc 0.15.0.