Class TElementDefinitionDiscriminator
Unit
bsFhir_r4b
Declaration
type TElementDefinitionDiscriminator = class(TBackboneElement)
Description
Captures constraints on each element within the resource, profile, or extension. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
How the element value is interpreted when discrimination is evaluated.
|
|
property path : string read Getpath write Setpath; |
A FHIRPath expression, using [the simple subset of FHIRPath](fhirpath.html#simple), that is used to identify the element on which discrimination is based.
|
|
property pathElement : Tstring read GetpathElement write SetpathElement; |
|
Generated by PasDoc 0.15.0.
|