Class TSubstanceDefinitionProperty

Unit

Declaration

type TSubstanceDefinitionProperty = 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 type_ : TCodeableConcept read Gettype_ write Settype_;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueDate : string read GetvalueDate write SetvalueDate;
Public property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A code expressing the type of property.

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

A value for the property. (choose any one of value*, but only one)

Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

A value for the property. (choose any one of value*, but only one)

Public property valueDate : string read GetvalueDate write SetvalueDate;

A value for the property. (choose any one of value*, but only one)

Public property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement;
 
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

A value for the property. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

A value for the property. (choose any one of value*, but only one)


Generated by PasDoc 0.15.0.