Class TServiceRequestPatientInstruction
Unit
bsFhir_r5
Declaration
type TServiceRequestPatientInstruction = class(TBackboneElement)
Description
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property instructionMarkdown : string read GetinstructionMarkdown write SetinstructionMarkdown; |
Instructions in terms that are understood by the patient or consumer. (choose any one of instruction*, but only one)
|
|
property instructionMarkdownElement : Tmarkdown read GetinstructionMarkdownElement write SetinstructionMarkdownElement; |
|
|
property instructionReference : TReference read GetinstructionReference write SetinstructionReference; |
Instructions in terms that are understood by the patient or consumer. (choose any one of instruction*, but only one)
|
Generated by PasDoc 0.15.0.
|