Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TSubstanceDefinitionRelationship
Unit
bsFhir_r5
Declaration
type TSubstanceDefinitionRelationship = class(TBackboneElement)
Description
The detailed description of a substance, typically at a level beyond what is used for prescribing.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property substanceDefinitionReference : TReference read GetsubstanceDefinitionReference write SetsubstanceDefinitionReference; |
A pointer to another substance, as a resource or just a representational code. (choose any one of substanceDefinition*, but only one)
|
|
property substanceDefinitionCodeableConcept : TCodeableConcept read GetsubstanceDefinitionCodeableConcept write SetsubstanceDefinitionCodeableConcept; |
A pointer to another substance, as a resource or just a representational code. (choose any one of substanceDefinition*, but only one)
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
For example "salt to parent", "active moiety", "starting material", "polymorph", "impurity of".
|
|
property isDefining : boolean read GetisDefining write SetisDefining; |
For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible substance relationships.
|
|
property isDefiningElement : Tboolean read GetisDefiningElement write SetisDefiningElement; |
|
|
property amountQuantity : TQuantity read GetamountQuantity write SetamountQuantity; |
A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other. (choose any one of amount*, but only one)
|
|
property amountRatio : TRatio read GetamountRatio write SetamountRatio; |
A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other. (choose any one of amount*, but only one)
|
|
property amountString : string read GetamountString write SetamountString; |
A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other. (choose any one of amount*, but only one)
|
|
property amountStringElement : Tstring read GetamountStringElement write SetamountStringElement; |
|
|
property ratioHighLimitAmount : TRatio read GetratioHighLimitAmount write SetratioHighLimitAmount; |
For use when the numeric has an uncertain range.
|
|
property comparator : TCodeableConcept read Getcomparator write Setcomparator; |
An operator for the amount, for example "average", "approximately", "less than".
|
|
property source : TReferenceArray read GetsourceArray; |
Supporting literature.
|
Generated by PasDoc 0.15.0.
|