Class TSubstanceDefinitionRepresentation
Unit
bsFhir_r4b
Declaration
type TSubstanceDefinitionRepresentation = 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 kind of structural representation (e.g. full, partial).
|
|
property representation : string read Getrepresentation write Setrepresentation; |
The structural representation or characterization as a text string in a standard format.
|
|
property representationElement : Tstring read GetrepresentationElement write SetrepresentationElement; |
|
|
property format : TCodeableConcept read Getformat write Setformat; |
The format of the representation e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF. The logical content type rather than the physical file format of a document.
|
|
property document : TReference read Getdocument write Setdocument; |
An attached file with the structural representation or characterization e.g. a molecular structure graphic of the substance, a JCAMP or AnIML file.
|
Generated by PasDoc 0.15.0.
|