Class TDeviceAssociationOperation
Unit
bsFhir_r5
Declaration
type TDeviceAssociationOperation = class(TBackboneElement)
Description
A record of association or dissociation of a device with a patient.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property status : TCodeableConcept read Getstatus write Setstatus; |
Device operational condition corresponding to the association.
|
|
property operator_ : TReferenceArray read Getoperator_Array; |
The individual performing the action enabled by the device.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Begin and end dates and times for the device's operation.
|
Generated by PasDoc 0.15.0.
|