Class TSubstanceDefinitionOfficial

Unit

Declaration

type TSubstanceDefinitionOfficial = 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 authority : TCodeableConcept read Getauthority write Setauthority;
Public property status : TCodeableConcept read Getstatus write Setstatus;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public property authority : TCodeableConcept read Getauthority write Setauthority;

Which authority uses this official name.

Public property status : TCodeableConcept read Getstatus write Setstatus;

The status of the official name, for example 'draft', 'active', 'retired'.

Public property date_ : string read Getdate_ write Setdate_;

Date of the official name change.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 

Generated by PasDoc 0.15.0.