Class TSupplyDeliverySuppliedItem
Unit
bsFhir_r5
Declaration
type TSupplyDeliverySuppliedItem = class(TBackboneElement)
Description
Record of delivery of what is supplied.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property quantity : TQuantity read Getquantity write Setquantity; |
The amount of the item that has been supplied. Unit of measure may be included.
|
|
property itemCodeableConcept : TCodeableConcept read GetitemCodeableConcept write SetitemCodeableConcept; |
Identifies the medication, substance, device or biologically derived product being 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. (choose any one of item*, but only one)
|
|
property itemReference : TReference read GetitemReference write SetitemReference; |
Identifies the medication, substance, device or biologically derived product being 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. (choose any one of item*, but only one)
|
Generated by PasDoc 0.15.0.
|