|
@@ -47,9 +47,9 @@ class MeasurementSeeder extends Seeder
|
|
|
|
|
|
// -- BP -----------------------------------------------------------
|
|
|
|
|
|
- $sbp = rand(125, 150);
|
|
|
- $dbp = rand(75, 100);
|
|
|
- $pulse = rand(60, 95);
|
|
|
+ $sbp = rand(130, 145);
|
|
|
+ $dbp = rand(75, 95);
|
|
|
+ $pulse = rand(60, 70);
|
|
|
|
|
|
// create bdt_measurement
|
|
|
$bdt_measurement_id = DB::table('bdt_measurement')->insertGetId([
|
|
@@ -171,7 +171,7 @@ class MeasurementSeeder extends Seeder
|
|
|
|
|
|
// -- WEIGHT -----------------------------------------------------------
|
|
|
|
|
|
- $weight = rand(110, 190);
|
|
|
+ $weight = rand(120, 145);
|
|
|
|
|
|
// create bdt_measurement
|
|
|
$bdt_measurement_id = DB::table('bdt_measurement')->insertGetId([
|
|
@@ -231,7 +231,7 @@ class MeasurementSeeder extends Seeder
|
|
|
'client_id' => 1,
|
|
|
'status' => null,
|
|
|
'status_memo' => null,
|
|
|
- 'numeric_value' => null,
|
|
|
+ 'numeric_value' => $weight,
|
|
|
'client_bdt_measurement_id' => $client_bdt_measurement_id,
|
|
|
'parent_measurement_id' => null,
|
|
|
'source' => 'Device',
|