Class TDeviceDefinitionMaterial
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionMaterial = class(TBackboneElement)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property substance : TCodeableConcept read Getsubstance write Setsubstance; |
A substance that the device contains, may contain, or is made of - for example latex - to be used to determine patient compatibility. This is not intended to represent the composition of the device, only the clinically relevant materials.
|
|
property alternate : boolean read Getalternate write Setalternate; |
Indicates an alternative material of the device.
|
|
property alternateElement : Tboolean read GetalternateElement write SetalternateElement; |
|
|
property allergenicIndicator : boolean read GetallergenicIndicator write SetallergenicIndicator; |
Whether the substance is a known or suspected allergen.
|
|
property allergenicIndicatorElement : Tboolean read GetallergenicIndicatorElement write SetallergenicIndicatorElement; |
|
Generated by PasDoc 0.15.0.
|