Class TSubstancePolymerStructuralRepresentation
Unit
bsFhir_r5
Declaration
type TSubstancePolymerStructuralRepresentation = class(TBackboneElement)
Description
Properties of a substance specific to it being a polymer.
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 standard format e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF.
|
|
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.
|
|
property attachment : TAttachment read Getattachment write Setattachment; |
An attached file with the structural representation.
|
Generated by PasDoc 0.15.0.
|