Class TSupplyRequestOrderedItem

Unit

Declaration

type TSupplyRequestOrderedItem = class(TBackboneElement)

Description

A record of a request for a medication, substance or device used in the healthcare setting.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property quantity : TQuantity read Getquantity write Setquantity;
Public property item : TElement read Getitem write Setitem;

Description

Methods

Public constructor Create; override;
 

Properties

Public property quantity : TQuantity read Getquantity write Setquantity;

The amount that is being ordered of the indicated item.

Public property item : TElement read Getitem write Setitem;

The item that is requested to be supplied. This is either a link to a resource representing the details of the item or a code that identifies the item from a known list.


Generated by PasDoc 0.15.0.