@xyzblocks/ration-formulation-domain
v1.0.13
Published
Ration Formulation Domain
Readme
@xyzblocks/ration-formulation-domain
Ration Formulation Domain
Installation
npm install @xyzblocks/ration-formulation-domain --save
API
CompositionIngredientNutrient extends IngredientNutrient
Properties
id-> stringabbreviation-> stringname-> stringunit-> stringvalue-> numberlowerLimit-> numberupperLimit-> number
Methods
calculateInadequacy(precision: number): numbergetStatusText(precision: number): stringisAdequate(precision: number): booleanisExcessive(precision: number): booleanisInadequate(precision: number): booleantoDTO(): ICompositionIngredientNutrient
FormulatedRationIngredient extends Ingredient
Properties
id-> stringgroup-> stringname-> stringnutrients-> Arrayvalue-> numbercost-> numberlowerLimit-> numberupperLimit-> number
Methods
calculateTotalCost(): numbertoDTO(): IFormulatedRationIngredient
