Class TProcedureFocalDevice
Unit
bsFhir_r4b
Declaration
type TProcedureFocalDevice = class(TBackboneElement)
Description
An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property action : TCodeableConcept read Getaction write Setaction; |
The kind of change that happened to the device during the procedure.
|
|
property manipulated : TReference read Getmanipulated write Setmanipulated; |
The device that was manipulated (changed) during the procedure.
|
Generated by PasDoc 0.15.0.
|