Class TAdministrableProductDefinitionRouteOfAdministration
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
Coded expression for the route.
|
|
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.
|
|
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.
|
|
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.
|
|
property maxDosePerTreatmentPeriod : TRatio read GetmaxDosePerTreatmentPeriod write SetmaxDosePerTreatmentPeriod; |
The maximum dose per treatment period that can be administered.
|
|
property maxTreatmentPeriod : TDuration read GetmaxTreatmentPeriod write SetmaxTreatmentPeriod; |
The maximum treatment period during which the product can be administered.
|
Generated by PasDoc 0.15.0.
|