Class TMedicationRequestInitialFill

Unit

Declaration

type TMedicationRequestInitialFill = class(TBackboneElement)

Description

An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property quantity : TQuantity read Getquantity write Setquantity;
Public property duration : TDuration read Getduration write Setduration;

Description

Methods

Public constructor Create; override;
 

Properties

Public property quantity : TQuantity read Getquantity write Setquantity;

The amount or quantity to provide as part of the first dispense.

Public property duration : TDuration read Getduration write Setduration;

The length of time that the first dispense is expected to last.


Generated by PasDoc 0.15.0.