Class TMedicationKnowledgeDefinitional

Unit

Declaration

type TMedicationKnowledgeDefinitional = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property definition : TReferenceArray read GetdefinitionArray;
Public property doseForm : TCodeableConcept read GetdoseForm write SetdoseForm;
Public property intendedRoute : TCodeableConceptArray read GetintendedRouteArray;
Public property ingredient : TMedicationKnowledgeIngredientArray read GetingredientArray;
Public property drugCharacteristic : TMedicationKnowledgeDrugCharacteristicArray read GetdrugCharacteristicArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property definition : TReferenceArray read GetdefinitionArray;

Associated definitions for this medication.

Public property doseForm : TCodeableConcept read GetdoseForm write SetdoseForm;

Describes the form of the item. Powder; tablets; capsule.

Public property intendedRoute : TCodeableConceptArray read GetintendedRouteArray;

The intended or approved route of administration.

Public property ingredient : TMedicationKnowledgeIngredientArray read GetingredientArray;

Identifies a particular constituent of interest in the product.

Public property drugCharacteristic : TMedicationKnowledgeDrugCharacteristicArray read GetdrugCharacteristicArray;

Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.


Generated by PasDoc 0.15.0.