Class TMedicationKnowledgeDosingGuideline

Unit

Declaration

type TMedicationKnowledgeDosingGuideline = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property treatmentIntent : TCodeableConcept read GettreatmentIntent write SettreatmentIntent;
Public property dosage : TMedicationKnowledgeDosageArray read GetdosageArray;
Public property administrationTreatment : TCodeableConcept read GetadministrationTreatment write SetadministrationTreatment;
Public property patientCharacteristic : TMedicationKnowledgePatientCharacteristicArray read GetpatientCharacteristicArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property treatmentIntent : TCodeableConcept read GettreatmentIntent write SettreatmentIntent;

The overall intention of the treatment, for example, prophylactic, supporative, curative, etc.

Public property dosage : TMedicationKnowledgeDosageArray read GetdosageArray;

Dosage for the medication for the specific guidelines.

Public property administrationTreatment : TCodeableConcept read GetadministrationTreatment write SetadministrationTreatment;

The type of the treatment that the guideline applies to, for example, long term therapy, first line treatment, etc.

Public property patientCharacteristic : TMedicationKnowledgePatientCharacteristicArray read GetpatientCharacteristicArray;

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


Generated by PasDoc 0.15.0.