Class TSupplyRequestOrderedItem
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property quantity : TQuantity read Getquantity write Setquantity; |
The amount that is being ordered of the indicated item.
|
|
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.
|