Class TSubstanceSpecificationRepresentation
Unit
bsFhir_r4
Declaration
type TSubstanceSpecificationRepresentation = 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 type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of structure (e.g. Full, Partial, Representative).
|
|
property representation : string read Getrepresentation write Setrepresentation; |
The structural representation as text string in a format e.g. InChI, SMILES, MOLFILE, CDX.
|
|
property representationElement : Tstring read GetrepresentationElement write SetrepresentationElement; |
|
|
property attachment : TAttachment read Getattachment write Setattachment; |
An attached file with the structural representation.
|
Generated by PasDoc 0.15.0.
|