Class TSubstanceDefinitionCharacterization
Unit
bsFhir_r5
Declaration
type TSubstanceDefinitionCharacterization = 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 technique : TCodeableConcept read Gettechnique write Settechnique; |
The method used to elucidate the characterization of the drug substance. Example: HPLC.
|
|
property form : TCodeableConcept read Getform write Setform; |
Describes the nature of the chemical entity and explains, for instance, whether this is a base or a salt form.
|
|
property description : string read Getdescription write Setdescription; |
The description or justification in support of the interpretation of the data file.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property file_ : TAttachmentArray read Getfile_Array; |
The data produced by the analytical instrument or a pictorial representation of that data. Examples: a JCAMP, JDX, or ADX file, or a chromatogram or spectrum analysis.
|
Generated by PasDoc 0.15.0.
|