Class TSupplyRequestParameter
Unit
bsFhir_r5
Declaration
type TSupplyRequestParameter = class(TBackboneElement)
Description
A record of a request to deliver a medication, substance or device used in the healthcare setting to a particular destination for a particular person or organization.
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 valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The value of the device detail. (choose any one of value*, but only one)
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The value of the device detail. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
The value of the device detail. (choose any one of value*, but only one)
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The value of the device detail. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
Generated by PasDoc 0.15.0.
|