Class TSubstanceDefinitionRelationship

Unit

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

Public constructor Create; override;

Properties

Public property substanceDefinition : TElement read GetsubstanceDefinition write SetsubstanceDefinition;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property isDefining : boolean read GetisDefining write SetisDefining;
Public property isDefiningElement : Tboolean read GetisDefiningElement write SetisDefiningElement;
Public property amount : TElement read Getamount write Setamount;
Public property ratioHighLimitAmount : TRatio read GetratioHighLimitAmount write SetratioHighLimitAmount;
Public property comparator : TCodeableConcept read Getcomparator write Setcomparator;
Public property source : TReferenceArray read GetsourceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property substanceDefinition : TElement read GetsubstanceDefinition write SetsubstanceDefinition;

A pointer to another substance, as a resource or just a representational code.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

For example "salt to parent", "active moiety", "starting material", "polymorph", "impurity of".

Public 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.

Public property isDefiningElement : Tboolean read GetisDefiningElement write SetisDefiningElement;
 
Public property amount : TElement read Getamount write Setamount;

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.

Public property ratioHighLimitAmount : TRatio read GetratioHighLimitAmount write SetratioHighLimitAmount;

For use when the numeric has an uncertain range.

Public property comparator : TCodeableConcept read Getcomparator write Setcomparator;

An operator for the amount, for example "average", "approximately", "less than".

Public property source : TReferenceArray read GetsourceArray;

Supporting literature.


Generated by PasDoc 0.15.0.