Class: Renalware::PD::PETAdequacyResult

Inherits:
ApplicationRecord show all
Extended by:
Enumerize
Includes:
Accountable, Renalware::PatientScope
Defined in:
app/models/renalware/pd/pet_adequacy_result.rb

Constant Summary collapse

MAXIMUMS =
{
  pet_duration: 6,
  pet_net_uf: 2000,
  dialysate_creat_plasma_ratio: 1,
  dialysate_glucose_start: 99,
  dialysate_glucose_end: 99,
  ktv_total: 10,
  ktv_dialysate: 10,
  ktv_rrf: 10,
  crcl_total: 200,
  crcl_dialysate: 200,
  crcl_rrf: 200,
  daily_uf: 9999,
  daily_urine: 9999,
  creat_value: 9999,
  dialysate_effluent_volume: 5,
  urine_urea_conc: 999,
  urine_creat_conc: 9999,
  dietry_protein_intake: 2
}.freeze

Method Summary

Methods included from Accountable

#first_or_create_by!, #save_by, #save_by!, #update_by