Class TSupplyRequestParameter
Unit
bsFhir_r4
Declaration
type TSupplyRequestParameter = 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 code : TCodeableConcept read Getcode write Setcode; |
A code or string that identifies the device detail being asserted.
|
|
property value : TElement read Getvalue write Setvalue; |
The value of the device detail.
|
Generated by PasDoc 0.15.0.
|