Class TDosageDoseAndRate

Unit

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

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property dose : TElement read Getdose write Setdose;
Public property rate : TElement read Getrate write Setrate;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The kind of dose or rate specified, for example, ordered or calculated.

Public property dose : TElement read Getdose write Setdose;

Amount of medication per dose.

Public property rate : TElement read Getrate write Setrate;

Amount of medication per unit of time.


Generated by PasDoc 0.15.0.