Class TMedicinalProductIngredient

Unit

Declaration

type TMedicinalProductIngredient = class(TDomainResource)

Description

An ingredient of a manufactured item or pharmaceutical product. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property role : TCodeableConcept read Getrole write Setrole;
Public property allergenicIndicator : boolean read GetallergenicIndicator write SetallergenicIndicator;
Public property allergenicIndicatorElement : Tboolean read GetallergenicIndicatorElement write SetallergenicIndicatorElement;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property specifiedSubstance : TMedicinalProductIngredientSpecifiedSubstanceArray read GetspecifiedSubstanceArray;
Public property substance : TMedicinalProductIngredientSubstance read Getsubstance write Setsubstance;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

The identifier(s) of this Ingredient that are assigned by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate.

Public property role : TCodeableConcept read Getrole write Setrole;

Ingredient role e.g. Active ingredient, excipient.

Public property allergenicIndicator : boolean read GetallergenicIndicator write SetallergenicIndicator;

If the ingredient is a known or suspected allergen.

Public property allergenicIndicatorElement : Tboolean read GetallergenicIndicatorElement write SetallergenicIndicatorElement;
 
Public property manufacturer : TReferenceArray read GetmanufacturerArray;

Manufacturer of this Ingredient.

Public property specifiedSubstance : TMedicinalProductIngredientSpecifiedSubstanceArray read GetspecifiedSubstanceArray;

A specified substance that comprises this ingredient.

Public property substance : TMedicinalProductIngredientSubstance read Getsubstance write Setsubstance;

The ingredient substance.


Generated by PasDoc 0.15.0.