Class TExpansionProfileDesignation

Unit

Declaration

type TExpansionProfileDesignation = class(TBackboneElement)

Description

Resource to define constraints on the Expansion of a FHIR ValueSet.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property include : TExpansionProfileInclude read Getinclude write Setinclude;
Public property exclude : TExpansionProfileExclude read Getexclude write Setexclude;

Description

Methods

Public constructor Create; override;
 

Properties

Public property include : TExpansionProfileInclude read Getinclude write Setinclude;

Designations to be included.

Public property exclude : TExpansionProfileExclude read Getexclude write Setexclude;

Designations to be excluded.


Generated by PasDoc 0.15.0.