Class TNutritionProductCharacteristic

Unit

Declaration

type TNutritionProductCharacteristic = class(TBackboneElement)

Description

A food or supplement that is consumed by patients.

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 valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary;
Public property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement;
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A code specifying which characteristic of the product is being described (for example, colour, shape).

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

The actual characteristic value corresponding to the type. (choose any one of value*, but only one)

Public property valueString : string read GetvalueString write SetvalueString;

The actual characteristic value corresponding to the type. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

The actual characteristic value corresponding to the type. (choose any one of value*, but only one)

Public property valueBase64Binary : string read GetvalueBase64Binary write SetvalueBase64Binary;

The actual characteristic value corresponding to the type. (choose any one of value*, but only one)

Public property valueBase64BinaryElement : Tbase64Binary read GetvalueBase64BinaryElement write SetvalueBase64BinaryElement;
 
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

The actual characteristic value corresponding to the type. (choose any one of value*, but only one)

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

The actual characteristic value corresponding to the type. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 

Generated by PasDoc 0.15.0.