Class TSubstanceDefinitionName

Unit

Declaration

type TSubstanceDefinitionName = 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 name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property status : TCodeableConcept read Getstatus write Setstatus;
Public property preferred : boolean read Getpreferred write Setpreferred;
Public property preferredElement : Tboolean read GetpreferredElement write SetpreferredElement;
Public property language : TCodeableConceptArray read GetlanguageArray;
Public property domain : TCodeableConceptArray read GetdomainArray;
Public property jurisdiction : TCodeableConceptArray read GetjurisdictionArray;
Public property synonym : TSubstanceDefinitionNameArray read GetsynonymArray;
Public property translation : TSubstanceDefinitionNameArray read GettranslationArray;
Public property official : TSubstanceDefinitionOfficialArray read GetofficialArray;
Public property source : TReferenceArray read GetsourceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The actual name.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Name type, for example 'systematic', 'scientific, 'brand'.

Public property status : TCodeableConcept read Getstatus write Setstatus;

The status of the name, for example 'current', 'proposed'.

Public property preferred : boolean read Getpreferred write Setpreferred;

If this is the preferred name for this substance.

Public property preferredElement : Tboolean read GetpreferredElement write SetpreferredElement;
 
Public property language : TCodeableConceptArray read GetlanguageArray;

Human language that the name is written in.

Public property domain : TCodeableConceptArray read GetdomainArray;

The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive.

Public property jurisdiction : TCodeableConceptArray read GetjurisdictionArray;

The jurisdiction where this name applies.

Public property synonym : TSubstanceDefinitionNameArray read GetsynonymArray;

A synonym of this particular name, by which the substance is also known.

Public property translation : TSubstanceDefinitionNameArray read GettranslationArray;

A translation for this name into another human language.

Public property official : TSubstanceDefinitionOfficialArray read GetofficialArray;

Details of the official nature of this name.

Public property source : TReferenceArray read GetsourceArray;

Supporting literature.


Generated by PasDoc 0.15.0.