Class TAdministrableProductDefinitionRouteOfAdministration

Unit

Declaration

type TAdministrableProductDefinitionRouteOfAdministration = class(TBackboneElement)

Description

A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property firstDose : TQuantity read GetfirstDose write SetfirstDose;
Public property maxSingleDose : TQuantity read GetmaxSingleDose write SetmaxSingleDose;
Public property maxDosePerDay : TQuantity read GetmaxDosePerDay write SetmaxDosePerDay;
Public property maxDosePerTreatmentPeriod : TRatio read GetmaxDosePerTreatmentPeriod write SetmaxDosePerTreatmentPeriod;
Public property maxTreatmentPeriod : TDuration read GetmaxTreatmentPeriod write SetmaxTreatmentPeriod;
Public property targetSpecies : TAdministrableProductDefinitionTargetSpeciesArray read GettargetSpeciesArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

Coded expression for the route.

Public property firstDose : TQuantity read GetfirstDose write SetfirstDose;

The first dose (dose quantity) administered can be specified for the product, using a numerical value and its unit of measurement.

Public property maxSingleDose : TQuantity read GetmaxSingleDose write SetmaxSingleDose;

The maximum single dose that can be administered, specified using a numerical value and its unit of measurement.

Public property maxDosePerDay : TQuantity read GetmaxDosePerDay write SetmaxDosePerDay;

The maximum dose per day (maximum dose quantity to be administered in any one 24-h period) that can be administered.

Public property maxDosePerTreatmentPeriod : TRatio read GetmaxDosePerTreatmentPeriod write SetmaxDosePerTreatmentPeriod;

The maximum dose per treatment period that can be administered.

Public property maxTreatmentPeriod : TDuration read GetmaxTreatmentPeriod write SetmaxTreatmentPeriod;

The maximum treatment period during which the product can be administered.

Public property targetSpecies : TAdministrableProductDefinitionTargetSpeciesArray read GettargetSpeciesArray;

A species for which this route applies.


Generated by PasDoc 0.15.0.