Class TSupplyDeliverySuppliedItem

Unit

Declaration

type TSupplyDeliverySuppliedItem = class(TBackboneElement)

Description

Record of delivery of what is supplied.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property quantity : TQuantity read Getquantity write Setquantity;
Public property itemCodeableConcept : TCodeableConcept read GetitemCodeableConcept write SetitemCodeableConcept;
Public property itemReference : TReference read GetitemReference write SetitemReference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property quantity : TQuantity read Getquantity write Setquantity;

The amount of the item that has been supplied. Unit of measure may be included.

Public 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)

Public 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.