Class TCommunicationRequestRequester
Unit
bsFhir_stu3
Declaration
type TCommunicationRequestRequester = class(TBackboneElement)
Description
A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property agent : TReference read Getagent write Setagent; |
The device, practitioner, etc. who initiated the request.
|
|
property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf; |
The organization the device or practitioner was acting on behalf of.
|
Generated by PasDoc 0.15.0.
|