Class TDosageDoseAndRate
Unit
bsFhir_r4b
Declaration
type TDosageDoseAndRate = class(TBackboneElement)
Description
Indicates how the medication is/was taken or should be taken by the patient. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The kind of dose or rate specified, for example, ordered or calculated.
|
|
property dose : TElement read Getdose write Setdose; |
Amount of medication per dose.
|
|
property rate : TElement read Getrate write Setrate; |
Amount of medication per unit of time.
|
Generated by PasDoc 0.15.0.
|